diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-18 22:04:09 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-18 22:04:09 +0000 |
commit | 5fbe80c88a10cf2f357c3eb50990aa345bd5257a (patch) | |
tree | fc0d65e0d33b5b526b0d44d4c4da8143be3b53b1 /debianutils | |
parent | 8c464c6dfa6a2fe87ca2762a237811b3ce2a8730 (diff) | |
download | busybox-w32-5fbe80c88a10cf2f357c3eb50990aa345bd5257a.tar.gz busybox-w32-5fbe80c88a10cf2f357c3eb50990aa345bd5257a.tar.bz2 busybox-w32-5fbe80c88a10cf2f357c3eb50990aa345bd5257a.zip |
rodata cleanup. "unable to" == "cannot". -300 bytes
git-svn-id: svn://busybox.net/trunk/busybox@16580 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'debianutils')
-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 6d3877a7c..f52352995 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c | |||
@@ -315,5 +315,5 @@ int start_stop_daemon_main(int argc, char **argv) | |||
315 | } | 315 | } |
316 | #endif | 316 | #endif |
317 | execv(startas, argv); | 317 | execv(startas, argv); |
318 | bb_perror_msg_and_die ("unable to start %s", startas); | 318 | bb_perror_msg_and_die("cannot start %s", startas); |
319 | } | 319 | } |