blob: 364d46a490dad8d4eec2f16f9c6078ec32d70a74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $OpenBSD: rc.local,v 1.4 1996/06/18 15:30:02 deraadt Exp $
# site-specific startup actions, daemons
# Add your local changes additions to this file
echo -n 'starting local daemons:'
#if [ -f /usr/local/etc/httpd/http ]; then
# echo -n ' httpd'; /usr/local/etc/httpd/httpd
#fi
#if [ -f /usr/local/sbin/sshd ]; then
# echo -n ' sshd'; /usr/local/sbin/sshd
#fi
echo '.'
|