diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-29 07:33:05 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-29 07:33:05 +0000 |
commit | 23d73161fc7b37713a5d2d15bf143a2b0aee7dbe (patch) | |
tree | 671a28bd72ddb2224cf06dd72596f1fba0c1c622 /mail/procmail | |
parent | 523269e5e1f297e51f98e962d43f5c56003b5a7b (diff) | |
download | ports-23d73161fc7b37713a5d2d15bf143a2b0aee7dbe.tar.gz ports-23d73161fc7b37713a5d2d15bf143a2b0aee7dbe.zip |
Notes
Diffstat (limited to 'mail/procmail')
-rw-r--r-- | mail/procmail/files/patch-ae | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/procmail/files/patch-ae b/mail/procmail/files/patch-ae new file mode 100644 index 000000000000..d314a6af2685 --- /dev/null +++ b/mail/procmail/files/patch-ae @@ -0,0 +1,15 @@ +--- Makefile.1.orig Tue Dec 28 10:33:26 1999 ++++ Makefile.1 Tue Dec 28 10:33:55 1999 +@@ -60,12 +60,7 @@ + sed -n 's/.*\(Mlocal.*procmail.*F=[a-zA-Z]*\)u/\1/p' `if test -f \ + /etc/sendmail.cf; then echo /etc/sendmail.cf; else \ + echo /usr/lib/sendmail.cf; fi`; fi +- @echo +- @echo \ +- "Also, HIGHLY RECOMMENDED (type 'make install-suid' to execute it):" +- @echo + @src/$@ $(BINDIR)/procmail $(BINDIR)/lockfile >suid.sh +- @src/$@ $(BINDIR)/procmail $(BINDIR)/lockfile + @echo ================================================================\ + =============== + |