diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-03-02 04:41:54 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-03-02 04:41:54 +0000 |
commit | 669f0b6e961cd7e70c5ac74b7c0a374d7610302d (patch) | |
tree | 6a39f45c6a528e120a511159ebb67d9df07ca365 | |
parent | cebd26ca95c8ec2ad44a2d722c369feeb72a4b5d (diff) |
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 |