diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-12 14:34:01 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-12 14:34:01 +0000 |
commit | 88135f558b3a9545cba228f40bc56345b7342ff9 (patch) | |
tree | 61ed10280c728b437fb6acbedfdb431f8496f335 /debianutils/start_stop_daemon.c | |
parent | 30caf84ed6a02340210229b06d2b241cda1e84d7 (diff) | |
download | busybox-w32-88135f558b3a9545cba228f40bc56345b7342ff9.tar.gz busybox-w32-88135f558b3a9545cba228f40bc56345b7342ff9.tar.bz2 busybox-w32-88135f558b3a9545cba228f40bc56345b7342ff9.zip |
- fix stupid typo from last checkin
git-svn-id: svn://busybox.net/trunk/busybox@15364 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'debianutils/start_stop_daemon.c')
-rw-r--r-- | debianutils/start_stop_daemon.c | 2 |
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) |