diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-08-18 15:29:35 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-08-18 15:29:47 -0400 |
commit | 329120019a219f6ed76cc29ba1567384886bc4cd (patch) | |
tree | 185d31e215ecbca18997e2582196e6b0fa6db88c | |
parent | b430c98f98ec6d90e85247d50f6349a6cc39a8a9 (diff) | |
download | pfsense-329120019a219f6ed76cc29ba1567384886bc4cd.zip pfsense-329120019a219f6ed76cc29ba1567384886bc4cd.tar.gz |
Only sync packages once.
-rwxr-xr-x | etc/rc.newwanip | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip index b3509f9..dc36cbe 100755 --- a/etc/rc.newwanip +++ b/etc/rc.newwanip @@ -120,7 +120,6 @@ enable_rrd_graphing(); /* restart packages */ if($old_ip <> "") if($old_ip <> $curwanip) { - exec("/etc/rc.start_packages"); exec("/etc/rc.start_packages"); log_error("{$g['product_name']} package system has detected an ip change $old_ip -> $curwanip ... Restarting packages."); } |