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 | 16 March 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Update sbin/rc-envupdate.sh.bash for bug #17549. |
|
|
8 | |
|
|
9 | * rc-scripts 1.4.3.4 (16 March 2003) |
|
|
10 | |
|
|
11 | 16 March 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
12 | |
|
|
13 | Add /etc/issue done by a Polish ascii-artists, v|rus with some slight |
|
|
14 | modifications (purple and display hostname, etc). Closes bug #16806. |
|
|
15 | |
|
|
16 | Add 'use hotplug' to /etc/init.d/net.eth0, to get cardbus hardware to |
|
|
17 | work properly. Closes bug #17348. |
|
|
18 | |
|
|
19 | Add update from Wout Mertens <wmertens@gentoo.org> to speedup shutdown |
|
|
20 | of dhcp interfaces, closing bug #17378. This modified /etc/init.d/net.eth0. |
|
|
21 | |
|
|
22 | 11 March 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
23 | |
|
|
24 | Fix usage of /usr/bin/cut in /sbin/functions.sh, thanks Brandon Low |
|
|
25 | <lostlogic@gentoo.org>! |
|
|
26 | |
|
|
27 | 10 March 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
28 | |
|
|
29 | Add sysfs support for 2.5 kernels (mounted to /sys). Updated /sbin/rc |
|
|
30 | and /etc/init.d/halt.sh for this. |
|
|
31 | |
|
|
32 | Update /etc/fstab to correctly mount /proc with: |
|
|
33 | |
|
|
34 | mount -t proc none /proc |
|
|
35 | |
|
|
36 | Do the same for /dev/shm: |
|
|
37 | |
|
|
38 | mount -t tmpfs none /dev/shm |
|
|
39 | |
|
|
40 | Fix a typeo in /etc/init.d/checkroot that caused 'umount -a' to output |
|
|
41 | noise if we exited a recovery console. |
|
|
42 | |
|
|
43 | Fix /etc/init.d/hostname using /usr/bin/cut, closing bug #17175, thanks |
|
|
44 | to Bobby Bingham <uhmmmm@columbus.rr.com> for noticing this. |
|
|
45 | |
|
|
46 | Bring down default gateway before adding new one .. this fixes issues |
|
|
47 | where eth0/whatever was brought up by kernel. Changed /etc/init.d/net.eth0 |
|
|
48 | for this, closing bug #17164. Thanks to nth <y.lesaint@free.fr> for the |
|
|
49 | fix. |
|
|
50 | |
|
|
51 | Fix /etc/init.d/modules to call modprobe with -q .. this fix issues where |
|
|
52 | it fails for module-init-tools if the module is already loaded. This |
|
|
53 | closes bug #17163, thanks to nth <y.lesaint@free.fr>. |
|
|
54 | |
|
|
55 | * rc-scripts 1.4.3.3 (09 March 2003) |
|
|
56 | |
|
|
57 | 09 March 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
58 | |
|
|
59 | Fix /etc/init.d/netmount not to unmount / on nfs/whatever, bug #16274. |
|
|
60 | |
|
|
61 | Fix net.eth0 not to try and start an interface if already up. |
|
|
62 | |
|
|
63 | Update MAKEDEV from Debian to support more archs. This adds support |
|
|
64 | for 'arm', 'hppa' among others. URL: |
|
|
65 | |
|
|
66 | http://packages.debian.org/stable/base/makedev.html |
|
|
67 | |
|
|
68 | Add support to /etc/init.d/modules to use /etc/modules.autoload/kernel-2.4 |
|
|
69 | if we are using a 2.4 kernel, and /etc/modules.autoload/kernel-2.5 if we |
|
|
70 | are using a 2.5 kernel ... bug #17109. |
|
|
71 | |
|
|
72 | 02 March 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
73 | |
|
|
74 | Update /etc/init.d/hostname to only set the hostname to whatever is before |
|
|
75 | the first '.', and then set the domainname to the rest, closing bug #14946. |
|
|
76 | |
|
|
77 | 28 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
78 | |
|
|
79 | Merge some of the optimizations from Graham Forest <vladimir@gentoo.org>. |
|
|
80 | |
|
|
81 | Fix spelling of dependency and some other spelling/grammer issues. |
|
|
82 | Thanks goes to Kerin Millar <kerin@recruit2recruit.net> and |
|
|
83 | Mike Frysinger <vapier@gentoo.org>, bug #15498. |
|
|
84 | |
|
|
85 | Change $svcdir to '/var/lib/init.d' to be more FHS compliant, bug #15192. |
|
|
86 | |
|
|
87 | Add 'Eterm' to /etc/skel/.bashrc, closing bug #14662. |
|
|
88 | |
|
|
89 | Adjust comments about PROTOCOLS in /etc/rc.conf to try and prevent |
|
|
90 | bug #14556. |
|
|
91 | |
|
|
92 | 27 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
93 | |
|
|
94 | Finally fix /etc/init.d/halt.sh to unmount non critical mounts properly. |
|
|
95 | |
|
|
96 | 20 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
97 | |
|
|
98 | Kill /dev/ttyp0 error at boot by changing test in /etc/init.d/modules |
|
|
99 | to 'test -c /dev/ttyp0 &> /dev/null'. |
|
|
100 | |
|
|
101 | 18 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
102 | |
|
|
103 | Update /sbin/modules-update to generate /etc/modprobe.devfs from |
|
|
104 | /etc/modules.devfs. This along with the devfs-hack.patch in the latest |
|
|
105 | module-init-tools-0.9.9 should get rid of many of the warnings/errors |
|
|
106 | with devfs, and makes it work a bit better. |
|
|
107 | |
|
|
108 | 17 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
109 | |
|
|
110 | Fix /etc/inputrc for dvorak keyboard layout, bug #2599 again. |
|
|
111 | |
|
|
112 | 16 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
113 | |
|
|
114 | Fix the 'source /etc/profile.env' to be '. /etc/profile' to have ksh |
|
|
115 | support. This resolves bug #14994. |
|
|
116 | |
|
|
117 | Move EDITOR to /etc/rc.conf. Also update /etc/profile to set EDITOR |
|
|
118 | according to /etc/rc.conf. |
|
|
119 | |
|
|
120 | Update /etc/init.d/checkfs to fix bug #14282. It did not exclude comments, |
|
|
121 | and used 'basename' which is located in /usr/bin. |
|
|
122 | |
|
|
123 | 13 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
124 | |
|
|
125 | Merge changes from Nick Jones <carpaski@gentoo.org> to not run stty if |
|
|
126 | used in portage. Fix the NOCOLOR stuff. Updated /sbin/functions.sh for |
|
|
127 | this. |
|
|
128 | |
|
|
129 | 06 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
130 | |
|
|
131 | Update src/awk/genenviron.awk to properly set the environment for each |
|
|
132 | rc-script's depend() function by sourcing required config files. |
|
|
133 | |
|
|
134 | 05 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
135 | |
|
|
136 | Fix /sbin/rc-envupdate.sh to use $svcdir to set SVCDIR. This is thanks |
|
|
137 | to Max Kalika <alkern23@yahoo.com>, bug #15050. |
|
|
138 | |
|
|
139 | 03 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
140 | |
|
|
141 | Fix /sbin/modules-update to work with module-init-tools-0.9.9. |
|
|
142 | |
|
|
143 | 30 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
144 | |
|
|
145 | Add 'use isapnp' to /etc/init.d/modules, closing bug #14677, thanks to |
|
|
146 | Hubert Hanghofer <hubert.hanghofer@netbeer.co.at>. |
|
|
147 | |
|
|
148 | 27 Jan 2003; Donny Davies <woodchip@gentoo.org>: |
|
|
149 | |
|
|
150 | Fix halt.sh by moving the nut UPS kill power stuff back into a function! |
|
|
151 | Add fix from the wonderful analysis of Toby Dickenson |
|
|
152 | <tdickenson@geminidataloggers.com> in #12947. |
|
|
153 | |
|
|
154 | 26 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
155 | |
|
|
156 | Fix start-stop-daemon to check the call to nice() correctly for failure, |
|
|
157 | closing bug #14359, thanks to YAMAKURA Makoto <makoto@dsb.club.ne.jp>. |
|
|
158 | |
|
|
159 | Fix globbing $? when checking return value of fsck in /etc/init.d/checkroot |
|
|
160 | and /etc/init.d/checkfs. This closes bug #13320, thanks to good work from |
|
|
161 | Malcolm Scott <m@lcolm.org.uk>. |
|
|
162 | |
|
|
163 | 21 Jan 2003; Mike Frysinger <vapier@gentoo.org>: |
|
|
164 | |
|
|
165 | Updated /etc/rc.conf to add elogin/entrance support #13790. |
|
|
166 | |
|
|
167 | 21 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
168 | |
|
|
169 | Update /etc/init.d/keymaps to enable unicode if required. This closes |
|
|
170 | bug #14306 thanks to Danny Milosavljevic <danny_milo@yahoo.com>. |
|
|
171 | |
|
|
172 | 19 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
173 | |
|
|
174 | Fix deadlock durning shutdown if tmpfs filesystems larger than free |
|
|
175 | memory, and swap gets deactivated, bug #13599. Updated /etc/init.d/halt.sh |
|
|
176 | for this. |
|
|
177 | |
|
|
178 | Merge in some fixes from Vapier <vapier@gentoo.org> to /sbin/functions.sh. |
|
|
179 | This closes bug #13868. |
|
|
180 | |
|
|
181 | Always add "/bin:/sbin:/usr/bin:/usr/sbin" to PATH, as it fixes both |
|
|
182 | 'su -c foo' not finding start-stop-daemon (etc), and bug #14127. |
|
|
183 | |
|
|
184 | Add route for lo interface to /etc/init.d/net.lo, closing bug #14055. |
|
|
185 | |
|
|
186 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
187 | |
|
|
188 | Clear $svcdir in /sbin/rc before we run depscan to make sure we do |
|
|
189 | not have stale entries left from hard reboot, thanks to pac1085 on |
|
|
190 | irc. |
|
|
191 | |
|
|
192 | * rc-scripts 1.4.3.2 (15 Jan 2003) |
|
|
193 | |
|
|
194 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
195 | |
|
|
196 | Truely fix bootup on seperate /var. |
|
|
197 | |
|
|
198 | Add some fixes and optimizations to /sbin/rc-update, thanks to |
|
|
199 | Daniel Robbins <drobbins@gentoo.org>. |
|
|
200 | |
|
|
201 | * rc-scripts 1.4.3.1 (15 Jan 2003) |
|
|
202 | |
|
|
203 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
204 | |
|
|
205 | Fix bootup on seperate /var. |
|
|
206 | |
|
|
207 | 14 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
208 | |
|
|
209 | Fix /etc/init.d/hostname and /etc/init.d/serial to close bug #13636. |
|
|
210 | |
|
|
211 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
212 | |
|
|
213 | Fix /etc/init.d/keymaps to force linux keycodes for PPC, thanks |
|
|
214 | to Olaf Hering <gentoo@aepfle.de>, bug #13193. |
|
|
215 | |
|
|
216 | Turn on -C option to fsck on for all calls to fsck. Updated scripts |
|
|
217 | /etc/init.d/checkroot and /etc/init.d/checkfs, closing bug #13321. |
|
|
218 | |
|
|
219 | * rc-scripts 1.4.3.0 (07 Jan 2003) |
|
|
220 | |
|
|
221 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
222 | |
|
|
223 | Too much to mention, but here are a few: |
|
|
224 | - Major rewrite of software RAID startup, based on Mandrake's, as |
|
|
225 | ours was pretty broken :( |
|
|
226 | - Redone /sbin/rc to work without the tmpfs/ramfs stat directory. |
|
|
227 | Much of /sbin/functions.sh and other scripts have been changed |
|
|
228 | to support this. |
|
|
229 | - Reworked /etc/inittab to support this. Also moved critical |
|
|
230 | mounting of local filesystems to 'sysinit' function of /sbin/rc. |
|
|
231 | - Move state directory to /var/state/init.d/ ($svcdir). |
|
|
232 | - Move Adelie node init to /sbin/functions.sh to try and simplify |
|
|
233 | /sbin/rc a bit. |
|
|
234 | - Updated Copyright dates to 2003. |
|
|
235 | |
|
|
236 | * rc-scripts 1.4.2.8 (06 Jan 2003) |
|
|
237 | |
|
|
238 | 02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
239 | |
|
|
240 | Fix src/awk/genenviron.awk to work with multiple 'need', 'use', etc |
|
|
241 | lines, as it seems users do not note the need to have them all on |
|
|
242 | one line .... |
|
|
243 | |
|
|
244 | Fix /sbin/runscript.sh to detect 'net.adsl', or any other net.* |
|
|
245 | script not ending on a digit. This closes bug #12887. |
|
|
246 | |
|
|
247 | Fix get_KV to also check micro version of kernel; add KV_to_int() |
|
|
248 | helper function for get_KV. Update /etc/init.d/localmount to work |
|
|
249 | with new get_KV ... |
|
|
250 | |
|
|
251 | 28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
252 | |
|
|
253 | Add support for generate-modprobe.conf or generating /etc/modprobe.conf |
|
|
254 | in the new sys-apps/module-init-tools. Note that you need version |
|
|
255 | 0.9.7 or later of sys-apps/module-init-tools. Updated |
|
|
256 | /sbin/modules-update for this. |
|
|
257 | |
|
|
258 | Change /etc/init.d/localmount to use 'usbfs' and not 'usbdevfs' if |
|
|
259 | we are running kernel 2.5 or later ... |
|
|
260 | |
|
|
261 | 26 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
262 | |
|
|
263 | Add /etc/init.d/crypto-loop and /etc/conf.d/crypto-loop, a cool |
|
|
264 | rc-script to setup encrypted loopback devices. This was kindly |
|
|
265 | donated by Matthew Kennedy <mkennedy@gentoo.org> (bug #11471). |
|
|
266 | |
|
|
267 | 25 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
268 | |
|
|
269 | Fix src/awk/genenviron.awk stripping *all* '=', closing |
|
|
270 | bug #8901. |
|
|
271 | |
|
|
272 | Fix src/awk/genenviron.awk not seperating CONFIG_PROTECT with |
|
|
273 | spaces ... |
|
|
274 | |
|
|
275 | * rc-scripts 1.4.2.7 (24 Dec 2002) |
|
|
276 | |
|
|
277 | 24 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
278 | |
|
|
279 | Add a fix to /sbin/functions.sh for bug #12601. |
|
|
280 | |
|
|
281 | 22 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
282 | |
|
|
283 | Add INFOPATH to /etc/env.d/00basic. |
|
|
284 | |
|
|
285 | Fix src/awk/genenviron.awk to get the order of the env.d files |
|
|
286 | correct. Also fix it to handle *all* the SPECIALS correctly. |
|
|
287 | This closes bug #12411. |
|
|
288 | |
|
|
289 | * rc-scripts 1.4.2.6 (18 Dec 2002) |
|
|
290 | |
|
|
291 | 18 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
292 | |
|
|
293 | Add mips changes to sbin/MAKEDEV. This should close bug #12329, |
|
|
294 | thanks to Nicholas Wourms <nwourms@netscape.net>. |
|
|
295 | |
|
|
296 | Quote some tests in /sbin/rc-update to fix/avoid the problem |
|
|
297 | in bug # |
|
|
298 | |
|
|
299 | Fix awk regex in /etc/init.d/halt.sh to fix bug #11795. |
|
|
300 | |
|
|
301 | Update shell for postgres user, closing bug #12258. |
|
|
302 | |
|
|
303 | 11 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
304 | |
|
|
305 | Fix src/awk/genenviron.awk not to add duplicate entries, closing |
|
|
306 | bug #8999. |
|
|
307 | |
|
|
308 | * rc-scripts 1.4.2.5 (09 Dec 2002) |
|
|
309 | |
|
|
310 | 08 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
311 | |
|
|
312 | Add another sync to /etc/init.d/halt.sh, closing bug 8173. |
|
|
313 | |
|
|
314 | Add smmsp uid and gid. Closes bug #8952. |
|
|
315 | |
|
|
316 | 04 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
317 | |
|
|
318 | Setup colums, etc up properly for serial consoles in /sbin/functions.sh. |
|
|
319 | Closes bug #11557, thanks to Erik Scrafford <erik@scrafford.org>. |
|
|
320 | |
|
|
321 | Add headers similar to that of portage-2.0.45 and up to the |
|
|
322 | generated profile files (/etc/{profile,csh}.env). Updated |
|
|
323 | src/awk/genenviron.awk for this. |
|
|
324 | |
|
|
325 | 01 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
326 | |
|
|
327 | Fix typeo in /etc/devfsd.conf, closing bug #11424, thanks to the |
|
|
328 | sharp eye of Techie2000 <Linux@mochamail.com>. |
|
|
329 | |
|
|
330 | Rename /sbin/update-modules to /sbin/modules-update, closing |
|
|
331 | bug #11445. |
|
|
332 | |
|
|
333 | Nano moved from /usr/bin/nano to /bin/nano. Fix this in |
|
|
334 | /etc/env.d/00basic, bug #10916. |
|
|
335 | |
|
|
336 | 27 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
337 | |
|
|
338 | Add more improvements to clustering code. This is from |
|
|
339 | Olivier Crete <crete@cerca.umontreal.ca>, bug #4151. |
|
|
340 | |
|
|
341 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
342 | |
|
|
343 | Change default 'net' dependency behaviour to be more suited |
|
|
344 | for notebook users. Basically if at least one net.* service |
|
|
345 | beside net.lo start successfully, the 'net' dependency is |
|
|
346 | considered up. Server admin can set RC_NET_STRICT_CHECKING="yes" |
|
|
347 | in /etc/conf.d/rc to change this back to the old default. |
|
|
348 | This is the start to address bug #2706. |
|
|
349 | |
|
|
350 | * rc-scripts 1.4.2.4 (26 Nov 2002) |
|
|
351 | |
|
|
352 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
353 | |
|
|
354 | Initial merge of bits for Adelie Linux for SSI clusters. More |
|
|
355 | info at: |
|
|
356 | |
|
|
357 | http://www.cerca.umontreal.ca/hpc/en/projects/adelie/index.html |
|
|
358 | |
|
|
359 | 25 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
360 | |
|
|
361 | One liner fix to src/awk/cachedepends.awk to once again fix |
|
|
362 | bug #7803. |
|
|
363 | |
|
|
364 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
365 | |
|
|
366 | Add 'alias char-major-89 i2c-dev' to /etc/modules.d/aliases. |
|
|
367 | This should close bug #10891. |
|
|
368 | |
|
|
369 | * rc-scripts 1.4.2.3 (18 Nov 2002) |
|
|
370 | |
|
|
371 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
372 | |
|
|
373 | Add some more checks to src/awk/*. Fix error printing for |
|
|
374 | /sbin/depscan.sh. |
|
|
375 | |
|
|
376 | Link awk module with gcc and not with ld. This should fix |
|
|
377 | problems on sparc and alpha. Many thanks for this fix to |
|
|
378 | Stephan Jones <cretin@gentoo.org>. |
|
|
379 | |
|
|
380 | Remove the copyright info from config files, thanks to |
|
|
381 | Matthew Kennedy <mkennedy@gentoo.org>. |
|
|
382 | |
|
|
383 | * rc-scripts 1.4.2.2 (18 Nov 2002) |
|
|
384 | |
|
|
385 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
386 | |
|
|
387 | Add src/awk/genenviron.awk which is rc-envupdate.sh ported |
|
|
388 | to awk. This is also much faster than its bash version. |
|
|
389 | |
|
|
390 | Remove the 'Spider cat fix' from depscan.sh.bash, as it makes |
|
|
391 | things even slower on older boxes. Bug #10548. |
|
|
392 | |
|
|
393 | After a bored Vapier decided that he needed to update the |
|
|
394 | licenses of things in /etc :P, I did the rest. Hopefully |
|
|
395 | not too many people will nuke thier fstab :/ |
|
|
396 | |
|
|
397 | * rc-scripts 1.4.2.1 (18 Nov 2002) |
|
|
398 | |
|
|
399 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
400 | |
|
|
401 | Update src/awk/cachedepends.awk to find its own rc-scripts, |
|
|
402 | fixing the need for find which broke systems with /usr on |
|
|
403 | a different partition. |
|
|
404 | |
|
|
405 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
406 | |
|
|
407 | Add some extra checks to src/awk/cachedepends.awk and |
|
|
408 | src/awk/gendepends.awk. |
|
|
409 | |
|
|
410 | Move some of the more generic functions in src/awk/gendepends.awk |
|
|
411 | to src/awk/functions.awk. |
|
|
412 | |
|
|
413 | * rc-scripts 1.4.2 (17 Nov 2002) |
|
|
414 | |
|
|
415 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
416 | |
|
|
417 | Add initial version of new depscan.sh. This uses awk scripts |
|
|
418 | to do the main work, giving about 10 times speed improvement on |
|
|
419 | slower machines. Updated /sbin/depscan.sh, src/filefuncts.c, |
|
|
420 | src/Makefile, src/awk/cachedepends.awk and src/awk/gendepends.awk |
|
|
421 | for this. This should close bug #10548. |
|
|
422 | |
|
|
423 | * rc-scripts 1.4.1.2 (5 Nov 2002) |
|
|
424 | |
|
|
425 | 5 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
426 | |
|
|
427 | Add UID/GID of 250 for Portage Fakeroot account. |
|
|
428 | |
|
|
429 | 4 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
430 | |
|
|
431 | Change /etc/init.d/clock to depend on localmount again, fixing |
|
|
432 | bug #10048. |
|
|
433 | |
|
|
434 | Get deps on logger sane again. I wanted to get the logger started |
|
|
435 | as early as possible, but clock for one breaks if /usr is mounted |
|
|
436 | on seperate partition. |
|
|
437 | |
|
|
438 | 29 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
439 | |
|
|
440 | Fix return in /etc/init.d/modules to return 0 if /proc/modules |
|
|
441 | do not exists. Closes bug #7738, comment #5. |
|
|
442 | |
|
|
443 | * rc-scripts 1.4.1.1 (28 Oct 2002) |
|
|
444 | |
|
|
445 | 28 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
446 | |
|
|
447 | Fix /sbin/update-modules not to include backup files. Closes |
|
|
448 | bug #9707. |
|
|
449 | |
|
|
450 | 26 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
451 | |
|
|
452 | Fix update-modules borking if there are directories present |
|
|
453 | in /etc/modules.d/. Closes bug #9632. |
|
|
454 | |
|
|
455 | 17 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
456 | |
|
|
457 | Change deps on /etc/init.d/{clock,hostname,modules} not to |
|
|
458 | depend on localmount, but rather on checkroot, as all of them |
|
|
459 | just need / to be mounted. This should fix race conditions |
|
|
460 | because of checkfs dependency on modules. This should close |
|
|
461 | bug #9266. |
|
|
462 | |
|
|
463 | * rc-scripts 1.4.1 (13 Oct 2002) |
|
|
464 | |
|
|
465 | 13 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
466 | |
|
|
467 | Create and fix permissions on /tmp/.{ICE,X11}-unix/. This |
|
|
468 | is additional measures for bug #8281. |
|
|
469 | |
|
|
470 | 12 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
471 | |
|
|
472 | Update /etc/init.d/net.eth0 to fix bug #8626. |
|
|
473 | |
|
|
474 | Fix /sbin/rc-update to check return code of "ln". This should |
|
|
475 | close bug #8867. |
|
|
476 | |
|
|
477 | 29 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
478 | |
|
|
479 | Fix indentation in /etc/inputrc. This should close |
|
|
480 | bug #8368. |
|
|
481 | |
|
|
482 | Add extended status functionality. Should close bug #2462. |
|
|
483 | |
|
|
484 | Add support for /sbin/rc-update to check if the rc-script |
|
|
485 | is executable or not. Thanks to widersacher@gmx.net, closing |
|
|
486 | bug #8326. |
|
|
487 | |
|
|
488 | 25 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
489 | |
|
|
490 | Fix /etc/init.d/bootmisc not to kill pidfiles of running |
|
|
491 | daemons. Improve NGPT support in /sbin/rc a bit. |
|
|
492 | |
|
|
493 | 23 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
494 | |
|
|
495 | Fix my last screwup with /etc/init.d/net.ppp0. Basically |
|
|
496 | forgot to change a few DEVICE's to IFACE ... |
|
|
497 | |
|
|
498 | 22 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
499 | |
|
|
500 | NGPT support. |
|
|
501 | |
|
|
502 | 17 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
503 | |
|
|
504 | Did a small fix to /etc/init.d/net.eth0, thanks to |
|
|
505 | naanyaar2000@yahoo.com, bug #7407. |
|
|
506 | |
|
|
507 | 16 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
508 | |
|
|
509 | Add the permission stuff for generic scsi when compiled as |
|
|
510 | module, thanks to Bauno <bauno@inwind.it>. |
|
|
511 | |
|
|
512 | Add support for /etc/devfs.d/ for additional devfs config |
|
|
513 | stuff .. idea from Denys Duchier <Denys.Duchier@ps.uni-sb.de>. |
|
|
514 | |
|
|
515 | 11 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
516 | |
|
|
517 | Fix small type-o from last changes to /etc/init.d/netmount. |
|
|
518 | Should resolve bug #7803. |
|
|
519 | |
|
|
520 | * rc-scripts 1.4.0 (7 Sep 2002) |
|
|
521 | |
|
|
522 | 7 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
523 | |
|
|
524 | Update /etc/init.d/net.eth0 to handle individual broadcast |
|
|
525 | and netmask for aliases. Should close bug #7407. |
|
|
526 | |
|
|
527 | Give /var/run/utmp and /var/log/wtmp the proper permissions |
|
|
528 | and ownership. First steps in fixing bug #7630. |
|
|
529 | |
|
|
530 | Change Raid stuff again in /etc/init.d/checkfs. |
|
|
531 | |
|
|
532 | 26 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
533 | |
|
|
534 | Give root a 'root' GECOS in /etc/passwd, was NULL before. |
|
|
535 | |
|
|
536 | * rc-scripts 1.3.9 (25 Aug 2002) |
|
|
537 | |
|
|
538 | 25 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
539 | |
|
|
540 | Update /sbin/rc to fix some spelling/slang mistakes. Closes |
|
|
541 | bug #6887. |
|
|
542 | |
|
|
543 | Move /etc/init.d/net.ppp0 's config to /etc/conf.d/net.ppp0. |
|
|
544 | This closes bug #6378. |
|
|
545 | |
|
|
546 | Add IPv6 support to /etc/init.d/net.eth0. Closes bug #6175, |
|
|
547 | with many thanks to Asbjorn Sannes <ace@sannes.org>. |
|
|
548 | |
|
|
549 | 20 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
550 | |
|
|
551 | Update /etc/init.d/bootmisc to reset pam_console permissions. |
|
|
552 | |
|
|
553 | Update /etc/devfsd.conf to have the "pam_console_apply_devfsd.so" |
|
|
554 | line for getting devfs to work with pam_console. |
|
|
555 | |
|
|
556 | 12 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
557 | |
|
|
558 | Update /etc/init.d/keymaps to first load the windowkeys.inc then |
|
|
559 | the user selected one, fixing bug #6295. |
|
|
560 | |
|
|
561 | 11 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
562 | |
|
|
563 | Change the 'cat' in check_rcscript() to a single 'awk' in |
|
|
564 | /sbin/depscan.sh. This should fix broken pipe issues if the |
|
|
565 | loop exists too early. Resolves bug #5961. |
|
|
566 | |
|
|
567 | Fix software RAID startup/shutdown, bug #5310. Modified |
|
|
568 | /etc/init.d/checkfs and /etc/init.d/halt.sh for this. |
|
|
569 | |
|
|
570 | * rc-scripts 1.3.8 (08 Aug 2002) |
|
|
571 | |
|
|
572 | 7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
573 | |
|
|
574 | Move the color ls stuff to .bashrc. Fix bug #5250. |
|
|
575 | |
|
|
576 | 6 Aug 2002; Dan Armak <danarmak@gentoo.org>: |
|
|
577 | |
|
|
578 | Correct the comments in rc.conf about the XSESSION variable: it should |
|
|
579 | be set to "kde-<version>" not "KDE". Closes bug #5948. |
|
|
580 | |
|
|
581 | 5 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
582 | |
|
|
583 | Fix the 'Usage' line in the help to return the correct options for |
|
|
584 | the script (/sbin/runscript.sh). Resolve bug #6029. |
4 | |
585 | |
5 | 3 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
586 | 3 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
6 | |
587 | |
7 | Added UPS shutdown support for nut to halt.sh. |
588 | Added UPS shutdown support for nut to halt.sh. |
8 | Added nut user/group as uid/gid 84. |
589 | Added nut user/group as uid/gid 84. |
… | |
… | |
47 | |
628 | |
48 | Update /etc/init.d/netmount to try and detect nfs mounts that should be |
629 | Update /etc/init.d/netmount to try and detect nfs mounts that should be |
49 | mounted automatically on boot. This requires awk in /bin, so baselayout |
630 | mounted automatically on boot. This requires awk in /bin, so baselayout |
50 | should depend on >=sys-apps/gawk-3.1.0-r3. |
631 | should depend on >=sys-apps/gawk-3.1.0-r3. |
51 | |
632 | |
52 | * rc-scripts 1.3.6 (17 Jul 2002) |
633 | * rc-scripts 1.3.7 (17 Jul 2002) |
53 | |
634 | |
54 | 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
635 | 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
55 | |
636 | |
56 | Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
637 | Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
57 | bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |
638 | bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |
… | |
… | |
379 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
960 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
380 | this. |
961 | this. |
381 | |
962 | |
382 | Added caching of the "depend() { need foo; } " lines, and updated |
963 | Added caching of the "depend() { need foo; } " lines, and updated |
383 | /etc/init.d/depscan.sh to touch the actual files less. This should |
964 | /etc/init.d/depscan.sh to touch the actual files less. This should |
384 | speedup dependancy caching a lot, especially on slow machines. |
965 | speedup dependency caching a lot, especially on slow machines. |
385 | |
966 | |
386 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
967 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
387 | for security. |
968 | for security. |
388 | |
969 | |
389 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
970 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
… | |
… | |
393 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
974 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
394 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
975 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
395 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
976 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
396 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
977 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
397 | |
978 | |
398 | Removed stopping of dependant services that have current service as |
979 | Removed stopping of dependent services that have current service as |
399 | a 'use'dependancy ... should be less confusing now. |
980 | a 'use'dependency ... should be less confusing now. |
400 | Updated /etc/init.d/runscript.sh for this. |
981 | Updated /etc/init.d/runscript.sh for this. |
401 | |
982 | |
402 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
983 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
403 | |
984 | |
404 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
985 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
… | |
… | |
486 | Added the 'before' depend type. This is more for changing the |
1067 | Added the 'before' depend type. This is more for changing the |
487 | order services start in. Updated /etc/init.d/depscan.sh and |
1068 | order services start in. Updated /etc/init.d/depscan.sh and |
488 | /etc/init.d/functions.sh for this. |
1069 | /etc/init.d/functions.sh for this. |
489 | |
1070 | |
490 | Updated /etc/init.d/depscan.sh to work with '*' as argument for |
1071 | Updated /etc/init.d/depscan.sh to work with '*' as argument for |
491 | dependancy types. This can be used with 'use' and 'before' to |
1072 | dependency types. This can be used with 'use' and 'before' to |
492 | start a script last or first respectively. |
1073 | start a script last or first respectively. |
493 | |
1074 | |
494 | Added save_options() and get_options() to /etc/init.d/functions.sh |
1075 | Added save_options() and get_options() to /etc/init.d/functions.sh |
495 | for saving misc settings between startup/shutdown. Updated |
1076 | for saving misc settings between startup/shutdown. Updated |
496 | /etc/init.d/net.eth0 to use these and properly down virtual |
1077 | /etc/init.d/net.eth0 to use these and properly down virtual |
… | |
… | |
565 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
1146 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
566 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
1147 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
567 | |
1148 | |
568 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
1149 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
569 | |
1150 | |
570 | Updated /etc/init.d/depscan.sh to store info about missing dependancies |
1151 | Updated /etc/init.d/depscan.sh to store info about missing dependencies |
571 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
1152 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
572 | to use this when starting a script ('need' dependancies is critical for |
1153 | to use this when starting a script ('need' dependencies is critical for |
573 | startup). Added the broken() function to /etc/init.d/runscript.sh |
1154 | startup). Added the broken() function to /etc/init.d/runscript.sh |
574 | to list the missing dependancies. |
1155 | to list the missing dependencies. |
575 | |
1156 | |
576 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
1157 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
577 | checking. |
1158 | checking. |
578 | |
1159 | |
579 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
1160 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |