aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-12 14:34:01 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-12 14:34:01 +0000
commit2f6a3179446c83c23347fc7f7aef05c51310c6db (patch)
tree61ed10280c728b437fb6acbedfdb431f8496f335
parentf81ac42689be490b86b3845f9dc772c8e3d048d5 (diff)
downloadbusybox-w32-2f6a3179446c83c23347fc7f7aef05c51310c6db.tar.gz
busybox-w32-2f6a3179446c83c23347fc7f7aef05c51310c6db.tar.bz2
busybox-w32-2f6a3179446c83c23347fc7f7aef05c51310c6db.zip
- fix stupid typo from last checkin
-rw-r--r--debianutils/start_stop_daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c
index 3a0fbd2c6..3700506bf 100644
--- a/debianutils/start_stop_daemon.c
+++ b/debianutils/start_stop_daemon.c
@@ -159,7 +159,7 @@ static int do_stop(void)
159 do_procinit(); 159 do_procinit();
160 160
161 if (cmdname) 161 if (cmdname)
162 what=cmdname;//strcpy(what, cmdname); 162 strcpy(what, cmdname);
163 else if (execname) 163 else if (execname)
164 strcpy(what, execname); 164 strcpy(what, execname);
165 else if (pidfile) 165 else if (pidfile)