Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-26 13:16:00 +0400
committerEric Andersen <andersen@codepoet.org>2003-07-26 13:16:00 +0400
commita1ed06b04739d85389fe23e78e97556864b77c64 (patch)
tree80ceac0ee76ad0bee1838252ced4f0cfd097659c /init/Makefile.in
parentaa820dbc00860a2ddcb7a0205345ffe39c7d18d7 (diff)
Move start_stop_daemon to debianutils.
Cleanup run_parts a bit and add long opts
Diffstat (limited to 'init/Makefile.in')
-rw-r--r--init/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Makefile.in b/init/Makefile.in
index b1f464d19..1b13f693b 100644
--- a/init/Makefile.in
+++ b/init/Makefile.in
@@ -31,7 +31,6 @@ INIT-$(CONFIG_MSVC) += msvc.o
INIT-$(CONFIG_PIDFILEHACK) += pidfilehack.o
INIT-$(CONFIG_POWEROFF) += poweroff.o
INIT-$(CONFIG_REBOOT) += reboot.o
-INIT-$(CONFIG_START_STOP_DAEMON) += start_stop_daemon.o
ifeq ($(CONFIG_HALT), y)
CONFIG_INIT_SHARED=y