svn commit: trunk/busybox/debianutils

aldot at busybox.net aldot at busybox.net
Mon Jun 12 14:34:03 UTC 2006


Author: aldot
Date: 2006-06-12 07:34:01 -0700 (Mon, 12 Jun 2006)
New Revision: 15364

Log:
- fix stupid typo from last checkin


Modified:
   trunk/busybox/debianutils/start_stop_daemon.c


Changeset:
Modified: trunk/busybox/debianutils/start_stop_daemon.c
===================================================================
--- trunk/busybox/debianutils/start_stop_daemon.c	2006-06-11 20:55:59 UTC (rev 15363)
+++ trunk/busybox/debianutils/start_stop_daemon.c	2006-06-12 14:34:01 UTC (rev 15364)
@@ -159,7 +159,7 @@
 	do_procinit();
 
 	if (cmdname)
-		what=cmdname;//strcpy(what, cmdname);
+		strcpy(what, cmdname);
 	else if (execname)
 		strcpy(what, execname);
 	else if (pidfile)




More information about the busybox-cvs mailing list