summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-10 04:17:48 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-10 04:17:48 +0000
commit5b6eac014229d7794f76675379d4a78262ca3400 (patch)
treeb8fd22f975cff714f06cf12fbc7b74669a437f68 /etc/rc.newwanip
parentb9e3a295e8b7ee59c928eaccc75fd11360580b7b (diff)
downloadpfsense-5b6eac014229d7794f76675379d4a78262ca3400.zip
pfsense-5b6eac014229d7794f76675379d4a78262ca3400.tar.gz
Use product_name
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index 0169359..5f654b0 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -111,7 +111,7 @@ if($old_ip <> "") {
if($old_ip <> $curwanip) {
mwexec_bg("/usr/local/sbin/ntpdate_sync_once.sh");
exec("/etc/rc.start_packages");
- log_error("pfSense package system has detected an ip change $old_ip -> $curwanip ... Restarting packages.");
+ log_error("{$g['product_name']} package system has detected an ip change $old_ip -> $curwanip ... Restarting packages.");
}
}
@@ -119,4 +119,4 @@ if($old_ip <> "") {
setup_gateways_monitor();
return 0;
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud