diff options
Diffstat (limited to 'mail/faces/patches/patch-aq')
-rw-r--r-- | mail/faces/patches/patch-aq | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/mail/faces/patches/patch-aq b/mail/faces/patches/patch-aq index 76f57750df7..0e64d64e218 100644 --- a/mail/faces/patches/patch-aq +++ b/mail/faces/patches/patch-aq @@ -1,14 +1,22 @@ -$NetBSD: patch-aq,v 1.2 1999/10/01 07:49:21 simonb Exp $ +$NetBSD: patch-aq,v 1.3 2000/07/08 12:47:08 tron Exp $ -diff -ur ../faces-DIST/scripts/addxface ./scripts/addxface ---- ../faces-DIST/scripts/addxface Tue Nov 19 15:05:58 1991 -+++ ./scripts/addxface Fri Oct 1 14:32:12 1999 +--- scripts/addxface.orig Tue Nov 19 05:05:58 1991 ++++ scripts/addxface Sat Jul 8 14:31:35 2000 @@ -15,7 +15,7 @@ # than version v1.6.0: #$olddb = 1; -$faces = '/usr/local/faces'; -+$faces = '/usr/local/share/faces'; ++$faces = '@localbase@/share/faces'; $umask = 000; # addxface - install any X-Face: in the header of the given mail message +@@ -23,7 +23,7 @@ + # + # Intended as an alternative to "faces -U" and to be used in a .forward file. + # For example: +-# kinzler,"|/usr/local/faces/bin/addxface" ++# kinzler,"|@localbase@/faces/bin/addxface" + # Overwrites any existing face. User 'daemon' will need write permissions + # in $faces/xface. + # |