From efc05b2bdd75a1cc93da64b88a0ce1d2d3403295 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 15 May 1995 19:24:57 +0000 Subject: [PATCH] change nobody master.passwd entry to 65534:65534 change nobody group entry to 65534 Suggested-by: pst --- etc/group | 2 +- etc/master.passwd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/group b/etc/group index d929b12f87a5..417dc119790b 100644 --- a/etc/group +++ b/etc/group @@ -10,9 +10,9 @@ man:*:9: games:*:13: staff:*:20:root guest:*:31:root -nobody:*:39: uucp:*:66: ingres:*:74:ingres xten:*:100:xten dialer:*:117: nogroup:*:32766: +nobody:*:65534: diff --git a/etc/master.passwd b/etc/master.passwd index 1f3705f83488..39cc3482c76a 100644 --- a/etc/master.passwd +++ b/etc/master.passwd @@ -4,9 +4,9 @@ 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,,,:/:/nonexistent games:*:7:13::0:0:Games pseudo-user:/usr/games: -news:*:8:8::0:0:News Subsystem,,,:/:/nonexistent +news:*:8:8::0:0:News Subsystem:/:/nonexistent man:*:9:9::0:0:Mister Man Pages:/usr/share/man: uucp:*:66:66::0:0:UUCP pseudo-user:/var/spool/uucppublic:/usr/libexec/uucp/uucico xten:*:100:100::0:0:X-10 daemon:/usr/local/xten:/nonexistent ingres:*:267:74::0:0:& Group:/usr/ingres:/bin/csh -nobody:*:32767:39::0:0:Unprivileged user:/nonexistent:/nonexistent +nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/nonexistent