dragora-config.def.h.diff 638 B

123456789101112
  1. --- config.def.h.orig 2015-06-16 06:37:07.000000000 -0300
  2. +++ config.def.h 2017-05-11 21:36:37.000000000 -0300
  3. @@ -1,5 +1,5 @@
  4. /* See LICENSE file for copyright and license details. */
  5. -static char *const rcinitcmd[] = { "/bin/rc.init", NULL };
  6. -static char *const rcrebootcmd[] = { "/bin/rc.shutdown", "reboot", NULL };
  7. -static char *const rcpoweroffcmd[] = { "/bin/rc.shutdown", "poweroff", NULL };
  8. +static char *const rcinitcmd[] = { "/etc/rc.d/rc.startup", NULL };
  9. +static char *const rcrebootcmd[] = { "/etc/rc.d/rc.shutdown", "reboot", NULL };
  10. +static char *const rcpoweroffcmd[] = { "/etc/rc.d/rc.shutdown", "poweroff", NULL };