diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-02-17 16:11:11 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-02-17 16:11:11 -0800 |
commit | 2b986b2d9078d1d199f37746c9ccede29e796ce4 (patch) | |
tree | 3b187ea9ed83be9d1b91bf5e8db4c17f0e267792 /scripts/rl-system.init | |
parent | ac5a252fc4fa17de06d74e1c643b267489457728 (diff) | |
download | vyatta-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-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 || \ |