diff options
| author | Guido van Rooij <guido@FreeBSD.org> | 1996-11-08 21:40:16 +0000 |
|---|---|---|
| committer | Guido van Rooij <guido@FreeBSD.org> | 1996-11-08 21:40:16 +0000 |
| commit | 506ed5808736e90115b758c35718caaf5c894355 (patch) | |
| tree | c041c4db6eafe81f770ba9287cb9ba1a1cf7939a | |
| parent | 0e818078c85fdd14c7a1dbe0fa0fded7735585bc (diff) | |
Notes
| -rw-r--r-- | etc/master.passwd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/master.passwd b/etc/master.passwd index f2cc09b8acfe..8376cd13ce0d 100644 --- a/etc/master.passwd +++ b/etc/master.passwd @@ -1,6 +1,6 @@ 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:1::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: |
