summaryrefslogtreecommitdiff
path: root/mail/pine-pgp-filters/patches/patch-aa
blob: 6544399e59fb0e9ce7b1efa3c94b8a22518c60cb (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-aa,v 1.1 2005/02/07 15:54:04 abs Exp $

--- scripts/ppf_decrypt.orig	2003-09-06 23:25:42.000000000 +0100
+++ scripts/ppf_decrypt
@@ -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}
@@ -38,9 +38,9 @@ else
 	pgp_failed ${1} "Can't find pgp on this system"
 fi
 
-echo '----------------------------- PGP Command Output -----------------------------' >${1}
+echo '--------------------------- PGP Command Output -----------------------------' >${1}
 grep -v '^$' ${TDIR}/stderr >>${1}
-echo '------------------------------- End PGP Output -------------------------------' >>${1}
+echo '----------------------------- End PGP Output -------------------------------' >>${1}
 echo '' >>${1}
 cat ${TDIR}/message >>${1}