summaryrefslogtreecommitdiff
path: root/src/shutdown/s6-linux-init-halt.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-04-16 20:37:01 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-04-16 20:37:01 +0000
commit73cff35173dd75b0254ae7cf9098c32822859de0 (patch)
treefd1bb09611b2b7064967ca8d8b2aef98514e616b /src/shutdown/s6-linux-init-halt.c
parent5199738f4e32773f4f752a94998593e18e3af36f (diff)
downloads6-linux-init-73cff35173dd75b0254ae7cf9098c32822859de0.tar.xz
It builds! Tomorrow: skeletons for stage2, stage3 and runlevel scripts.
Diffstat (limited to 'src/shutdown/s6-linux-init-halt.c')
-rw-r--r--src/shutdown/s6-linux-init-halt.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/shutdown/s6-linux-init-halt.c b/src/shutdown/s6-linux-init-halt.c
new file mode 100644
index 0000000..4ccca1d
--- /dev/null
+++ b/src/shutdown/s6-linux-init-halt.c
@@ -0,0 +1,7 @@
+/* ISC license. */
+
+#undef PROGNAME
+#define PROGNAME "s6-linux-init-halt"
+#undef WHATDEFAULT
+#define WHATDEFAULT 1
+#include "hpr.c"