5a69badb3b
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysvinit?expand=0&rev=ab99a9c6d336c48f2a3ef033a2bb8bb2
27 lines
1.2 KiB
Diff
27 lines
1.2 KiB
Diff
--- man/init.8
|
|
+++ man/init.8 2004-03-12 12:44:29.000000000 +0000
|
|
@@ -232,7 +232,7 @@ It activates the \fIkbrequest\fP action.
|
|
.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 2004-03-12 12:45:00.000000000 +0000
|
|
@@ -26,10 +26,10 @@
|
|
#define SHELL "/bin/sh" /* Default shell */
|
|
#define SULOGIN "/sbin/sulogin" /* Sulogin */
|
|
#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 */
|