summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjmb <jmb@FreeBSD.org>1997-10-20 00:35:38 +0000
committerjmb <jmb@FreeBSD.org>1997-10-20 00:35:38 +0000
commitd7fe9cd5322e0eea23530ba85f43913001247400 (patch)
treeacb76b3240d8261b20f9aacd62c6bb778774198b /etc
parent95d94365c5b6a17f98302f29a826778068155628 (diff)
downloadFreeBSD-src-d7fe9cd5322e0eea23530ba85f43913001247400.zip
FreeBSD-src-d7fe9cd5322e0eea23530ba85f43913001247400.tar.gz
add /etc/mail--the anti-spam files
branches affected: -current, RELENG_2_2, and RELENG_2_1_0
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile5
-rw-r--r--etc/mtree/BSD.root.dist4
2 files changed, 7 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 74ff2e0..c24463c 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.160 1997/08/16 17:07:12 pst Exp $
+# $Id: Makefile,v 1.161 1997/09/28 22:22:06 jkh Exp $
# -rw-r--r--
BINOWN= root
@@ -28,6 +28,7 @@ NAMEDB= PROTO.localhost.rev named.boot named.root make-localhost
PPPCNF= ppp.conf.filter.sample ppp.conf.iij.sample ppp.conf.sample \
ppp.conf.server.sample ppp.dialup.sample ppp.linkup.sample \
ppp.pap.dialup.sample ppp.secret.sample ppp.deny ppp.shells.sample
+NOSPAM= Makefile README sendmail.cf.additions
# Special top level files for FreeBSD
@@ -83,6 +84,8 @@ distribution:
${NAMEDB} ${DESTDIR}/etc/namedb
cd ${.CURDIR}/ppp; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
${PPPCNF} ${DESTDIR}/etc/ppp
+ cd ${.CURDIR}/mail; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
+ ${NOSPAM} ${DESTDIR}/etc/mail
${INSTALL} -c -o ${BINOWN} -g operator -m 664 /dev/null \
${DESTDIR}/etc/dumpdates
${INSTALL} -c -o nobody -g ${BINGRP} -m 664 /dev/null \
diff --git a/etc/mtree/BSD.root.dist b/etc/mtree/BSD.root.dist
index 31a350d..32da1a4 100644
--- a/etc/mtree/BSD.root.dist
+++ b/etc/mtree/BSD.root.dist
@@ -1,4 +1,4 @@
-# $Id: BSD.root.dist,v 1.26 1997/09/29 11:10:09 ache Exp $
+# $Id: BSD.root.dist,v 1.27 1997/10/01 13:06:30 ache Exp $
#
/set type=dir uname=root gname=wheel mode=0755
@@ -24,6 +24,8 @@
..
kerberosIV
..
+ mail
+ ..
mtree
..
namedb
OpenPOWER on IntegriCloud