summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-12-03 23:04:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-12-03 23:04:05 +0000
commit687092ae0ca6bb79326b2a2b377367e66159a5a0 (patch)
treeca68d2a474ce654c5078d8568e16faccfe914198 /etc/rc.newwanip
parentae87302ce6a11cd193ba23a8385d51d86bf6c4b8 (diff)
downloadpfsense-687092ae0ca6bb79326b2a2b377367e66159a5a0.zip
pfsense-687092ae0ca6bb79326b2a2b377367e66159a5a0.tar.gz
Misc spelling mistakes. Remove old commented out code.
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip5
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index d626aea..3e58d85 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");
OpenPOWER on IntegriCloud