]> git.pld-linux.org Git - packages/SysVinit.git/blob - sysvinit-paths.patch
- updated to 3.04
[packages/SysVinit.git] / sysvinit-paths.patch
1 --- sysvinit-2.88dsf/doc/Propaganda.wiget       2009-09-10 10:28:49.000000000 +0200
2 +++ sysvinit-2.88dsf/doc/Propaganda     2011-12-03 22:25:33.574721688 +0100
3 @@ -46,7 +46,7 @@ Some other general changes:
4    /var/run/utmp (it's also shown on the command line if you do a "ps").
5  - unreckognized options are silently ignored (such as the infamous
6    "ro" - mount root file system read only).
7 -- if the file /etc/initscript is present it will be used to launch
8 +- if the file /etc/rc.d/rc.init is present it will be used to launch
9    all programs that init starts (so that you can set a generic
10    umask, ulimit eg for ALL processes - see initscript.sample).
11  - A "sulogin" program added that always asks for the root
12 --- sysvinit-2.88dsf/src/initscript.sample.wiget        2009-09-10 10:28:49.000000000 +0200
13 +++ sysvinit-2.88dsf/src/initscript.sample      2011-12-03 22:25:33.574721688 +0100
14 @@ -1,14 +1,14 @@
15  #
16 -# initscript   If this script is intalled as /etc/initscript,
17 +# initscript   If this script is intalled as /etc/rc.d/rc.init,
18  #              it is executed by init(8) for every program it
19  #              wants to spawn like this:
20  #
21 -#              /bin/sh /etc/initscript <id> <level> <action> <process>
22 +#              /bin/sh /etc/rc.d/rc.init <id> <level> <action> <process>
23  #
24  #              It can be used to set the default umask and ulimit
25  #              of all processes. By default this script is installed
26  #              as /etc/initscript.sample, so to enable it you must
27 -#              rename this script first to /etc/initscript.
28 +#              rename this script first to /etc/rc.d/rc.init.
29  #
30  # Version:     @(#)initscript 1.10 10-Dec-1995 MvS.
31  #
32 --- sysvinit-2.88dsf/src/paths.h.wiget  2010-04-11 11:30:27.000000000 +0200
33 +++ sysvinit-2.88dsf/src/paths.h        2011-12-03 22:30:54.881898668 +0100
34 @@ -34,7 +34,7 @@
35  #define SDPID          "/var/run/shutdown.pid" /* PID of shutdown program */
36  #define SHELL          "/bin/sh"               /* Default shell */
37  #define SULOGIN                "/sbin/sulogin"         /* Sulogin */
38 -#define INITSCRIPT     "/etc/initscript"       /* Initscript. */
39 +#define INITSCRIPT     "/etc/rc.d/rc.init"     /* Initscript. */
40  #define PWRSTAT_OLD    "/etc/powerstatus"      /* COMPAT: SIGPWR reason (OK/BAD) */
41  #define PWRSTAT                "/var/run/powerstatus"  /* COMPAT: SIGPWR reason (OK/BAD) */
42  
This page took 0.078151 seconds and 3 git commands to generate.