URI: 
       config.def.h: align rc*cmd - sinit - suckless init
  HTML git clone git://git.suckless.org/sinit
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 40a9fd323646b680a4eb046076c606339fd7501e
   DIR parent 164d628c5cbe96fd67fe05a835016299eb3dd0fe
  HTML Author: Ypnose <linuxien@legtux.org>
       Date:   Sun, 12 Jul 2015 21:24:19 +0200
       
       config.def.h: align rc*cmd
       
       Diffstat:
         M config.def.h                        |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/config.def.h b/config.def.h
       @@ -1,5 +1,5 @@
        /* See LICENSE file for copyright and license details. */
        
       -static char *const rcinitcmd[] = { "/bin/rc.init", NULL };
       -static char *const rcrebootcmd[] = { "/bin/rc.shutdown", "reboot", NULL };
       +static char *const rcinitcmd[]     = { "/bin/rc.init", NULL };
       +static char *const rcrebootcmd[]   = { "/bin/rc.shutdown", "reboot", NULL };
        static char *const rcpoweroffcmd[] = { "/bin/rc.shutdown", "poweroff", NULL };