summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-10-29 01:08:03 -0500
committerChris Buechler <cmb@pfsense.org>2014-10-29 01:08:03 -0500
commit002d286c9c5776c4bb43284945d0c4c4b171f578 (patch)
tree9d4c51fd61f93c34897f526dcd6bc65499212b40 /etc
parenteea2ad5d61b2cbcf2957207fb0f13769c203cb36 (diff)
downloadpfsense-002d286c9c5776c4bb43284945d0c4c4b171f578.zip
pfsense-002d286c9c5776c4bb43284945d0c4c4b171f578.tar.gz
fix up text
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.newwanip4
-rwxr-xr-xetc/rc.newwanipv64
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index 30ec6ee..ce10394 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -53,7 +53,7 @@ function restart_packages() {
/* restart packages */
system_ntp_configure(false);
mwexec_bg("/usr/local/sbin/ntpdate_sync_once.sh", true);
- log_error("{$g['product_name']} package system has detected an ip change $oldip -> $curwanip ... Restarting packages.");
+ log_error("{$g['product_name']} package system has detected an IP change $oldip -> $curwanip ... Restarting packages.");
send_event("service reload packages");
}
@@ -63,7 +63,7 @@ if (isset($_GET['interface']))
else
$argument = str_replace("\n", "", $argv[1]);
-log_error("rc.newwanip: Informational is starting {$argument}.");
+log_error("rc.newwanip: Info: starting on {$argument}.");
if (empty($argument)) {
$interface = "wan";
diff --git a/etc/rc.newwanipv6 b/etc/rc.newwanipv6
index 6fc1cc8..d911bf9 100755
--- a/etc/rc.newwanipv6
+++ b/etc/rc.newwanipv6
@@ -50,7 +50,7 @@ function restart_packages() {
/* restart packages */
system_ntp_configure(false);
mwexec_bg("/usr/local/sbin/ntpdate_sync_once.sh", true);
- log_error("{$g['product_name']} package system has detected an ip change $oldipv6 -> $curwanipv6 ... Restarting packages.");
+ log_error("{$g['product_name']} package system has detected an IP change $oldipv6 -> $curwanipv6 ... Restarting packages.");
send_event("service reload packages");
}
@@ -60,7 +60,7 @@ if (isset($_GET))
else
$argument = trim($argv[1], " \n\t");
-log_error("rc.newwanipv6: Informational is starting {$argument}.");
+log_error("rc.newwanipv6: Info: starting on {$argument}.");
if (empty($argument)) {
$interface = "wan";
OpenPOWER on IntegriCloud