Source-Changes-HG archive

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

[src/netbsd-3]: src/etc/mtree Pull up revision 1.88 (requested by peter in ti...



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

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

 etc/mtree/special |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 07fc4b9a7290 -r efe54260cd8a etc/mtree/special
--- a/etc/mtree/special Sat Jul 02 23:38:05 2005 +0000
+++ b/etc/mtree/special Sat Jul 02 23:38:12 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: special,v 1.82.2.3 2005/05/11 18:02:52 tron Exp $
+#      $NetBSD: special,v 1.82.2.4 2005/07/02 23:38:12 tron Exp $
 #      @(#)special     8.2 (Berkeley) 1/23/94
 #
 # Hand-crafted mtree specification for the dangerous files.
@@ -318,7 +318,6 @@
 ./var/chroot/ntpd/var/db       type=dir  mode=0775 gname=ntpd
 ./var/chroot/ntpd/var/run      type=dir  mode=0775 gname=ntpd
 ./var/chroot/pflogd            type=dir  mode=0755
-./var/chroot/pfspamd           type=dir  mode=0755
 ./var/chroot/sshd              type=dir  mode=0755
 ./var/cron                     type=dir  mode=0755
 ./var/cron/tabs                        type=dir  mode=0700



Home | Main Index | Thread Index | Old Index