summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-02-10 11:13:58 +0000
committerErmal <eri@pfsense.org>2013-02-10 11:13:58 +0000
commitdf40755dfd6418d00657902b5968e587beeebc10 (patch)
tree3f5a349670caf7d0921909489f55f7feb7266606 /etc/inc/system.inc
parentccb5fb15d70edafd7281d7a3e34f152268eba06a (diff)
downloadpfsense-df40755dfd6418d00657902b5968e587beeebc10.zip
pfsense-df40755dfd6418d00657902b5968e587beeebc10.tar.gz
Correct function name
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index ffdcbd6..d1bde15 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -1282,7 +1282,7 @@ function system_ntp_configure($start_ntpd=true) {
return;
/* if ntpd is running, kill it */
- while (is_validpid("{$g['varrun_path']}/ntpd.pid")) {
+ while (isvalidpid("{$g['varrun_path']}/ntpd.pid")) {
killbypid("{$g['varrun_path']}/ntpd.pid");
}
@unlink("{$g['varrun_path']}/ntpd.pid");
OpenPOWER on IntegriCloud