diff options
author | pst <pst@FreeBSD.org> | 1996-07-11 21:23:22 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-07-11 21:23:22 +0000 |
commit | 9396eb95c907631130263c653eda1a75095993de (patch) | |
tree | fde8760ca4b275c4b2ebe2a4ba669b6106250083 /etc | |
parent | 4c58647f1a0d1fd1d7d6f48d14b6c0f3abed54dd (diff) | |
download | FreeBSD-src-9396eb95c907631130263c653eda1a75095993de.zip FreeBSD-src-9396eb95c907631130263c653eda1a75095993de.tar.gz |
Set shells to nonexistent where appropriate
Diffstat (limited to 'etc')
-rw-r--r-- | etc/master.passwd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/master.passwd b/etc/master.passwd index f2cc09b..6acee41 100644 --- a/etc/master.passwd +++ b/etc/master.passwd @@ -1,11 +1,11 @@ root::0:0::0:0:Charlie &:/root:/bin/csh toor:*:0:0::0:0:Bourne-again Superuser:/root: -daemon:*:1:31::0:0:Owner of many system processes:/root: +daemon:*:1:31::0:0:Owner of many system processes:/root:/nonexistent operator:*:2:20::0:0:System &:/usr/guest/operator:/bin/csh bin:*:3:7::0:0:Binaries Commands and Source,,,:/:/nonexistent -games:*:7:13::0:0:Games pseudo-user:/usr/games: +games:*:7:13::0:0:Games pseudo-user:/usr/games:/nonexistent news:*:8:8::0:0:News Subsystem:/:/nonexistent -man:*:9:9::0:0:Mister Man Pages:/usr/share/man: +man:*:9:9::0:0:Mister Man Pages:/usr/share/man:/nonexistent uucp:*:66:66::0:0:UUCP pseudo-user:/var/spool/uucppublic:/usr/libexec/uucp/uucico xten:*:67:67::0:0:X-10 daemon:/usr/local/xten:/nonexistent nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/nonexistent |