diff options
Diffstat (limited to 'release/picobsd/net/lang/rc.pl')
-rw-r--r-- | release/picobsd/net/lang/rc.pl | 5 |
1 files changed, 1 insertions, 4 deletions
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 |