1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
2 | # Copyright 2001 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 | |
4 | |
|
|
5 | 10 March 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Add sysfs support for 2.5 kernels (mounted to /sys). Updated /sbin/rc |
|
|
8 | and /etc/init.d/halt.sh for this. |
|
|
9 | |
|
|
10 | Update /etc/fstab to correctly mount /proc with: |
|
|
11 | |
|
|
12 | mount -t proc none /proc |
|
|
13 | |
|
|
14 | Do the same for /dev/shm: |
|
|
15 | |
|
|
16 | mount -t tmpfs none /dev/shm |
|
|
17 | |
|
|
18 | Fix a typeo in /etc/init.d/checkroot that caused 'umount -a' to output |
|
|
19 | noise if we exited a recovery console. |
|
|
20 | |
|
|
21 | Fix /etc/init.d/hostname using /usr/bin/cut, closing bug #17175, thanks |
|
|
22 | to Bobby Bingham <uhmmmm@columbus.rr.com> for noticing this. |
|
|
23 | |
|
|
24 | Bring down default gateway before adding new one .. this fixes issues |
|
|
25 | where eth0/whatever was brought up by kernel. Changed /etc/init.d/net.eth0 |
|
|
26 | for this, closing bug #17164. Thanks to nth <y.lesaint@free.fr> for the |
|
|
27 | fix. |
|
|
28 | |
|
|
29 | Fix /etc/init.d/modules to call modprobe with -q .. this fix issues where |
|
|
30 | it fails for module-init-tools if the module is already loaded. This |
|
|
31 | closes bug #17163, thanks to nth <y.lesaint@free.fr>. |
|
|
32 | |
|
|
33 | * rc-scripts 1.4.3.3 (09 March 2003) |
|
|
34 | |
|
|
35 | 09 March 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
36 | |
|
|
37 | Fix /etc/init.d/netmount not to unmount / on nfs/whatever, bug #16274. |
|
|
38 | |
|
|
39 | Fix net.eth0 not to try and start an interface if already up. |
|
|
40 | |
|
|
41 | Update MAKEDEV from Debian to support more archs. This adds support |
|
|
42 | for 'arm', 'hppa' among others. URL: |
|
|
43 | |
|
|
44 | http://packages.debian.org/stable/base/makedev.html |
|
|
45 | |
|
|
46 | Add support to /etc/init.d/modules to use /etc/modules.autoload/kernel-2.4 |
|
|
47 | if we are using a 2.4 kernel, and /etc/modules.autoload/kernel-2.5 if we |
|
|
48 | are using a 2.5 kernel ... bug #17109. |
|
|
49 | |
|
|
50 | 02 March 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
51 | |
|
|
52 | Update /etc/init.d/hostname to only set the hostname to whatever is before |
|
|
53 | the first '.', and then set the domainname to the rest, closing bug #14946. |
|
|
54 | |
|
|
55 | 28 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
56 | |
|
|
57 | Merge some of the optimizations from Graham Forest <vladimir@gentoo.org>. |
|
|
58 | |
|
|
59 | Fix spelling of dependency and some other spelling/grammer issues. |
|
|
60 | Thanks goes to Kerin Millar <kerin@recruit2recruit.net> and |
|
|
61 | Mike Frysinger <vapier@gentoo.org>, bug #15498. |
|
|
62 | |
|
|
63 | Change $svcdir to '/var/lib/init.d' to be more FHS compliant, bug #15192. |
|
|
64 | |
|
|
65 | Add 'Eterm' to /etc/skel/.bashrc, closing bug #14662. |
|
|
66 | |
|
|
67 | Adjust comments about PROTOCOLS in /etc/rc.conf to try and prevent |
|
|
68 | bug #14556. |
|
|
69 | |
|
|
70 | 27 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
71 | |
|
|
72 | Finally fix /etc/init.d/halt.sh to unmount non critical mounts properly. |
|
|
73 | |
|
|
74 | 20 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
75 | |
|
|
76 | Kill /dev/ttyp0 error at boot by changing test in /etc/init.d/modules |
|
|
77 | to 'test -c /dev/ttyp0 &> /dev/null'. |
|
|
78 | |
|
|
79 | 18 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
80 | |
|
|
81 | Update /sbin/modules-update to generate /etc/modprobe.devfs from |
|
|
82 | /etc/modules.devfs. This along with the devfs-hack.patch in the latest |
|
|
83 | module-init-tools-0.9.9 should get rid of many of the warnings/errors |
|
|
84 | with devfs, and makes it work a bit better. |
|
|
85 | |
|
|
86 | 17 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
87 | |
|
|
88 | Fix /etc/inputrc for dvorak keyboard layout, bug #2599 again. |
|
|
89 | |
|
|
90 | 16 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
91 | |
|
|
92 | Fix the 'source /etc/profile.env' to be '. /etc/profile' to have ksh |
|
|
93 | support. This resolves bug #14994. |
|
|
94 | |
|
|
95 | Move EDITOR to /etc/rc.conf. Also update /etc/profile to set EDITOR |
|
|
96 | according to /etc/rc.conf. |
|
|
97 | |
|
|
98 | Update /etc/init.d/checkfs to fix bug #14282. It did not exclude comments, |
|
|
99 | and used 'basename' which is located in /usr/bin. |
|
|
100 | |
|
|
101 | 13 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
102 | |
|
|
103 | Merge changes from Nick Jones <carpaski@gentoo.org> to not run stty if |
|
|
104 | used in portage. Fix the NOCOLOR stuff. Updated /sbin/functions.sh for |
|
|
105 | this. |
|
|
106 | |
|
|
107 | 06 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
108 | |
|
|
109 | Update src/awk/genenviron.awk to properly set the environment for each |
|
|
110 | rc-script's depend() function by sourcing required config files. |
|
|
111 | |
|
|
112 | 05 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
113 | |
|
|
114 | Fix /sbin/rc-envupdate.sh to use $svcdir to set SVCDIR. This is thanks |
|
|
115 | to Max Kalika <alkern23@yahoo.com>, bug #15050. |
|
|
116 | |
|
|
117 | 03 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
118 | |
|
|
119 | Fix /sbin/modules-update to work with module-init-tools-0.9.9. |
|
|
120 | |
|
|
121 | 30 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
122 | |
|
|
123 | Add 'use isapnp' to /etc/init.d/modules, closing bug #14677, thanks to |
|
|
124 | Hubert Hanghofer <hubert.hanghofer@netbeer.co.at>. |
|
|
125 | |
|
|
126 | 27 Jan 2003; Donny Davies <woodchip@gentoo.org>: |
|
|
127 | |
|
|
128 | Fix halt.sh by moving the nut UPS kill power stuff back into a function! |
|
|
129 | Add fix from the wonderful analysis of Toby Dickenson |
|
|
130 | <tdickenson@geminidataloggers.com> in #12947. |
|
|
131 | |
|
|
132 | 26 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
133 | |
|
|
134 | Fix start-stop-daemon to check the call to nice() correctly for failure, |
|
|
135 | closing bug #14359, thanks to YAMAKURA Makoto <makoto@dsb.club.ne.jp>. |
|
|
136 | |
|
|
137 | Fix globbing $? when checking return value of fsck in /etc/init.d/checkroot |
|
|
138 | and /etc/init.d/checkfs. This closes bug #13320, thanks to good work from |
|
|
139 | Malcolm Scott <m@lcolm.org.uk>. |
|
|
140 | |
|
|
141 | 21 Jan 2003; Mike Frysinger <vapier@gentoo.org>: |
|
|
142 | |
|
|
143 | Updated /etc/rc.conf to add elogin/entrance support #13790. |
|
|
144 | |
|
|
145 | 21 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
146 | |
|
|
147 | Update /etc/init.d/keymaps to enable unicode if required. This closes |
|
|
148 | bug #14306 thanks to Danny Milosavljevic <danny_milo@yahoo.com>. |
|
|
149 | |
|
|
150 | 19 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
151 | |
|
|
152 | Fix deadlock durning shutdown if tmpfs filesystems larger than free |
|
|
153 | memory, and swap gets deactivated, bug #13599. Updated /etc/init.d/halt.sh |
|
|
154 | for this. |
|
|
155 | |
|
|
156 | Merge in some fixes from Vapier <vapier@gentoo.org> to /sbin/functions.sh. |
|
|
157 | This closes bug #13868. |
|
|
158 | |
|
|
159 | Always add "/bin:/sbin:/usr/bin:/usr/sbin" to PATH, as it fixes both |
|
|
160 | 'su -c foo' not finding start-stop-daemon (etc), and bug #14127. |
|
|
161 | |
|
|
162 | Add route for lo interface to /etc/init.d/net.lo, closing bug #14055. |
|
|
163 | |
|
|
164 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
165 | |
|
|
166 | Clear $svcdir in /sbin/rc before we run depscan to make sure we do |
|
|
167 | not have stale entries left from hard reboot, thanks to pac1085 on |
|
|
168 | irc. |
|
|
169 | |
|
|
170 | * rc-scripts 1.4.3.2 (15 Jan 2003) |
|
|
171 | |
|
|
172 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
173 | |
|
|
174 | Truely fix bootup on seperate /var. |
|
|
175 | |
|
|
176 | Add some fixes and optimizations to /sbin/rc-update, thanks to |
|
|
177 | Daniel Robbins <drobbins@gentoo.org>. |
|
|
178 | |
|
|
179 | * rc-scripts 1.4.3.1 (15 Jan 2003) |
|
|
180 | |
|
|
181 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
182 | |
|
|
183 | Fix bootup on seperate /var. |
|
|
184 | |
|
|
185 | 14 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
186 | |
|
|
187 | Fix /etc/init.d/hostname and /etc/init.d/serial to close bug #13636. |
|
|
188 | |
|
|
189 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
190 | |
|
|
191 | Fix /etc/init.d/keymaps to force linux keycodes for PPC, thanks |
|
|
192 | to Olaf Hering <gentoo@aepfle.de>, bug #13193. |
|
|
193 | |
|
|
194 | Turn on -C option to fsck on for all calls to fsck. Updated scripts |
|
|
195 | /etc/init.d/checkroot and /etc/init.d/checkfs, closing bug #13321. |
|
|
196 | |
|
|
197 | * rc-scripts 1.4.3.0 (07 Jan 2003) |
|
|
198 | |
|
|
199 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
200 | |
|
|
201 | Too much to mention, but here are a few: |
|
|
202 | - Major rewrite of software RAID startup, based on Mandrake's, as |
|
|
203 | ours was pretty broken :( |
|
|
204 | - Redone /sbin/rc to work without the tmpfs/ramfs stat directory. |
|
|
205 | Much of /sbin/functions.sh and other scripts have been changed |
|
|
206 | to support this. |
|
|
207 | - Reworked /etc/inittab to support this. Also moved critical |
|
|
208 | mounting of local filesystems to 'sysinit' function of /sbin/rc. |
|
|
209 | - Move state directory to /var/state/init.d/ ($svcdir). |
|
|
210 | - Move Adelie node init to /sbin/functions.sh to try and simplify |
|
|
211 | /sbin/rc a bit. |
|
|
212 | - Updated Copyright dates to 2003. |
|
|
213 | |
|
|
214 | * rc-scripts 1.4.2.8 (06 Jan 2003) |
|
|
215 | |
|
|
216 | 02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
217 | |
|
|
218 | Fix src/awk/genenviron.awk to work with multiple 'need', 'use', etc |
|
|
219 | lines, as it seems users do not note the need to have them all on |
|
|
220 | one line .... |
|
|
221 | |
|
|
222 | Fix /sbin/runscript.sh to detect 'net.adsl', or any other net.* |
|
|
223 | script not ending on a digit. This closes bug #12887. |
|
|
224 | |
|
|
225 | Fix get_KV to also check micro version of kernel; add KV_to_int() |
|
|
226 | helper function for get_KV. Update /etc/init.d/localmount to work |
|
|
227 | with new get_KV ... |
|
|
228 | |
|
|
229 | 28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
230 | |
|
|
231 | Add support for generate-modprobe.conf or generating /etc/modprobe.conf |
|
|
232 | in the new sys-apps/module-init-tools. Note that you need version |
|
|
233 | 0.9.7 or later of sys-apps/module-init-tools. Updated |
|
|
234 | /sbin/modules-update for this. |
|
|
235 | |
|
|
236 | Change /etc/init.d/localmount to use 'usbfs' and not 'usbdevfs' if |
|
|
237 | we are running kernel 2.5 or later ... |
|
|
238 | |
|
|
239 | 26 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
240 | |
|
|
241 | Add /etc/init.d/crypto-loop and /etc/conf.d/crypto-loop, a cool |
|
|
242 | rc-script to setup encrypted loopback devices. This was kindly |
|
|
243 | donated by Matthew Kennedy <mkennedy@gentoo.org> (bug #11471). |
|
|
244 | |
|
|
245 | 25 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
246 | |
|
|
247 | Fix src/awk/genenviron.awk stripping *all* '=', closing |
|
|
248 | bug #8901. |
|
|
249 | |
|
|
250 | Fix src/awk/genenviron.awk not seperating CONFIG_PROTECT with |
|
|
251 | spaces ... |
|
|
252 | |
|
|
253 | * rc-scripts 1.4.2.7 (24 Dec 2002) |
|
|
254 | |
|
|
255 | 24 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
256 | |
|
|
257 | Add a fix to /sbin/functions.sh for bug #12601. |
|
|
258 | |
|
|
259 | 22 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
260 | |
|
|
261 | Add INFOPATH to /etc/env.d/00basic. |
|
|
262 | |
|
|
263 | Fix src/awk/genenviron.awk to get the order of the env.d files |
|
|
264 | correct. Also fix it to handle *all* the SPECIALS correctly. |
|
|
265 | This closes bug #12411. |
|
|
266 | |
|
|
267 | * rc-scripts 1.4.2.6 (18 Dec 2002) |
|
|
268 | |
|
|
269 | 18 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
270 | |
|
|
271 | Add mips changes to sbin/MAKEDEV. This should close bug #12329, |
|
|
272 | thanks to Nicholas Wourms <nwourms@netscape.net>. |
|
|
273 | |
|
|
274 | Quote some tests in /sbin/rc-update to fix/avoid the problem |
|
|
275 | in bug # |
|
|
276 | |
|
|
277 | Fix awk regex in /etc/init.d/halt.sh to fix bug #11795. |
|
|
278 | |
|
|
279 | Update shell for postgres user, closing bug #12258. |
|
|
280 | |
|
|
281 | 11 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
282 | |
|
|
283 | Fix src/awk/genenviron.awk not to add duplicate entries, closing |
|
|
284 | bug #8999. |
|
|
285 | |
|
|
286 | * rc-scripts 1.4.2.5 (09 Dec 2002) |
|
|
287 | |
|
|
288 | 08 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
289 | |
|
|
290 | Add another sync to /etc/init.d/halt.sh, closing bug 8173. |
|
|
291 | |
|
|
292 | Add smmsp uid and gid. Closes bug #8952. |
|
|
293 | |
|
|
294 | 04 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
295 | |
|
|
296 | Setup colums, etc up properly for serial consoles in /sbin/functions.sh. |
|
|
297 | Closes bug #11557, thanks to Erik Scrafford <erik@scrafford.org>. |
|
|
298 | |
|
|
299 | Add headers similar to that of portage-2.0.45 and up to the |
|
|
300 | generated profile files (/etc/{profile,csh}.env). Updated |
|
|
301 | src/awk/genenviron.awk for this. |
|
|
302 | |
|
|
303 | 01 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
304 | |
|
|
305 | Fix typeo in /etc/devfsd.conf, closing bug #11424, thanks to the |
|
|
306 | sharp eye of Techie2000 <Linux@mochamail.com>. |
|
|
307 | |
|
|
308 | Rename /sbin/update-modules to /sbin/modules-update, closing |
|
|
309 | bug #11445. |
|
|
310 | |
|
|
311 | Nano moved from /usr/bin/nano to /bin/nano. Fix this in |
|
|
312 | /etc/env.d/00basic, bug #10916. |
|
|
313 | |
|
|
314 | 27 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
315 | |
|
|
316 | Add more improvements to clustering code. This is from |
|
|
317 | Olivier Crete <crete@cerca.umontreal.ca>, bug #4151. |
|
|
318 | |
|
|
319 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
320 | |
|
|
321 | Change default 'net' dependency behaviour to be more suited |
|
|
322 | for notebook users. Basically if at least one net.* service |
|
|
323 | beside net.lo start successfully, the 'net' dependency is |
|
|
324 | considered up. Server admin can set RC_NET_STRICT_CHECKING="yes" |
|
|
325 | in /etc/conf.d/rc to change this back to the old default. |
|
|
326 | This is the start to address bug #2706. |
|
|
327 | |
|
|
328 | * rc-scripts 1.4.2.4 (26 Nov 2002) |
|
|
329 | |
|
|
330 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
331 | |
|
|
332 | Initial merge of bits for Adelie Linux for SSI clusters. More |
|
|
333 | info at: |
|
|
334 | |
|
|
335 | http://www.cerca.umontreal.ca/hpc/en/projects/adelie/index.html |
|
|
336 | |
|
|
337 | 25 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
338 | |
|
|
339 | One liner fix to src/awk/cachedepends.awk to once again fix |
|
|
340 | bug #7803. |
|
|
341 | |
|
|
342 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
343 | |
|
|
344 | Add 'alias char-major-89 i2c-dev' to /etc/modules.d/aliases. |
|
|
345 | This should close bug #10891. |
|
|
346 | |
|
|
347 | * rc-scripts 1.4.2.3 (18 Nov 2002) |
|
|
348 | |
|
|
349 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
350 | |
|
|
351 | Add some more checks to src/awk/*. Fix error printing for |
|
|
352 | /sbin/depscan.sh. |
|
|
353 | |
|
|
354 | Link awk module with gcc and not with ld. This should fix |
|
|
355 | problems on sparc and alpha. Many thanks for this fix to |
|
|
356 | Stephan Jones <cretin@gentoo.org>. |
|
|
357 | |
|
|
358 | Remove the copyright info from config files, thanks to |
|
|
359 | Matthew Kennedy <mkennedy@gentoo.org>. |
|
|
360 | |
|
|
361 | * rc-scripts 1.4.2.2 (18 Nov 2002) |
|
|
362 | |
|
|
363 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
364 | |
|
|
365 | Add src/awk/genenviron.awk which is rc-envupdate.sh ported |
|
|
366 | to awk. This is also much faster than its bash version. |
|
|
367 | |
|
|
368 | Remove the 'Spider cat fix' from depscan.sh.bash, as it makes |
|
|
369 | things even slower on older boxes. Bug #10548. |
|
|
370 | |
|
|
371 | After a bored Vapier decided that he needed to update the |
|
|
372 | licenses of things in /etc :P, I did the rest. Hopefully |
|
|
373 | not too many people will nuke thier fstab :/ |
|
|
374 | |
|
|
375 | * rc-scripts 1.4.2.1 (18 Nov 2002) |
|
|
376 | |
|
|
377 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
378 | |
|
|
379 | Update src/awk/cachedepends.awk to find its own rc-scripts, |
|
|
380 | fixing the need for find which broke systems with /usr on |
|
|
381 | a different partition. |
|
|
382 | |
|
|
383 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
384 | |
|
|
385 | Add some extra checks to src/awk/cachedepends.awk and |
|
|
386 | src/awk/gendepends.awk. |
|
|
387 | |
|
|
388 | Move some of the more generic functions in src/awk/gendepends.awk |
|
|
389 | to src/awk/functions.awk. |
|
|
390 | |
|
|
391 | * rc-scripts 1.4.2 (17 Nov 2002) |
|
|
392 | |
|
|
393 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
394 | |
|
|
395 | Add initial version of new depscan.sh. This uses awk scripts |
|
|
396 | to do the main work, giving about 10 times speed improvement on |
|
|
397 | slower machines. Updated /sbin/depscan.sh, src/filefuncts.c, |
|
|
398 | src/Makefile, src/awk/cachedepends.awk and src/awk/gendepends.awk |
|
|
399 | for this. This should close bug #10548. |
|
|
400 | |
|
|
401 | * rc-scripts 1.4.1.2 (5 Nov 2002) |
|
|
402 | |
|
|
403 | 5 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
404 | |
|
|
405 | Add UID/GID of 250 for Portage Fakeroot account. |
|
|
406 | |
|
|
407 | 4 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
408 | |
|
|
409 | Change /etc/init.d/clock to depend on localmount again, fixing |
|
|
410 | bug #10048. |
|
|
411 | |
|
|
412 | Get deps on logger sane again. I wanted to get the logger started |
|
|
413 | as early as possible, but clock for one breaks if /usr is mounted |
|
|
414 | on seperate partition. |
|
|
415 | |
|
|
416 | 29 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
417 | |
|
|
418 | Fix return in /etc/init.d/modules to return 0 if /proc/modules |
|
|
419 | do not exists. Closes bug #7738, comment #5. |
|
|
420 | |
|
|
421 | * rc-scripts 1.4.1.1 (28 Oct 2002) |
|
|
422 | |
|
|
423 | 28 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
424 | |
|
|
425 | Fix /sbin/update-modules not to include backup files. Closes |
|
|
426 | bug #9707. |
|
|
427 | |
|
|
428 | 26 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
429 | |
|
|
430 | Fix update-modules borking if there are directories present |
|
|
431 | in /etc/modules.d/. Closes bug #9632. |
|
|
432 | |
|
|
433 | 17 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
434 | |
|
|
435 | Change deps on /etc/init.d/{clock,hostname,modules} not to |
|
|
436 | depend on localmount, but rather on checkroot, as all of them |
|
|
437 | just need / to be mounted. This should fix race conditions |
|
|
438 | because of checkfs dependency on modules. This should close |
|
|
439 | bug #9266. |
|
|
440 | |
|
|
441 | * rc-scripts 1.4.1 (13 Oct 2002) |
|
|
442 | |
|
|
443 | 13 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
444 | |
|
|
445 | Create and fix permissions on /tmp/.{ICE,X11}-unix/. This |
|
|
446 | is additional measures for bug #8281. |
|
|
447 | |
|
|
448 | 12 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
449 | |
|
|
450 | Update /etc/init.d/net.eth0 to fix bug #8626. |
|
|
451 | |
|
|
452 | Fix /sbin/rc-update to check return code of "ln". This should |
|
|
453 | close bug #8867. |
|
|
454 | |
|
|
455 | 29 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
456 | |
|
|
457 | Fix indentation in /etc/inputrc. This should close |
|
|
458 | bug #8368. |
|
|
459 | |
|
|
460 | Add extended status functionality. Should close bug #2462. |
|
|
461 | |
|
|
462 | Add support for /sbin/rc-update to check if the rc-script |
|
|
463 | is executable or not. Thanks to widersacher@gmx.net, closing |
|
|
464 | bug #8326. |
|
|
465 | |
|
|
466 | 25 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
467 | |
|
|
468 | Fix /etc/init.d/bootmisc not to kill pidfiles of running |
|
|
469 | daemons. Improve NGPT support in /sbin/rc a bit. |
|
|
470 | |
|
|
471 | 23 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
472 | |
|
|
473 | Fix my last screwup with /etc/init.d/net.ppp0. Basically |
|
|
474 | forgot to change a few DEVICE's to IFACE ... |
|
|
475 | |
|
|
476 | 22 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
477 | |
|
|
478 | NGPT support. |
|
|
479 | |
|
|
480 | 17 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
481 | |
|
|
482 | Did a small fix to /etc/init.d/net.eth0, thanks to |
|
|
483 | naanyaar2000@yahoo.com, bug #7407. |
|
|
484 | |
|
|
485 | 16 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
486 | |
|
|
487 | Add the permission stuff for generic scsi when compiled as |
|
|
488 | module, thanks to Bauno <bauno@inwind.it>. |
|
|
489 | |
|
|
490 | Add support for /etc/devfs.d/ for additional devfs config |
|
|
491 | stuff .. idea from Denys Duchier <Denys.Duchier@ps.uni-sb.de>. |
|
|
492 | |
|
|
493 | 11 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
494 | |
|
|
495 | Fix small type-o from last changes to /etc/init.d/netmount. |
|
|
496 | Should resolve bug #7803. |
|
|
497 | |
|
|
498 | * rc-scripts 1.4.0 (7 Sep 2002) |
|
|
499 | |
|
|
500 | 7 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
501 | |
|
|
502 | Update /etc/init.d/net.eth0 to handle individual broadcast |
|
|
503 | and netmask for aliases. Should close bug #7407. |
|
|
504 | |
|
|
505 | Give /var/run/utmp and /var/log/wtmp the proper permissions |
|
|
506 | and ownership. First steps in fixing bug #7630. |
|
|
507 | |
|
|
508 | Change Raid stuff again in /etc/init.d/checkfs. |
|
|
509 | |
|
|
510 | 26 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
511 | |
|
|
512 | Give root a 'root' GECOS in /etc/passwd, was NULL before. |
|
|
513 | |
|
|
514 | * rc-scripts 1.3.9 (25 Aug 2002) |
|
|
515 | |
|
|
516 | 25 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
517 | |
|
|
518 | Update /sbin/rc to fix some spelling/slang mistakes. Closes |
|
|
519 | bug #6887. |
|
|
520 | |
|
|
521 | Move /etc/init.d/net.ppp0 's config to /etc/conf.d/net.ppp0. |
|
|
522 | This closes bug #6378. |
|
|
523 | |
|
|
524 | Add IPv6 support to /etc/init.d/net.eth0. Closes bug #6175, |
|
|
525 | with many thanks to Asbjorn Sannes <ace@sannes.org>. |
|
|
526 | |
|
|
527 | 20 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
528 | |
|
|
529 | Update /etc/init.d/bootmisc to reset pam_console permissions. |
|
|
530 | |
|
|
531 | Update /etc/devfsd.conf to have the "pam_console_apply_devfsd.so" |
|
|
532 | line for getting devfs to work with pam_console. |
|
|
533 | |
|
|
534 | 12 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
535 | |
|
|
536 | Update /etc/init.d/keymaps to first load the windowkeys.inc then |
|
|
537 | the user selected one, fixing bug #6295. |
|
|
538 | |
|
|
539 | 11 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
540 | |
|
|
541 | Change the 'cat' in check_rcscript() to a single 'awk' in |
|
|
542 | /sbin/depscan.sh. This should fix broken pipe issues if the |
|
|
543 | loop exists too early. Resolves bug #5961. |
|
|
544 | |
|
|
545 | Fix software RAID startup/shutdown, bug #5310. Modified |
|
|
546 | /etc/init.d/checkfs and /etc/init.d/halt.sh for this. |
|
|
547 | |
|
|
548 | * rc-scripts 1.3.8 (08 Aug 2002) |
|
|
549 | |
|
|
550 | 7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
551 | |
|
|
552 | Move the color ls stuff to .bashrc. Fix bug #5250. |
|
|
553 | |
|
|
554 | 6 Aug 2002; Dan Armak <danarmak@gentoo.org>: |
|
|
555 | |
|
|
556 | Correct the comments in rc.conf about the XSESSION variable: it should |
|
|
557 | be set to "kde-<version>" not "KDE". Closes bug #5948. |
|
|
558 | |
|
|
559 | 5 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
560 | |
|
|
561 | Fix the 'Usage' line in the help to return the correct options for |
|
|
562 | the script (/sbin/runscript.sh). Resolve bug #6029. |
|
|
563 | |
|
|
564 | 3 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
565 | |
|
|
566 | Added UPS shutdown support for nut to halt.sh. |
|
|
567 | Added nut user/group as uid/gid 84. |
|
|
568 | |
|
|
569 | 27 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
570 | |
|
|
571 | Updated /sbin/rc's way of checking for devfs support (now rather uses |
|
|
572 | awk, as it is more accurate). Closes bug #5458. |
|
|
573 | |
|
|
574 | Add the Redhat/Mandrake /forcefsck and /fastboot options to our checkroot |
|
|
575 | and checkfs. Updated /etc/init.d/{checkroot,checkfs,halt.sh} for this. |
|
|
576 | Thanks goes to Chris PeBenito (bug #5570). |
|
|
577 | |
|
|
578 | Changed most daemons to use /bin/false as shell. Should close bug #5388. |
|
|
579 | |
|
|
580 | 27 Jul 2002; Nicholas Jones <carpaski@gentoo.org>: |
|
|
581 | |
|
|
582 | Added vpopmail user and group as 89:89 |
|
|
583 | |
|
|
584 | 22 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
585 | |
|
|
586 | Add the cyrus user to /etc/passwd. Resolves bug #4100. |
|
|
587 | |
|
|
588 | Some bugfixes and speed improvements to /sbin/depscan.sh after |
|
|
589 | last changes. |
|
|
590 | |
|
|
591 | Replace some cat/grep's in /sbin/rc-envupdate.sh with awk's to |
|
|
592 | get some speed improvements. |
|
|
593 | |
|
|
594 | 21 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
595 | |
|
|
596 | Fix LVM support in /etc/init.d/checkfs again, thanks to help from |
|
|
597 | Kyle Manna <nitro@gentoo.org>. |
|
|
598 | |
|
|
599 | Add software RAID support to /etc/init.d/checkfs, thanks to |
|
|
600 | Daniel Ahlberg <aliz@gentoo.org>. |
|
|
601 | |
|
|
602 | Update the cache_depend() funtion in /sbin/depscan.sh not to |
|
|
603 | quit on any "}", but only on the one matching the first "{". This |
|
|
604 | requires wc in /bin, so baselayout should depend on |
|
|
605 | >=sys-apps/textutils-2.0.19-r2 |
|
|
606 | |
|
|
607 | Update /etc/init.d/netmount to try and detect nfs mounts that should be |
|
|
608 | mounted automatically on boot. This requires awk in /bin, so baselayout |
|
|
609 | should depend on >=sys-apps/gawk-3.1.0-r3. |
|
|
610 | |
|
|
611 | * rc-scripts 1.3.7 (17 Jul 2002) |
|
|
612 | |
|
|
613 | 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
614 | |
|
|
615 | Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
|
|
616 | bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |
|
|
617 | |
|
|
618 | 16 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
619 | |
|
|
620 | Add additional entries to /etc/services to support cyrus-imapd, thanks |
|
|
621 | to Nick Hadaway <raker@gentoo.org>. |
|
|
622 | |
|
|
623 | Update /etc/init.d/consolefont to resolve bug #4968. This fixes a |
|
|
624 | problem with non 7bit ascii symbols. |
|
|
625 | |
|
|
626 | Updated /etc/init.d/checkfs to detect if lvm is already active. |
|
|
627 | This should resolve bug #3613. |
|
|
628 | |
|
|
629 | 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
630 | |
|
|
631 | Add "usb" group, gid 85. Move "sshd" user and group to 22. Move |
|
|
632 | "games" user and group to 35 |
|
|
633 | |
|
|
634 | 3 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
635 | |
|
|
636 | Update Copyright displayed at boot, thanks to Sascha Schwabbauer |
|
|
637 | (aka cybersystem). Updated /sbin/rc for this. |
|
|
638 | |
|
|
639 | 30 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
640 | |
|
|
641 | Update /etc/skel/.bashrc to update the window title of X terminals |
|
|
642 | that supports it. Closes bug #4232. |
|
|
643 | |
|
|
644 | 26 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
645 | |
|
|
646 | Add sshd user and group. Updated /etc/passwd and /etc/group for this. |
|
|
647 | |
|
|
648 | Update /etc/inputrc to resolve bug #2599. |
|
|
649 | |
|
|
650 | 20 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
651 | |
|
|
652 | Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified |
|
|
653 | /etc/env.d/00basic for this. |
|
|
654 | |
|
|
655 | Add some new daemon stop and pid detection stuff to /sbin/functions.sh. |
|
|
656 | Nothing official, but I spent enouth time on it not to want to loose it :) |
|
|
657 | |
|
|
658 | Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs |
|
|
659 | to give output to stderr. This was caused by a call to "stty", which when |
|
|
660 | run without a attatched terminal, have this effect. Basically just pipe |
|
|
661 | stderr to /dev/null. |
|
|
662 | |
|
|
663 | 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
664 | |
|
|
665 | Add /usr/local/share/man to $MANPATH (/etc/env.d/00basic), resolving |
|
|
666 | bug #3363 |
|
|
667 | |
|
|
668 | 26 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
669 | |
|
|
670 | Update /etc/init.d/netmount not to try and mount NFS filesystems |
|
|
671 | if portmap was not started. This is to stop "hang" problems for |
|
|
672 | new users who do not add portmap to the default runlevel. See |
|
|
673 | bug #2555. |
|
|
674 | |
|
|
675 | Add the video4linux stuff to /etc/devfsd.conf. Resolves bug #2015. |
|
|
676 | |
|
|
677 | 19 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
678 | |
|
|
679 | Move $EDITOR from /etc/profile to /etc/env.d/00basic. |
|
|
680 | |
|
|
681 | 13 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
682 | |
|
|
683 | Change the homes of user "at" and "cron" in /etc/passwd, as |
|
|
684 | they moved to /var/spool/cron... |
|
|
685 | |
|
|
686 | * rc-scripts 1.3.5 (12 May 2002) |
|
|
687 | |
|
|
688 | 12 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
689 | |
|
|
690 | Make slight modifications to /sbin/depscan.sh to improve speed (about |
|
|
691 | 1 second on a celeron 633). |
|
|
692 | |
|
|
693 | Finally fix /sbin/runscript.sh to properly handle interdependencies |
|
|
694 | between types need/use and before/after on runlevel change. I can |
|
|
695 | actually kick myself for previous implementations, as this fix simplifies |
|
|
696 | things a lot, and is almost 30 lines of code less! |
|
|
697 | |
|
|
698 | Change /etc/init.d/netmount not to fail if all mounts are not mounted. |
|
|
699 | It rather just exit with a warning, as I think most people have like |
|
|
700 | me mounts that are to boxes that are not always up. |
|
|
701 | |
|
|
702 | Resolve bug #2439 (should not use try with the dd command for ramdisk |
|
|
703 | stuff). Also increase the number of inodes used for the ramdisk to |
|
|
704 | fix "out of space" errors. Updated /sbin/rc for this. |
|
|
705 | |
|
|
706 | 10 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
707 | |
|
|
708 | Resolve bug #2505 ... /sbin/rc-envupdate.sh should not use |
|
|
709 | backup files to generate /etc/profile.env. |
|
|
710 | |
|
|
711 | Resolve bug #2489 and #2175. Modified /etc/init.d/net.eth0 |
|
|
712 | for this. |
|
|
713 | |
|
|
714 | 6 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
715 | |
|
|
716 | Fixed /sbin/rc-envupdate.sh to only use the $KDEDIR of the highest |
|
|
717 | /etc/env.d/ file. Same for $QTDIR. |
|
|
718 | |
|
|
719 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
720 | |
|
|
721 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
|
|
722 | and is needed for some fixes. |
|
|
723 | |
|
|
724 | 28 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
725 | |
|
|
726 | Update /etc/rc.conf to be more clear and state that you should |
|
|
727 | remove consolefont from startup if you do not use it. Should |
|
|
728 | resolve bug #2174. |
|
|
729 | |
|
|
730 | 26 April 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
|
|
731 | |
|
|
732 | Added user/group apache with uid/gid 81. |
|
|
733 | |
|
|
734 | 25 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
735 | |
|
|
736 | Remove the "-net" from the line setting the default gateway |
|
|
737 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
|
|
738 | noting this. |
|
|
739 | |
|
|
740 | 24 April 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
|
|
741 | |
|
|
742 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
|
|
743 | which is installed with the nfs-utils package. Also tidied up some |
|
|
744 | really old, leftover junk like the non-supported stuff from rc5. |
|
|
745 | Closes #1754. |
|
|
746 | |
|
|
747 | 23 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
748 | |
|
|
749 | Remove creation of /var/run/utmpx from bootmisc again. Seems |
|
|
750 | other people have wierd problems. |
|
|
751 | |
|
|
752 | * rc-scripts 1.3.4 (21 April 2002) |
|
|
753 | |
|
|
754 | 21 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
755 | |
|
|
756 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
|
|
757 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
|
|
758 | |
|
|
759 | Implement the status commandline argument. Updated /sbin/runscript.sh |
|
|
760 | and /sbin/rc-help.sh for this. |
|
|
761 | |
|
|
762 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
|
|
763 | and AFTER. |
|
|
764 | |
|
|
765 | 12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
766 | |
|
|
767 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
|
|
768 | is needed, else /usr/bin/newgrp segfault. |
|
|
769 | |
|
|
770 | 11 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
771 | |
|
|
772 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
|
|
773 | Thanks to Väinö Järvelä for this fix. |
|
|
774 | |
|
|
775 | Update /etc/profile to also set the PS? variables if $SHELL |
|
|
776 | is set to /bin/sh. This should make prompt colours in |
|
|
777 | bootstrap work again. |
|
|
778 | |
|
|
779 | Move LVM stuff to checkfs to ensure that they get fscked. |
|
|
780 | This resolves bug #1552. |
|
|
781 | |
|
|
782 | * rc-scripts 1.3.3 (5 April 2002) |
|
|
783 | |
|
|
784 | 5 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
785 | |
|
|
786 | Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
|
|
787 | This is done to try and ensure system integrity. |
|
|
788 | |
|
|
789 | 1 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
790 | |
|
|
791 | Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
|
|
792 | |
|
|
793 | Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
|
|
794 | |
|
|
795 | Add a bash check to the code that sets the prompt, fixing bug #1078. |
|
|
796 | |
|
|
797 | * rc-scripts 1.3.2 (24 Mar 2002) |
|
|
798 | |
|
|
799 | 24 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
800 | |
|
|
801 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
|
|
802 | for this. |
|
|
803 | |
|
|
804 | With the "before" and "after" stuff, recursion levels was getting too high, |
|
|
805 | and with some cases, things just plain did not work as it should. Reworked |
|
|
806 | things to to lower the levels of recursion and get the order right. Updated |
|
|
807 | /etc/init.d/runscript.sh for this. |
|
|
808 | |
|
|
809 | Fixed a problem in /sbin/rc and /etc/init.d/runscript.sh where |
|
|
810 | ${svcdir}/softlevel did not always exist, but runscript.sh tried to open it. |
|
|
811 | |
|
|
812 | Enhance --quiet support. Updated /etc/init.d/functions.sh for this. |
|
|
813 | |
|
|
814 | Remove /etc/pwdb.conf, as pwdb already install a copy of this. |
|
|
815 | |
|
|
816 | Remove /etc/pam.d/{rexec,rlogin,rsh} as pam already install this. |
|
|
817 | |
|
|
818 | Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
|
|
819 | and it seems it has fallen now to my discression. |
|
|
820 | |
|
|
821 | * rc-scripts 1.3.1 (23 Mar 2002) |
|
|
822 | |
|
|
823 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
|
|
824 | DHCP lease release from Jim Nutt. |
|
|
825 | |
|
|
826 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
|
|
827 | since there are a lot of important bug fixes in here that are needed. |
|
|
828 | |
|
|
829 | 23 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
830 | |
|
|
831 | Resolve bug #1292. |
|
|
832 | |
|
|
833 | Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
|
|
834 | Spidler. |
|
|
835 | |
|
|
836 | 21 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
837 | |
|
|
838 | Update /sbin/rc to fix a 'cat mounts' instead of the correct |
|
|
839 | version, 'cat /proc/mounts'. |
|
|
840 | |
|
|
841 | 19 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
842 | |
|
|
843 | Add initial support for the --quiet flag that suppress output. |
|
|
844 | |
|
|
845 | 18 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
846 | |
|
|
847 | Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
|
|
848 | as not all errors by depscan.sh is critical. It should be |
|
|
849 | reworked to do better error handeling. |
|
|
850 | |
|
|
851 | 14 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
852 | |
|
|
853 | Fix the GID and UID of nobody and nogroup in /etc/passwd and |
|
|
854 | /etc/group to match those of Debian, FBSD and others. Thanks |
|
|
855 | to those who reported it, and Woodchip for looking up the |
|
|
856 | proper values. |
|
|
857 | |
|
|
858 | Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
|
|
859 | This resolves bug #1150, thanks to Paul Fleischer. |
|
|
860 | |
|
|
861 | 11 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
862 | |
|
|
863 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
|
|
864 | as some users have /usr on seperate partition which is not |
|
|
865 | mounted when depscan.sh is run the first time. |
|
|
866 | |
|
|
867 | Updated the checking for more than one service providing the |
|
|
868 | same virtual function in /etc/init.d/depscan.sh. It should |
|
|
869 | be working now, and this also fix a problem that when there is no |
|
|
870 | service providing a virtual, counter was used uninitialized. |
|
|
871 | |
|
|
872 | * rc-scripts 1.3.0 (10 March 2002) |
|
|
873 | |
|
|
874 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
875 | |
|
|
876 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
|
|
877 | |
|
|
878 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
|
|
879 | |
|
|
880 | Resolved bug #990; updated /etc/init.d/net.eth0, /etc/init.d/netmount |
|
|
881 | and /etc/init.d/localmount for this. |
|
|
882 | |
|
|
883 | Lots of form/syntax cleanups, most things should be more |
|
|
884 | consistant now. Fixed fail detection/return values of lots of |
|
|
885 | scripts. |
|
|
886 | |
|
|
887 | Lots of cleanup/fixes in the three main scripts behind our |
|
|
888 | rc-system, /sbin/rc, /etc/init.d/depscan.sh, /etc/init.d/runscript.sh |
|
|
889 | |
|
|
890 | Fix a bug regarding a invalid $PATH for portage if /etc/init.d/functions.sh |
|
|
891 | is sourced in a ebuild. |
|
|
892 | |
|
|
893 | Fix a bug that our rc-script wrapper introduced: Global variables |
|
|
894 | in scripts no longer worked. Updated /etc/init.d/runscript.sh for |
|
|
895 | this. |
|
|
896 | |
|
|
897 | Implemented more error checking for the main startup code in /sbin/rc. |
|
|
898 | Also fixed try() for mounting /proc (maybe all mount commands). |
|
|
899 | The function worked fine in a simulated test, but in real life failed |
|
|
900 | to detect a error when mounting /proc (remember to thank Grant for |
|
|
901 | his UserMode ebuilds, and Guide). |
|
|
902 | |
|
|
903 | * rc-scripts 1.2.9 (6 March 2002) |
|
|
904 | |
|
|
905 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
906 | |
|
|
907 | General form updates and some piping fixes. |
|
|
908 | |
|
|
909 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
|
|
910 | to fix a problem where startDM.sh would be respawned repeatedly |
|
|
911 | if xdm was not in the default runlevel. |
|
|
912 | |
|
|
913 | * rc-scripts 1.2.8 (4 March 2002) |
|
|
914 | |
|
|
915 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
916 | |
|
|
917 | Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
|
|
918 | to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
|
|
919 | move them to the xfree ebuild later on when things settles down. |
|
|
920 | |
|
|
921 | Added some sanity checks to /sbin/rc, /etc/init.d/runscripts.sh. |
|
|
922 | |
|
|
923 | Added a basic $PATH to /etc/init.d/functions.sh to fix a problem |
|
|
924 | where we had a invalid $PATH on boot in some cases. |
|
|
925 | |
|
|
926 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
|
|
927 | the new sys-apps/kbd package. |
|
|
928 | |
|
|
929 | * rc-scripts 1.2.7 (3 March 2002) |
|
|
930 | |
|
|
931 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
932 | |
|
|
933 | Fixed the problem of rc-scripts trying to start/stop a service multiple |
|
|
934 | times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
|
|
935 | for this. |
|
|
936 | |
|
|
937 | Fixing some variable declarations in /etc/init.d/runscript.sh caused |
|
|
938 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
|
|
939 | this. |
|
|
940 | |
|
|
941 | Added caching of the "depend() { need foo; } " lines, and updated |
|
|
942 | /etc/init.d/depscan.sh to touch the actual files less. This should |
|
|
943 | speedup dependency caching a lot, especially on slow machines. |
|
|
944 | |
|
|
945 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
|
|
946 | for security. |
|
|
947 | |
|
|
948 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
|
|
949 | |
|
|
950 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
951 | |
|
|
952 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
|
|
953 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
|
|
954 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
|
|
955 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
|
|
956 | |
|
|
957 | Removed stopping of dependent services that have current service as |
|
|
958 | a 'use'dependency ... should be less confusing now. |
|
|
959 | Updated /etc/init.d/runscript.sh for this. |
|
|
960 | |
|
|
961 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
962 | |
|
|
963 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
|
|
964 | programs to startup. This should pretty much have /etc/init.d/ static, |
|
|
965 | except for baselayout updates, etc. |
|
|
966 | |
|
|
967 | 27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
968 | |
|
|
969 | In some wierd cases, a redundent /dev/.devfsd on a unmounted /dev can cause |
|
|
970 | problems. Fixed this in /sbin/rc. |
|
|
971 | |
|
|
972 | Added the patches from Grant Goodyear (aka g2boojum) to enable us to |
|
|
973 | use a ramdisk to store the contents of ${svcdir}. Updated /sbin/rc, |
|
|
974 | /etc/init.d/functions.sh and /etc/init.d/checkroot for this. |
|
|
975 | |
|
|
976 | 26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
977 | |
|
|
978 | Fix my brain dead update of the 25th. It really should keep |
|
|
979 | "gentoo=nodevfs" in mind. Also added 'get_bootparam()' to help in |
|
|
980 | retrieving kernel options. Updated /etc/init.d/functions.sh, |
|
|
981 | /etc/init.d/checkroot and /sbin/rc for this. |
|
|
982 | |
|
|
983 | Updated /etc/init.d/consolefont to work without devfs as well. |
|
|
984 | |
|
|
985 | When rebooting or shutting down, a service should not fail to stop |
|
|
986 | if a service it depends on, fails. Updated /etc/init.d/runscript.sh |
|
|
987 | for this. |
|
|
988 | |
|
|
989 | 25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
990 | |
|
|
991 | Added a check if /dev is mounted when creating entries for /etc/mtab. |
|
|
992 | This should solve a invalid entry or /dev being mounted even with |
|
|
993 | 'gentoo=nodevfs' option. Updated /etc/init.d/checkroot for this. |
|
|
994 | |
|
|
995 | 17 Feb 2002: Daniel Robbins <drobbins@gentoo.org>: Made "xfs" the default |
|
|
996 | filesystem in /etc/fstab (from ReiserFS) and removed "notail" option (it's |
|
|
997 | just in a comment now) |
|
|
998 | |
|
|
999 | 17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
1000 | |
|
|
1001 | Mmore fixes to 'after' and 'before', updated /etc/init.d/runscript.sh for |
|
|
1002 | this. This should fix services not getting started in the correct order |
|
|
1003 | in a tight loop, services getting stopped out of order, and some other |
|
|
1004 | sanity checks. Updated rc-script.sh for updated help. |
|
|
1005 | |
|
|
1006 | 15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
1007 | |
|
|
1008 | Update /etc/profile to resolve bug #588. Reimplemented things a bit, |
|
|
1009 | and added the 'after' type. 'before' and 'after' will only work currently |
|
|
1010 | for a change of runlevel. Updated /etc/init.d/depscan.sh, |
|
|
1011 | /etc/init.d/runscript.sh and /sbin/rc for this. |
|
|
1012 | |
|
|
1013 | 13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
1014 | |
|
|
1015 | Add some more entries to /etc/devfsd.conf to make alsa users life |
|
|
1016 | easier ... thanks Tod. |
|
|
1017 | |
|
|
1018 | 12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
1019 | |
|
|
1020 | Some more cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
|
|
1021 | |
|
|
1022 | Fixed some services not starting again when restarting a service. |
|
|
1023 | Seems simple is still the best way. |
|
|
1024 | |
|
|
1025 | Fixed some other problems created with feature additions and cleanups. |
|
|
1026 | |
|
|
1027 | 11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
1028 | |
|
|
1029 | General cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
|
|
1030 | |
|
|
1031 | Added 'before *' to /etc/init.d/checkroot to make sure it gets |
|
|
1032 | started first. |
|
|
1033 | |
|
|
1034 | Added 'use *' to /etc/init.d/local to make sure it gets started |
|
|
1035 | last. |
|
|
1036 | |
|
|
1037 | 10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
1038 | |
|
|
1039 | Fixed /sbin/rc to stop a service on change of runlevel if it is |
|
|
1040 | in 'use' by another service. |
|
|
1041 | |
|
|
1042 | Added the 'provide' depend type for creating virtual services. |
|
|
1043 | Updated /etc/init.d/depscan.sh for this. |
|
|
1044 | |
|
|
1045 | Added the 'before' depend type. This is more for changing the |
|
|
1046 | order services start in. Updated /etc/init.d/depscan.sh and |
|
|
1047 | /etc/init.d/functions.sh for this. |
|
|
1048 | |
|
|
1049 | Updated /etc/init.d/depscan.sh to work with '*' as argument for |
|
|
1050 | dependency types. This can be used with 'use' and 'before' to |
|
|
1051 | start a script last or first respectively. |
|
|
1052 | |
|
|
1053 | Added save_options() and get_options() to /etc/init.d/functions.sh |
|
|
1054 | for saving misc settings between startup/shutdown. Updated |
|
|
1055 | /etc/init.d/net.eth0 to use these and properly down virtual |
|
|
1056 | interfaces. |
|
|
1057 | |
|
|
1058 | 6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
1059 | |
|
|
1060 | Updated both /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet |
|
|
1061 | on no errors. |
|
|
1062 | |
|
|
1063 | * rc-scripts 1.2.6 (6 Feb 2002) |
|
|
1064 | |
|
|
1065 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
1066 | |
|
|
1067 | Updated /etc/net.eth0 to specify the gateway device via the $gateway |
|
|
1068 | variable (something like gateway="eth0/192.168.0.1"). |
|
|
1069 | |
|
|
1070 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
1071 | |
|
|
1072 | Added rc-script /etc/init.d/numlock, for enabling numlock at boot. |
|
|
1073 | |
|
|
1074 | 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
1075 | |
|
|
1076 | Hopefully the last fix to /etc/init.d/netmount to umount cleanly. This fix |
|
|
1077 | implements a retry if not successful the first time, and will kill |
|
|
1078 | processess using the mount. Also small type-o fix to /etc/init.d/halt.sh. |
|
|
1079 | |
|
|
1080 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
|
|
1081 | /etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
|
|
1082 | Fixed /etc/passwd,group for user/group mysql. |
|
|
1083 | |
|
|
1084 | 27 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added charset |
|
|
1085 | map file support to /etc/init.d/consolefont and the setting to |
|
|
1086 | /etc/rc.conf. |
|
|
1087 | |
|
|
1088 | 25 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed dircolors |
|
|
1089 | in skel files to support both versions of dircolors. |
|
|
1090 | |
|
|
1091 | 23 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed bug |
|
|
1092 | in the restart stuff of /etc/init.d/runscript.sh that caused |
|
|
1093 | a restart of a 'net' service not to restart services again |
|
|
1094 | that depended on it. |
|
|
1095 | |
|
|
1096 | * rc-scripts 1.2.5 (20 Jan 2002) |
|
|
1097 | |
|
|
1098 | 20 Jan 2002: Martin Schlemmer (azarah@gentoo.org): updated |
|
|
1099 | /etc/init.d/net.eth0 to 'use' pcmcia. |
|
|
1100 | |
|
|
1101 | 8 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added '--sh' to |
|
|
1102 | the dircolors command in /etc/skel/.bash_profile to handle cases |
|
|
1103 | where bash do not export $SHELL. |
|
|
1104 | |
|
|
1105 | 6 Jan 2002: Martin Schlemmer (azarah@gentoo.org): updated |
|
|
1106 | /etc/init.d/runscripts.sh, /etc/init.d/net.eth0, /etc/conf.d/net and |
|
|
1107 | removed /etc/init.d/net.eth0-dhcp to reflect a new 'bsd-ish' config |
|
|
1108 | scheme for the net.eth* scripts. |
|
|
1109 | |
|
|
1110 | 6 Jan 2002: Donny Davies (woodchip@gentoo.org): Removed email address |
|
|
1111 | from manpages; no need for that.. |
|
|
1112 | |
|
|
1113 | 5 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fix type-o in |
|
|
1114 | /etc/devfsd.conf; had 'dvd' in the cdrw stuff. |
|
|
1115 | |
|
|
1116 | * rc-scripts 1.2.4 (30 Dec 2001) |
|
|
1117 | |
|
|
1118 | 30 Dec 2001: Daniel Robbins (drobbins@gentoo.org): Changed default umask |
|
|
1119 | back to 022 as it should be. |
|
|
1120 | |
5 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update |
1121 | 30 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
|
|
1122 | /etc/init.d/checkfs to return 0 if the fs was successfully repaired. |
|
|
1123 | |
|
|
1124 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
|
|
1125 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
|
|
1126 | |
|
|
1127 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
1128 | |
|
|
1129 | Updated /etc/init.d/depscan.sh to store info about missing dependencies |
|
|
1130 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
|
|
1131 | to use this when starting a script ('need' dependencies is critical for |
|
|
1132 | startup). Added the broken() function to /etc/init.d/runscript.sh |
|
|
1133 | to list the missing dependencies. |
|
|
1134 | |
|
|
1135 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
|
|
1136 | checking. |
|
|
1137 | |
|
|
1138 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
|
|
1139 | eend(), but print a warning on error, not a error. Updated |
|
|
1140 | /etc/init.d/checkroot and /etc/init.d/checkfs to use this function. |
|
|
1141 | |
|
|
1142 | 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
1143 | |
|
|
1144 | Update /sbin/runscript.c to run /etc/init.d/rc-help.sh if no arguments |
|
|
1145 | is passed to a rc-script. |
|
|
1146 | |
|
|
1147 | Added /etc/init.d/rc-help.sh, simple script that prints out help for |
|
|
1148 | the rc-scripts. |
|
|
1149 | |
|
|
1150 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
1151 | |
6 | /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the |
1152 | Update /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the |
7 | halt and reboot. This fixes a problem where / was not unmounted |
1153 | halt and reboot. This fixes a problem where / was not unmounted properly |
8 | properly in some cases. |
1154 | in some cases. |
9 | |
1155 | |
10 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Move $svcdir to |
1156 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
11 | to /etc/init.d/functions.sh, and update /etc/init.d/runscript.sh and |
1157 | |
12 | /etc/init.d/depscan.sh for this |
1158 | Move $svcdir to to /etc/init.d/functions.sh, and update |
|
|
1159 | /etc/init.d/runscript.sh and /etc/init.d/depscan.sh for this |
13 | |
1160 | |
14 | Modified /etc/init.d/runscript.sh to also restart the services that |
1161 | Modified /etc/init.d/runscript.sh to also restart the services that |
15 | depend on a service if that service is restarted. Enhanced the |
1162 | depend on a service if that service is restarted. Enhanced the |
16 | restart function to be able to have custom restart() functions in |
1163 | restart function to be able to have custom restart() functions in |
17 | rc-scripts. The custom restart() have to use svc_stop() and |
1164 | rc-scripts. The custom restart() have to use svc_stop() and |
… | |
… | |
19 | |
1166 | |
20 | Add a pause function to /etc/init.d/runscript.sh. It will basically |
1167 | Add a pause function to /etc/init.d/runscript.sh. It will basically |
21 | stop a service without stopping the services that depends on that |
1168 | stop a service without stopping the services that depends on that |
22 | service. |
1169 | service. |
23 | |
1170 | |
|
|
1171 | Add a pause function to /etc/init.d/runscript.sh. It will basically stop a |
|
|
1172 | service without stopping the services that depends on that service. |
|
|
1173 | |
24 | * rc-scripts 1.2.3 (18 Dec 2001) |
1174 | * rc-scripts 1.2.3 (18 Dec 2001) |
25 | |
1175 | |
26 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Moved the stuff from |
1176 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
27 | /sbin/init (old) to /sbin/rc (basically drop the init wrapper we used). |
1177 | |
|
|
1178 | Moved the stuff from /sbin/init (old) to /sbin/rc (basically drop the |
|
|
1179 | init wrapper we used). |
28 | |
1180 | |
29 | Some cleanups: take out the shm resize comment; |
1181 | Some cleanups: take out the shm resize comment; |
30 | |
1182 | |
31 | remove the $wrongmount; |
1183 | remove the $wrongmount; |
32 | |
1184 | |
… | |
… | |
43 | Also added functionality to detect if the kernel have DEVFS support |
1195 | Also added functionality to detect if the kernel have DEVFS support |
44 | compiled in; seems new users thinks devfs is unstable and as they do |
1196 | compiled in; seems new users thinks devfs is unstable and as they do |
45 | not always read the docs, it does not get compiled in ;/ Should |
1197 | not always read the docs, it does not get compiled in ;/ Should |
46 | make live for us a bit easier. |
1198 | make live for us a bit easier. |
47 | |
1199 | |
48 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc to kill |
1200 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
49 | a cosmetic bug in the part that stops all the unneeded services. |
1201 | |
|
|
1202 | Fixed /sbin/rc to kill a cosmetic bug in the part that stops all |
|
|
1203 | the unneeded services. |
50 | |
1204 | |
51 | * rc-scripts 1.2.2 (8 Dec 2001) |
1205 | * rc-scripts 1.2.2 (8 Dec 2001) |
52 | |
1206 | |
53 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
1207 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
54 | |
1208 | |
… | |
… | |
65 | to rc-scripts. Checked in two manpages there, one for modules.autoload.5 |
1219 | to rc-scripts. Checked in two manpages there, one for modules.autoload.5 |
66 | and one for update-modules.8. These were adapted from Debian. Updated |
1220 | and one for update-modules.8. These were adapted from Debian. Updated |
67 | tarball.sh to include the new man directory. Updated baselayout to install |
1221 | tarball.sh to include the new man directory. Updated baselayout to install |
68 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
1222 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
69 | |
1223 | |
70 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated /sbin/init |
1224 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1225 | |
71 | to work correctly with the 'gentoo=nodevfs' option, and cleaned |
1226 | Updated /sbin/init to work correctly with the 'gentoo=nodevfs' option, |
72 | out old code. |
1227 | and cleaned out old code. |
73 | |
1228 | |
74 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
1229 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
75 | |
1230 | |
76 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
1231 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1232 | |
77 | /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' |
1233 | Updated /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' |
78 | that can be used for services that needs to have a logger started |
1234 | that can be used for services that needs to have a logger started before |
79 | before they are started. Updated /etc/conf.d/basic with $SYSLOGGER |
1235 | they are started. Updated /etc/conf.d/basic with $SYSLOGGER that is used |
80 | that is used to define what loggers the 'logger' depend represent. |
1236 | to define what loggers the 'logger' depend represent. |
81 | |
1237 | |
82 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
1238 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1239 | |
83 | /etc/passwd and /etc/group with minor fixes to pass pwck and grpck. |
1240 | Updated /etc/passwd and /etc/group with minor fixes to pass pwck |
|
|
1241 | and grpck. |
84 | |
1242 | |
85 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Changed umask in |
1243 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1244 | |
86 | /etc/profile for the user to 077 for security. |
1245 | Changed umask in /etc/profile for the user to 077 for security. |
87 | |
1246 | |
88 | Added a stop() function to /etc/init.d/clock. Also removed uneeded |
1247 | Added a stop() function to /etc/init.d/clock. Also removed uneeded |
89 | 'source /etc/rc.conf' line. |
1248 | 'source /etc/rc.conf' line. |
90 | |
1249 | |
91 | Updated /etc/init.d/hostname to set the hostname to 'localhost' if |
1250 | Updated /etc/init.d/hostname to set the hostname to 'localhost' if |
… | |
… | |
102 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
1261 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
103 | removed notail from the ext2 boot partition, other cleanups. |
1262 | removed notail from the ext2 boot partition, other cleanups. |
104 | |
1263 | |
105 | 25 Nov 2001; Fixed init.d/clock script to work in UTC mode. |
1264 | 25 Nov 2001; Fixed init.d/clock script to work in UTC mode. |
106 | |
1265 | |
107 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Added /etc/devfsd.conf |
1266 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
108 | and updated /sbin/init to use a new scheme for saving /dev permissions. |
1267 | |
|
|
1268 | Added /etc/devfsd.conf and updated /sbin/init to use a new scheme for saving |
109 | Also moved /dev-state to /lib/dev-state which is a more standard location. |
1269 | /dev permissions. Also moved /dev-state to /lib/dev-state which is a more |
|
|
1270 | standard location. |
110 | |
1271 | |
111 | Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on |
1272 | Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on |
112 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
1273 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
113 | similar to a 'mini fork bomb'. Afterwards the depends was broken, and |
1274 | similar to a 'mini fork bomb'. Afterwards the depends was broken, and |
114 | changing runlevels did not want to work. |
1275 | changing runlevels did not want to work. |
… | |
… | |
143 | |
1304 | |
144 | * rc-scripts 1.1.8 (15 Nov 2001) |
1305 | * rc-scripts 1.1.8 (15 Nov 2001) |
145 | |
1306 | |
146 | 16 Nov 2001; removed bogus "mountall.test" script. |
1307 | 16 Nov 2001; removed bogus "mountall.test" script. |
147 | |
1308 | |
148 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
1309 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1310 | |
149 | init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being 'use' not |
1311 | Updated init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being |
150 | 'uses', as it fits better with 'need' (not 'needs'). Also removed unneeded |
1312 | 'use' not 'uses', as it fits better with 'need' (not 'needs'). Also |
151 | for loop from init.d/depscan.sh, and other fixes. Updated names of new |
1313 | removed unneeded for loop from init.d/depscan.sh, and other fixes. Updated |
152 | functions in init.d/runscript.sh to better sounding ones. Updated |
1314 | names of new functions in init.d/runscript.sh to better sounding ones. |
153 | init.d/modules, init.d/netmount to use 'use'. Lots of other fixes/cleanups. |
1315 | Updated init.d/modules, init.d/netmount to use 'use'. Lots of other |
|
|
1316 | fixes/cleanups. |
|
|
1317 | |
154 | Removed try() out of init.d/runscript.sh (why was this here ?). |
1318 | Removed try() out of init.d/runscript.sh (why was this here ?). |
155 | |
1319 | |
156 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): init.d/bootmisc: Now |
1320 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1321 | |
157 | cleans /tmp. Also creates /etc/resolv.conf if it doesn't exist. |
1322 | Now init.d/bootmisc cleans /tmp. Also creates /etc/resolv.conf if it |
|
|
1323 | doesn't exist. |
158 | |
1324 | |
159 | init.d/hostname: Added check for a valid /etc/hostname. |
1325 | init.d/hostname: Added check for a valid /etc/hostname. |
160 | |
1326 | |
161 | init.d/keymaps: Added check for valid $KEYMAP. |
1327 | init.d/keymaps: Added check for valid $KEYMAP. |
162 | |
1328 | |
… | |
… | |
168 | not 'default' runlevel. |
1334 | not 'default' runlevel. |
169 | |
1335 | |
170 | init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is |
1336 | init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is |
171 | this really needed (I cannot see that it is used anywhere ...)? |
1337 | this really needed (I cannot see that it is used anywhere ...)? |
172 | |
1338 | |
173 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
1339 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1340 | |
174 | init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend called |
1341 | Updated init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend |
175 | 'uses'. It basically have the same usage as 'need', except that it do not |
1342 | called 'uses'. It basically have the same usage as 'need', except that it |
176 | start services that is not in the current and 'boot' runlevels. |
1343 | do not start services that is not in the current and 'boot' runlevels. |
177 | |
1344 | |
178 | Updated init.d/netmount to use the 'uses' depend. |
1345 | Updated init.d/netmount to use the 'uses' depend. |
179 | |
1346 | |
180 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed init.d/runscript.sh |
1347 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
181 | not to destroy the 'need' depends in /${svcdir}/need. This caused subsequent |
1348 | |
182 | starting and stopping of services not to start depends. |
1349 | Fixed init.d/runscript.sh not to destroy the 'need' depends in |
|
|
1350 | /${svcdir}/need. This caused subsequent starting and stopping of services |
|
|
1351 | not to start depends. |
183 | |
1352 | |
184 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed a problem in sbin/rc |
1353 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
185 | where the ${svcdir}/softscripts directory got destroyed before stopping |
1354 | |
186 | running services scheduled to be stopped. This with the fact that $SOFTLEVEL |
1355 | Fixed a problem in sbin/rc where the ${svcdir}/softscripts directory got |
187 | was set too early, caused the services to be stopped in the wrong order. |
1356 | destroyed before stopping running services scheduled to be stopped. This |
|
|
1357 | with the fact that $SOFTLEVEL was set too early, caused the services to be |
|
|
1358 | stopped in the wrong order. |
188 | |
1359 | |
189 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): Modified init.d/netmount to |
1360 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
1361 | |
190 | check if any network filesystems is mounted. |
1362 | Modified init.d/netmount to check if any network filesystems is mounted. |
191 | |
1363 | |
192 | 29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added |
1364 | 29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added |
193 | some awk and grep magic to find all remote filesystems and umount them. |
1365 | some awk and grep magic to find all remote filesystems and umount them. |
194 | |
1366 | |
195 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): A fix for checkroot |
1367 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
196 | (missing "/"); it now actually checks the root filesystem. Also, a |
1368 | |
197 | localmount cleanliness fix. |
1369 | A fix for checkroot (missing "/"); it now actually checks the root |
|
|
1370 | filesystem. Also, a localmount cleanliness fix. |
198 | |
1371 | |
199 | * rc-scripts 1.1.7 (18 Oct 2001) |
1372 | * rc-scripts 1.1.7 (18 Oct 2001) |
200 | |
1373 | |
201 | [old changelog format follows] |
1374 | [old changelog format follows] |
202 | |
1375 | |
… | |
… | |
237 | Brand new message functions (ewarn). |
1410 | Brand new message functions (ewarn). |
238 | |
1411 | |
239 | *sbin/init, init.d/checkroot |
1412 | *sbin/init, init.d/checkroot |
240 | We're going back to a /proc/mounts-based mtab symlink because it's |
1413 | We're going back to a /proc/mounts-based mtab symlink because it's |
241 | just plain better. Appropriate changes made. |
1414 | just plain better. Appropriate changes made. |
|
|
1415 | |
|
|
1416 | # vim:expandtab |