diff options
-rw-r--r-- | config/ChangeLog | 5 | ||||
-rw-r--r-- | config/group | 2 | ||||
-rw-r--r-- | config/passwd | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index fca38327..509c0fd6 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +Fri Mar 5 18:25:01 1999 Thomas Bushnell, BSG <tb@mit.edu> + + * passwd (bin): New entry with ID 0, for compatibility with BSD. + * group (bin, kmem): Likewise. + 1997-06-26 Miles Bader <miles@gnu.ai.mit.edu> * root-.profile: Recommend using `addauth root'. diff --git a/config/group b/config/group index 071b94b7..bcebda51 100644 --- a/config/group +++ b/config/group @@ -1,2 +1,4 @@ wheel:*:0:wheel +kmem:*:0: +bin:*:0: games:*:13:games diff --git a/config/passwd b/config/passwd index 060af7e4..9301ed72 100644 --- a/config/passwd +++ b/config/passwd @@ -1,4 +1,5 @@ root::0:0:Lord of the Files:/root:/bin/bash +bin::0:0:Compatibility:/root:/bin/bash roland::5281:0:Roland McGrath:/home/fsf/roland:/bin/bash thomas::9107:11:Thomas Bushnell n/BSG,,,:/home/gd3/thomas:/bin/bash miles::9427:10:Miles Bader:/home/gd3/miles:/bin/bash |