make sshd startup less bogus, for now.

This commit is contained in:
mrg 1998-02-12 14:37:57 +00:00
parent dec29037df
commit 2f794bc82c
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: rc.local,v 1.22 1997/08/29 10:29:07 veego Exp $
# $NetBSD: rc.local,v 1.23 1998/02/12 14:37:57 mrg Exp $
# originally from: @(#)rc.local 8.3 (Berkeley) 4/28/94
#
# This file is (nearly) the last thing invoked by /etc/rc during a
@ -11,8 +11,8 @@ echo -n 'starting local daemons:'
# add your local daemons here, following the startup models in /etc/rc
#if [ -f /usr/local/sbin/sshd ]; then
# echo -n ' sshd'; /usr/local/sbin/sshd
#if [ -f /usr/pkg/sbin/sshd ]; then
# echo -n ' sshd'; /usr/pkg/sbin/sshd
#fi
echo '.'