Source-Changes-HG archive

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

[src/trunk]: src/etc Consistently with previous such changes, make daemon's d...



details:   https://anonhg.NetBSD.org/src/rev/582a01a46596
branches:  trunk
changeset: 542271:582a01a46596
user:      soren <soren%NetBSD.org@localhost>
date:      Sat Jan 25 01:13:29 2003 +0000

description:
Consistently with previous such changes, make daemon's default group 1(daemon)
rather than 31(guest). FreeBSD and OpenBSD have done the same thing.

diffstat:

 etc/master.passwd |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (11 lines):

diff -r 88b369dd47bb -r 582a01a46596 etc/master.passwd
--- a/etc/master.passwd Sat Jan 25 00:47:05 2003 +0000
+++ b/etc/master.passwd Sat Jan 25 01:13:29 2003 +0000
@@ -1,6 +1,5 @@
 root::0:0::0:0:Charlie &:/root:/bin/csh
-toor:*:0:0::0:0:Bourne-again Superuser:/root:/bin/sh
-daemon:*:1:31::0:0:The devil himself:/:/sbin/nologin
+daemon:*:1:1::0:0:The devil himself:/:/sbin/nologin
 operator:*:2:5::0:0:System &:/usr/guest/operator:/sbin/nologin
 bin:*:3:7::0:0:Binaries Commands and Source:/:/sbin/nologin
 games:*:7:13::0:0:& pseudo-user:/usr/games:/sbin/nologin



Home | Main Index | Thread Index | Old Index