|
|
@ -1,4 +1,4 @@ |
|
|
|
# $OpenBSD: rc.local,v 1.13 1997/07/28 07:44:40 deraadt Exp $ |
|
|
|
# $OpenBSD: rc.local,v 1.14 1997/10/18 10:37:47 deraadt Exp $ |
|
|
|
|
|
|
|
# site-specific startup actions, daemons, and other things which |
|
|
|
# can be done AFTER your system goes into securemode. For actions |
|
|
@ -10,13 +10,13 @@ |
|
|
|
|
|
|
|
echo -n 'starting local daemons:' |
|
|
|
|
|
|
|
#if [ -f /usr/local/etc/httpd/httpd ]; then |
|
|
|
# echo -n ' httpd'; /usr/local/etc/httpd/httpd |
|
|
|
#fi |
|
|
|
if [ -f /usr/local/etc/httpd/httpd ]; 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 |
|
|
|
if [ -f /usr/local/sbin/sshd ]; then |
|
|
|
echo -n ' sshd'; /usr/local/sbin/sshd |
|
|
|
fi |
|
|
|
|
|
|
|
# Set pcvt screen saver time to 5min (see scon(1) for more options) |
|
|
|
#if test -x /usr/sbin/ispcvt -a -x /usr/sbin/scon && /usr/sbin/ispcvt; then |
|
|
|