--- man/init.8 +++ man/init.8 Fri Mar 12 12:44:29 2004 @@ -232,7 +232,7 @@ .SH CONFORMING TO \fBInit\fP is compatible with the System V init. It works closely together with the scripts in the directories -\fI/etc/init.d\fP and \fI/etc/rc{runlevel}.d\fP. +\fI/etc/init.d\fP and \fI/etc/init.d/rc{runlevel}.d\fP. If your system uses this convention, there should be a \fIREADME\fP file in the directory \fI/etc/init.d\fP explaining how these scripts work. .\"}}} --- src/paths.h +++ src/paths.h Fri Mar 12 12:45:00 2004 @@ -25,10 +25,10 @@ #define SDPID "/var/run/shutdown.pid" /* PID of shutdown program */ #define SHELL "/bin/sh" /* Default shell */ #define INITSCRIPT "/etc/initscript" /* Initscript. */ -#define PWRSTAT "/etc/powerstatus" /* COMPAT: SIGPWR reason (OK/BAD) */ +#define PWRSTAT "/var/run/powerstatus" /* COMPAT: SIGPWR reason (OK/BAD) */ #if 0 -#define INITLVL "/etc/initrunlvl" /* COMPAT: New runlevel */ +#define INITLVL "/var/run/initrunlvl" /* COMPAT: New runlevel */ #define INITLVL2 "/var/log/initrunlvl" /* COMPAT: New runlevel */ /* Note: INITLVL2 definition needs INITLVL */ #define HALTSCRIPT1 "/etc/init.d/halt" /* Called by "fast" shutdown */