Ack. On 01/15/2010 10:32 AM, Radek Vykydal wrote:
This bit slipped back in when reverting one patch. --- loader/loader.c | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/loader/loader.c b/loader/loader.c index 6db3d7c..d8d5fd5 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -2011,11 +2011,9 @@ int main(int argc, char ** argv) { busProbe(FL_NOPROBE(flags)); /* HAL daemon */ - if (!FL_TESTING(flags)) { - if (fork() == 0) { - execl("/sbin/hald", "/sbin/hald", "--use-syslog", NULL); - doExit(1); - } + if (fork() == 0) { + execl("/sbin/hald", "/sbin/hald", "--use-syslog", NULL); + doExit(1); } /* Disable all network interfaces in NetworkManager by default */
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list