summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-09 03:16:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-09 03:16:04 +0000
commit733063705813adaf1a8b2009bfdcde62320a118f (patch)
tree874546e39ba6dd8e72306265cab0aed5b09f9689
parentf6193985863ff6e39d70a3c387829e6691628586 (diff)
downloadpfsense-733063705813adaf1a8b2009bfdcde62320a118f.zip
pfsense-733063705813adaf1a8b2009bfdcde62320a118f.tar.gz
Remove sleep
-rw-r--r--etc/inc/system.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 3753154..9f2753b 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -1047,7 +1047,6 @@ function system_ntp_configure() {
/* if openntpd is running, kill it */
while(is_process_running("ntpd")) {
mwexec("/usr/bin/killall ntpd", true);
- sleep(1);
}
/* if /var/empty does not exist, create it */
OpenPOWER on IntegriCloud