diff options
author | 1997-03-02 04:41:53 +0000 | |
---|---|---|
committer | 1997-03-02 04:41:53 +0000 | |
commit | 1c63bb0c5898fe70c383a8f2913b5012a3ea8ed0 (patch) | |
tree | bf6b9ce05e9c6bc6d1f88cfa4631410e8bec57f6 | |
parent | Merge in changes from at 2.9 (diff) | |
download | wireguard-openbsd-1c63bb0c5898fe70c383a8f2913b5012a3ea8ed0.tar.xz wireguard-openbsd-1c63bb0c5898fe70c383a8f2913b5012a3ea8ed0.zip |
Install zero-length /var/at/at.deny to allow users to use at(1).
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index 8e15e4a6a9a..6af6e321935 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.40 1997/02/17 21:58:49 deraadt Exp $ +# $OpenBSD: Makefile,v 1.41 1997/03/02 04:41:53 millert Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -118,6 +118,8 @@ distribution-etc-root-var: distrib-dirs ${INSTALL} -c -o ${BINOWN} -g operator -m 644 /dev/null \ ${DESTDIR}/etc/skeykeys ${INSTALL} -c -o root -g wheel -m 600 /dev/null \ + ${DESTDIR}/var/at/at.deny + ${INSTALL} -c -o root -g wheel -m 600 /dev/null \ ${DESTDIR}/var/cron/log ${INSTALL} -c -o nobody -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/db/locate.database |