diff options
author | phk <phk@FreeBSD.org> | 1996-03-12 15:17:29 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1996-03-12 15:17:29 +0000 |
commit | c94797cc8d85106b83721972e97f8753a7c04952 (patch) | |
tree | b2615b4d4149f82b595b10b307e1f7336dd42fb2 | |
parent | 78667a4c7dd7f59a0bada39a7e77f43c60045512 (diff) | |
download | FreeBSD-src-c94797cc8d85106b83721972e97f8753a7c04952.zip FreeBSD-src-c94797cc8d85106b83721972e97f8753a7c04952.tar.gz |
Move user & group "xten" from [ug]id == 100 to 67.
This is less likely to collide with site policies.
-rw-r--r-- | etc/group | 2 | ||||
-rw-r--r-- | etc/master.passwd | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ games:*:13: staff:*:20:root guest:*:31:root uucp:*:66: -xten:*:100:xten +xten:*:67:xten dialer:*:117: nogroup:*:65533: nobody:*:65534: diff --git a/etc/master.passwd b/etc/master.passwd index 0570258..f2cc09b 100644 --- a/etc/master.passwd +++ b/etc/master.passwd @@ -7,5 +7,5 @@ games:*:7:13::0:0:Games pseudo-user:/usr/games: 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 +xten:*:67:67::0:0:X-10 daemon:/usr/local/xten:/nonexistent nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/nonexistent |