Remove sleep

This commit is contained in:
Scott Ullrich 2008-11-09 03:16:04 +00:00
parent f619398586
commit 7330637058

View File

@ -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 */