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 | 27 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Add a 'save' function /etc/init.d/clock, bug #19685. |
|
|
8 | |
|
|
9 | 24 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
10 | |
|
|
11 | Fix /etc/init.d/net.ppp0 to do the right thing if stopped was called, |
|
|
12 | but the ppp link was already down, bug #15333. |
|
|
13 | |
|
|
14 | 12 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
15 | |
|
|
16 | Fix type-o in /etc/init.d/consolefont (line 38 should be 'retval=$?'). |
|
|
17 | Thanks to Matt Taylor <liverbugg@juno.com> (comment #6, bug #18344). |
|
|
18 | |
|
|
19 | From linux-2.5.68, we need to mount devpts on /dev/pts again ... |
|
|
20 | updated /sbin/rc for this. |
|
|
21 | |
|
|
22 | 11 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
23 | |
|
|
24 | Fix errors on sourcing /etc/profile if EDITOR is not set, bug #18995. |
|
|
25 | |
|
|
26 | 10 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
27 | |
|
|
28 | Make checking in unmount more strict, fixing bug #19007. |
|
|
29 | |
|
|
30 | 09 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
31 | |
|
|
32 | Add one more check to genenviron.awk, to spot cases where there is a |
|
|
33 | space between the variable and the '='. |
|
|
34 | |
|
|
35 | 08 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
36 | |
|
|
37 | Fix interactive shell not to have coloured prompt when used as a |
|
|
38 | dumb client, bug #18886. Fix was inspired by patch from |
|
|
39 | Matthew Kennedy <mkennedy@gentoo.org>. |
|
|
40 | |
|
|
41 | * rc-scripts 1.4.3.5 (06 Apr 2003) |
|
|
42 | |
|
|
43 | 06 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
44 | |
|
|
45 | Hopefully get the serial support sane again. Added /bin/consoletype |
|
|
46 | from Redhat to check for serial console. This should resolve bug |
|
|
47 | #18329 partly. |
|
|
48 | |
|
|
49 | Add the --nocolor option to suppress the use of colors. |
|
|
50 | |
|
|
51 | Change the 'status' option to return true if the service is running, |
|
|
52 | and false if stopped. This is only if the '--quiet' flag was also |
|
|
53 | given. |
|
|
54 | |
|
|
55 | Change the start and stop options not to output or return false if |
|
|
56 | the '--quiet' flag was given. |
|
|
57 | |
|
|
58 | Redirect stderr for consolechars in /etc/init.d/consolefont to /dev/null |
|
|
59 | as well, fixing bug #18344. |
|
|
60 | |
|
|
61 | Optimize $EDITOR extraction in /etc/profile closing bug #18614, thanks to |
|
|
62 | Aron Griffis <agriffis@gentoo.org>. |
|
|
63 | |
|
|
64 | Set HALT to 'shutdown' or 'reboot' depending on if we are shutting down |
|
|
65 | or rebooting. |
|
|
66 | |
|
|
67 | 30 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
68 | |
|
|
69 | Fix bug #18329 ... $COLS was not setup properly for serial console. |
|
|
70 | |
|
|
71 | 24 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
72 | |
|
|
73 | Optimize USB fs stuff in /etc/init.d/localmount to use less cats etc. |
|
|
74 | Fix a problem where it might not have mounted the USB fs when usbcore |
|
|
75 | was compiled as module, and the kernel did not mount it by the time |
|
|
76 | the script was started. Get it to rather check what filesystems is |
|
|
77 | supported when deciding if it should use 'usbdevfs' or 'usbfs', as |
|
|
78 | later 2.4 kernels now also support the newer 'usbfs'. |
|
|
79 | |
|
|
80 | Optimize RAID stuff in /etc/init.d/checkfs a bit. |
|
|
81 | |
|
|
82 | 16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
83 | |
|
|
84 | Update sbin/rc-envupdate.sh.bash for bug #17549. |
|
|
85 | |
|
|
86 | * rc-scripts 1.4.3.4 (16 Mar 2003) |
|
|
87 | |
|
|
88 | 16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
89 | |
|
|
90 | Add /etc/issue done by a Polish ascii-artists, v|rus with some slight |
|
|
91 | modifications (purple and display hostname, etc). Closes bug #16806. |
|
|
92 | |
|
|
93 | Add 'use hotplug' to /etc/init.d/net.eth0, to get cardbus hardware to |
|
|
94 | work properly. Closes bug #17348. |
|
|
95 | |
|
|
96 | Add update from Wout Mertens <wmertens@gentoo.org> to speedup shutdown |
|
|
97 | of dhcp interfaces, closing bug #17378. This modified /etc/init.d/net.eth0. |
|
|
98 | |
|
|
99 | 11 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
100 | |
|
|
101 | Fix usage of /usr/bin/cut in /sbin/functions.sh, thanks Brandon Low |
|
|
102 | <lostlogic@gentoo.org>! |
|
|
103 | |
|
|
104 | 10 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
105 | |
|
|
106 | Add sysfs support for 2.5 kernels (mounted to /sys). Updated /sbin/rc |
|
|
107 | and /etc/init.d/halt.sh for this. |
|
|
108 | |
|
|
109 | Update /etc/fstab to correctly mount /proc with: |
|
|
110 | |
|
|
111 | mount -t proc none /proc |
|
|
112 | |
|
|
113 | Do the same for /dev/shm: |
|
|
114 | |
|
|
115 | mount -t tmpfs none /dev/shm |
|
|
116 | |
|
|
117 | Fix a typeo in /etc/init.d/checkroot that caused 'umount -a' to output |
|
|
118 | noise if we exited a recovery console. |
|
|
119 | |
|
|
120 | Fix /etc/init.d/hostname using /usr/bin/cut, closing bug #17175, thanks |
|
|
121 | to Bobby Bingham <uhmmmm@columbus.rr.com> for noticing this. |
|
|
122 | |
|
|
123 | Bring down default gateway before adding new one .. this fixes issues |
|
|
124 | where eth0/whatever was brought up by kernel. Changed /etc/init.d/net.eth0 |
|
|
125 | for this, closing bug #17164. Thanks to nth <y.lesaint@free.fr> for the |
|
|
126 | fix. |
|
|
127 | |
|
|
128 | Fix /etc/init.d/modules to call modprobe with -q .. this fix issues where |
|
|
129 | it fails for module-init-tools if the module is already loaded. This |
|
|
130 | closes bug #17163, thanks to nth <y.lesaint@free.fr>. |
|
|
131 | |
|
|
132 | * rc-scripts 1.4.3.3 (09 Mar 2003) |
|
|
133 | |
|
|
134 | 09 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
135 | |
|
|
136 | Fix /etc/init.d/netmount not to unmount / on nfs/whatever, bug #16274. |
|
|
137 | |
|
|
138 | Fix net.eth0 not to try and start an interface if already up. |
|
|
139 | |
|
|
140 | Update MAKEDEV from Debian to support more archs. This adds support |
|
|
141 | for 'arm', 'hppa' among others. URL: |
|
|
142 | |
|
|
143 | http://packages.debian.org/stable/base/makedev.html |
|
|
144 | |
|
|
145 | Add support to /etc/init.d/modules to use /etc/modules.autoload/kernel-2.4 |
|
|
146 | if we are using a 2.4 kernel, and /etc/modules.autoload/kernel-2.5 if we |
|
|
147 | are using a 2.5 kernel ... bug #17109. |
|
|
148 | |
|
|
149 | 02 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
150 | |
|
|
151 | Update /etc/init.d/hostname to only set the hostname to whatever is before |
|
|
152 | the first '.', and then set the domainname to the rest, closing bug #14946. |
|
|
153 | |
|
|
154 | 28 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
155 | |
|
|
156 | Merge some of the optimizations from Graham Forest <vladimir@gentoo.org>. |
|
|
157 | |
|
|
158 | Fix spelling of dependency and some other spelling/grammer issues. |
|
|
159 | Thanks goes to Kerin Millar <kerin@recruit2recruit.net> and |
|
|
160 | Mike Frysinger <vapier@gentoo.org>, bug #15498. |
|
|
161 | |
|
|
162 | Change $svcdir to '/var/lib/init.d' to be more FHS compliant, bug #15192. |
|
|
163 | |
|
|
164 | Add 'Eterm' to /etc/skel/.bashrc, closing bug #14662. |
|
|
165 | |
|
|
166 | Adjust comments about PROTOCOLS in /etc/rc.conf to try and prevent |
|
|
167 | bug #14556. |
|
|
168 | |
|
|
169 | 27 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
170 | |
|
|
171 | Finally fix /etc/init.d/halt.sh to unmount non critical mounts properly. |
|
|
172 | |
|
|
173 | 20 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
174 | |
|
|
175 | Kill /dev/ttyp0 error at boot by changing test in /etc/init.d/modules |
|
|
176 | to 'test -c /dev/ttyp0 &> /dev/null'. |
|
|
177 | |
|
|
178 | 18 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
179 | |
|
|
180 | Update /sbin/modules-update to generate /etc/modprobe.devfs from |
|
|
181 | /etc/modules.devfs. This along with the devfs-hack.patch in the latest |
|
|
182 | module-init-tools-0.9.9 should get rid of many of the warnings/errors |
|
|
183 | with devfs, and makes it work a bit better. |
|
|
184 | |
|
|
185 | 17 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
186 | |
|
|
187 | Fix /etc/inputrc for dvorak keyboard layout, bug #2599 again. |
|
|
188 | |
|
|
189 | 16 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
190 | |
|
|
191 | Fix the 'source /etc/profile.env' to be '. /etc/profile' to have ksh |
|
|
192 | support. This resolves bug #14994. |
|
|
193 | |
|
|
194 | Move EDITOR to /etc/rc.conf. Also update /etc/profile to set EDITOR |
|
|
195 | according to /etc/rc.conf. |
|
|
196 | |
|
|
197 | Update /etc/init.d/checkfs to fix bug #14282. It did not exclude comments, |
|
|
198 | and used 'basename' which is located in /usr/bin. |
|
|
199 | |
|
|
200 | 13 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
201 | |
|
|
202 | Merge changes from Nick Jones <carpaski@gentoo.org> to not run stty if |
|
|
203 | used in portage. Fix the NOCOLOR stuff. Updated /sbin/functions.sh for |
|
|
204 | this. |
|
|
205 | |
|
|
206 | 06 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
207 | |
|
|
208 | Update src/awk/genenviron.awk to properly set the environment for each |
|
|
209 | rc-script's depend() function by sourcing required config files. |
|
|
210 | |
|
|
211 | 05 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
212 | |
|
|
213 | Fix /sbin/rc-envupdate.sh to use $svcdir to set SVCDIR. This is thanks |
|
|
214 | to Max Kalika <alkern23@yahoo.com>, bug #15050. |
|
|
215 | |
|
|
216 | 03 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
217 | |
|
|
218 | Fix /sbin/modules-update to work with module-init-tools-0.9.9. |
|
|
219 | |
|
|
220 | 30 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
221 | |
|
|
222 | Add 'use isapnp' to /etc/init.d/modules, closing bug #14677, thanks to |
|
|
223 | Hubert Hanghofer <hubert.hanghofer@netbeer.co.at>. |
|
|
224 | |
|
|
225 | 27 Jan 2003; Donny Davies <woodchip@gentoo.org>: |
|
|
226 | |
|
|
227 | Fix halt.sh by moving the nut UPS kill power stuff back into a function! |
|
|
228 | Add fix from the wonderful analysis of Toby Dickenson |
|
|
229 | <tdickenson@geminidataloggers.com> in #12947. |
|
|
230 | |
|
|
231 | 26 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
232 | |
|
|
233 | Fix start-stop-daemon to check the call to nice() correctly for failure, |
|
|
234 | closing bug #14359, thanks to YAMAKURA Makoto <makoto@dsb.club.ne.jp>. |
|
|
235 | |
|
|
236 | Fix globbing $? when checking return value of fsck in /etc/init.d/checkroot |
|
|
237 | and /etc/init.d/checkfs. This closes bug #13320, thanks to good work from |
|
|
238 | Malcolm Scott <m@lcolm.org.uk>. |
|
|
239 | |
|
|
240 | 21 Jan 2003; Mike Frysinger <vapier@gentoo.org>: |
|
|
241 | |
|
|
242 | Updated /etc/rc.conf to add elogin/entrance support #13790. |
|
|
243 | |
|
|
244 | 21 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
245 | |
|
|
246 | Update /etc/init.d/keymaps to enable unicode if required. This closes |
|
|
247 | bug #14306 thanks to Danny Milosavljevic <danny_milo@yahoo.com>. |
|
|
248 | |
|
|
249 | 19 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
250 | |
|
|
251 | Fix deadlock durning shutdown if tmpfs filesystems larger than free |
|
|
252 | memory, and swap gets deactivated, bug #13599. Updated /etc/init.d/halt.sh |
|
|
253 | for this. |
|
|
254 | |
|
|
255 | Merge in some fixes from Vapier <vapier@gentoo.org> to /sbin/functions.sh. |
|
|
256 | This closes bug #13868. |
|
|
257 | |
|
|
258 | Always add "/bin:/sbin:/usr/bin:/usr/sbin" to PATH, as it fixes both |
|
|
259 | 'su -c foo' not finding start-stop-daemon (etc), and bug #14127. |
|
|
260 | |
|
|
261 | Add route for lo interface to /etc/init.d/net.lo, closing bug #14055. |
|
|
262 | |
|
|
263 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
264 | |
|
|
265 | Clear $svcdir in /sbin/rc before we run depscan to make sure we do |
|
|
266 | not have stale entries left from hard reboot, thanks to pac1085 on |
|
|
267 | irc. |
|
|
268 | |
|
|
269 | * rc-scripts 1.4.3.2 (15 Jan 2003) |
|
|
270 | |
|
|
271 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
272 | |
|
|
273 | Truely fix bootup on seperate /var. |
|
|
274 | |
|
|
275 | Add some fixes and optimizations to /sbin/rc-update, thanks to |
|
|
276 | Daniel Robbins <drobbins@gentoo.org>. |
|
|
277 | |
|
|
278 | * rc-scripts 1.4.3.1 (15 Jan 2003) |
|
|
279 | |
|
|
280 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
281 | |
|
|
282 | Fix bootup on seperate /var. |
|
|
283 | |
|
|
284 | 14 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
285 | |
|
|
286 | Fix /etc/init.d/hostname and /etc/init.d/serial to close bug #13636. |
|
|
287 | |
|
|
288 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
289 | |
|
|
290 | Fix /etc/init.d/keymaps to force linux keycodes for PPC, thanks |
|
|
291 | to Olaf Hering <gentoo@aepfle.de>, bug #13193. |
|
|
292 | |
|
|
293 | Turn on -C option to fsck on for all calls to fsck. Updated scripts |
|
|
294 | /etc/init.d/checkroot and /etc/init.d/checkfs, closing bug #13321. |
|
|
295 | |
|
|
296 | * rc-scripts 1.4.3.0 (07 Jan 2003) |
|
|
297 | |
|
|
298 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
299 | |
|
|
300 | Too much to mention, but here are a few: |
|
|
301 | - Major rewrite of software RAID startup, based on Mandrake's, as |
|
|
302 | ours was pretty broken :( |
|
|
303 | - Redone /sbin/rc to work without the tmpfs/ramfs stat directory. |
|
|
304 | Much of /sbin/functions.sh and other scripts have been changed |
|
|
305 | to support this. |
|
|
306 | - Reworked /etc/inittab to support this. Also moved critical |
|
|
307 | mounting of local filesystems to 'sysinit' function of /sbin/rc. |
|
|
308 | - Move state directory to /var/state/init.d/ ($svcdir). |
|
|
309 | - Move Adelie node init to /sbin/functions.sh to try and simplify |
|
|
310 | /sbin/rc a bit. |
|
|
311 | - Updated Copyright dates to 2003. |
|
|
312 | |
|
|
313 | * rc-scripts 1.4.2.8 (06 Jan 2003) |
|
|
314 | |
|
|
315 | 02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
316 | |
|
|
317 | Fix src/awk/genenviron.awk to work with multiple 'need', 'use', etc |
|
|
318 | lines, as it seems users do not note the need to have them all on |
|
|
319 | one line .... |
|
|
320 | |
|
|
321 | Fix /sbin/runscript.sh to detect 'net.adsl', or any other net.* |
|
|
322 | script not ending on a digit. This closes bug #12887. |
|
|
323 | |
|
|
324 | Fix get_KV to also check micro version of kernel; add KV_to_int() |
|
|
325 | helper function for get_KV. Update /etc/init.d/localmount to work |
|
|
326 | with new get_KV ... |
|
|
327 | |
|
|
328 | 28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
329 | |
|
|
330 | Add support for generate-modprobe.conf or generating /etc/modprobe.conf |
|
|
331 | in the new sys-apps/module-init-tools. Note that you need version |
|
|
332 | 0.9.7 or later of sys-apps/module-init-tools. Updated |
|
|
333 | /sbin/modules-update for this. |
|
|
334 | |
|
|
335 | Change /etc/init.d/localmount to use 'usbfs' and not 'usbdevfs' if |
|
|
336 | we are running kernel 2.5 or later ... |
|
|
337 | |
|
|
338 | 26 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
339 | |
|
|
340 | Add /etc/init.d/crypto-loop and /etc/conf.d/crypto-loop, a cool |
|
|
341 | rc-script to setup encrypted loopback devices. This was kindly |
|
|
342 | donated by Matthew Kennedy <mkennedy@gentoo.org> (bug #11471). |
|
|
343 | |
|
|
344 | 25 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
345 | |
|
|
346 | Fix src/awk/genenviron.awk stripping *all* '=', closing |
|
|
347 | bug #8901. |
|
|
348 | |
|
|
349 | Fix src/awk/genenviron.awk not seperating CONFIG_PROTECT with |
|
|
350 | spaces ... |
|
|
351 | |
|
|
352 | * rc-scripts 1.4.2.7 (24 Dec 2002) |
|
|
353 | |
|
|
354 | 24 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
355 | |
|
|
356 | Add a fix to /sbin/functions.sh for bug #12601. |
|
|
357 | |
|
|
358 | 22 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
359 | |
|
|
360 | Add INFOPATH to /etc/env.d/00basic. |
|
|
361 | |
|
|
362 | Fix src/awk/genenviron.awk to get the order of the env.d files |
|
|
363 | correct. Also fix it to handle *all* the SPECIALS correctly. |
|
|
364 | This closes bug #12411. |
|
|
365 | |
|
|
366 | * rc-scripts 1.4.2.6 (18 Dec 2002) |
|
|
367 | |
|
|
368 | 18 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
369 | |
|
|
370 | Add mips changes to sbin/MAKEDEV. This should close bug #12329, |
|
|
371 | thanks to Nicholas Wourms <nwourms@netscape.net>. |
|
|
372 | |
|
|
373 | Quote some tests in /sbin/rc-update to fix/avoid the problem |
|
|
374 | in bug # |
|
|
375 | |
|
|
376 | Fix awk regex in /etc/init.d/halt.sh to fix bug #11795. |
|
|
377 | |
|
|
378 | Update shell for postgres user, closing bug #12258. |
|
|
379 | |
|
|
380 | 11 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
381 | |
|
|
382 | Fix src/awk/genenviron.awk not to add duplicate entries, closing |
|
|
383 | bug #8999. |
|
|
384 | |
|
|
385 | * rc-scripts 1.4.2.5 (09 Dec 2002) |
|
|
386 | |
|
|
387 | 08 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
388 | |
|
|
389 | Add another sync to /etc/init.d/halt.sh, closing bug 8173. |
|
|
390 | |
|
|
391 | Add smmsp uid and gid. Closes bug #8952. |
|
|
392 | |
|
|
393 | 04 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
394 | |
|
|
395 | Setup colums, etc up properly for serial consoles in /sbin/functions.sh. |
|
|
396 | Closes bug #11557, thanks to Erik Scrafford <erik@scrafford.org>. |
|
|
397 | |
|
|
398 | Add headers similar to that of portage-2.0.45 and up to the |
|
|
399 | generated profile files (/etc/{profile,csh}.env). Updated |
|
|
400 | src/awk/genenviron.awk for this. |
|
|
401 | |
|
|
402 | 01 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
403 | |
|
|
404 | Fix typeo in /etc/devfsd.conf, closing bug #11424, thanks to the |
|
|
405 | sharp eye of Techie2000 <Linux@mochamail.com>. |
|
|
406 | |
|
|
407 | Rename /sbin/update-modules to /sbin/modules-update, closing |
|
|
408 | bug #11445. |
|
|
409 | |
|
|
410 | Nano moved from /usr/bin/nano to /bin/nano. Fix this in |
|
|
411 | /etc/env.d/00basic, bug #10916. |
|
|
412 | |
|
|
413 | 27 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
414 | |
|
|
415 | Add more improvements to clustering code. This is from |
|
|
416 | Olivier Crete <crete@cerca.umontreal.ca>, bug #4151. |
|
|
417 | |
|
|
418 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
419 | |
|
|
420 | Change default 'net' dependency behaviour to be more suited |
|
|
421 | for notebook users. Basically if at least one net.* service |
|
|
422 | beside net.lo start successfully, the 'net' dependency is |
|
|
423 | considered up. Server admin can set RC_NET_STRICT_CHECKING="yes" |
|
|
424 | in /etc/conf.d/rc to change this back to the old default. |
|
|
425 | This is the start to address bug #2706. |
|
|
426 | |
|
|
427 | * rc-scripts 1.4.2.4 (26 Nov 2002) |
|
|
428 | |
|
|
429 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
430 | |
|
|
431 | Initial merge of bits for Adelie Linux for SSI clusters. More |
|
|
432 | info at: |
|
|
433 | |
|
|
434 | http://www.cerca.umontreal.ca/hpc/en/projects/adelie/index.html |
|
|
435 | |
|
|
436 | 25 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
437 | |
|
|
438 | One liner fix to src/awk/cachedepends.awk to once again fix |
|
|
439 | bug #7803. |
|
|
440 | |
|
|
441 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
442 | |
|
|
443 | Add 'alias char-major-89 i2c-dev' to /etc/modules.d/aliases. |
|
|
444 | This should close bug #10891. |
|
|
445 | |
|
|
446 | * rc-scripts 1.4.2.3 (18 Nov 2002) |
|
|
447 | |
|
|
448 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
449 | |
|
|
450 | Add some more checks to src/awk/*. Fix error printing for |
|
|
451 | /sbin/depscan.sh. |
|
|
452 | |
|
|
453 | Link awk module with gcc and not with ld. This should fix |
|
|
454 | problems on sparc and alpha. Many thanks for this fix to |
|
|
455 | Stephan Jones <cretin@gentoo.org>. |
|
|
456 | |
|
|
457 | Remove the copyright info from config files, thanks to |
|
|
458 | Matthew Kennedy <mkennedy@gentoo.org>. |
|
|
459 | |
|
|
460 | * rc-scripts 1.4.2.2 (18 Nov 2002) |
|
|
461 | |
|
|
462 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
463 | |
|
|
464 | Add src/awk/genenviron.awk which is rc-envupdate.sh ported |
|
|
465 | to awk. This is also much faster than its bash version. |
|
|
466 | |
|
|
467 | Remove the 'Spider cat fix' from depscan.sh.bash, as it makes |
|
|
468 | things even slower on older boxes. Bug #10548. |
|
|
469 | |
|
|
470 | After a bored Vapier decided that he needed to update the |
|
|
471 | licenses of things in /etc :P, I did the rest. Hopefully |
|
|
472 | not too many people will nuke thier fstab :/ |
|
|
473 | |
|
|
474 | * rc-scripts 1.4.2.1 (18 Nov 2002) |
|
|
475 | |
|
|
476 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
477 | |
|
|
478 | Update src/awk/cachedepends.awk to find its own rc-scripts, |
|
|
479 | fixing the need for find which broke systems with /usr on |
|
|
480 | a different partition. |
|
|
481 | |
|
|
482 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
483 | |
|
|
484 | Add some extra checks to src/awk/cachedepends.awk and |
|
|
485 | src/awk/gendepends.awk. |
|
|
486 | |
|
|
487 | Move some of the more generic functions in src/awk/gendepends.awk |
|
|
488 | to src/awk/functions.awk. |
|
|
489 | |
|
|
490 | * rc-scripts 1.4.2 (17 Nov 2002) |
|
|
491 | |
|
|
492 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
493 | |
|
|
494 | Add initial version of new depscan.sh. This uses awk scripts |
|
|
495 | to do the main work, giving about 10 times speed improvement on |
|
|
496 | slower machines. Updated /sbin/depscan.sh, src/filefuncts.c, |
|
|
497 | src/Makefile, src/awk/cachedepends.awk and src/awk/gendepends.awk |
|
|
498 | for this. This should close bug #10548. |
|
|
499 | |
|
|
500 | * rc-scripts 1.4.1.2 (5 Nov 2002) |
|
|
501 | |
|
|
502 | 5 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
503 | |
|
|
504 | Add UID/GID of 250 for Portage Fakeroot account. |
|
|
505 | |
|
|
506 | 4 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
507 | |
|
|
508 | Change /etc/init.d/clock to depend on localmount again, fixing |
|
|
509 | bug #10048. |
|
|
510 | |
|
|
511 | Get deps on logger sane again. I wanted to get the logger started |
|
|
512 | as early as possible, but clock for one breaks if /usr is mounted |
|
|
513 | on seperate partition. |
|
|
514 | |
|
|
515 | 29 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
516 | |
|
|
517 | Fix return in /etc/init.d/modules to return 0 if /proc/modules |
|
|
518 | do not exists. Closes bug #7738, comment #5. |
|
|
519 | |
|
|
520 | * rc-scripts 1.4.1.1 (28 Oct 2002) |
|
|
521 | |
|
|
522 | 28 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
523 | |
|
|
524 | Fix /sbin/update-modules not to include backup files. Closes |
|
|
525 | bug #9707. |
|
|
526 | |
|
|
527 | 26 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
528 | |
|
|
529 | Fix update-modules borking if there are directories present |
|
|
530 | in /etc/modules.d/. Closes bug #9632. |
|
|
531 | |
|
|
532 | 17 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
533 | |
|
|
534 | Change deps on /etc/init.d/{clock,hostname,modules} not to |
|
|
535 | depend on localmount, but rather on checkroot, as all of them |
|
|
536 | just need / to be mounted. This should fix race conditions |
|
|
537 | because of checkfs dependency on modules. This should close |
|
|
538 | bug #9266. |
|
|
539 | |
|
|
540 | * rc-scripts 1.4.1 (13 Oct 2002) |
|
|
541 | |
|
|
542 | 13 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
543 | |
|
|
544 | Create and fix permissions on /tmp/.{ICE,X11}-unix/. This |
|
|
545 | is additional measures for bug #8281. |
|
|
546 | |
|
|
547 | 12 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
548 | |
|
|
549 | Update /etc/init.d/net.eth0 to fix bug #8626. |
|
|
550 | |
|
|
551 | Fix /sbin/rc-update to check return code of "ln". This should |
|
|
552 | close bug #8867. |
|
|
553 | |
|
|
554 | 29 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
555 | |
|
|
556 | Fix indentation in /etc/inputrc. This should close |
|
|
557 | bug #8368. |
|
|
558 | |
|
|
559 | Add extended status functionality. Should close bug #2462. |
|
|
560 | |
|
|
561 | Add support for /sbin/rc-update to check if the rc-script |
|
|
562 | is executable or not. Thanks to widersacher@gmx.net, closing |
|
|
563 | bug #8326. |
|
|
564 | |
|
|
565 | 25 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
566 | |
|
|
567 | Fix /etc/init.d/bootmisc not to kill pidfiles of running |
|
|
568 | daemons. Improve NGPT support in /sbin/rc a bit. |
|
|
569 | |
|
|
570 | 23 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
571 | |
|
|
572 | Fix my last screwup with /etc/init.d/net.ppp0. Basically |
|
|
573 | forgot to change a few DEVICE's to IFACE ... |
|
|
574 | |
|
|
575 | 22 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
576 | |
|
|
577 | NGPT support. |
|
|
578 | |
|
|
579 | 17 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
580 | |
|
|
581 | Did a small fix to /etc/init.d/net.eth0, thanks to |
|
|
582 | naanyaar2000@yahoo.com, bug #7407. |
|
|
583 | |
|
|
584 | 16 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
585 | |
|
|
586 | Add the permission stuff for generic scsi when compiled as |
|
|
587 | module, thanks to Bauno <bauno@inwind.it>. |
|
|
588 | |
|
|
589 | Add support for /etc/devfs.d/ for additional devfs config |
|
|
590 | stuff .. idea from Denys Duchier <Denys.Duchier@ps.uni-sb.de>. |
|
|
591 | |
|
|
592 | 11 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
593 | |
|
|
594 | Fix small type-o from last changes to /etc/init.d/netmount. |
|
|
595 | Should resolve bug #7803. |
|
|
596 | |
|
|
597 | * rc-scripts 1.4.0 (7 Sep 2002) |
|
|
598 | |
|
|
599 | 7 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
600 | |
|
|
601 | Update /etc/init.d/net.eth0 to handle individual broadcast |
|
|
602 | and netmask for aliases. Should close bug #7407. |
|
|
603 | |
|
|
604 | Give /var/run/utmp and /var/log/wtmp the proper permissions |
|
|
605 | and ownership. First steps in fixing bug #7630. |
|
|
606 | |
|
|
607 | Change Raid stuff again in /etc/init.d/checkfs. |
|
|
608 | |
|
|
609 | 26 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
610 | |
|
|
611 | Give root a 'root' GECOS in /etc/passwd, was NULL before. |
|
|
612 | |
|
|
613 | * rc-scripts 1.3.9 (25 Aug 2002) |
|
|
614 | |
|
|
615 | 25 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
616 | |
|
|
617 | Update /sbin/rc to fix some spelling/slang mistakes. Closes |
|
|
618 | bug #6887. |
|
|
619 | |
|
|
620 | Move /etc/init.d/net.ppp0 's config to /etc/conf.d/net.ppp0. |
|
|
621 | This closes bug #6378. |
|
|
622 | |
|
|
623 | Add IPv6 support to /etc/init.d/net.eth0. Closes bug #6175, |
|
|
624 | with many thanks to Asbjorn Sannes <ace@sannes.org>. |
|
|
625 | |
|
|
626 | 20 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
627 | |
|
|
628 | Update /etc/init.d/bootmisc to reset pam_console permissions. |
|
|
629 | |
|
|
630 | Update /etc/devfsd.conf to have the "pam_console_apply_devfsd.so" |
|
|
631 | line for getting devfs to work with pam_console. |
|
|
632 | |
|
|
633 | 12 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
634 | |
|
|
635 | Update /etc/init.d/keymaps to first load the windowkeys.inc then |
|
|
636 | the user selected one, fixing bug #6295. |
|
|
637 | |
|
|
638 | 11 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
639 | |
|
|
640 | Change the 'cat' in check_rcscript() to a single 'awk' in |
|
|
641 | /sbin/depscan.sh. This should fix broken pipe issues if the |
|
|
642 | loop exists too early. Resolves bug #5961. |
|
|
643 | |
|
|
644 | Fix software RAID startup/shutdown, bug #5310. Modified |
|
|
645 | /etc/init.d/checkfs and /etc/init.d/halt.sh for this. |
|
|
646 | |
|
|
647 | * rc-scripts 1.3.8 (08 Aug 2002) |
|
|
648 | |
|
|
649 | 7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
650 | |
|
|
651 | Move the color ls stuff to .bashrc. Fix bug #5250. |
|
|
652 | |
|
|
653 | 6 Aug 2002; Dan Armak <danarmak@gentoo.org>: |
|
|
654 | |
|
|
655 | Correct the comments in rc.conf about the XSESSION variable: it should |
|
|
656 | be set to "kde-<version>" not "KDE". Closes bug #5948. |
|
|
657 | |
|
|
658 | 5 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
659 | |
|
|
660 | Fix the 'Usage' line in the help to return the correct options for |
|
|
661 | the script (/sbin/runscript.sh). Resolve bug #6029. |
|
|
662 | |
|
|
663 | 3 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
664 | |
|
|
665 | Added UPS shutdown support for nut to halt.sh. |
|
|
666 | Added nut user/group as uid/gid 84. |
|
|
667 | |
|
|
668 | 27 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
669 | |
|
|
670 | Updated /sbin/rc's way of checking for devfs support (now rather uses |
|
|
671 | awk, as it is more accurate). Closes bug #5458. |
|
|
672 | |
|
|
673 | Add the Redhat/Mandrake /forcefsck and /fastboot options to our checkroot |
|
|
674 | and checkfs. Updated /etc/init.d/{checkroot,checkfs,halt.sh} for this. |
|
|
675 | Thanks goes to Chris PeBenito (bug #5570). |
|
|
676 | |
|
|
677 | Changed most daemons to use /bin/false as shell. Should close bug #5388. |
|
|
678 | |
|
|
679 | 27 Jul 2002; Nicholas Jones <carpaski@gentoo.org>: |
|
|
680 | |
|
|
681 | Added vpopmail user and group as 89:89 |
|
|
682 | |
|
|
683 | 22 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
684 | |
|
|
685 | Add the cyrus user to /etc/passwd. Resolves bug #4100. |
|
|
686 | |
|
|
687 | Some bugfixes and speed improvements to /sbin/depscan.sh after |
|
|
688 | last changes. |
|
|
689 | |
|
|
690 | Replace some cat/grep's in /sbin/rc-envupdate.sh with awk's to |
|
|
691 | get some speed improvements. |
|
|
692 | |
|
|
693 | 21 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
694 | |
|
|
695 | Fix LVM support in /etc/init.d/checkfs again, thanks to help from |
|
|
696 | Kyle Manna <nitro@gentoo.org>. |
|
|
697 | |
|
|
698 | Add software RAID support to /etc/init.d/checkfs, thanks to |
|
|
699 | Daniel Ahlberg <aliz@gentoo.org>. |
|
|
700 | |
|
|
701 | Update the cache_depend() funtion in /sbin/depscan.sh not to |
|
|
702 | quit on any "}", but only on the one matching the first "{". This |
|
|
703 | requires wc in /bin, so baselayout should depend on |
|
|
704 | >=sys-apps/textutils-2.0.19-r2 |
|
|
705 | |
|
|
706 | Update /etc/init.d/netmount to try and detect nfs mounts that should be |
|
|
707 | mounted automatically on boot. This requires awk in /bin, so baselayout |
|
|
708 | should depend on >=sys-apps/gawk-3.1.0-r3. |
|
|
709 | |
|
|
710 | * rc-scripts 1.3.7 (17 Jul 2002) |
|
|
711 | |
|
|
712 | 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
713 | |
|
|
714 | Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
|
|
715 | bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |
|
|
716 | |
|
|
717 | 16 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
718 | |
|
|
719 | Add additional entries to /etc/services to support cyrus-imapd, thanks |
|
|
720 | to Nick Hadaway <raker@gentoo.org>. |
|
|
721 | |
|
|
722 | Update /etc/init.d/consolefont to resolve bug #4968. This fixes a |
|
|
723 | problem with non 7bit ascii symbols. |
|
|
724 | |
|
|
725 | Updated /etc/init.d/checkfs to detect if lvm is already active. |
|
|
726 | This should resolve bug #3613. |
|
|
727 | |
|
|
728 | 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
729 | |
|
|
730 | Add "usb" group, gid 85. Move "sshd" user and group to 22. Move |
|
|
731 | "games" user and group to 35 |
|
|
732 | |
|
|
733 | 3 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
734 | |
|
|
735 | Update Copyright displayed at boot, thanks to Sascha Schwabbauer |
|
|
736 | (aka cybersystem). Updated /sbin/rc for this. |
|
|
737 | |
|
|
738 | 30 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
739 | |
|
|
740 | Update /etc/skel/.bashrc to update the window title of X terminals |
|
|
741 | that supports it. Closes bug #4232. |
|
|
742 | |
|
|
743 | 26 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
744 | |
|
|
745 | Add sshd user and group. Updated /etc/passwd and /etc/group for this. |
|
|
746 | |
|
|
747 | Update /etc/inputrc to resolve bug #2599. |
|
|
748 | |
|
|
749 | 20 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
750 | |
|
|
751 | Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified |
|
|
752 | /etc/env.d/00basic for this. |
|
|
753 | |
|
|
754 | Add some new daemon stop and pid detection stuff to /sbin/functions.sh. |
|
|
755 | Nothing official, but I spent enouth time on it not to want to loose it :) |
|
|
756 | |
|
|
757 | Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs |
|
|
758 | to give output to stderr. This was caused by a call to "stty", which when |
|
|
759 | run without a attatched terminal, have this effect. Basically just pipe |
|
|
760 | stderr to /dev/null. |
|
|
761 | |
|
|
762 | 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
763 | |
|
|
764 | Add /usr/local/share/man to $MANPATH (/etc/env.d/00basic), resolving |
|
|
765 | bug #3363 |
4 | |
766 | |
5 | 26 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
767 | 26 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
6 | |
768 | |
7 | Update /etc/init.d/netmount not to try and mount NFS filesystems |
769 | Update /etc/init.d/netmount not to try and mount NFS filesystems |
8 | if portmap was not started. This is to stop "hang" problems for |
770 | if portmap was not started. This is to stop "hang" problems for |
9 | new users who do not add portmap to the default runlevel. See |
771 | new users who do not add portmap to the default runlevel. See |
10 | bug #2555. |
772 | bug #2555. |
11 | |
773 | |
|
|
774 | Add the video4linux stuff to /etc/devfsd.conf. Resolves bug #2015. |
|
|
775 | |
12 | 19 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
776 | 19 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
13 | |
777 | |
14 | Move $EDITOR from /etc/profile to /etc/env.d/00basic. |
778 | Move $EDITOR from /etc/profile to /etc/env.d/00basic. |
15 | |
779 | |
16 | 13 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
780 | 13 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
… | |
… | |
54 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
818 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
55 | |
819 | |
56 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
820 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
57 | and is needed for some fixes. |
821 | and is needed for some fixes. |
58 | |
822 | |
59 | 28 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
823 | 28 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
60 | |
824 | |
61 | Update /etc/rc.conf to be more clear and state that you should |
825 | Update /etc/rc.conf to be more clear and state that you should |
62 | remove consolefont from startup if you do not use it. Should |
826 | remove consolefont from startup if you do not use it. Should |
63 | resolve bug #2174. |
827 | resolve bug #2174. |
64 | |
828 | |
65 | 26 April 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
829 | 26 Apr 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
66 | |
830 | |
67 | Added user/group apache with uid/gid 81. |
831 | Added user/group apache with uid/gid 81. |
68 | |
832 | |
69 | 25 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
833 | 25 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
70 | |
834 | |
71 | Remove the "-net" from the line setting the default gateway |
835 | Remove the "-net" from the line setting the default gateway |
72 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
836 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
73 | noting this. |
837 | noting this. |
74 | |
838 | |
75 | 24 April 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
839 | 24 Apr 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
76 | |
840 | |
77 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
841 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
78 | which is installed with the nfs-utils package. Also tidied up some |
842 | which is installed with the nfs-utils package. Also tidied up some |
79 | really old, leftover junk like the non-supported stuff from rc5. |
843 | really old, leftover junk like the non-supported stuff from rc5. |
80 | Closes #1754. |
844 | Closes #1754. |
81 | |
845 | |
82 | 23 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
846 | 23 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
83 | |
847 | |
84 | Remove creation of /var/run/utmpx from bootmisc again. Seems |
848 | Remove creation of /var/run/utmpx from bootmisc again. Seems |
85 | other people have wierd problems. |
849 | other people have wierd problems. |
86 | |
850 | |
87 | * rc-scripts 1.3.4 (21 April 2002) |
851 | * rc-scripts 1.3.4 (21 Apr 2002) |
88 | |
852 | |
89 | 21 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
853 | 21 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
90 | |
854 | |
91 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
855 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
92 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
856 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
93 | |
857 | |
94 | Implement the status commandline argument. Updated /sbin/runscript.sh |
858 | Implement the status commandline argument. Updated /sbin/runscript.sh |
95 | and /sbin/rc-help.sh for this. |
859 | and /sbin/rc-help.sh for this. |
96 | |
860 | |
97 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
861 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
98 | and AFTER. |
862 | and AFTER. |
99 | |
863 | |
100 | 12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
864 | 12 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
101 | |
865 | |
102 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
866 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
103 | is needed, else /usr/bin/newgrp segfault. |
867 | is needed, else /usr/bin/newgrp segfault. |
104 | |
868 | |
105 | 11 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
869 | 11 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
106 | |
870 | |
107 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
871 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
108 | Thanks to Väinö Järvelä for this fix. |
872 | Thanks to Väinö Järvelä for this fix. |
109 | |
873 | |
110 | Update /etc/profile to also set the PS? variables if $SHELL |
874 | Update /etc/profile to also set the PS? variables if $SHELL |
… | |
… | |
112 | bootstrap work again. |
876 | bootstrap work again. |
113 | |
877 | |
114 | Move LVM stuff to checkfs to ensure that they get fscked. |
878 | Move LVM stuff to checkfs to ensure that they get fscked. |
115 | This resolves bug #1552. |
879 | This resolves bug #1552. |
116 | |
880 | |
117 | * rc-scripts 1.3.3 (5 April 2002) |
881 | * rc-scripts 1.3.3 (5 Apr 2002) |
118 | |
882 | |
119 | 5 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
883 | 5 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
120 | |
884 | |
121 | Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
885 | Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
122 | This is done to try and ensure system integrity. |
886 | This is done to try and ensure system integrity. |
123 | |
887 | |
124 | 1 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
888 | 1 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
125 | |
889 | |
126 | Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
890 | Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
127 | |
891 | |
128 | Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
892 | Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
129 | |
893 | |
130 | Add a bash check to the code that sets the prompt, fixing bug #1078. |
894 | Add a bash check to the code that sets the prompt, fixing bug #1078. |
131 | |
895 | |
132 | * rc-scripts 1.3.2 (24 Mar 2002) |
896 | * rc-scripts 1.3.2 (24 Mar 2002) |
133 | |
897 | |
134 | 24 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
898 | 24 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
135 | |
899 | |
136 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
900 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
137 | for this. |
901 | for this. |
138 | |
902 | |
139 | With the "before" and "after" stuff, recursion levels was getting too high, |
903 | With the "before" and "after" stuff, recursion levels was getting too high, |
… | |
… | |
153 | Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
917 | Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
154 | and it seems it has fallen now to my discression. |
918 | and it seems it has fallen now to my discression. |
155 | |
919 | |
156 | * rc-scripts 1.3.1 (23 Mar 2002) |
920 | * rc-scripts 1.3.1 (23 Mar 2002) |
157 | |
921 | |
158 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
922 | 23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
159 | DHCP lease release from Jim Nutt. |
923 | DHCP lease release from Jim Nutt. |
160 | |
924 | |
161 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
925 | 23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
162 | since there are a lot of important bug fixes in here that are needed. |
926 | since there are a lot of important bug fixes in here that are needed. |
163 | |
927 | |
164 | 23 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
928 | 23 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
165 | |
929 | |
166 | Resolve bug #1292. |
930 | Resolve bug #1292. |
167 | |
931 | |
168 | Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
932 | Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
169 | Spidler. |
933 | Spidler. |
170 | |
934 | |
171 | 21 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
935 | 21 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
172 | |
936 | |
173 | Update /sbin/rc to fix a 'cat mounts' instead of the correct |
937 | Update /sbin/rc to fix a 'cat mounts' instead of the correct |
174 | version, 'cat /proc/mounts'. |
938 | version, 'cat /proc/mounts'. |
175 | |
939 | |
176 | 19 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
940 | 19 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
177 | |
941 | |
178 | Add initial support for the --quiet flag that suppress output. |
942 | Add initial support for the --quiet flag that suppress output. |
179 | |
943 | |
180 | 18 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
944 | 18 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
181 | |
945 | |
182 | Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
946 | Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
183 | as not all errors by depscan.sh is critical. It should be |
947 | as not all errors by depscan.sh is critical. It should be |
184 | reworked to do better error handeling. |
948 | reworked to do better error handeling. |
185 | |
949 | |
186 | 14 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
950 | 14 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
187 | |
951 | |
188 | Fix the GID and UID of nobody and nogroup in /etc/passwd and |
952 | Fix the GID and UID of nobody and nogroup in /etc/passwd and |
189 | /etc/group to match those of Debian, FBSD and others. Thanks |
953 | /etc/group to match those of Debian, FBSD and others. Thanks |
190 | to those who reported it, and Woodchip for looking up the |
954 | to those who reported it, and Woodchip for looking up the |
191 | proper values. |
955 | proper values. |
192 | |
956 | |
193 | Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
957 | Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
194 | This resolves bug #1150, thanks to Paul Fleischer. |
958 | This resolves bug #1150, thanks to Paul Fleischer. |
195 | |
959 | |
196 | 11 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
960 | 11 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
197 | |
961 | |
198 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
962 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
199 | as some users have /usr on seperate partition which is not |
963 | as some users have /usr on seperate partition which is not |
200 | mounted when depscan.sh is run the first time. |
964 | mounted when depscan.sh is run the first time. |
201 | |
965 | |
202 | Updated the checking for more than one service providing the |
966 | Updated the checking for more than one service providing the |
203 | same virtual function in /etc/init.d/depscan.sh. It should |
967 | same virtual function in /etc/init.d/depscan.sh. It should |
204 | be working now, and this also fix a problem that when there is no |
968 | be working now, and this also fix a problem that when there is no |
205 | service providing a virtual, counter was used uninitialized. |
969 | service providing a virtual, counter was used uninitialized. |
206 | |
970 | |
207 | * rc-scripts 1.3.0 (10 March 2002) |
971 | * rc-scripts 1.3.0 (10 Mar 2002) |
208 | |
972 | |
209 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
973 | 10 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
210 | |
974 | |
211 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
975 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
212 | |
976 | |
213 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
977 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
214 | |
978 | |
… | |
… | |
233 | Also fixed try() for mounting /proc (maybe all mount commands). |
997 | Also fixed try() for mounting /proc (maybe all mount commands). |
234 | The function worked fine in a simulated test, but in real life failed |
998 | The function worked fine in a simulated test, but in real life failed |
235 | to detect a error when mounting /proc (remember to thank Grant for |
999 | to detect a error when mounting /proc (remember to thank Grant for |
236 | his UserMode ebuilds, and Guide). |
1000 | his UserMode ebuilds, and Guide). |
237 | |
1001 | |
238 | * rc-scripts 1.2.9 (6 March 2002) |
1002 | * rc-scripts 1.2.9 (6 Mar 2002) |
239 | |
1003 | |
240 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1004 | 6 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
241 | |
1005 | |
242 | General form updates and some piping fixes. |
1006 | General form updates and some piping fixes. |
243 | |
1007 | |
244 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
1008 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
245 | to fix a problem where startDM.sh would be respawned repeatedly |
1009 | to fix a problem where startDM.sh would be respawned repeatedly |
246 | if xdm was not in the default runlevel. |
1010 | if xdm was not in the default runlevel. |
247 | |
1011 | |
248 | * rc-scripts 1.2.8 (4 March 2002) |
1012 | * rc-scripts 1.2.8 (4 Mar 2002) |
249 | |
1013 | |
250 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1014 | 4 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
251 | |
1015 | |
252 | Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
1016 | Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
253 | to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
1017 | to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
254 | move them to the xfree ebuild later on when things settles down. |
1018 | move them to the xfree ebuild later on when things settles down. |
255 | |
1019 | |
… | |
… | |
259 | where we had a invalid $PATH on boot in some cases. |
1023 | where we had a invalid $PATH on boot in some cases. |
260 | |
1024 | |
261 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
1025 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
262 | the new sys-apps/kbd package. |
1026 | the new sys-apps/kbd package. |
263 | |
1027 | |
264 | * rc-scripts 1.2.7 (3 March 2002) |
1028 | * rc-scripts 1.2.7 (3 Mar 2002) |
265 | |
1029 | |
266 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1030 | 3 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
267 | |
1031 | |
268 | Fixed the problem of rc-scripts trying to start/stop a service multiple |
1032 | Fixed the problem of rc-scripts trying to start/stop a service multiple |
269 | times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
1033 | times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
270 | for this. |
1034 | for this. |
271 | |
1035 | |
… | |
… | |
273 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
1037 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
274 | this. |
1038 | this. |
275 | |
1039 | |
276 | Added caching of the "depend() { need foo; } " lines, and updated |
1040 | Added caching of the "depend() { need foo; } " lines, and updated |
277 | /etc/init.d/depscan.sh to touch the actual files less. This should |
1041 | /etc/init.d/depscan.sh to touch the actual files less. This should |
278 | speedup dependancy caching a lot, especially on slow machines. |
1042 | speedup dependency caching a lot, especially on slow machines. |
279 | |
1043 | |
280 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
1044 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
281 | for security. |
1045 | for security. |
282 | |
1046 | |
283 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
1047 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
284 | |
1048 | |
285 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1049 | 1 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
286 | |
1050 | |
287 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
1051 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
288 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
1052 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
289 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
1053 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
290 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
1054 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
291 | |
1055 | |
292 | Removed stopping of dependant services that have current service as |
1056 | Removed stopping of dependent services that have current service as |
293 | a 'use'dependancy ... should be less confusing now. |
1057 | a 'use'dependency ... should be less confusing now. |
294 | Updated /etc/init.d/runscript.sh for this. |
1058 | Updated /etc/init.d/runscript.sh for this. |
295 | |
1059 | |
296 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
1060 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
297 | |
1061 | |
298 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
1062 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
… | |
… | |
380 | Added the 'before' depend type. This is more for changing the |
1144 | Added the 'before' depend type. This is more for changing the |
381 | order services start in. Updated /etc/init.d/depscan.sh and |
1145 | order services start in. Updated /etc/init.d/depscan.sh and |
382 | /etc/init.d/functions.sh for this. |
1146 | /etc/init.d/functions.sh for this. |
383 | |
1147 | |
384 | Updated /etc/init.d/depscan.sh to work with '*' as argument for |
1148 | Updated /etc/init.d/depscan.sh to work with '*' as argument for |
385 | dependancy types. This can be used with 'use' and 'before' to |
1149 | dependency types. This can be used with 'use' and 'before' to |
386 | start a script last or first respectively. |
1150 | start a script last or first respectively. |
387 | |
1151 | |
388 | Added save_options() and get_options() to /etc/init.d/functions.sh |
1152 | Added save_options() and get_options() to /etc/init.d/functions.sh |
389 | for saving misc settings between startup/shutdown. Updated |
1153 | for saving misc settings between startup/shutdown. Updated |
390 | /etc/init.d/net.eth0 to use these and properly down virtual |
1154 | /etc/init.d/net.eth0 to use these and properly down virtual |
… | |
… | |
459 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
1223 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
460 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
1224 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
461 | |
1225 | |
462 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
1226 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
463 | |
1227 | |
464 | Updated /etc/init.d/depscan.sh to store info about missing dependancies |
1228 | Updated /etc/init.d/depscan.sh to store info about missing dependencies |
465 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
1229 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
466 | to use this when starting a script ('need' dependancies is critical for |
1230 | to use this when starting a script ('need' dependencies is critical for |
467 | startup). Added the broken() function to /etc/init.d/runscript.sh |
1231 | startup). Added the broken() function to /etc/init.d/runscript.sh |
468 | to list the missing dependancies. |
1232 | to list the missing dependencies. |
469 | |
1233 | |
470 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
1234 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
471 | checking. |
1235 | checking. |
472 | |
1236 | |
473 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
1237 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |