summaryrefslogtreecommitdiff
path: root/package/targets.mak
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-09-10 13:29:56 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-09-10 13:29:56 +0000
commitdfa16e4a89158f3d3198db71e2eba3bda9330078 (patch)
treecfa8399e5348c35eae05f59aa0ea8e2e20bd14ba /package/targets.mak
parentdfc83dd740beaa46b637b87b5a804abf1cff7bee (diff)
downloads6-linux-init-dfa16e4a89158f3d3198db71e2eba3bda9330078.tar.xz
Make s6-linux-init a real init package.
This means: - removing leaky options to s6-linux-init-maker. Default initial_path is now always /usr/bin:/bin; the uid and gid of the catch-all logger (used at boot time) can now be given numerically instead of relying on the (run-time) user db mapping. - moving s6-halt, s6-poweroff and s6-reboot over here, from s6-linux-utils - clarifying on the documentation a bit.
Diffstat (limited to 'package/targets.mak')
-rw-r--r--package/targets.mak5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/targets.mak b/package/targets.mak
index 2330c89..83ed8c5 100644
--- a/package/targets.mak
+++ b/package/targets.mak
@@ -1,6 +1,9 @@
BIN_TARGETS :=
SBIN_TARGETS := \
-s6-linux-init-maker
+s6-linux-init-maker \
+s6-halt \
+s6-poweroff \
+s6-reboot
LIBEXEC_TARGETS :=