summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-06-08 14:54:20 +0000
committerErmal <eri@pfsense.org>2011-06-08 14:54:20 +0000
commit0042f5d964fc5c476d6c90f269ea6f49179ac016 (patch)
treee3506824ba79f39dff4b7055c3161a41ec23b353 /etc/rc.newwanip
parent6a7dd9bb9915ba9429b2a22bc64fba1c0f4cf95f (diff)
downloadpfsense-0042f5d964fc5c476d6c90f269ea6f49179ac016.zip
pfsense-0042f5d964fc5c476d6c90f269ea6f49179ac016.tar.gz
Send correct event for reloading packages.
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index 93eb089..a4fbde8 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -51,7 +51,7 @@ function restart_packages() {
/* restart packages */
system_ntp_configure();
log_error("{$g['product_name']} package system has detected an ip change $oldip -> $curwanip ... Restarting packages.");
- send_event("reload packages");
+ send_event("service reload packages");
}
/* Interface IP address has changed */
OpenPOWER on IntegriCloud