diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-10-15 06:56:23 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-10-15 06:56:23 +0800 |
commit | 973ad236a9a7af45af8e15f9c6bb1f5df0365a23 (patch) | |
tree | e2d59c1af2b636c4c7213af08b2bc71dffbec982 | |
parent | 92338a09675d1721254a7f4b56dc43dfcc285f71 (diff) | |
download | freebsd-ports-gnome-973ad236a9a7af45af8e15f9c6bb1f5df0365a23.tar.gz freebsd-ports-gnome-973ad236a9a7af45af8e15f9c6bb1f5df0365a23.tar.zst freebsd-ports-gnome-973ad236a9a7af45af8e15f9c6bb1f5df0365a23.zip |
Give a hint about base values
-rw-r--r-- | GIDs | 3 | ||||
-rw-r--r-- | UIDs | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,7 @@ # $FreeBSD$ # Please keep this file sorted by GID! -# Please pick an empty slot when available +# Please pick an empty slot when available and also consider base values from +# /usr/src/etc/group daemon:*:1: operator:*:5:amanda mail:*:6:postfix,clamav @@ -1,6 +1,7 @@ # $FreeBSD$ # Please keep this file sorted by UID! -# Please pick an empty slot when available +# Please pick an empty slot when available and also consider base values from +# /usr/src/etc/master.passwd operator:*:2:5::0:0:System &:/:/usr/sbin/nologin ftp:*:14:14::0:0:Anonymous FTP:/var/ftp:/nonexistent smmsp:*:25:25::0:0:Sendmail Submission User:/var/spool/clientmqueue:/usr/sbin/nologin |