diff options
-rwxr-xr-x | scripts/rl-system.init | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/rl-system.init b/scripts/rl-system.init index 0570924f..5a042c73 100755 --- a/scripts/rl-system.init +++ b/scripts/rl-system.init @@ -91,13 +91,6 @@ update_version_info () { fi } -## snmp should be a separate package, -## but for now load the kernel module here -add_snmp_stats_module() -{ - modprobe ipt_rlsnmpstats & -} - clear_or_override_config_files () { for conf in ntp.conf \ @@ -143,7 +136,6 @@ create_ssh_host_keys () { start () { udev_rescan - add_snmp_stats_module create_ssh_host_keys || \ log_failure_msg "can't initialize ssh host keys" clear_or_override_config_files || \ |