summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-05-30 17:03:30 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-05-30 17:03:30 +0000
commitf2ec5bfef7013a9bfbeb0baf9f12a60d8318cc2c (patch)
treec50a0f4ec78dca75840c412144112dc2ff5b1afc
parent693260798f9e1844f724df317259de0b7354e4fa (diff)
new user/group _ntp, theo ok
-rw-r--r--etc/ftpusers3
-rw-r--r--etc/group1
-rw-r--r--etc/mail/aliases3
-rw-r--r--etc/master.passwd1
4 files changed, 6 insertions, 2 deletions
diff --git a/etc/ftpusers b/etc/ftpusers
index 732de5288eb..cea4f83b0f6 100644
--- a/etc/ftpusers
+++ b/etc/ftpusers
@@ -1,4 +1,4 @@
-# $OpenBSD: ftpusers,v 1.23 2004/05/06 16:58:34 deraadt Exp $
+# $OpenBSD: ftpusers,v 1.24 2004/05/30 17:03:28 henning Exp $
#
# list of users disallowed any ftp access.
# read by ftpd(8).
@@ -34,3 +34,4 @@ _tftpd
_rbootd
_afs
_ppp
+_ntp
diff --git a/etc/group b/etc/group
index 267cae55cc1..38afe24d27e 100644
--- a/etc/group
+++ b/etc/group
@@ -47,6 +47,7 @@ _tftpd:*:79:
_rbootd:*:80:
_afs:*:81:
_ppp:*:82:
+_ntp:*:83:
dialer:*:117:
nogroup:*:32766:
nobody:*:32767:
diff --git a/etc/mail/aliases b/etc/mail/aliases
index 06a34f96c23..1b1964c7b5a 100644
--- a/etc/mail/aliases
+++ b/etc/mail/aliases
@@ -1,5 +1,5 @@
#
-# $OpenBSD: aliases,v 1.14 2004/05/06 16:58:34 deraadt Exp $
+# $OpenBSD: aliases,v 1.15 2004/05/30 17:03:29 henning Exp $
#
# Aliases in this file will NOT be expanded in the header from
# Mail, but WILL be visible over networks or from /usr/libexec/mail.local.
@@ -30,6 +30,7 @@ _isakmpd: /dev/null
_kadmin: /dev/null
_kdc: /dev/null
_mopd: /dev/null
+_ntp: /dev/null
_pflogd: /dev/null
_portmap: /dev/null
_ppp: /dev/null
diff --git a/etc/master.passwd b/etc/master.passwd
index e254334e108..e1dfc536dd1 100644
--- a/etc/master.passwd
+++ b/etc/master.passwd
@@ -29,4 +29,5 @@ _tftpd:*:79:79::0:0:TFTP Daemon:/var/empty:/sbin/nologin
_rbootd:*:80:80::0:0:rbootd Daemon:/var/empty:/sbin/nologin
_afs:*:81:81::0:0:afs Daemon:/var/empty:/sbin/nologin
_ppp:*:82:82::0:0:PPP utilities:/var/empty:/sbin/nologin
+_ntp:*:83:83::0:0:NTP Daemon:/var/empty:/sbin/nologin
nobody:*:32767:32767::0:0:Unprivileged user:/nonexistent:/sbin/nologin