diff options
author | 2001-05-04 16:00:05 +0000 | |
---|---|---|
committer | 2001-05-04 16:00:05 +0000 | |
commit | 04767710517279b12c007f80c0bf3894bd3202ae (patch) | |
tree | 031a3a1badf26f8167b03e57dc0a5d50a720ea93 | |
parent | Add /etc/sudoers; jcs@rt.fm (diff) | |
download | wireguard-openbsd-04767710517279b12c007f80c0bf3894bd3202ae.tar.xz wireguard-openbsd-04767710517279b12c007f80c0bf3894bd3202ae.zip |
Install empty sudoers file in /etc
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index be59ced63b0..55deb116489 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.119 2001/04/01 19:40:16 deraadt Exp $ +# $OpenBSD: Makefile,v 1.120 2001/05/04 16:00:05 millert Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -228,6 +228,8 @@ distribution-etc-root-var: distrib-dirs -O DontBlameSendmail=mapinunsafedirpath ${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 \ + ${DESTDIR}/etc/sudoers distribution: distribution-etc-root-var (cd ..; ${MAKE} install) |