summaryrefslogtreecommitdiff
path: root/scripts/rl-system.init
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-02-17 16:11:11 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-02-17 16:11:11 -0800
commit2b986b2d9078d1d199f37746c9ccede29e796ce4 (patch)
tree3b187ea9ed83be9d1b91bf5e8db4c17f0e267792 /scripts/rl-system.init
parentac5a252fc4fa17de06d74e1c643b267489457728 (diff)
downloadvyatta-cfg-system-2b986b2d9078d1d199f37746c9ccede29e796ce4.tar.gz
vyatta-cfg-system-2b986b2d9078d1d199f37746c9ccede29e796ce4.zip
Take out ipt_rlsnmpstats module
Not used, not needed, possible buggy.
Diffstat (limited to 'scripts/rl-system.init')
-rwxr-xr-xscripts/rl-system.init8
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 || \