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:
parent
478c940682
commit
85aeb700f5
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user