From 0042f5d964fc5c476d6c90f269ea6f49179ac016 Mon Sep 17 00:00:00 2001 From: Ermal Date: Wed, 8 Jun 2011 14:54:20 +0000 Subject: Send correct event for reloading packages. --- etc/rc.newwanip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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 */ -- cgit v1.1