diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2008-05-07 11:58:15 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2008-05-07 11:58:15 +0000 |
commit | 9775714d73ec6adf42a2808141dbdea8d37f2239 (patch) | |
tree | 8e5bccc2a51c81d557411ff0346cdf4e96ee67d6 /etc/rc | |
parent | e7581991362c889e27b2f2d1ffe212b9c30afa1e (diff) |
routed is no longer, use ripd instead.
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |