Change commented-out sshd startup to use /usr/pkg/etc/rc.d/sshd.sh
This commit is contained in:
parent
e66cc6b3b1
commit
0c3c3e6c25
@ -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
|
# originally from: @(#)rc.local 8.3 (Berkeley) 4/28/94
|
||||||
#
|
#
|
||||||
# This file is (nearly) the last thing invoked by /etc/rc during a
|
# 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
|
# add your local daemons here, following the startup models in /etc/rc
|
||||||
|
|
||||||
#if [ -f /usr/pkg/sbin/sshd ]; then
|
#if [ -f /usr/pkg/etc/rc.d/sshd.sh]; then
|
||||||
# echo -n ' sshd'; /usr/pkg/sbin/sshd
|
# /usr/pkg/etc/rc.d/sshd.sh
|
||||||
#fi
|
#fi
|
||||||
|
|
||||||
echo '.'
|
echo '.'
|
||||||
|
Loading…
Reference in New Issue
Block a user