Move start_stop_daemon to debianutils.

Cleanup run_parts a bit and add long opts
This commit is contained in:
Eric Andersen
2003-07-26 09:16:00 +00:00
parent aa820dbc00
commit a1ed06b047
6 changed files with 40 additions and 288 deletions

View File

@@ -27,6 +27,7 @@ DEBIANUTILS-y:=
DEBIANUTILS-$(CONFIG_MKTEMP) += mktemp.o
DEBIANUTILS-$(CONFIG_READLINK) += readlink.o
DEBIANUTILS-$(CONFIG_RUN_PARTS) += run_parts.o
DEBIANUTILS-$(CONFIG_START_STOP_DAEMON) += start_stop_daemon.o
DEBIANUTILS-$(CONFIG_WHICH) += which.o
libraries-y+=$(DEBIANUTILS_DIR)$(DEBIANUTILS_AR)