From 5effb9944e3f7d4add1257204d86fd6cb3214967 Mon Sep 17 00:00:00 2001 From: sin Date: Thu, 6 Feb 2014 11:34:38 +0000 Subject: Remove config.h from repo --- config.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 config.h 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} }, -}; -- cgit v1.2.3-54-g00ecf