diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2006-10-29 18:58:58 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2006-10-29 18:58:58 +0000 |
commit | 7d04a976ffd1977f8336d3f5960e5a2907e4f32c (patch) | |
tree | a2d9b73e5e1b49a23d64b80408b4792086c850d2 /etc | |
parent | da14d7790c93bdf8b568b29b0ab8a652bc95baae (diff) |
Add the _ripd user and startup stuff.
ok claudio@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 5 | ||||
-rw-r--r-- | etc/changelist | 3 | ||||
-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 | ||||
-rw-r--r-- | etc/mtree/special | 3 | ||||
-rw-r--r-- | etc/rc | 6 | ||||
-rw-r--r-- | etc/rc.conf | 3 |
9 files changed, 20 insertions, 8 deletions
diff --git a/etc/Makefile b/etc/Makefile index 752b8d95c90..54564a89c31 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.241 2006/10/10 12:45:58 todd Exp $ +# $OpenBSD: Makefile,v 1.242 2006/10/29 18:58:57 norby Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -76,6 +76,7 @@ distribution-etc-root-var: distrib-dirs pwd_mkdb -p -d ${DESTDIR}/etc /etc/master.passwd ${INSTALL} -c -o root -g wheel -m 600 bgpd.conf ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 600 ospfd.conf ${DESTDIR}/etc + ${INSTALL} -c -o root -g wheel -m 600 ripd.conf ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 600 dvmrpd.conf ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 600 pf.conf ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 600 chio.conf ${DESTDIR}/etc @@ -337,7 +338,7 @@ distrib: DHSIZE=1024 1536 2048 3072 4096 update-moduli: ( \ - echo '# $$OpenBSD: Makefile,v 1.241 2006/10/10 12:45:58 todd Exp $$'; \ + echo '# $$OpenBSD: Makefile,v 1.242 2006/10/29 18:58:57 norby Exp $$'; \ echo '# Time Type Tests Tries Size Generator Modulus'; \ ( for i in ${DHSIZE}; do \ ssh-keygen -b $$i -G /dev/stdout; \ diff --git a/etc/changelist b/etc/changelist index 2dafdac4849..529d308dc60 100644 --- a/etc/changelist +++ b/etc/changelist @@ -1,4 +1,4 @@ -# $OpenBSD: changelist,v 1.46 2006/09/19 19:33:04 aanriot Exp $ +# $OpenBSD: changelist,v 1.47 2006/10/29 18:58:57 norby Exp $ # # List of files which the security script backs up and checks # for modifications. @@ -103,6 +103,7 @@ /etc/resolv.conf.tail +/etc/rndc.key /etc/rpc +/etc/ripd.conf /etc/security /etc/sensorsd.conf /etc/services diff --git a/etc/ftpusers b/etc/ftpusers index 910ff1ece32..c069a263279 100644 --- a/etc/ftpusers +++ b/etc/ftpusers @@ -1,4 +1,4 @@ -# $OpenBSD: ftpusers,v 1.28 2006/06/01 16:43:23 norby Exp $ +# $OpenBSD: ftpusers,v 1.29 2006/10/29 18:58:57 norby Exp $ # # list of users disallowed any ftp access. # read by ftpd(8). @@ -39,3 +39,4 @@ _ftp _ospfd _hostapd _dvmrpd +_ripd diff --git a/etc/group b/etc/group index 00ea05f4058..7ff0d796fae 100644 --- a/etc/group +++ b/etc/group @@ -52,6 +52,7 @@ _ftp:*:84: _ospfd:*:85: _hostapd:*:86: _dvmrpd:*:87: +_ripd:*:88: dialer:*:117: nogroup:*:32766: nobody:*:32767: diff --git a/etc/mail/aliases b/etc/mail/aliases index 8c39efa603f..14bf547fff8 100644 --- a/etc/mail/aliases +++ b/etc/mail/aliases @@ -1,5 +1,5 @@ # -# $OpenBSD: aliases,v 1.19 2006/06/01 16:43:23 norby Exp $ +# $OpenBSD: aliases,v 1.20 2006/10/29 18:58:57 norby 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. @@ -39,6 +39,7 @@ _pflogd: /dev/null _portmap: /dev/null _ppp: /dev/null _rbootd: /dev/null +_ripd: /dev/null _rstatd: /dev/null _rusersd: /dev/null _spamd: /dev/null diff --git a/etc/master.passwd b/etc/master.passwd index 7a93ad6fa37..9baa7dbbce4 100644 --- a/etc/master.passwd +++ b/etc/master.passwd @@ -34,4 +34,5 @@ _ftp:*:84:84::0:0:FTP Daemon:/var/empty:/sbin/nologin _ospfd:*:85:85::0:0:OSPF Daemon:/var/empty:/sbin/nologin _hostapd:*:86:86::0:0:HostAP Daemon:/var/empty:/sbin/nologin _dvmrpd:*:87:87::0:0:DVMRP Daemon:/var/empty:/sbin/nologin +_ripd:*:88:88::0:0:RIP Daemon:/var/empty:/sbin/nologin nobody:*:32767:32767::0:0:Unprivileged user:/nonexistent:/sbin/nologin diff --git a/etc/mtree/special b/etc/mtree/special index 1f86b286300..efc77daca4b 100644 --- a/etc/mtree/special +++ b/etc/mtree/special @@ -1,4 +1,4 @@ -# $OpenBSD: special,v 1.71 2006/09/19 19:33:04 aanriot Exp $ +# $OpenBSD: special,v 1.72 2006/10/29 18:58:57 norby Exp $ # $NetBSD: special,v 1.4 1996/05/08 21:30:18 pk Exp $ # @(#)special 8.2 (Berkeley) 1/23/94 # @@ -74,6 +74,7 @@ rc.securelevel type=file mode=0644 uname=root gname=wheel rc.shutdown type=file mode=0644 uname=root gname=wheel resolv.conf type=file mode=0644 uname=root gname=wheel optional resolv.conf.tail type=file mode=0644 uname=root gname=wheel optional +ripd.conf type=file mode=0600 uname=root gname=wheel security type=file mode=0644 uname=root gname=wheel sensorsd.conf type=file mode=0644 uname=root gname=wheel shells type=file mode=0644 uname=root gname=wheel @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.291 2006/09/27 19:54:36 mpf Exp $ +# $OpenBSD: rc,v 1.292 2006/10/29 18:58:57 norby Exp $ # System startup script run by init on autoboot # or after single-user. @@ -558,6 +558,10 @@ if [ X"${routed_flags}" != X"NO" ]; then echo -n ' routed'; routed $routed_flags fi +if [ X"${ripd_flags}" != X"NO" ]; then + echo -n ' ripd'; /usr/sbin/ripd $ripd_flags +fi + if [ X"${mrouted_flags}" != X"NO" ]; then echo -n ' mrouted'; mrouted $mrouted_flags fi diff --git a/etc/rc.conf b/etc/rc.conf index e4c589dfd76..50573f80561 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,9 +1,10 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.117 2006/09/27 19:54:36 mpf Exp $ +# $OpenBSD: rc.conf,v 1.118 2006/10/29 18:58:57 norby Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" +ripd_flags=NO # for normal use: "" mrouted_flags=NO # for normal use: "", if activated # be sure to enable multicast_router below. dvmrpd_flags=NO # for normal use: "" |