Add alaises as another file to install into /etc/mail/.

Rename the variable from NOSPAM to ETCMAIL as the list of files actually
only contains one antispam related file.
This commit is contained in:
Gregory Neil Shapiro 2000-08-13 09:01:12 +00:00
parent 478c940682
commit 85aeb700f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64598

View File

@ -38,8 +38,8 @@ MTREE= BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \
NAMEDB= PROTO.localhost.rev named.conf named.root make-localhost
PPPCNF= ppp.deny ppp.shells.sample
PPPCF2= ppp.conf
NOSPAM= Makefile README mailer.conf access.sample virtusertable.sample \
mailertable.sample
ETCMAIL=Makefile README mailer.conf access.sample virtusertable.sample \
mailertable.sample aliases
# Special top level files for FreeBSD
@ -110,7 +110,7 @@ distribution:
cd ${.CURDIR}/ppp; ${INSTALL} -c -o root -g ${BINGRP} -m 600 \
${PPPCF2} ${DESTDIR}/etc/ppp
cd ${.CURDIR}/mail; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
${NOSPAM} ${DESTDIR}/etc/mail
${ETCMAIL} ${DESTDIR}/etc/mail
${INSTALL} -c -o ${BINOWN} -g operator -m 664 /dev/null \
${DESTDIR}/etc/dumpdates
${INSTALL} -c -o nobody -g ${BINGRP} -m 644 /dev/null \