diff --git a/etc/rc.newwanip b/etc/rc.newwanip index d626aea927..3e58d85212 100755 --- a/etc/rc.newwanip +++ b/etc/rc.newwanip @@ -39,7 +39,7 @@ require_once("functions.inc"); log_error("Informational: rc.newwanip is starting."); /* hack! xxx: needs to be fixed. check_reload_status is inheriting - * stocket descriptors from openvpn, etc. + * socket descriptors from openvpn, etc. */ system("/usr/bin/killall -9 check_reload_status"); sleep(1); @@ -114,9 +114,6 @@ touch("/tmp/filter_dirty"); /* reload graphing functions */ enable_rrd_graphing(); -/* restart msntp */ -//touch("touch /tmp/start_ntpd"); - /* restart packages */ exec("/etc/rc.start_packages");