summaryrefslogtreecommitdiffstats
path: root/etc/master.passwd
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-04-11 19:18:05 +0000
committerwollman <wollman@FreeBSD.org>1994-04-11 19:18:05 +0000
commit9778c9811c5f4bdf2527ce2f89c9275f5e814f52 (patch)
treeeafd5076f9035e666c18d12d32fee02b4687d590 /etc/master.passwd
parent69e77c870dea1208bc5cd93a2a56911e7d422a6c (diff)
downloadFreeBSD-src-9778c9811c5f4bdf2527ce2f89c9275f5e814f52.zip
FreeBSD-src-9778c9811c5f4bdf2527ce2f89c9275f5e814f52.tar.gz
/dev/null was not a very good choice of shell for login-disabled users.
Used the canonical non-existent file (/nonexistent) instead This should probably be documented somewhere, but it's unclear where the right place is (passwd(5)? login(8)? hier(7)? all three?).
Diffstat (limited to 'etc/master.passwd')
-rw-r--r--etc/master.passwd4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/master.passwd b/etc/master.passwd
index 303f9e1..f4c9436 100644
--- a/etc/master.passwd
+++ b/etc/master.passwd
@@ -2,10 +2,10 @@ 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:
operator:*:2:20::0:0:System &:/usr/guest/operator:/bin/csh
-bin:*:3:7::0:0:Binaries Commands and Source,,,:/:/dev/null
+bin:*:3:7::0:0:Binaries Commands and Source,,,:/:/nonexistent
games:*:7:13::0:0:Games pseudo-user:/usr/games:
man:*:9:9::0:0:Mister Man Pages:/usr/share/man:
uucp:*:66:1::0:0:UUCP pseudo-user:/var/spool/uucppublic:/usr/libexec/uucp/uucico
ingres:*:267:74::0:0:& Group:/usr/ingres:/bin/csh
falcon:*:32766:31::0:0:Prof. Steven &:/usr/games:/usr/games/wargames
-nobody:*:32767:9999::0:0:Unprivileged user:/nonexistent:/dev/null
+nobody:*:32767:9999::0:0:Unprivileged user:/nonexistent:/nonexistent
OpenPOWER on IntegriCloud