NetBSD/etc/rc.local
itojun 674467bac8 add "start" argument to sshd.sh.
- sshd.sh comes with pkgsrc/security/openssh requires "start" argument
- sshd.sh comes with pkgsrc/security/{ssh,ssh6} does not care about argument
- it seems to me, from license twists, openssh installation will get
  more popular
2000-07-24 10:10:05 +00:00

23 lines
581 B
Plaintext

# $NetBSD: rc.local,v 1.27 2000/07/24 10:10:05 itojun Exp $
# originally from: @(#)rc.local 8.3 (Berkeley) 4/28/94
#
# This file is (nearly) the last thing invoked by /etc/rc during a
# normal boot, via /etc/rc.d/local.
#
# It is intended to be edited locally to add site-specific boot-time
# actions, such as starting locally installed daemons.
#
# An alternative option is to create site-specific /etc/rc.d scripts.
#
echo -n 'starting local daemons:'
# Add your local daemons here.
#
#if [ -f /usr/pkg/etc/rc.d/sshd.sh ]; then
# /usr/pkg/etc/rc.d/sshd.sh start
#fi
echo '.'