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