summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanipv6
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-05-16 14:03:24 -0400
committerjim-p <jimp@pfsense.org>2012-05-16 14:03:24 -0400
commitb61e89600ea0053d8ab4a9d0e18809cc29828b92 (patch)
treea1e9d4bc4a26cdb1dafd8efe8a82475af7ad0be2 /etc/rc.newwanipv6
parent9cf11774f2921b6ac7794b8e132eeb10bf2e7286 (diff)
downloadpfsense-b61e89600ea0053d8ab4a9d0e18809cc29828b92.zip
pfsense-b61e89600ea0053d8ab4a9d0e18809cc29828b92.tar.gz
Teach mwexec and mwexec_bg how to optionally clear signal masks, and use that when launching ntp or ntpdate.
Diffstat (limited to 'etc/rc.newwanipv6')
-rwxr-xr-xetc/rc.newwanipv62
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.newwanipv6 b/etc/rc.newwanipv6
index 3571e40..7655106 100755
--- a/etc/rc.newwanipv6
+++ b/etc/rc.newwanipv6
@@ -63,7 +63,7 @@ function restart_packages() {
/* restart packages */
system_ntp_configure(false);
- mwexec_bg("/usr/local/sbin/ntpdate_sync_once.sh");
+ 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.");
mwexec_bg("/etc/rc.start_packages");
}
OpenPOWER on IntegriCloud