Do not execute file on bootup. Let the final carp routine bring up the carp interfaces

This commit is contained in:
Scott Ullrich 2005-11-04 05:10:08 +00:00
parent bda04df32b
commit 26646fc55a

View File

@ -413,9 +413,7 @@ function interfaces_carp_configure() {
$carp_instances_counter++;
}
}
mwexec("/bin/sh /tmp/carp.sh");
sleep(1);
mwexec("/bin/sh /tmp/carp.sh");
//mwexec("/bin/sh /tmp/carp.sh");
fclose($fd);
if ($g['booting']) {
unmute_kernel_msgs();