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 | 12 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Fix type-o in /etc/init.d/consolefont (line 38 should be 'retval=$?'). |
|
|
8 | Thanks to Matt Taylor <liverbugg@juno.com> (comment #6, bug #18344). |
|
|
9 | |
|
|
10 | From linux-2.5.68, we need to mount devpts on /dev/pts again ... |
|
|
11 | updated /sbin/rc for this. |
|
|
12 | |
|
|
13 | 11 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
14 | |
|
|
15 | Fix errors on sourcing /etc/profile if EDITOR is not set, bug #18995. |
|
|
16 | |
|
|
17 | 10 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
18 | |
|
|
19 | Make checking in unmount more strict, fixing bug #19007. |
|
|
20 | |
|
|
21 | 09 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
22 | |
|
|
23 | Add one more check to genenviron.awk, to spot cases where there is a |
|
|
24 | space between the variable and the '='. |
|
|
25 | |
|
|
26 | 08 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
27 | |
|
|
28 | Fix interactive shell not to have coloured prompt when used as a |
|
|
29 | dumb client, bug #18886. Fix was inspired by patch from |
|
|
30 | Matthew Kennedy <mkennedy@gentoo.org>. |
|
|
31 | |
|
|
32 | * rc-scripts 1.4.3.5 (06 Apr 2003) |
|
|
33 | |
|
|
34 | 06 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
35 | |
|
|
36 | Hopefully get the serial support sane again. Added /bin/consoletype |
|
|
37 | from Redhat to check for serial console. This should resolve bug |
|
|
38 | #18329 partly. |
|
|
39 | |
|
|
40 | Add the --nocolor option to suppress the use of colors. |
|
|
41 | |
|
|
42 | Change the 'status' option to return true if the service is running, |
|
|
43 | and false if stopped. This is only if the '--quiet' flag was also |
|
|
44 | given. |
|
|
45 | |
|
|
46 | Change the start and stop options not to output or return false if |
|
|
47 | the '--quiet' flag was given. |
|
|
48 | |
|
|
49 | Redirect stderr for consolechars in /etc/init.d/consolefont to /dev/null |
|
|
50 | as well, fixing bug #18344. |
|
|
51 | |
|
|
52 | Optimize $EDITOR extraction in /etc/profile closing bug #18614, thanks to |
|
|
53 | Aron Griffis <agriffis@gentoo.org>. |
|
|
54 | |
|
|
55 | Set HALT to 'shutdown' or 'reboot' depending on if we are shutting down |
|
|
56 | or rebooting. |
|
|
57 | |
|
|
58 | 30 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
59 | |
|
|
60 | Fix bug #18329 ... $COLS was not setup properly for serial console. |
|
|
61 | |
|
|
62 | 24 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
63 | |
|
|
64 | Optimize USB fs stuff in /etc/init.d/localmount to use less cats etc. |
|
|
65 | Fix a problem where it might not have mounted the USB fs when usbcore |
|
|
66 | was compiled as module, and the kernel did not mount it by the time |
|
|
67 | the script was started. Get it to rather check what filesystems is |
|
|
68 | supported when deciding if it should use 'usbdevfs' or 'usbfs', as |
|
|
69 | later 2.4 kernels now also support the newer 'usbfs'. |
|
|
70 | |
|
|
71 | Optimize RAID stuff in /etc/init.d/checkfs a bit. |
|
|
72 | |
|
|
73 | 16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
74 | |
|
|
75 | Update sbin/rc-envupdate.sh.bash for bug #17549. |
|
|
76 | |
|
|
77 | * rc-scripts 1.4.3.4 (16 Mar 2003) |
|
|
78 | |
|
|
79 | 16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
80 | |
|
|
81 | Add /etc/issue done by a Polish ascii-artists, v|rus with some slight |
|
|
82 | modifications (purple and display hostname, etc). Closes bug #16806. |
|
|
83 | |
|
|
84 | Add 'use hotplug' to /etc/init.d/net.eth0, to get cardbus hardware to |
|
|
85 | work properly. Closes bug #17348. |
|
|
86 | |
|
|
87 | Add update from Wout Mertens <wmertens@gentoo.org> to speedup shutdown |
|
|
88 | of dhcp interfaces, closing bug #17378. This modified /etc/init.d/net.eth0. |
|
|
89 | |
|
|
90 | 11 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
91 | |
|
|
92 | Fix usage of /usr/bin/cut in /sbin/functions.sh, thanks Brandon Low |
|
|
93 | <lostlogic@gentoo.org>! |
|
|
94 | |
|
|
95 | 10 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
96 | |
|
|
97 | Add sysfs support for 2.5 kernels (mounted to /sys). Updated /sbin/rc |
|
|
98 | and /etc/init.d/halt.sh for this. |
|
|
99 | |
|
|
100 | Update /etc/fstab to correctly mount /proc with: |
|
|
101 | |
|
|
102 | mount -t proc none /proc |
|
|
103 | |
|
|
104 | Do the same for /dev/shm: |
|
|
105 | |
|
|
106 | mount -t tmpfs none /dev/shm |
|
|
107 | |
|
|
108 | Fix a typeo in /etc/init.d/checkroot that caused 'umount -a' to output |
|
|
109 | noise if we exited a recovery console. |
|
|
110 | |
|
|
111 | Fix /etc/init.d/hostname using /usr/bin/cut, closing bug #17175, thanks |
|
|
112 | to Bobby Bingham <uhmmmm@columbus.rr.com> for noticing this. |
|
|
113 | |
|
|
114 | Bring down default gateway before adding new one .. this fixes issues |
|
|
115 | where eth0/whatever was brought up by kernel. Changed /etc/init.d/net.eth0 |
|
|
116 | for this, closing bug #17164. Thanks to nth <y.lesaint@free.fr> for the |
|
|
117 | fix. |
|
|
118 | |
|
|
119 | Fix /etc/init.d/modules to call modprobe with -q .. this fix issues where |
|
|
120 | it fails for module-init-tools if the module is already loaded. This |
|
|
121 | closes bug #17163, thanks to nth <y.lesaint@free.fr>. |
|
|
122 | |
|
|
123 | * rc-scripts 1.4.3.3 (09 Mar 2003) |
|
|
124 | |
|
|
125 | 09 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
126 | |
|
|
127 | Fix /etc/init.d/netmount not to unmount / on nfs/whatever, bug #16274. |
|
|
128 | |
|
|
129 | Fix net.eth0 not to try and start an interface if already up. |
|
|
130 | |
|
|
131 | Update MAKEDEV from Debian to support more archs. This adds support |
|
|
132 | for 'arm', 'hppa' among others. URL: |
|
|
133 | |
|
|
134 | http://packages.debian.org/stable/base/makedev.html |
|
|
135 | |
|
|
136 | Add support to /etc/init.d/modules to use /etc/modules.autoload/kernel-2.4 |
|
|
137 | if we are using a 2.4 kernel, and /etc/modules.autoload/kernel-2.5 if we |
|
|
138 | are using a 2.5 kernel ... bug #17109. |
|
|
139 | |
|
|
140 | 02 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
141 | |
|
|
142 | Update /etc/init.d/hostname to only set the hostname to whatever is before |
|
|
143 | the first '.', and then set the domainname to the rest, closing bug #14946. |
|
|
144 | |
|
|
145 | 28 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
146 | |
|
|
147 | Merge some of the optimizations from Graham Forest <vladimir@gentoo.org>. |
|
|
148 | |
|
|
149 | Fix spelling of dependency and some other spelling/grammer issues. |
|
|
150 | Thanks goes to Kerin Millar <kerin@recruit2recruit.net> and |
|
|
151 | Mike Frysinger <vapier@gentoo.org>, bug #15498. |
|
|
152 | |
|
|
153 | Change $svcdir to '/var/lib/init.d' to be more FHS compliant, bug #15192. |
|
|
154 | |
|
|
155 | Add 'Eterm' to /etc/skel/.bashrc, closing bug #14662. |
|
|
156 | |
|
|
157 | Adjust comments about PROTOCOLS in /etc/rc.conf to try and prevent |
|
|
158 | bug #14556. |
|
|
159 | |
|
|
160 | 27 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
161 | |
|
|
162 | Finally fix /etc/init.d/halt.sh to unmount non critical mounts properly. |
|
|
163 | |
|
|
164 | 20 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
165 | |
|
|
166 | Kill /dev/ttyp0 error at boot by changing test in /etc/init.d/modules |
|
|
167 | to 'test -c /dev/ttyp0 &> /dev/null'. |
|
|
168 | |
|
|
169 | 18 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
170 | |
|
|
171 | Update /sbin/modules-update to generate /etc/modprobe.devfs from |
|
|
172 | /etc/modules.devfs. This along with the devfs-hack.patch in the latest |
|
|
173 | module-init-tools-0.9.9 should get rid of many of the warnings/errors |
|
|
174 | with devfs, and makes it work a bit better. |
|
|
175 | |
|
|
176 | 17 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
177 | |
|
|
178 | Fix /etc/inputrc for dvorak keyboard layout, bug #2599 again. |
|
|
179 | |
|
|
180 | 16 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
181 | |
|
|
182 | Fix the 'source /etc/profile.env' to be '. /etc/profile' to have ksh |
|
|
183 | support. This resolves bug #14994. |
|
|
184 | |
|
|
185 | Move EDITOR to /etc/rc.conf. Also update /etc/profile to set EDITOR |
|
|
186 | according to /etc/rc.conf. |
|
|
187 | |
|
|
188 | Update /etc/init.d/checkfs to fix bug #14282. It did not exclude comments, |
|
|
189 | and used 'basename' which is located in /usr/bin. |
|
|
190 | |
|
|
191 | 13 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
192 | |
|
|
193 | Merge changes from Nick Jones <carpaski@gentoo.org> to not run stty if |
|
|
194 | used in portage. Fix the NOCOLOR stuff. Updated /sbin/functions.sh for |
|
|
195 | this. |
|
|
196 | |
|
|
197 | 06 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
198 | |
|
|
199 | Update src/awk/genenviron.awk to properly set the environment for each |
|
|
200 | rc-script's depend() function by sourcing required config files. |
|
|
201 | |
|
|
202 | 05 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
203 | |
|
|
204 | Fix /sbin/rc-envupdate.sh to use $svcdir to set SVCDIR. This is thanks |
|
|
205 | to Max Kalika <alkern23@yahoo.com>, bug #15050. |
|
|
206 | |
|
|
207 | 03 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
208 | |
|
|
209 | Fix /sbin/modules-update to work with module-init-tools-0.9.9. |
|
|
210 | |
|
|
211 | 30 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
212 | |
|
|
213 | Add 'use isapnp' to /etc/init.d/modules, closing bug #14677, thanks to |
|
|
214 | Hubert Hanghofer <hubert.hanghofer@netbeer.co.at>. |
|
|
215 | |
|
|
216 | 27 Jan 2003; Donny Davies <woodchip@gentoo.org>: |
|
|
217 | |
|
|
218 | Fix halt.sh by moving the nut UPS kill power stuff back into a function! |
|
|
219 | Add fix from the wonderful analysis of Toby Dickenson |
|
|
220 | <tdickenson@geminidataloggers.com> in #12947. |
|
|
221 | |
|
|
222 | 26 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
223 | |
|
|
224 | Fix start-stop-daemon to check the call to nice() correctly for failure, |
|
|
225 | closing bug #14359, thanks to YAMAKURA Makoto <makoto@dsb.club.ne.jp>. |
|
|
226 | |
|
|
227 | Fix globbing $? when checking return value of fsck in /etc/init.d/checkroot |
|
|
228 | and /etc/init.d/checkfs. This closes bug #13320, thanks to good work from |
|
|
229 | Malcolm Scott <m@lcolm.org.uk>. |
|
|
230 | |
|
|
231 | 21 Jan 2003; Mike Frysinger <vapier@gentoo.org>: |
|
|
232 | |
|
|
233 | Updated /etc/rc.conf to add elogin/entrance support #13790. |
|
|
234 | |
|
|
235 | 21 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
236 | |
|
|
237 | Update /etc/init.d/keymaps to enable unicode if required. This closes |
|
|
238 | bug #14306 thanks to Danny Milosavljevic <danny_milo@yahoo.com>. |
|
|
239 | |
|
|
240 | 19 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
241 | |
|
|
242 | Fix deadlock durning shutdown if tmpfs filesystems larger than free |
|
|
243 | memory, and swap gets deactivated, bug #13599. Updated /etc/init.d/halt.sh |
|
|
244 | for this. |
|
|
245 | |
|
|
246 | Merge in some fixes from Vapier <vapier@gentoo.org> to /sbin/functions.sh. |
|
|
247 | This closes bug #13868. |
|
|
248 | |
|
|
249 | Always add "/bin:/sbin:/usr/bin:/usr/sbin" to PATH, as it fixes both |
|
|
250 | 'su -c foo' not finding start-stop-daemon (etc), and bug #14127. |
|
|
251 | |
|
|
252 | Add route for lo interface to /etc/init.d/net.lo, closing bug #14055. |
|
|
253 | |
|
|
254 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
255 | |
|
|
256 | Clear $svcdir in /sbin/rc before we run depscan to make sure we do |
|
|
257 | not have stale entries left from hard reboot, thanks to pac1085 on |
|
|
258 | irc. |
|
|
259 | |
|
|
260 | * rc-scripts 1.4.3.2 (15 Jan 2003) |
|
|
261 | |
|
|
262 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
263 | |
|
|
264 | Truely fix bootup on seperate /var. |
|
|
265 | |
|
|
266 | Add some fixes and optimizations to /sbin/rc-update, thanks to |
|
|
267 | Daniel Robbins <drobbins@gentoo.org>. |
|
|
268 | |
|
|
269 | * rc-scripts 1.4.3.1 (15 Jan 2003) |
|
|
270 | |
|
|
271 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
272 | |
|
|
273 | Fix bootup on seperate /var. |
|
|
274 | |
|
|
275 | 14 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
276 | |
|
|
277 | Fix /etc/init.d/hostname and /etc/init.d/serial to close bug #13636. |
|
|
278 | |
|
|
279 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
280 | |
|
|
281 | Fix /etc/init.d/keymaps to force linux keycodes for PPC, thanks |
|
|
282 | to Olaf Hering <gentoo@aepfle.de>, bug #13193. |
|
|
283 | |
|
|
284 | Turn on -C option to fsck on for all calls to fsck. Updated scripts |
|
|
285 | /etc/init.d/checkroot and /etc/init.d/checkfs, closing bug #13321. |
|
|
286 | |
|
|
287 | * rc-scripts 1.4.3.0 (07 Jan 2003) |
|
|
288 | |
|
|
289 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
290 | |
|
|
291 | Too much to mention, but here are a few: |
|
|
292 | - Major rewrite of software RAID startup, based on Mandrake's, as |
|
|
293 | ours was pretty broken :( |
|
|
294 | - Redone /sbin/rc to work without the tmpfs/ramfs stat directory. |
|
|
295 | Much of /sbin/functions.sh and other scripts have been changed |
|
|
296 | to support this. |
|
|
297 | - Reworked /etc/inittab to support this. Also moved critical |
|
|
298 | mounting of local filesystems to 'sysinit' function of /sbin/rc. |
|
|
299 | - Move state directory to /var/state/init.d/ ($svcdir). |
|
|
300 | - Move Adelie node init to /sbin/functions.sh to try and simplify |
|
|
301 | /sbin/rc a bit. |
|
|
302 | - Updated Copyright dates to 2003. |
|
|
303 | |
|
|
304 | * rc-scripts 1.4.2.8 (06 Jan 2003) |
|
|
305 | |
|
|
306 | 02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
307 | |
|
|
308 | Fix src/awk/genenviron.awk to work with multiple 'need', 'use', etc |
|
|
309 | lines, as it seems users do not note the need to have them all on |
|
|
310 | one line .... |
|
|
311 | |
|
|
312 | Fix /sbin/runscript.sh to detect 'net.adsl', or any other net.* |
|
|
313 | script not ending on a digit. This closes bug #12887. |
|
|
314 | |
|
|
315 | Fix get_KV to also check micro version of kernel; add KV_to_int() |
|
|
316 | helper function for get_KV. Update /etc/init.d/localmount to work |
|
|
317 | with new get_KV ... |
|
|
318 | |
|
|
319 | 28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
320 | |
|
|
321 | Add support for generate-modprobe.conf or generating /etc/modprobe.conf |
|
|
322 | in the new sys-apps/module-init-tools. Note that you need version |
|
|
323 | 0.9.7 or later of sys-apps/module-init-tools. Updated |
|
|
324 | /sbin/modules-update for this. |
|
|
325 | |
|
|
326 | Change /etc/init.d/localmount to use 'usbfs' and not 'usbdevfs' if |
|
|
327 | we are running kernel 2.5 or later ... |
|
|
328 | |
|
|
329 | 26 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
330 | |
|
|
331 | Add /etc/init.d/crypto-loop and /etc/conf.d/crypto-loop, a cool |
|
|
332 | rc-script to setup encrypted loopback devices. This was kindly |
|
|
333 | donated by Matthew Kennedy <mkennedy@gentoo.org> (bug #11471). |
|
|
334 | |
|
|
335 | 25 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
336 | |
|
|
337 | Fix src/awk/genenviron.awk stripping *all* '=', closing |
|
|
338 | bug #8901. |
|
|
339 | |
|
|
340 | Fix src/awk/genenviron.awk not seperating CONFIG_PROTECT with |
|
|
341 | spaces ... |
|
|
342 | |
|
|
343 | * rc-scripts 1.4.2.7 (24 Dec 2002) |
|
|
344 | |
|
|
345 | 24 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
346 | |
|
|
347 | Add a fix to /sbin/functions.sh for bug #12601. |
|
|
348 | |
|
|
349 | 22 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
350 | |
|
|
351 | Add INFOPATH to /etc/env.d/00basic. |
|
|
352 | |
|
|
353 | Fix src/awk/genenviron.awk to get the order of the env.d files |
|
|
354 | correct. Also fix it to handle *all* the SPECIALS correctly. |
|
|
355 | This closes bug #12411. |
|
|
356 | |
|
|
357 | * rc-scripts 1.4.2.6 (18 Dec 2002) |
|
|
358 | |
|
|
359 | 18 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
360 | |
|
|
361 | Add mips changes to sbin/MAKEDEV. This should close bug #12329, |
|
|
362 | thanks to Nicholas Wourms <nwourms@netscape.net>. |
|
|
363 | |
|
|
364 | Quote some tests in /sbin/rc-update to fix/avoid the problem |
|
|
365 | in bug # |
|
|
366 | |
|
|
367 | Fix awk regex in /etc/init.d/halt.sh to fix bug #11795. |
|
|
368 | |
|
|
369 | Update shell for postgres user, closing bug #12258. |
|
|
370 | |
|
|
371 | 11 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
372 | |
|
|
373 | Fix src/awk/genenviron.awk not to add duplicate entries, closing |
|
|
374 | bug #8999. |
|
|
375 | |
|
|
376 | * rc-scripts 1.4.2.5 (09 Dec 2002) |
|
|
377 | |
|
|
378 | 08 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
379 | |
|
|
380 | Add another sync to /etc/init.d/halt.sh, closing bug 8173. |
|
|
381 | |
|
|
382 | Add smmsp uid and gid. Closes bug #8952. |
|
|
383 | |
|
|
384 | 04 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
385 | |
|
|
386 | Setup colums, etc up properly for serial consoles in /sbin/functions.sh. |
|
|
387 | Closes bug #11557, thanks to Erik Scrafford <erik@scrafford.org>. |
|
|
388 | |
|
|
389 | Add headers similar to that of portage-2.0.45 and up to the |
|
|
390 | generated profile files (/etc/{profile,csh}.env). Updated |
|
|
391 | src/awk/genenviron.awk for this. |
|
|
392 | |
|
|
393 | 01 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
394 | |
|
|
395 | Fix typeo in /etc/devfsd.conf, closing bug #11424, thanks to the |
|
|
396 | sharp eye of Techie2000 <Linux@mochamail.com>. |
|
|
397 | |
|
|
398 | Rename /sbin/update-modules to /sbin/modules-update, closing |
|
|
399 | bug #11445. |
|
|
400 | |
|
|
401 | Nano moved from /usr/bin/nano to /bin/nano. Fix this in |
|
|
402 | /etc/env.d/00basic, bug #10916. |
|
|
403 | |
|
|
404 | 27 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
405 | |
|
|
406 | Add more improvements to clustering code. This is from |
|
|
407 | Olivier Crete <crete@cerca.umontreal.ca>, bug #4151. |
|
|
408 | |
|
|
409 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
410 | |
|
|
411 | Change default 'net' dependency behaviour to be more suited |
|
|
412 | for notebook users. Basically if at least one net.* service |
|
|
413 | beside net.lo start successfully, the 'net' dependency is |
|
|
414 | considered up. Server admin can set RC_NET_STRICT_CHECKING="yes" |
|
|
415 | in /etc/conf.d/rc to change this back to the old default. |
|
|
416 | This is the start to address bug #2706. |
|
|
417 | |
|
|
418 | * rc-scripts 1.4.2.4 (26 Nov 2002) |
|
|
419 | |
|
|
420 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
421 | |
|
|
422 | Initial merge of bits for Adelie Linux for SSI clusters. More |
|
|
423 | info at: |
|
|
424 | |
|
|
425 | http://www.cerca.umontreal.ca/hpc/en/projects/adelie/index.html |
|
|
426 | |
|
|
427 | 25 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
428 | |
|
|
429 | One liner fix to src/awk/cachedepends.awk to once again fix |
|
|
430 | bug #7803. |
|
|
431 | |
|
|
432 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
433 | |
|
|
434 | Add 'alias char-major-89 i2c-dev' to /etc/modules.d/aliases. |
|
|
435 | This should close bug #10891. |
|
|
436 | |
|
|
437 | * rc-scripts 1.4.2.3 (18 Nov 2002) |
|
|
438 | |
|
|
439 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
440 | |
|
|
441 | Add some more checks to src/awk/*. Fix error printing for |
|
|
442 | /sbin/depscan.sh. |
|
|
443 | |
|
|
444 | Link awk module with gcc and not with ld. This should fix |
|
|
445 | problems on sparc and alpha. Many thanks for this fix to |
|
|
446 | Stephan Jones <cretin@gentoo.org>. |
|
|
447 | |
|
|
448 | Remove the copyright info from config files, thanks to |
|
|
449 | Matthew Kennedy <mkennedy@gentoo.org>. |
|
|
450 | |
|
|
451 | * rc-scripts 1.4.2.2 (18 Nov 2002) |
|
|
452 | |
|
|
453 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
454 | |
|
|
455 | Add src/awk/genenviron.awk which is rc-envupdate.sh ported |
|
|
456 | to awk. This is also much faster than its bash version. |
|
|
457 | |
|
|
458 | Remove the 'Spider cat fix' from depscan.sh.bash, as it makes |
|
|
459 | things even slower on older boxes. Bug #10548. |
|
|
460 | |
|
|
461 | After a bored Vapier decided that he needed to update the |
|
|
462 | licenses of things in /etc :P, I did the rest. Hopefully |
|
|
463 | not too many people will nuke thier fstab :/ |
|
|
464 | |
|
|
465 | * rc-scripts 1.4.2.1 (18 Nov 2002) |
|
|
466 | |
|
|
467 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
468 | |
|
|
469 | Update src/awk/cachedepends.awk to find its own rc-scripts, |
|
|
470 | fixing the need for find which broke systems with /usr on |
|
|
471 | a different partition. |
|
|
472 | |
|
|
473 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
474 | |
|
|
475 | Add some extra checks to src/awk/cachedepends.awk and |
|
|
476 | src/awk/gendepends.awk. |
|
|
477 | |
|
|
478 | Move some of the more generic functions in src/awk/gendepends.awk |
|
|
479 | to src/awk/functions.awk. |
|
|
480 | |
|
|
481 | * rc-scripts 1.4.2 (17 Nov 2002) |
|
|
482 | |
|
|
483 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
484 | |
|
|
485 | Add initial version of new depscan.sh. This uses awk scripts |
|
|
486 | to do the main work, giving about 10 times speed improvement on |
|
|
487 | slower machines. Updated /sbin/depscan.sh, src/filefuncts.c, |
|
|
488 | src/Makefile, src/awk/cachedepends.awk and src/awk/gendepends.awk |
|
|
489 | for this. This should close bug #10548. |
|
|
490 | |
|
|
491 | * rc-scripts 1.4.1.2 (5 Nov 2002) |
|
|
492 | |
|
|
493 | 5 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
494 | |
|
|
495 | Add UID/GID of 250 for Portage Fakeroot account. |
|
|
496 | |
|
|
497 | 4 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
498 | |
|
|
499 | Change /etc/init.d/clock to depend on localmount again, fixing |
|
|
500 | bug #10048. |
|
|
501 | |
|
|
502 | Get deps on logger sane again. I wanted to get the logger started |
|
|
503 | as early as possible, but clock for one breaks if /usr is mounted |
|
|
504 | on seperate partition. |
|
|
505 | |
|
|
506 | 29 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
507 | |
|
|
508 | Fix return in /etc/init.d/modules to return 0 if /proc/modules |
|
|
509 | do not exists. Closes bug #7738, comment #5. |
|
|
510 | |
|
|
511 | * rc-scripts 1.4.1.1 (28 Oct 2002) |
|
|
512 | |
|
|
513 | 28 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
514 | |
|
|
515 | Fix /sbin/update-modules not to include backup files. Closes |
|
|
516 | bug #9707. |
|
|
517 | |
|
|
518 | 26 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
519 | |
|
|
520 | Fix update-modules borking if there are directories present |
|
|
521 | in /etc/modules.d/. Closes bug #9632. |
|
|
522 | |
|
|
523 | 17 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
524 | |
|
|
525 | Change deps on /etc/init.d/{clock,hostname,modules} not to |
|
|
526 | depend on localmount, but rather on checkroot, as all of them |
|
|
527 | just need / to be mounted. This should fix race conditions |
|
|
528 | because of checkfs dependency on modules. This should close |
|
|
529 | bug #9266. |
|
|
530 | |
|
|
531 | * rc-scripts 1.4.1 (13 Oct 2002) |
4 | |
532 | |
5 | 13 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
533 | 13 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
6 | |
534 | |
7 | Create and fix permissions on /tmp/.{ICE,X11}-unix/. This |
535 | Create and fix permissions on /tmp/.{ICE,X11}-unix/. This |
8 | is additional measures for bug #8281. |
536 | is additional measures for bug #8281. |
… | |
… | |
281 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
809 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
282 | |
810 | |
283 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
811 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
284 | and is needed for some fixes. |
812 | and is needed for some fixes. |
285 | |
813 | |
286 | 28 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
814 | 28 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
287 | |
815 | |
288 | Update /etc/rc.conf to be more clear and state that you should |
816 | Update /etc/rc.conf to be more clear and state that you should |
289 | remove consolefont from startup if you do not use it. Should |
817 | remove consolefont from startup if you do not use it. Should |
290 | resolve bug #2174. |
818 | resolve bug #2174. |
291 | |
819 | |
292 | 26 April 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
820 | 26 Apr 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
293 | |
821 | |
294 | Added user/group apache with uid/gid 81. |
822 | Added user/group apache with uid/gid 81. |
295 | |
823 | |
296 | 25 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
824 | 25 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
297 | |
825 | |
298 | Remove the "-net" from the line setting the default gateway |
826 | Remove the "-net" from the line setting the default gateway |
299 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
827 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
300 | noting this. |
828 | noting this. |
301 | |
829 | |
302 | 24 April 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
830 | 24 Apr 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
303 | |
831 | |
304 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
832 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
305 | which is installed with the nfs-utils package. Also tidied up some |
833 | which is installed with the nfs-utils package. Also tidied up some |
306 | really old, leftover junk like the non-supported stuff from rc5. |
834 | really old, leftover junk like the non-supported stuff from rc5. |
307 | Closes #1754. |
835 | Closes #1754. |
308 | |
836 | |
309 | 23 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
837 | 23 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
310 | |
838 | |
311 | Remove creation of /var/run/utmpx from bootmisc again. Seems |
839 | Remove creation of /var/run/utmpx from bootmisc again. Seems |
312 | other people have wierd problems. |
840 | other people have wierd problems. |
313 | |
841 | |
314 | * rc-scripts 1.3.4 (21 April 2002) |
842 | * rc-scripts 1.3.4 (21 Apr 2002) |
315 | |
843 | |
316 | 21 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
844 | 21 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
317 | |
845 | |
318 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
846 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
319 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
847 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
320 | |
848 | |
321 | Implement the status commandline argument. Updated /sbin/runscript.sh |
849 | Implement the status commandline argument. Updated /sbin/runscript.sh |
322 | and /sbin/rc-help.sh for this. |
850 | and /sbin/rc-help.sh for this. |
323 | |
851 | |
324 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
852 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
325 | and AFTER. |
853 | and AFTER. |
326 | |
854 | |
327 | 12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
855 | 12 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
328 | |
856 | |
329 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
857 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
330 | is needed, else /usr/bin/newgrp segfault. |
858 | is needed, else /usr/bin/newgrp segfault. |
331 | |
859 | |
332 | 11 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
860 | 11 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
333 | |
861 | |
334 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
862 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
335 | Thanks to Väinö Järvelä for this fix. |
863 | Thanks to Väinö Järvelä for this fix. |
336 | |
864 | |
337 | Update /etc/profile to also set the PS? variables if $SHELL |
865 | Update /etc/profile to also set the PS? variables if $SHELL |
… | |
… | |
339 | bootstrap work again. |
867 | bootstrap work again. |
340 | |
868 | |
341 | Move LVM stuff to checkfs to ensure that they get fscked. |
869 | Move LVM stuff to checkfs to ensure that they get fscked. |
342 | This resolves bug #1552. |
870 | This resolves bug #1552. |
343 | |
871 | |
344 | * rc-scripts 1.3.3 (5 April 2002) |
872 | * rc-scripts 1.3.3 (5 Apr 2002) |
345 | |
873 | |
346 | 5 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
874 | 5 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
347 | |
875 | |
348 | Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
876 | Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
349 | This is done to try and ensure system integrity. |
877 | This is done to try and ensure system integrity. |
350 | |
878 | |
351 | 1 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
879 | 1 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
352 | |
880 | |
353 | Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
881 | Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
354 | |
882 | |
355 | Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
883 | Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
356 | |
884 | |
357 | Add a bash check to the code that sets the prompt, fixing bug #1078. |
885 | Add a bash check to the code that sets the prompt, fixing bug #1078. |
358 | |
886 | |
359 | * rc-scripts 1.3.2 (24 Mar 2002) |
887 | * rc-scripts 1.3.2 (24 Mar 2002) |
360 | |
888 | |
361 | 24 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
889 | 24 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
362 | |
890 | |
363 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
891 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
364 | for this. |
892 | for this. |
365 | |
893 | |
366 | With the "before" and "after" stuff, recursion levels was getting too high, |
894 | With the "before" and "after" stuff, recursion levels was getting too high, |
… | |
… | |
380 | Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
908 | Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
381 | and it seems it has fallen now to my discression. |
909 | and it seems it has fallen now to my discression. |
382 | |
910 | |
383 | * rc-scripts 1.3.1 (23 Mar 2002) |
911 | * rc-scripts 1.3.1 (23 Mar 2002) |
384 | |
912 | |
385 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
913 | 23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
386 | DHCP lease release from Jim Nutt. |
914 | DHCP lease release from Jim Nutt. |
387 | |
915 | |
388 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
916 | 23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
389 | since there are a lot of important bug fixes in here that are needed. |
917 | since there are a lot of important bug fixes in here that are needed. |
390 | |
918 | |
391 | 23 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
919 | 23 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
392 | |
920 | |
393 | Resolve bug #1292. |
921 | Resolve bug #1292. |
394 | |
922 | |
395 | Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
923 | Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
396 | Spidler. |
924 | Spidler. |
397 | |
925 | |
398 | 21 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
926 | 21 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
399 | |
927 | |
400 | Update /sbin/rc to fix a 'cat mounts' instead of the correct |
928 | Update /sbin/rc to fix a 'cat mounts' instead of the correct |
401 | version, 'cat /proc/mounts'. |
929 | version, 'cat /proc/mounts'. |
402 | |
930 | |
403 | 19 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
931 | 19 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
404 | |
932 | |
405 | Add initial support for the --quiet flag that suppress output. |
933 | Add initial support for the --quiet flag that suppress output. |
406 | |
934 | |
407 | 18 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
935 | 18 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
408 | |
936 | |
409 | Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
937 | Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
410 | as not all errors by depscan.sh is critical. It should be |
938 | as not all errors by depscan.sh is critical. It should be |
411 | reworked to do better error handeling. |
939 | reworked to do better error handeling. |
412 | |
940 | |
413 | 14 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
941 | 14 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
414 | |
942 | |
415 | Fix the GID and UID of nobody and nogroup in /etc/passwd and |
943 | Fix the GID and UID of nobody and nogroup in /etc/passwd and |
416 | /etc/group to match those of Debian, FBSD and others. Thanks |
944 | /etc/group to match those of Debian, FBSD and others. Thanks |
417 | to those who reported it, and Woodchip for looking up the |
945 | to those who reported it, and Woodchip for looking up the |
418 | proper values. |
946 | proper values. |
419 | |
947 | |
420 | Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
948 | Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
421 | This resolves bug #1150, thanks to Paul Fleischer. |
949 | This resolves bug #1150, thanks to Paul Fleischer. |
422 | |
950 | |
423 | 11 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
951 | 11 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
424 | |
952 | |
425 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
953 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
426 | as some users have /usr on seperate partition which is not |
954 | as some users have /usr on seperate partition which is not |
427 | mounted when depscan.sh is run the first time. |
955 | mounted when depscan.sh is run the first time. |
428 | |
956 | |
429 | Updated the checking for more than one service providing the |
957 | Updated the checking for more than one service providing the |
430 | same virtual function in /etc/init.d/depscan.sh. It should |
958 | same virtual function in /etc/init.d/depscan.sh. It should |
431 | be working now, and this also fix a problem that when there is no |
959 | be working now, and this also fix a problem that when there is no |
432 | service providing a virtual, counter was used uninitialized. |
960 | service providing a virtual, counter was used uninitialized. |
433 | |
961 | |
434 | * rc-scripts 1.3.0 (10 March 2002) |
962 | * rc-scripts 1.3.0 (10 Mar 2002) |
435 | |
963 | |
436 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
964 | 10 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
437 | |
965 | |
438 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
966 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
439 | |
967 | |
440 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
968 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
441 | |
969 | |
… | |
… | |
460 | Also fixed try() for mounting /proc (maybe all mount commands). |
988 | Also fixed try() for mounting /proc (maybe all mount commands). |
461 | The function worked fine in a simulated test, but in real life failed |
989 | The function worked fine in a simulated test, but in real life failed |
462 | to detect a error when mounting /proc (remember to thank Grant for |
990 | to detect a error when mounting /proc (remember to thank Grant for |
463 | his UserMode ebuilds, and Guide). |
991 | his UserMode ebuilds, and Guide). |
464 | |
992 | |
465 | * rc-scripts 1.2.9 (6 March 2002) |
993 | * rc-scripts 1.2.9 (6 Mar 2002) |
466 | |
994 | |
467 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
995 | 6 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
468 | |
996 | |
469 | General form updates and some piping fixes. |
997 | General form updates and some piping fixes. |
470 | |
998 | |
471 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
999 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
472 | to fix a problem where startDM.sh would be respawned repeatedly |
1000 | to fix a problem where startDM.sh would be respawned repeatedly |
473 | if xdm was not in the default runlevel. |
1001 | if xdm was not in the default runlevel. |
474 | |
1002 | |
475 | * rc-scripts 1.2.8 (4 March 2002) |
1003 | * rc-scripts 1.2.8 (4 Mar 2002) |
476 | |
1004 | |
477 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1005 | 4 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
478 | |
1006 | |
479 | Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
1007 | Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
480 | to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
1008 | to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
481 | move them to the xfree ebuild later on when things settles down. |
1009 | move them to the xfree ebuild later on when things settles down. |
482 | |
1010 | |
… | |
… | |
486 | where we had a invalid $PATH on boot in some cases. |
1014 | where we had a invalid $PATH on boot in some cases. |
487 | |
1015 | |
488 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
1016 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
489 | the new sys-apps/kbd package. |
1017 | the new sys-apps/kbd package. |
490 | |
1018 | |
491 | * rc-scripts 1.2.7 (3 March 2002) |
1019 | * rc-scripts 1.2.7 (3 Mar 2002) |
492 | |
1020 | |
493 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1021 | 3 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
494 | |
1022 | |
495 | Fixed the problem of rc-scripts trying to start/stop a service multiple |
1023 | Fixed the problem of rc-scripts trying to start/stop a service multiple |
496 | times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
1024 | times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
497 | for this. |
1025 | for this. |
498 | |
1026 | |
… | |
… | |
500 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
1028 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
501 | this. |
1029 | this. |
502 | |
1030 | |
503 | Added caching of the "depend() { need foo; } " lines, and updated |
1031 | Added caching of the "depend() { need foo; } " lines, and updated |
504 | /etc/init.d/depscan.sh to touch the actual files less. This should |
1032 | /etc/init.d/depscan.sh to touch the actual files less. This should |
505 | speedup dependancy caching a lot, especially on slow machines. |
1033 | speedup dependency caching a lot, especially on slow machines. |
506 | |
1034 | |
507 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
1035 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
508 | for security. |
1036 | for security. |
509 | |
1037 | |
510 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
1038 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
511 | |
1039 | |
512 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1040 | 1 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
513 | |
1041 | |
514 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
1042 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
515 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
1043 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
516 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
1044 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
517 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
1045 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
518 | |
1046 | |
519 | Removed stopping of dependant services that have current service as |
1047 | Removed stopping of dependent services that have current service as |
520 | a 'use'dependancy ... should be less confusing now. |
1048 | a 'use'dependency ... should be less confusing now. |
521 | Updated /etc/init.d/runscript.sh for this. |
1049 | Updated /etc/init.d/runscript.sh for this. |
522 | |
1050 | |
523 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
1051 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
524 | |
1052 | |
525 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
1053 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
… | |
… | |
607 | Added the 'before' depend type. This is more for changing the |
1135 | Added the 'before' depend type. This is more for changing the |
608 | order services start in. Updated /etc/init.d/depscan.sh and |
1136 | order services start in. Updated /etc/init.d/depscan.sh and |
609 | /etc/init.d/functions.sh for this. |
1137 | /etc/init.d/functions.sh for this. |
610 | |
1138 | |
611 | Updated /etc/init.d/depscan.sh to work with '*' as argument for |
1139 | Updated /etc/init.d/depscan.sh to work with '*' as argument for |
612 | dependancy types. This can be used with 'use' and 'before' to |
1140 | dependency types. This can be used with 'use' and 'before' to |
613 | start a script last or first respectively. |
1141 | start a script last or first respectively. |
614 | |
1142 | |
615 | Added save_options() and get_options() to /etc/init.d/functions.sh |
1143 | Added save_options() and get_options() to /etc/init.d/functions.sh |
616 | for saving misc settings between startup/shutdown. Updated |
1144 | for saving misc settings between startup/shutdown. Updated |
617 | /etc/init.d/net.eth0 to use these and properly down virtual |
1145 | /etc/init.d/net.eth0 to use these and properly down virtual |
… | |
… | |
686 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
1214 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
687 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
1215 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
688 | |
1216 | |
689 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
1217 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
690 | |
1218 | |
691 | Updated /etc/init.d/depscan.sh to store info about missing dependancies |
1219 | Updated /etc/init.d/depscan.sh to store info about missing dependencies |
692 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
1220 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
693 | to use this when starting a script ('need' dependancies is critical for |
1221 | to use this when starting a script ('need' dependencies is critical for |
694 | startup). Added the broken() function to /etc/init.d/runscript.sh |
1222 | startup). Added the broken() function to /etc/init.d/runscript.sh |
695 | to list the missing dependancies. |
1223 | to list the missing dependencies. |
696 | |
1224 | |
697 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
1225 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
698 | checking. |
1226 | checking. |
699 | |
1227 | |
700 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
1228 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |