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