sysvinit-adjust_paths.h.diff 642 B

1234567891011121314
  1. --- src/paths.h.orig 2020-11-16 22:52:07.000000000 -0300
  2. +++ src/paths.h 2021-01-20 07:07:21.393878441 -0300
  3. @@ -45,8 +45,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