diff options
author | steve <steve@FreeBSD.org> | 1999-12-29 15:33:05 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-29 15:33:05 +0800 |
commit | 7b96b5cebeecf6719a34b34a1def22b94a4ef3ef (patch) | |
tree | 9a9a36511a283f24f44d241c31c559be95187d73 /mail/procmail/files | |
parent | cc588c760f307d7a13801870cb56fb0b8212086f (diff) | |
download | freebsd-ports-gnome-7b96b5cebeecf6719a34b34a1def22b94a4ef3ef.tar.gz freebsd-ports-gnome-7b96b5cebeecf6719a34b34a1def22b94a4ef3ef.tar.zst freebsd-ports-gnome-7b96b5cebeecf6719a34b34a1def22b94a4ef3ef.zip |
Remove comment about running 'make install-suid' since we do that already
as part of a normal install.
PR: 12934
Diffstat (limited to 'mail/procmail/files')
-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 ================================================================\ + =============== + |