From d7fe9cd5322e0eea23530ba85f43913001247400 Mon Sep 17 00:00:00 2001 From: jmb Date: Mon, 20 Oct 1997 00:35:38 +0000 Subject: [PATCH] add /etc/mail--the anti-spam files branches affected: -current, RELENG_2_2, and RELENG_2_1_0 --- etc/Makefile | 5 ++++- etc/mtree/BSD.root.dist | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index 74ff2e0b41e..c24463ccf80 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 31a350dde93..32da1a4e59d 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 -- 2.45.2