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