From 3f006e1a86e82f2817d7eb7d4a3606159ea567ca Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 28 Sep 1999 07:19:41 +0000 Subject: [PATCH] ssh part of base system --- src/etc/rc.local | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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