summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-10-02 21:37:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-10-02 21:37:22 +0000
commitb9d28d255a00aa0759f9c32f2eda28389a34dd5a (patch)
tree6ef19d2b216fb35aa53fccbbd6fb6efa5014b91a
parent939aea8c3face4442bbaf38984b0d06a2114e963 (diff)
downloadpfsense-b9d28d255a00aa0759f9c32f2eda28389a34dd5a.zip
pfsense-b9d28d255a00aa0759f9c32f2eda28389a34dd5a.tar.gz
Add _ntp to passwd and group
-rw-r--r--etc/group1
-rw-r--r--etc/passwd3
2 files changed, 3 insertions, 1 deletions
diff --git a/etc/group b/etc/group
index 56296bb..771f4ad 100644
--- a/etc/group
+++ b/etc/group
@@ -28,3 +28,4 @@ nogroup:*:65533:
nobody:*:65534:
admin:*:0:
audit:*:77:
+_ntp:*:123:
diff --git a/etc/passwd b/etc/passwd
index 0d35baa..485b447 100644
--- a/etc/passwd
+++ b/etc/passwd
@@ -21,4 +21,5 @@ nobody:*:65534:65534:Unprivileged user:/nonexistent:/usr/sbin/nologin
distcc:*:1001:1001:Distcc:/home/distcc:/sbin/nologin
dhcpd:*:1002:1002:DHCP Daemon:/nonexistent:/sbin/nologin
admin:*:0:0:Admin User:/root:/etc/rc.initial
-_ntp:*:123:
+_ntp:*:123:123:NTP daemon:/var/empty:/sbin/nologin
+
OpenPOWER on IntegriCloud