Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc Add an at.deny file by default, so that (by default) use...



details:   https://anonhg.NetBSD.org/src/rev/8f872a264ac2
branches:  trunk
changeset: 477549:8f872a264ac2
user:      perry <perry%NetBSD.org@localhost>
date:      Wed Oct 20 17:57:55 1999 +0000

description:
Add an at.deny file by default, so that (by default) users can use at
and batch (as is historic practice, and as was our practice before
last year.) If someone wants to disable such use, they can just remove
the file.

diffstat:

 etc/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c6c08489b563 -r 8f872a264ac2 etc/Makefile
--- a/etc/Makefile      Wed Oct 20 16:39:11 1999 +0000
+++ b/etc/Makefile      Wed Oct 20 17:57:55 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.126 1999/09/26 21:40:13 mjl Exp $
+#      $NetBSD: Makefile,v 1.127 1999/10/20 17:57:55 perry Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -162,6 +162,8 @@
        ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} -g operator -m 600 /dev/null \
                ${DESTDIR}/etc/skeykeys
        ${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 600 /dev/null \
+               ${DESTDIR}/var/at/at.deny
+       ${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 600 /dev/null \
                ${DESTDIR}/var/cron/log
        ${INSTALL} ${INSTPRIV} -c -o nobody -g ${BINGRP} -m 664 /dev/null \
                ${DESTDIR}/var/db/locate.database



Home | Main Index | Thread Index | Old Index