diff options
-rw-r--r-- | etc/Makefile | 4 | ||||
-rw-r--r-- | gnu/usr.sbin/sendmail/sendmail/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile index c85b1877462..da9bc53bb3a 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.179 2003/03/08 19:03:44 beck Exp $ +# $OpenBSD: Makefile,v 1.180 2003/03/10 21:08:44 millert Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -217,6 +217,8 @@ distribution-etc-root-var: distrib-dirs ${DESTDIR}/var/log/messages ${INSTALL} -c -o ${BINOWN} -g wheel -m 600 /dev/null \ ${DESTDIR}/var/log/secure + ${INSTALL} -c -o ${BINOWN} -g wheel -m 664 /dev/null \ + ${DESTDIR}/var/log/sendmail.st ${INSTALL} -c -o ${BINOWN} -g wheel -m 644 /dev/null \ ${DESTDIR}/var/log/wtmp ${INSTALL} -c -o ${BINOWN} -g wheel -m 640 /dev/null \ diff --git a/gnu/usr.sbin/sendmail/sendmail/Makefile b/gnu/usr.sbin/sendmail/sendmail/Makefile index 12603940ad0..62c2ed9a785 100644 --- a/gnu/usr.sbin/sendmail/sendmail/Makefile +++ b/gnu/usr.sbin/sendmail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2003/03/09 00:14:19 millert Exp $ +# $OpenBSD: Makefile,v 1.21 2003/03/10 21:08:44 millert Exp $ PROG= sendmail @@ -61,8 +61,6 @@ beforeinstall: fi ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g wheel -m 444 \ ${.CURDIR}/helpfile ${DESTDIR}/etc/mail/helpfile - ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g wheel -m 644 \ - /dev/null ${DESTDIR}/var/log/sendmail.st .include "../../Makefile.inc" .include <bsd.prog.mk> |