Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/share/mk Pull up revision 1.170 (requested by peter in ti...



details:   https://anonhg.NetBSD.org/src/rev/07fc4b9a7290
branches:  netbsd-3
changeset: 576450:07fc4b9a7290
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jul 02 23:38:05 2005 +0000

description:
Pull up revision 1.170 (requested by peter in ticket #518):
Remove (pf)spamd. Its right to exist in NetBSD has been questioned since it
appeared and whether it's really part of pf or not is still unclear. Looking
at the other *BSDs it seems that they have left out spamd when importing pf,
and now we do that too. Also, the name conflicted with another more popular
used tool, after the rename to pfspamd it was left with completely unusable
documentation which apparently no-one wanted to fix.
A port of the latest spamd will be imported into pkgsrc soon.
Suggested by several people, no objections on last proposal on tech-userlevel.

diffstat:

 share/mk/bsd.README |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7aace7e1e59f -r 07fc4b9a7290 share/mk/bsd.README
--- a/share/mk/bsd.README       Sat Jul 02 23:37:58 2005 +0000
+++ b/share/mk/bsd.README       Sat Jul 02 23:38:05 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.165.2.1 2005/05/28 05:38:39 snj Exp $
+#      $NetBSD: bsd.README,v 1.165.2.2 2005/07/02 23:38:05 tron Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the new make "include" files for the BSD
@@ -211,7 +211,7 @@
                infrastructure (libraries and support programs).
                Default: no
 
-MKPF           If "no", don't build or install the pf programs, LKM and spamd.
+MKPF           If "no", don't build or install the pf programs and LKM.
                Default: yes
 
 MKPIC          If "no", don't build or install shared libraries, and



Home | Main Index | Thread Index | Old Index