diff options
author | frueauf <frueauf> | 1998-07-09 11:18:53 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-07-09 11:18:53 +0000 |
commit | c2c127de42abba8df4805b1b39f67662b071719f (patch) | |
tree | a02b095746bce977d552841306f247822cb6eb47 /mail/procmail/patches | |
parent | 9921e1f18f15122107bbb8e5f0a5a6f02c913c05 (diff) | |
download | pkgsrc-c2c127de42abba8df4805b1b39f67662b071719f.tar.gz |
Adjust manpages to reflect where procmail expects the system wide
procmailrcs.
Diffstat (limited to 'mail/procmail/patches')
-rw-r--r-- | mail/procmail/patches/patch-ae | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/mail/procmail/patches/patch-ae b/mail/procmail/patches/patch-ae new file mode 100644 index 00000000000..5526419e5ac --- /dev/null +++ b/mail/procmail/patches/patch-ae @@ -0,0 +1,29 @@ +--- man/procmail.man-orig Fri Apr 11 12:28:59 1997 ++++ man/procmail.man Thu Jul 9 13:04:00 1998 +@@ -215,11 +215,11 @@ + to continue the rule, and the tab to separate the comments): + .Sx 4 + R$*<@some.where>$* +- $#procmail $@/etc/procmailrcs/some.rc $:$1@some.where.procmail$2 ++ $#procmail $@@LOCALBASE@/etc/procmailrcs/some.rc $:$1@some.where.procmail$2 + R$*<@$*.procmail>$* + $1<@$2>$3 Already filtered, map back + .Ex +-And /etc/procmailrcs/some.rc could be as simple as: ++And @LOCALBASE@/etc/procmailrcs/some.rc could be as simple as: + .Sx 6 + :0 # sink all junk mail + * ^Subject:.*junk +@@ -228,9 +228,9 @@ + :0 # pass along all other mail + ! \-oi \-f "$@" + .Ex +-Do watch out when sending mail from within the /etc/procmailrcs/some.rc file, +-if you send mail to addresses which match the first rule again, you could +-be creating an endless mail loop. ++Do watch out when sending mail from within the ++@LOCALBASE@/etc/procmailrcs/some.rc file, if you send mail to addresses which ++match the first rule again, you could be creating an endless mail loop. + .SH FILES + .TP 2.3i + .B /etc/passwd |