diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2000-08-14 02:49:39 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2000-08-14 02:49:39 +0000 |
| commit | 4bcefa9655b13a1cda119ab3f32e4f37e6ceaa97 (patch) | |
| tree | 9df2602d273107c6ff12f240e0ecc687ee1db429 | |
| parent | d0b32526090b54ac45c369bd4842c504c7ed48a0 (diff) | |
Notes
| -rw-r--r-- | etc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile index 1fdaa282aa0a..5fef3bf4f9ab 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -111,6 +111,11 @@ distribution: ${PPPCF2} ${DESTDIR}/etc/ppp cd ${.CURDIR}/mail; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \ ${ETCMAIL} ${DESTDIR}/etc/mail + @if [ -d ${DESTDIR}/etc/mail -a -f ${DESTDIR}/etc/mail/aliases -a \ + ! -f ${DESTDIR}/etc/aliases ]; then \ + set -x; \ + ln -s mail/aliases ${DESTDIR}/etc/aliases; \ + fi ${INSTALL} -c -o ${BINOWN} -g operator -m 664 /dev/null \ ${DESTDIR}/etc/dumpdates ${INSTALL} -c -o nobody -g ${BINGRP} -m 644 /dev/null \ |
