From 85aeb700f5eb3a31f14da50953bcc5c0c9a4d81d Mon Sep 17 00:00:00 2001 From: Gregory Neil Shapiro Date: Sun, 13 Aug 2000 09:01:12 +0000 Subject: [PATCH] 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. --- etc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index 535638439b27..495df28c3a63 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -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 \