diff options
-rw-r--r-- | release/picobsd/net/lang/rc.en | 5 | ||||
-rw-r--r-- | release/picobsd/net/lang/rc.pl | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/release/picobsd/net/lang/rc.en b/release/picobsd/net/lang/rc.en index e4a0fe3..295a882 100644 --- a/release/picobsd/net/lang/rc.en +++ b/release/picobsd/net/lang/rc.en @@ -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 diff --git a/release/picobsd/net/lang/rc.pl b/release/picobsd/net/lang/rc.pl index 0097d31..d19f336 100644 --- a/release/picobsd/net/lang/rc.pl +++ b/release/picobsd/net/lang/rc.pl @@ -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 |