Browse Source

routed is no longer, use ripd instead.

OPENBSD_4_4
claudio 16 years ago
parent
commit
6f0f4765f0
2 changed files with 2 additions and 7 deletions
  1. +1
    -5
      src/etc/rc
  2. +1
    -2
      src/etc/rc.conf

+ 1
- 5
src/etc/rc View File

@ -1,4 +1,4 @@
# $OpenBSD: rc,v 1.312 2008/02/27 20:27:38 djm Exp $
# $OpenBSD: rc,v 1.313 2008/05/07 11:58:14 claudio Exp $
# System startup script run by init on autoboot
# or after single-user.
@ -578,10 +578,6 @@ if [ X"${snmpd_flags}" != X"NO" ]; then
echo -n ' snmpd'; /usr/sbin/snmpd $snmpd_flags
fi
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


+ 1
- 2
src/etc/rc.conf View File

@ -1,9 +1,8 @@
#!/bin/sh -
#
# $OpenBSD: rc.conf,v 1.128 2008/01/31 14:18:03 reyk Exp $
# $OpenBSD: rc.conf,v 1.129 2008/05/07 11:58:14 claudio 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.


Loading…
Cancel
Save