diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-19 12:33:27 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-19 12:33:27 +0000 |
commit | d18999790c462bc780bff457e6bb03cd88e488f3 (patch) | |
tree | 299f9b86d74b10d5b63195c56e3fd9ba75d8f93f /src/minutils/poweroff.c | |
parent | 96893711ec76b3c3b554313d7e97560b3cd62179 (diff) | |
download | s6-linux-utils-d18999790c462bc780bff457e6bb03cd88e488f3.tar.xz |
Changes to s6-halt/s6-reboot/s6-poweroff. Default behaviour changed.
Major version bump: rc for 2.1.0.0
Diffstat (limited to 'src/minutils/poweroff.c')
-rw-r--r-- | src/minutils/poweroff.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/minutils/poweroff.c b/src/minutils/poweroff.c deleted file mode 100644 index 2856aac..0000000 --- a/src/minutils/poweroff.c +++ /dev/null @@ -1,7 +0,0 @@ -/* ISC license. */ - -#undef PROGNAME -#define PROGNAME "poweroff" -#undef WHATDEFAULT -#define WHATDEFAULT 2 -#include "hpr.c" |