diff options
Diffstat (limited to 'debianutils/start_stop_daemon.c')
-rw-r--r-- | debianutils/start_stop_daemon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c index 6fbf8b6de..68df44ae9 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c | |||
@@ -317,7 +317,7 @@ static void do_procinit(void) | |||
317 | } | 317 | } |
318 | closedir(procdir); | 318 | closedir(procdir); |
319 | if (!pid) | 319 | if (!pid) |
320 | bb_error_msg_and_die("nothing in /proc - not mounted?"); | 320 | bb_simple_error_msg_and_die("nothing in /proc - not mounted?"); |
321 | } | 321 | } |
322 | 322 | ||
323 | static int do_stop(void) | 323 | static int do_stop(void) |
@@ -337,7 +337,7 @@ static int do_stop(void) | |||
337 | } else if (userspec) { | 337 | } else if (userspec) { |
338 | what = xasprintf("process(es) owned by '%s'", userspec); | 338 | what = xasprintf("process(es) owned by '%s'", userspec); |
339 | } else { | 339 | } else { |
340 | bb_error_msg_and_die("internal error, please report"); | 340 | bb_simple_error_msg_and_die("internal error, please report"); |
341 | } | 341 | } |
342 | 342 | ||
343 | if (!G.found_procs) { | 343 | if (!G.found_procs) { |