diff options
-rw-r--r-- | etc/ftpusers | 3 | ||||
-rw-r--r-- | etc/group | 1 | ||||
-rw-r--r-- | etc/mail/aliases | 3 | ||||
-rw-r--r-- | etc/master.passwd | 1 |
4 files changed, 6 insertions, 2 deletions
diff --git a/etc/ftpusers b/etc/ftpusers index 82abead4ce9..436f79a47a3 100644 --- a/etc/ftpusers +++ b/etc/ftpusers @@ -1,4 +1,4 @@ -# $OpenBSD: ftpusers,v 1.25 2004/11/24 18:50:41 henning Exp $ +# $OpenBSD: ftpusers,v 1.26 2005/01/18 21:38:18 henning Exp $ # # list of users disallowed any ftp access. # read by ftpd(8). @@ -36,3 +36,4 @@ _afs _ppp _ntp _ftp +_ospfd diff --git a/etc/group b/etc/group index eb077dda06f..32fa3090279 100644 --- a/etc/group +++ b/etc/group @@ -49,6 +49,7 @@ _afs:*:81: _ppp:*:82: _ntp:*:83: _ftp:*:84: +_ospfd:*:85: dialer:*:117: nogroup:*:32766: nobody:*:32767: diff --git a/etc/mail/aliases b/etc/mail/aliases index f3e09916e60..e5a34871f45 100644 --- a/etc/mail/aliases +++ b/etc/mail/aliases @@ -1,5 +1,5 @@ # -# $OpenBSD: aliases,v 1.16 2004/11/24 18:50:41 henning Exp $ +# $OpenBSD: aliases,v 1.17 2005/01/18 21:38:18 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. @@ -32,6 +32,7 @@ _kadmin: /dev/null _kdc: /dev/null _mopd: /dev/null _ntp: /dev/null +_ospfd: /dev/null _pflogd: /dev/null _portmap: /dev/null _ppp: /dev/null diff --git a/etc/master.passwd b/etc/master.passwd index 582b339ad8c..9bb24d7af06 100644 --- a/etc/master.passwd +++ b/etc/master.passwd @@ -31,4 +31,5 @@ _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 _ftp:*:84:84::0:0:FTP Daemon:/var/empty:/sbin/nologin +_ospfd:*:85:85::0:0:OSPF Daemon:/var/empty:/sbin/nologin nobody:*:32767:32767::0:0:Unprivileged user:/nonexistent:/sbin/nologin |