diff options
author | sin <sin@2f30.org> | 2014-02-06 11:34:38 +0000 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-02-06 11:34:38 +0000 |
commit | 5effb9944e3f7d4add1257204d86fd6cb3214967 (patch) | |
tree | 61b5236411bcb2d4d911fe0e3894c5adfe67374c /config.h | |
parent | fd0f19b55727f4cc005bfa2c7959134e4a682617 (diff) |
Remove config.h from repo
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config.h b/config.h deleted file mode 100644 index 050d7e0..0000000 --- a/config.h +++ /dev/null @@ -1,6 +0,0 @@ -/* See LICENSE file for copyright and license details. */ -static const char *fifopath = "/var/run/sinit.fifo"; -static Command commands[] = { - { "poweroff", cmdpoweroff, {0} }, - { "reboot", cmdreboot, {0} }, -}; |