diff options
author | Eric Andersen | 2003-07-26 09:16:00 +0000 |
---|---|---|
committer | Eric Andersen | 2003-07-26 09:16:00 +0000 |
commit | a1ed06b04739d85389fe23e78e97556864b77c64 (patch) | |
tree | 80ceac0ee76ad0bee1838252ced4f0cfd097659c /init/Makefile.in | |
parent | aa820dbc00860a2ddcb7a0205345ffe39c7d18d7 (diff) | |
download | busybox-a1ed06b04739d85389fe23e78e97556864b77c64.zip busybox-a1ed06b04739d85389fe23e78e97556864b77c64.tar.gz |
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.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Makefile.in b/init/Makefile.in index b1f464d..1b13f69 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 |