sysvinit-adjust_paths.h.diff 642 B

1234567891011121314
  1. --- src/paths.h.orig 2018-06-18 20:25:26.000000000 -0300
  2. +++ src/paths.h 2018-06-20 17:45:45.442067637 -0300
  3. @@ -43,8 +43,8 @@
  4. #define INITLVL2 "/var/log/initrunlvl" /* COMPAT: New runlevel */
  5. /* Note: INITLVL2 definition needs INITLVL */
  6. #define HALTSCRIPT1 "/etc/init.d/halt" /* Called by "fast" shutdown */
  7. -#define HALTSCRIPT2 "/etc/rc.d/rc.0" /* Called by "fast" shutdown */
  8. +#define HALTSCRIPT2 "/etc/rc.d/rc.shutdown" /* Called by "fast" shutdown */
  9. #define REBOOTSCRIPT1 "/etc/init.d/reboot" /* Ditto. */
  10. -#define REBOOTSCRIPT2 "/etc/rc.d/rc.6" /* Ditto. */
  11. +#define REBOOTSCRIPT2 "/etc/rc.d/rc.reboot" /* Ditto. */
  12. #endif