diff --git a/src/etc/rc.local b/src/etc/rc.local index 1d41ee44..f91565c5 100644 --- a/src/etc/rc.local +++ b/src/etc/rc.local @@ -1,4 +1,4 @@ -# $OpenBSD: rc.local,v 1.26 1999/06/12 21:17:23 angelos Exp $ +# $OpenBSD: rc.local,v 1.27 1999/09/28 07:19:41 deraadt Exp $ # site-specific startup actions, daemons, and other things which # can be done AFTER your system goes into securemode. For actions @@ -10,11 +10,6 @@ echo -n 'starting local daemons:' -if [ X"${sshd}" == X"YES" -a -x /usr/local/sbin/sshd ]; then - echo -n ' sshd'; /usr/local/sbin/sshd - #echo -n ' sshd2022'; /usr/local/sbin/sshd -p 2022 -fi - if [ -x /usr/local/sbin/cfsd ]; then if ps auxc | grep -q '^ *root .* mountd$'; then echo -n ' cfsd'; /usr/local/sbin/cfsd >/dev/null 2>&1