- fix stupid typo from last checkin
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 12 Jun 2006 14:34:01 +0000 (14:34 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 12 Jun 2006 14:34:01 +0000 (14:34 -0000)
debianutils/start_stop_daemon.c

index 3a0fbd2c633dfed6551f068a048a3b3d7f33db9b..3700506bfeee40d42fe0a15ac810d821d7637d1f 100644 (file)
@@ -159,7 +159,7 @@ static int do_stop(void)
        do_procinit();
 
        if (cmdname)
-               what=cmdname;//strcpy(what, cmdname);
+               strcpy(what, cmdname);
        else if (execname)
                strcpy(what, execname);
        else if (pidfile)