Browse Source

Do not start snmpd by default just because it is installed. ok theo@.

OPENBSD_2_8
jakob 24 years ago
parent
commit
f03dcb41da
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/etc/rc.local

+ 4
- 4
src/etc/rc.local View File

@ -1,4 +1,4 @@
# $OpenBSD: rc.local,v 1.28 2000/06/13 18:29:48 deraadt Exp $
# $OpenBSD: rc.local,v 1.29 2000/06/24 19:37:33 jakob Exp $
# site-specific startup actions, daemons, and other things which
# can be done AFTER your system goes into securemode. For actions
@ -19,9 +19,9 @@ if [ -x /usr/local/sbin/cfsd ]; then
fi
fi
if [ -x /usr/local/sbin/snmpd ]; then
echo -n ' snmpd'; /usr/local/sbin/snmpd
fi
#if [ -x /usr/local/sbin/snmpd ]; then
# echo -n ' snmpd'; /usr/local/sbin/snmpd
#fi
# set pcvt screen saver time to 5min (see scon(1) for more options)
#if [ -x /usr/sbin/ispcvt -a -x /usr/sbin/scon ] && /usr/sbin/ispcvt; then


Loading…
Cancel
Save