From 9778c9811c5f4bdf2527ce2f89c9275f5e814f52 Mon Sep 17 00:00:00 2001 From: wollman Date: Mon, 11 Apr 1994 19:18:05 +0000 Subject: /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?). --- etc/master.passwd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/master.passwd') 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 -- cgit v1.1