aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-02-06 11:34:38 +0000
committersin <sin@2f30.org>2014-02-06 11:34:38 +0000
commit5effb9944e3f7d4add1257204d86fd6cb3214967 (patch)
tree61b5236411bcb2d4d911fe0e3894c5adfe67374c
parentfd0f19b55727f4cc005bfa2c7959134e4a682617 (diff)
Remove config.h from repo
-rw-r--r--config.h6
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} },
-};