summaryrefslogtreecommitdiff
path: root/mail/pine-pgp-filters/patches/patch-ac
blob: 2581112fd469bb3b0cf772adc0862c5132f98a44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
$NetBSD: patch-ac,v 1.1 2005/02/07 15:54:05 abs Exp $

--- scripts/ppf_verify.orig	2003-09-06 23:26:42.000000000 +0100
+++ scripts/ppf_verify
@@ -11,11 +11,11 @@ trap "rm -f ${TDIR}/* ; rmdir ${TDIR} ; 
 pgp_failed () {
 	message_file="${1}"
 
-	echo '------------------------------------------------------------------------------' >${TDIR}/error
+	echo '----------------------------------------------------------------------------' >${TDIR}/error
 	echo "$0: ${2:-pgp command failed}" >>${TDIR}/error
 	echo '' >>${TDIR}/error
 	cat ${TDIR}/stderr >>${TDIR}/error
-	echo '------------------------------------------------------------------------------' >>${TDIR}/error
+	echo '----------------------------------------------------------------------------' >>${TDIR}/error
 	echo '' >>${TDIR}/error
 	cp ${message_file} ${TDIR}/message
 	cat ${TDIR}/error ${TDIR}/message > ${message_file}
@@ -36,9 +36,9 @@ else
 	pgp_failed ${1} "Can't find pgp on this system"
 fi
 
-echo '----------------------------- PGP Command Output -----------------------------' >${1}
+echo '--------------------------- PGP Command Output -----------------------------' >${1}
 egrep -v '^$|pattern is:' ${TDIR}/stderr >>${1}
-echo '------------------------------- End PGP Output -------------------------------' >>${1}
+echo '----------------------------- End PGP Output -------------------------------' >>${1}
 echo '' >>${1}
 cat ${TDIR}/message >>${1}