diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-09-23 21:37:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-09-23 21:37:12 +0000 |
commit | 490959af4a46af4d62494b762be931f65aa68b20 (patch) | |
tree | d7e0239bd79398045f0423c9a3bd46cdc410e136 /etc/Makefile | |
parent | 8cf486d5d89a94681b17b383d294ac9eb5fe19c0 (diff) |
Sample files for /etc/mail, installed at 'make distribution' time.
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/etc/Makefile b/etc/Makefile index 37947dd2d5e..98f845c3dce 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.184 2003/08/21 19:10:19 frantzen Exp $ +# $OpenBSD: Makefile,v 1.185 2003/09/23 21:37:11 millert Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -230,11 +230,7 @@ distribution-etc-root-var: distrib-dirs cd ../lib/libssl && exec ${MAKE} distribution cd ../gnu/usr.bin/lynx && exec ${MAKE} -f Makefile.bsd-wrapper distribution cd ../usr.bin/mail && exec ${MAKE} distribution - ${INSTALL} -c -o root -g ${BINGRP} -m 644 aliases \ - ${DESTDIR}/etc/mail/aliases - /usr/libexec/sendmail/sendmail -C${DESTDIR}/etc/mail/sendmail.cf \ - -bi -O AliasFile=${DESTDIR}/etc/mail/aliases \ - -O DontBlameSendmail=mapinunsafedirpath + cd mail && exec ${MAKE} distribution ${INSTALL} -c -o root -g wheel -m 600 root/root.mail \ ${DESTDIR}/var/mail/root ${INSTALL} -c -o root -g wheel -m 440 ../usr.bin/sudo/sudoers \ |