Change commented-out sshd startup to use /usr/pkg/etc/rc.d/sshd.sh

This commit is contained in:
simonb 1998-11-05 01:36:09 +00:00
parent e66cc6b3b1
commit 0c3c3e6c25

View File

@ -1,4 +1,4 @@
# $NetBSD: rc.local,v 1.23 1998/02/12 14:37:57 mrg Exp $
# $NetBSD: rc.local,v 1.24 1998/11/05 01:36:09 simonb 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/pkg/sbin/sshd ]; then
# echo -n ' sshd'; /usr/pkg/sbin/sshd
#if [ -f /usr/pkg/etc/rc.d/sshd.sh]; then
# /usr/pkg/etc/rc.d/sshd.sh
#fi
echo '.'