diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-05-08 11:29:49 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-05-08 11:39:39 -0500 |
commit | abef2fcb2dbcc277bb05f0d9c674d4b47826f17f (patch) | |
tree | 8dff38dd692971f268c9ab0e0c33944b59c06c23 /sh/Makefile | |
parent | 0b435ddd834bd18254c4d3341acdebf0829921f5 (diff) |
Make the default start, stop and status functions overridable
This will make it possible to add support for supervision suites such as
runit and s6.
Diffstat (limited to 'sh/Makefile')
-rw-r--r-- | sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/Makefile b/sh/Makefile index ee9d74de..3f8881e8 100644 --- a/sh/Makefile +++ b/sh/Makefile @@ -1,7 +1,7 @@ DIR= ${LIBEXECDIR}/sh SRCS= init.sh.in functions.sh.in gendepends.sh.in \ openrc-run.sh.in rc-functions.sh.in tmpfiles.sh.in ${SRCS-${OS}} -INC= rc-mount.sh functions.sh rc-functions.sh +INC= rc-mount.sh functions.sh rc-functions.sh start-stop-daemon.sh BIN= gendepends.sh init.sh openrc-run.sh tmpfiles.sh ${BIN-${OS}} INSTALLAFTER= _installafter |