1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
2 | # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL |
2 | # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
|
|
4 | |
|
|
5 | 30 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Add 'use isapnp' to /etc/init.d/modules, closing bug #14677, thanks to |
|
|
8 | Hubert Hanghofer <hubert.hanghofer@netbeer.co.at>. |
|
|
9 | |
|
|
10 | 27 Jan 2003; Donny Davies <woodchip@gentoo.org>: |
|
|
11 | |
|
|
12 | Fix halt.sh by moving the nut UPS kill power stuff back into a function! |
|
|
13 | Az: the bad change: |
|
|
14 | http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo-src/rc-scripts/init.d/halt.sh.diff?r1=1.18&r2=1.19 |
|
|
15 | Add fix from the wonderful analysis of Toby Dickenson |
|
|
16 | <tdickenson@geminidataloggers.com> in #12947. |
|
|
17 | |
|
|
18 | 26 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
19 | |
|
|
20 | Fix start-stop-daemon to check the call to nice() correctly for failure, |
|
|
21 | closing bug #14359, thanks to YAMAKURA Makoto <makoto@dsb.club.ne.jp>. |
|
|
22 | |
|
|
23 | Fix globbing $? when checking return value of fsck in /etc/init.d/checkroot |
|
|
24 | and /etc/init.d/checkfs. This closes bug #13320, thanks to good work from |
|
|
25 | Malcolm Scott <m@lcolm.org.uk>. |
|
|
26 | |
|
|
27 | 21 Jan 2003; Mike Frysinger <vapier@gentoo.org>: |
|
|
28 | |
|
|
29 | Updated /etc/rc.conf to add elogind support #13790. |
|
|
30 | |
|
|
31 | 21 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
32 | |
|
|
33 | Update /etc/init.d/keymaps to enable unicode if required. This closes |
|
|
34 | bug #14306 thanks to Danny Milosavljevic <danny_milo@yahoo.com>. |
|
|
35 | |
|
|
36 | 19 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
37 | |
|
|
38 | Fix deadlock durning shutdown if tmpfs filesystems larger than free |
|
|
39 | memory, and swap gets deactivated, bug #13599. Updated /etc/init.d/halt.sh |
|
|
40 | for this. |
|
|
41 | |
|
|
42 | Merge in some fixes from Vapier <vapier@gentoo.org> to /sbin/functions.sh. |
|
|
43 | This closes bug #13868. |
|
|
44 | |
|
|
45 | Always add "/bin:/sbin:/usr/bin:/usr/sbin" to PATH, as it fixes both |
|
|
46 | 'su -c foo' not finding start-stop-daemon (etc), and bug #14127. |
|
|
47 | |
|
|
48 | Add route for lo interface to /etc/init.d/net.lo, closing bug #14055. |
|
|
49 | |
|
|
50 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
51 | |
|
|
52 | Clear $svcdir in /sbin/rc before we run depscan to make sure we do |
|
|
53 | not have stale entries left from hard reboot, thanks to pac1085 on |
|
|
54 | irc. |
|
|
55 | |
|
|
56 | * rc-scripts 1.4.3.2 (15 Jan 2003) |
|
|
57 | |
|
|
58 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
59 | |
|
|
60 | Truely fix bootup on seperate /var. |
|
|
61 | |
|
|
62 | Add some fixes and optimizations to /sbin/rc-update, thanks to |
|
|
63 | Daniel Robbins <drobbins@gentoo.org>. |
|
|
64 | |
|
|
65 | * rc-scripts 1.4.3.1 (15 Jan 2003) |
|
|
66 | |
|
|
67 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
68 | |
|
|
69 | Fix bootup on seperate /var. |
|
|
70 | |
|
|
71 | 14 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
72 | |
|
|
73 | Fix /etc/init.d/hostname and /etc/init.d/serial to close bug #13636. |
|
|
74 | |
|
|
75 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
76 | |
|
|
77 | Fix /etc/init.d/keymaps to force linux keycodes for PPC, thanks |
|
|
78 | to Olaf Hering <gentoo@aepfle.de>, bug #13193. |
|
|
79 | |
|
|
80 | Turn on -C option to fsck on for all calls to fsck. Updated scripts |
|
|
81 | /etc/init.d/checkroot and /etc/init.d/checkfs, closing bug #13321. |
|
|
82 | |
|
|
83 | * rc-scripts 1.4.3.0 (07 Jan 2003) |
|
|
84 | |
|
|
85 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
86 | |
|
|
87 | Too much to mention, but here are a few: |
|
|
88 | - Major rewrite of software RAID startup, based on Mandrake's, as |
|
|
89 | ours was pretty broken :( |
|
|
90 | - Redone /sbin/rc to work without the tmpfs/ramfs stat directory. |
|
|
91 | Much of /sbin/functions.sh and other scripts have been changed |
|
|
92 | to support this. |
|
|
93 | - Reworked /etc/inittab to support this. Also moved critical |
|
|
94 | mounting of local filesystems to 'sysinit' function of /sbin/rc. |
|
|
95 | - Move state directory to /var/state/init.d/ ($svcdir). |
|
|
96 | - Move Adelie node init to /sbin/functions.sh to try and simplify |
|
|
97 | /sbin/rc a bit. |
|
|
98 | - Updated Copyright dates to 2003. |
|
|
99 | |
|
|
100 | * rc-scripts 1.4.2.8 (06 Jan 2003) |
|
|
101 | |
|
|
102 | 02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
103 | |
|
|
104 | Fix src/awk/genenviron.awk to work with multiple 'need', 'use', etc |
|
|
105 | lines, as it seems users do not note the need to have them all on |
|
|
106 | one line .... |
|
|
107 | |
|
|
108 | Fix /sbin/runscript.sh to detect 'net.adsl', or any other net.* |
|
|
109 | script not ending on a digit. This closes bug #12887. |
|
|
110 | |
|
|
111 | Fix get_KV to also check micro version of kernel; add KV_to_int() |
|
|
112 | helper function for get_KV. Update /etc/init.d/localmount to work |
|
|
113 | with new get_KV ... |
|
|
114 | |
|
|
115 | 28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
116 | |
|
|
117 | Add support for generate-modprobe.conf or generating /etc/modprobe.conf |
|
|
118 | in the new sys-apps/module-init-tools. Note that you need version |
|
|
119 | 0.9.7 or later of sys-apps/module-init-tools. Updated |
|
|
120 | /sbin/modules-update for this. |
|
|
121 | |
|
|
122 | Change /etc/init.d/localmount to use 'usbfs' and not 'usbdevfs' if |
|
|
123 | we are running kernel 2.5 or later ... |
|
|
124 | |
|
|
125 | 26 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
126 | |
|
|
127 | Add /etc/init.d/crypto-loop and /etc/conf.d/crypto-loop, a cool |
|
|
128 | rc-script to setup encrypted loopback devices. This was kindly |
|
|
129 | donated by Matthew Kennedy <mkennedy@gentoo.org> (bug #11471). |
|
|
130 | |
|
|
131 | 25 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
132 | |
|
|
133 | Fix src/awk/genenviron.awk stripping *all* '=', closing |
|
|
134 | bug #8901. |
|
|
135 | |
|
|
136 | Fix src/awk/genenviron.awk not seperating CONFIG_PROTECT with |
|
|
137 | spaces ... |
|
|
138 | |
|
|
139 | * rc-scripts 1.4.2.7 (24 Dec 2002) |
|
|
140 | |
|
|
141 | 24 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
142 | |
|
|
143 | Add a fix to /sbin/functions.sh for bug #12601. |
|
|
144 | |
|
|
145 | 22 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
146 | |
|
|
147 | Add INFOPATH to /etc/env.d/00basic. |
|
|
148 | |
|
|
149 | Fix src/awk/genenviron.awk to get the order of the env.d files |
|
|
150 | correct. Also fix it to handle *all* the SPECIALS correctly. |
|
|
151 | This closes bug #12411. |
|
|
152 | |
|
|
153 | * rc-scripts 1.4.2.6 (18 Dec 2002) |
|
|
154 | |
|
|
155 | 18 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
156 | |
|
|
157 | Add mips changes to sbin/MAKEDEV. This should close bug #12329, |
|
|
158 | thanks to Nicholas Wourms <nwourms@netscape.net>. |
|
|
159 | |
|
|
160 | Quote some tests in /sbin/rc-update to fix/avoid the problem |
|
|
161 | in bug # |
|
|
162 | |
|
|
163 | Fix awk regex in /etc/init.d/halt.sh to fix bug #11795. |
|
|
164 | |
|
|
165 | Update shell for postgres user, closing bug #12258. |
|
|
166 | |
|
|
167 | 11 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
168 | |
|
|
169 | Fix src/awk/genenviron.awk not to add duplicate entries, closing |
|
|
170 | bug #8999. |
|
|
171 | |
|
|
172 | * rc-scripts 1.4.2.5 (09 Dec 2002) |
|
|
173 | |
|
|
174 | 08 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
175 | |
|
|
176 | Add another sync to /etc/init.d/halt.sh, closing bug 8173. |
|
|
177 | |
|
|
178 | Add smmsp uid and gid. Closes bug #8952. |
|
|
179 | |
|
|
180 | 04 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
181 | |
|
|
182 | Setup colums, etc up properly for serial consoles in /sbin/functions.sh. |
|
|
183 | Closes bug #11557, thanks to Erik Scrafford <erik@scrafford.org>. |
|
|
184 | |
|
|
185 | Add headers similar to that of portage-2.0.45 and up to the |
|
|
186 | generated profile files (/etc/{profile,csh}.env). Updated |
|
|
187 | src/awk/genenviron.awk for this. |
|
|
188 | |
|
|
189 | 01 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
190 | |
|
|
191 | Fix typeo in /etc/devfsd.conf, closing bug #11424, thanks to the |
|
|
192 | sharp eye of Techie2000 <Linux@mochamail.com>. |
|
|
193 | |
|
|
194 | Rename /sbin/update-modules to /sbin/modules-update, closing |
|
|
195 | bug #11445. |
|
|
196 | |
|
|
197 | Nano moved from /usr/bin/nano to /bin/nano. Fix this in |
|
|
198 | /etc/env.d/00basic, bug #10916. |
|
|
199 | |
|
|
200 | 27 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
201 | |
|
|
202 | Add more improvements to clustering code. This is from |
|
|
203 | Olivier Crete <crete@cerca.umontreal.ca>, bug #4151. |
|
|
204 | |
|
|
205 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
206 | |
|
|
207 | Change default 'net' dependency behaviour to be more suited |
|
|
208 | for notebook users. Basically if at least one net.* service |
|
|
209 | beside net.lo start successfully, the 'net' dependency is |
|
|
210 | considered up. Server admin can set RC_NET_STRICT_CHECKING="yes" |
|
|
211 | in /etc/conf.d/rc to change this back to the old default. |
|
|
212 | This is the start to address bug #2706. |
|
|
213 | |
|
|
214 | * rc-scripts 1.4.2.4 (26 Nov 2002) |
|
|
215 | |
|
|
216 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
217 | |
|
|
218 | Initial merge of bits for Adelie Linux for SSI clusters. More |
|
|
219 | info at: |
|
|
220 | |
|
|
221 | http://www.cerca.umontreal.ca/hpc/en/projects/adelie/index.html |
|
|
222 | |
|
|
223 | 25 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
224 | |
|
|
225 | One liner fix to src/awk/cachedepends.awk to once again fix |
|
|
226 | bug #7803. |
|
|
227 | |
|
|
228 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
229 | |
|
|
230 | Add 'alias char-major-89 i2c-dev' to /etc/modules.d/aliases. |
|
|
231 | This should close bug #10891. |
|
|
232 | |
|
|
233 | * rc-scripts 1.4.2.3 (18 Nov 2002) |
|
|
234 | |
|
|
235 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
236 | |
|
|
237 | Add some more checks to src/awk/*. Fix error printing for |
|
|
238 | /sbin/depscan.sh. |
|
|
239 | |
|
|
240 | Link awk module with gcc and not with ld. This should fix |
|
|
241 | problems on sparc and alpha. Many thanks for this fix to |
|
|
242 | Stephan Jones <cretin@gentoo.org>. |
|
|
243 | |
|
|
244 | Remove the copyright info from config files, thanks to |
|
|
245 | Matthew Kennedy <mkennedy@gentoo.org>. |
4 | |
246 | |
5 | * rc-scripts 1.4.2.2 (18 Nov 2002) |
247 | * rc-scripts 1.4.2.2 (18 Nov 2002) |
6 | |
248 | |
7 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
249 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
8 | |
250 | |