[BusyBox-cvs] busybox/miscutils crond.c,1.5,1.6

Erik Andersen andersen at busybox.net
Mon Jul 28 09:31:32 UTC 2003


Update of /var/cvs/busybox/miscutils
In directory winder:/tmp/cvs-serv29152/miscutils

Modified Files:
	crond.c 
Log Message:
Fixup bugs in last patch


Index: crond.c
===================================================================
RCS file: /var/cvs/busybox/miscutils/crond.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- crond.c	28 Jul 2003 07:40:36 -0000	1.5
+++ crond.c	28 Jul 2003 09:31:28 -0000	1.6
@@ -203,8 +203,9 @@
     if (!(opt & 4)) {
 	if(daemon(1, 0) < 0) {
 		bb_perror_msg_and_die("daemon");
+	} 
 #if defined(__uClinux__)
-	} else {
+	else {
 	    /* reexec for vfork() do continue parent */
 	    vfork_daemon_rexec(ac, av, "-f");
 	}




More information about the busybox-cvs mailing list