Get rid of the /etc/aliases -> /etc/mail/aliases hack. /etc/mail/aliases

now exists in the distribution.
This commit is contained in:
Gregory Neil Shapiro 2000-08-13 08:36:40 +00:00
parent 3345a38272
commit 478c940682
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64597
2 changed files with 0 additions and 12 deletions

View File

@ -57,11 +57,5 @@ afterinstall:
mv -f ${DESTDIR}/etc/sendmail.cf \
${DESTDIR}/etc/mail/sendmail.cf; \
fi
@if [ -d ${DESTDIR}/etc/mail -a -f ${DESTDIR}/etc/aliases -a \
! -f ${DESTDIR}/etc/mail/aliases ]; then \
set -x; \
cp ${DESTDIR}/etc/aliases \
${DESTDIR}/etc/mail/aliases; \
fi
.include <bsd.prog.mk>

View File

@ -57,11 +57,5 @@ afterinstall:
mv -f ${DESTDIR}/etc/sendmail.cf \
${DESTDIR}/etc/mail/sendmail.cf; \
fi
@if [ -d ${DESTDIR}/etc/mail -a -f ${DESTDIR}/etc/aliases -a \
! -f ${DESTDIR}/etc/mail/aliases ]; then \
set -x; \
cp ${DESTDIR}/etc/aliases \
${DESTDIR}/etc/mail/aliases; \
fi
.include <bsd.prog.mk>