diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-10-01 00:58:45 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-10-01 00:58:45 +0000 |
commit | 9c2640a0ca430f8885914017cd75e69db5cf44d9 (patch) | |
tree | eebce5f15e51046b8ff7504ea04334cecd78c3e7 /etc/rc.newwanip | |
parent | 5be5825e01b19b4772cc0e907ee4f3e44ebb9634 (diff) | |
download | pfsense-9c2640a0ca430f8885914017cd75e69db5cf44d9.zip pfsense-9c2640a0ca430f8885914017cd75e69db5cf44d9.tar.gz |
Start packages on ip change again, in Holgers case all pacakges are exiting during the ip changeover
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-x | etc/rc.newwanip | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip index f5ab000..9dc2a88 100755 --- a/etc/rc.newwanip +++ b/etc/rc.newwanip @@ -102,6 +102,9 @@ touch("/tmp/filter_dirty"); /* reload graphing functions */ enable_rrd_graphing(); +/* restart packages */ +exec("/etc/rc.start_packages"); + return 0; ?>
\ No newline at end of file |