summary refs log tree commit diff
path: root/src/minutils/s6-reboot.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-09-10 13:42:04 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-09-10 13:42:04 +0000
commit5928bf00c094a250c3d9cc4346075cd65c87e865 (patch)
treed9d00749c1ea23c6df7af35be5517631830d1cb4 /src/minutils/s6-reboot.c
parenta19ce7bb451236b79ac79d7ffc8e8fa12323ea0d (diff)
downloads6-linux-utils-5928bf00c094a250c3d9cc4346075cd65c87e865.tar.gz
s6-linux-utils-5928bf00c094a250c3d9cc4346075cd65c87e865.tar.xz
s6-linux-utils-5928bf00c094a250c3d9cc4346075cd65c87e865.zip
Remove s6-halt, s6-poweroff and s6-reboot (moved to the s6-linux-init package)
Diffstat (limited to 'src/minutils/s6-reboot.c')
-rw-r--r--src/minutils/s6-reboot.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/minutils/s6-reboot.c b/src/minutils/s6-reboot.c
deleted file mode 100644
index 0bf8785..0000000
--- a/src/minutils/s6-reboot.c
+++ /dev/null
@@ -1,7 +0,0 @@
-/* ISC license. */
-
-#undef PROGNAME
-#define PROGNAME "s6-reboot"
-#undef WHATDEFAULT
-#define WHATDEFAULT 3
-#include "hpr.c"