Source-Changes-HG archive

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

[src/trunk]: src/etc Make utmp and utmpx group utmp, not group wheel. This ge...



details:   https://anonhg.NetBSD.org/src/rev/b66c413a0dd3
branches:  trunk
changeset: 536447:b66c413a0dd3
user:      perry <perry%NetBSD.org@localhost>
date:      Mon Sep 16 02:35:04 2002 +0000

description:
Make utmp and utmpx group utmp, not group wheel. This gets masked by
the fact that rc.d sets it to group utmp anyway, but it was certainly
wrong in principle.

diffstat:

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

diffs (29 lines):

diff -r ceb140058b87 -r b66c413a0dd3 etc/Makefile
--- a/etc/Makefile      Mon Sep 16 02:30:29 2002 +0000
+++ b/etc/Makefile      Mon Sep 16 02:35:04 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.226 2002/09/16 02:30:29 perry Exp $
+#      $NetBSD: Makefile,v 1.227 2002/09/16 02:35:04 perry Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -79,6 +79,7 @@
 # -rw-r--r--
 BINOWN= root
 BINGRP= wheel
+UTMPGRP= utmp
 BIN1+= bootptab changelist csh.cshrc csh.login csh.logout daily \
        daily.conf dm.conf floppytab ftpchroot ftpusers \
        gettytab group hosts hosts.lpd inetd.conf lkm.conf \
@@ -215,9 +216,9 @@
                ${DESTDIR}/var/log/xferlog
        ${INSTALL_FILE} -o daemon -g staff -m 664 /dev/null \
                ${DESTDIR}/var/msgs/bounds
-       ${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
+       ${INSTALL_FILE} -o ${BINOWN} -g ${UTMPGRP} -m 664 /dev/null \
                ${DESTDIR}/var/run/utmp
-       ${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
+       ${INSTALL_FILE} -o ${BINOWN} -g ${UTMPGRP} -m 664 /dev/null \
                ${DESTDIR}/var/run/utmpx
        ${INSTALL_FILE} -o games -g games -m 664 /dev/null \
                ${DESTDIR}/var/games/atc_scores



Home | Main Index | Thread Index | Old Index