Source-Changes-HG archive

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

[src/trunk]: src/etc Create /var/log/aculog with appropriate permissions, per...



details:   https://anonhg.NetBSD.org/src/rev/881756659d07
branches:  trunk
changeset: 471507:881756659d07
user:      fair <fair%NetBSD.org@localhost>
date:      Sat Apr 03 09:40:38 1999 +0000

description:
Create /var/log/aculog with appropriate permissions, per PR 6675

diffstat:

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

diffs (18 lines):

diff -r 1de4658d8d85 -r 881756659d07 etc/Makefile
--- a/etc/Makefile      Sat Apr 03 09:36:04 1999 +0000
+++ b/etc/Makefile      Sat Apr 03 09:40:38 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.112 1999/03/29 16:40:44 perry Exp $
+#      $NetBSD: Makefile,v 1.113 1999/04/03 09:40:38 fair Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -149,6 +149,8 @@
                ${DESTDIR}/var/cron/log
        ${INSTALL} -c -o nobody -g ${BINGRP} -m 664 /dev/null \
                ${DESTDIR}/var/db/locate.database
+       ${INSTALL} -c -o uucp -g dialer -m 640 /dev/null \
+               ${DESTDIR}/var/log/aculog
        ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
                ${DESTDIR}/var/log/authlog
        ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \



Home | Main Index | Thread Index | Old Index