Don't start (now) noneexistent snmpd.

This commit is contained in:
Andrzej Bialecki 1999-01-19 23:15:41 +00:00
parent 4515a6631a
commit 9dacf92623
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42863
2 changed files with 2 additions and 8 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $Id: rc.en,v 1.3 1998/11/01 20:19:23 abial Exp $
# $Id: rc.en,v 1.4 1999/01/12 14:09:21 asami Exp $
############################################
### Special setup for one floppy PICOBSD ###
### THIS IS NOT THE NORMAL /etc/rc !!!!! ###
@ -35,9 +35,6 @@ fi
if [ "X${inetd_enable}" = X"YES" ]; then
echo "Starting inetd."; inetd ${inetd_flags}
fi
if [ "X${snmpd_enable}" = X"YES" ]; then
echo "Starting snmpd."; snmpd ${snmpd_flags}
fi
dev_mkdb

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $Id: rc.pl,v 1.2 1998/09/26 17:27:24 abial Exp $
# $Id: rc.pl,v 1.3 1998/11/01 20:19:23 abial Exp $
############################################
### Special setup for one floppy PICOBSD ###
### THIS IS NOT THE NORMAL /etc/rc !!!!! ###
@ -34,9 +34,6 @@ fi
if [ "X${inetd_enable}" = X"YES" ]; then
echo "Uruchamiam inetd."; inetd ${inetd_flags}
fi
if [ "X${snmpd_enable}" = X"YES" ]; then
echo "Uruchamiam snmpd."; snmpd ${snmpd_flags}
fi
dev_mkdb