Source-Changes-HG archive

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

[src/netbsd-3]: src/usr.sbin/pf Pull up revision 1.6 (requested by peter in t...



details:   https://anonhg.NetBSD.org/src/rev/212011c90f88
branches:  netbsd-3
changeset: 576446:212011c90f88
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jul 02 23:37:39 2005 +0000

description:
Pull up revision 1.6 (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:

 usr.sbin/pf/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 31a0f65c7c59 -r 212011c90f88 usr.sbin/pf/Makefile
--- a/usr.sbin/pf/Makefile      Sat Jul 02 23:37:32 2005 +0000
+++ b/usr.sbin/pf/Makefile      Sat Jul 02 23:37:39 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4.2.1 2005/04/13 15:49:52 tron Exp $
+#      $NetBSD: Makefile,v 1.4.2.2 2005/07/02 23:37:39 tron Exp $
 
 .include <bsd.own.mk>
 
@@ -6,10 +6,6 @@
 SUBDIR+=       ftp-proxy
 SUBDIR+=       pfctl
 SUBDIR+=       pflogd
-SUBDIR+=       spamd
-SUBDIR+=       spamd-setup
-SUBDIR+=       spamdb
-SUBDIR+=       spamlogd
 
 SUBDIR+=       man
 



Home | Main Index | Thread Index | Old Index