| 1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo System Intialization ("rc") scripts |
| 2 | # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL |
2 | # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPLv2 |
|
|
3 | |
|
|
4 | 26 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
5 | |
|
|
6 | Fixed up address detection in apipa |
|
|
7 | net.lo now checks for duplicate static IPv4 addresses before assigning |
|
|
8 | iwconfig now supports preassociate and postassociate user hooks |
|
|
9 | net.example - changed $1 to ${IFACE} in examples |
|
|
10 | |
|
|
11 | 24 Nov 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
12 | |
|
|
13 | Allow users to specify charset option to dumpkeys when using unicode |
|
|
14 | in conf.d/keymaps #72225. Also move all the init.d/keymap specific |
|
|
15 | options out of rc.conf and into conf.d/keymaps and add some config |
|
|
16 | checks to init.d/keymaps like the clock/hostname init.d scripts. |
|
|
17 | |
|
|
18 | 24 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
19 | |
|
|
20 | Ensure all net-scripts modules depend on interface_variable function |
|
|
21 | where applicable |
|
|
22 | Fixed adsl stopping - #68934. Thanks to Andreas Kauer |
|
|
23 | |
|
|
24 | 23 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
25 | |
|
|
26 | iproute2 does not need to create dummy interfaces for aliases |
|
|
27 | unlike ifconfig so we no longer do this |
|
|
28 | We now bring down all aliases and addresses properly |
|
|
29 | Split off some functions from net.lo into helpers.d/functions |
|
|
30 | so that our DHCP helper scripts can use them too :) |
|
|
31 | Deprecated interface specific setup in favour of a generic config |
|
|
32 | macchanger brings interface up now - fixes #71929 |
|
|
33 | DHCP over VLAN now works - fixes #71860 |
|
|
34 | Disabled modified function checking as it's far too expensive on CPU |
|
|
35 | and still isn't 100% reliable |
|
|
36 | When specifing a module that isn't emerged, you now get an error |
|
|
37 | telling you what to emerge |
|
|
38 | Removed -p option from the diff call used for function removal |
|
|
39 | Removed rp_filter setting - fixes first part of bug #71971 |
|
|
40 | Added sysctl.conf settings relating to rp_filter to sysctl.conf |
|
|
41 | - fixes last part of bug #71971 |
|
|
42 | Fixed pump exporing ntp servers |
|
|
43 | implemented MODULES_DIR so we can change directory we load from on the fly |
|
|
44 | fixed variables for vlans in most modules |
|
|
45 | |
|
|
46 | 19 Nov 2004; Aron Grffis <agriffis@gentoo.org>: |
|
|
47 | |
|
|
48 | Remove crap "ll" and "d" aliases from skel .bashrc |
|
|
49 | |
|
|
50 | 19 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
51 | |
|
|
52 | tests for hostname (none) when sending hostname via dhcpcd, udhpc or pump |
|
|
53 | udhcpc now does correct signal handling so we can release leases and |
|
|
54 | terminate cleanly |
|
|
55 | Improved pump process detection |
|
|
56 | Rewrote udhcpc helper scripts around udhcpc and wrapped dhclient to udhcpc |
|
|
57 | scripts. This makes things much saner as udhcpc is much saner - also fixed |
|
|
58 | essidnet and ipv6 local link for them. |
|
|
59 | removed iproute2 udhcpc reliance on the "bc" command |
|
|
60 | |
|
|
61 | 17 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
62 | |
|
|
63 | Fixed invalid variable handling in bonding and vlan - bug #71419 |
|
|
64 | apipa now brings the interface up before testing if address exists |
|
|
65 | Updated bonding documentation - bug #71419 |
|
|
66 | Fixed iproute2 adding addresses for vlans - bug #71419 |
|
|
67 | ifconfig handle inet6 routing automatically - bug #33310 |
|
|
68 | ifconfig - fixed old gateway + gateway in routes conflict |
|
|
69 | iproute2 cleaned up some functions |
|
|
70 | |
|
|
71 | 16 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
72 | |
|
|
73 | We no longer default a fallback to APIPA when no config is given |
|
|
74 | net.example fleshed out a bit more for dhcpcd - fixes #60845 |
|
|
75 | Improved forced module handling a touch |
|
|
76 | modules_sort and modules_check_user in net.lo buffer _provides, |
|
|
77 | _before and _after in arrays to avoid shelling out |
|
|
78 | |
|
|
79 | 15 Nov 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
80 | |
|
|
81 | Add a check to clock init.d to make sure users dont try to set |
|
|
82 | config their clock in rc.conf anymore. |
|
|
83 | |
|
|
84 | Redo hostname/domainname scripts to use files in /etc/conf.d/ |
|
|
85 | instead of creating files in /etc/. Allows for controlling things |
|
|
86 | like the behavior of setting the 'domain' in resolv.conf since users |
|
|
87 | may not always understand exactly what's going on. |
|
|
88 | |
|
|
89 | Stop referring to conf.d/basic as a global rc config option. That |
|
|
90 | file hasn't been used in a long time and has since been replaced |
|
|
91 | with env.d/00basic. Updated sbin/runscript.sh, etc/profile, |
|
|
92 | sbin/rc-help.sh, and src/awk/cachedepends.awk. |
|
|
93 | |
|
|
94 | Run `find | xargs` instead of `find -exec`. Much better performance |
|
|
95 | this way, and busybox friendly #59732. |
|
|
96 | |
|
|
97 | 15 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
98 | |
|
|
99 | Split modules_load into smaller more managable functions in net.lo |
|
|
100 | Added modules_force option to net.lo with a big phat warning in |
|
|
101 | net.example about it potentially breaking networking |
|
|
102 | Added searchdomains_ESSID option to essidnet |
|
|
103 | Stopped the domain setting from putting the same entry in search |
|
|
104 | in config-system and essidnet |
|
|
105 | Removed second warning in net.lo when configuration not set |
|
|
106 | Documented APIPA module in net.example |
|
|
107 | Added kernel checking for vlan - fixes #70829 |
|
|
108 | Added kernel checking for bonding, bridging and tuntap |
|
|
109 | Added iproute2 support to the APIPA module |
|
|
110 | |
|
|
111 | 13 Nov 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
112 | |
|
|
113 | Update the svcdir mounting #69595. Instead of mounting in /mnt |
|
|
114 | and then bind mounting to $svcdir, we mount the ramdisk on $svcidr. |
|
|
115 | |
|
|
116 | 12 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
117 | |
|
|
118 | Added arping duplicate address detection to net.lo |
|
|
119 | Created Automatic Private IP Addressing (APIPA) module |
|
|
120 | |
|
|
121 | Added dependancy checking to ipppd |
|
|
122 | Bonding is now started pre instead of post |
|
|
123 | Fixed iface variable in dhcp modules for vlans |
|
|
124 | Changed get_device to interface_device |
|
|
125 | Changed get_type to interface_type |
|
|
126 | Added vlan configuration options and documented them in net.example |
|
|
127 | Fixed bridge configuration handling |
|
|
128 | Removed _get_vlans from iproute2 and ifconfig as vlan now does it itself |
|
|
129 | |
|
|
130 | 11 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
131 | |
|
|
132 | Fixed category of rp-pppoe to net-dialup error when requesting ADSL |
|
|
133 | Improved inet6 address deletion and detection in iproute2 |
|
|
134 | Improved gateway logic in ifconfig |
|
|
135 | Changed all wireless reporting functions to use iwgetid instead of |
|
|
136 | parsing iwconfig output except for essid |
|
|
137 | |
|
|
138 | * rc-scripts 1.6.6 (08 Nov 2004) |
|
|
139 | |
|
|
140 | 08 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
141 | |
|
|
142 | Added options to configure bridge |
|
|
143 | Added bridge configuration example to net.example |
|
|
144 | Added missing required function interface_exists to iptunnel check_depends |
|
|
145 | |
|
|
146 | 07 Nov 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
147 | |
|
|
148 | Fix shell scripting errors that would result in |
|
|
149 | /sbin/functions.sh: line 166: [: too many arguments. |
|
|
150 | |
|
|
151 | 05 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
152 | |
|
|
153 | net-scripts/net.modules.d/bridge |
|
|
154 | - fixed destroying a bridge if no ports were added |
|
|
155 | - starts interfaces if they don't exist - fixed bug #65153 |
|
|
156 | |
|
|
157 | net-scrips/net.modules.d/bonding |
|
|
158 | - starts interfaces if they don't exist |
|
|
159 | |
|
|
160 | net-scripts/init.d/net.lo |
|
|
161 | - added net_start() function to start depandant ifaces |
|
|
162 | so that bridge br0 can active tun0 which net.tun0 has to create |
|
|
163 | - added use dependany on wlan incase we're using linux-wlan-ng drivers |
|
|
164 | fixes bug #64978 |
|
|
165 | - moved start() to run_start() and stop() to run_stop() |
|
|
166 | created run() and new start()/stop() functions |
|
|
167 | this is so that we have one single entry point to localise variables |
|
|
168 | and to remove any added functions loaded by our modules |
|
|
169 | - removed redundant interface_exists() as it's provided by |
|
|
170 | ifconfig and/or iproute2 |
|
|
171 | |
|
|
172 | net-scripts/net.modules.d/ifconfig and iproute2 |
|
|
173 | - added ifconfig_tunnel and iproute2_tunnel functions |
|
|
174 | |
|
|
175 | addred gre/ipip tunnel support via the the tunnel module |
|
|
176 | - fixes bug #50765 |
|
|
177 | |
|
|
178 | 04 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
179 | |
|
|
180 | net-scripts/net.modules.d/pump |
|
|
181 | - fixed setting ntp servers |
|
|
182 | |
|
|
183 | net-scripts/net.modules.d/dhcpcd |
|
|
184 | - fixed stopping function |
|
|
185 | |
|
|
186 | net-scripts/net.modules.d/bonding |
|
|
187 | - fixed module to actually work with the interface |
|
|
188 | |
|
|
189 | net-scripts/init.d/net.lo |
|
|
190 | - we remove all added functions when restarting an interface |
|
|
191 | this relies on the diff command being available |
|
|
192 | |
|
|
193 | added isdn support via the new ipppd module - fixes bug #69035 |
|
|
194 | |
|
|
195 | net-scripts/conf.d/net.example |
|
|
196 | - added sample isdn setup |
|
|
197 | |
|
|
198 | net-scripts/conf.d/wireless.example |
|
|
199 | - added better descriptions to the _sleep variables |
|
|
200 | |
|
|
201 | Fixed boolean logic error when testing is_net_up in /sbin/runscript.sh |
|
|
202 | - fixed bug #70022 |
|
|
203 | |
|
|
204 | net.lo - added get_type function to return the type of the interface |
|
|
205 | - eth, ippp, etc |
|
|
206 | |
|
|
207 | ipppd, tuntap |
|
|
208 | - start() moved to pre_start() and we now test by type |
|
|
209 | this means you no longer need ifconfig_ippp0=( "isdn" "dhcp" ) |
|
|
210 | as ippp0 is always an isdn device |
|
|
211 | |
|
|
212 | bridge - fixed stop function and moved start() to pre_start() |
|
|
213 | and automatically start if the variable bridge_${iface} exists |
|
|
214 | |
|
|
215 | net.example - fixed up documentation for changed behaviour above |
|
|
216 | |
|
|
217 | 03 Nov 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
218 | |
|
|
219 | When launching critical services in /sbin/rc, make sure we source |
|
|
220 | the conf.d file (if it exists). Resolves #69956. |
|
|
221 | |
|
|
222 | 03 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
223 | |
|
|
224 | net-scripts/init.d/net.lo |
|
|
225 | - fixed !module when it's not installed |
|
|
226 | - we can now specify null inet addresses in the config |
|
|
227 | this allows a pure inet6 setup |
|
|
228 | - shutdown lo the same way we bring it up |
|
|
229 | |
|
|
230 | net-scripts/net.modules.d/ifconfig |
|
|
231 | - changed IPv6 to inet6 in output of adding inet6 addresses |
|
|
232 | - just output inet6 address removed, not eth0 del foo |
|
|
233 | |
|
|
234 | net-scripts/net.modules.d/iproute2 |
|
|
235 | - fix deletion of non-link addresses - fixes bug #65417 (again) |
|
|
236 | - handle inet6 addresses like ifconfig - fixes more bug #65417 |
|
|
237 | |
|
|
238 | net-scripts/conf.d/net.example |
|
|
239 | - noted that inet6 addresses do not create aliases |
|
|
240 | - added examples of assigning inet6 addresses |
|
|
241 | |
|
|
242 | net-scripts/net.modules.d/iwconfig |
|
|
243 | - improve error message when card does not support scanning |
|
|
244 | |
|
|
245 | net-scripts/conf.d/wireless.example |
|
|
246 | - fixed comment regarding preferred_aps not working with cards that don't |
|
|
247 | support scanning |
|
|
248 | |
|
|
249 | 02 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
250 | |
|
|
251 | net-scripts/conf.d/net.example |
|
|
252 | - added bridging and tuntap examples |
|
|
253 | |
|
|
254 | net-scripts/init.d/net.lo |
|
|
255 | - modprobe ${IFACE} when ${IFACE} does not exist |
|
|
256 | |
|
|
257 | net-scripts/net.modules.d/ifconfig |
|
|
258 | - fixed interface existance check |
|
|
259 | |
|
|
260 | net-scripts/net.modules.d |
|
|
261 | ifconfig & iproute2 |
|
|
262 | - added boolean to interface_exists to report if it exists or not |
|
|
263 | - added checks to see if the interface exists or not when starting |
|
|
264 | |
|
|
265 | dhcpcd |
|
|
266 | - removed debug line |
|
|
267 | |
|
|
268 | bonding, dhclient, dhcpcd, essidnet, macchanger, pump, udhcpc |
|
|
269 | - added checks to see if the interface exists or not when starting |
|
|
270 | |
|
|
271 | tuntap |
|
|
272 | - added checks to see if the interface exists or not when stopping |
|
|
273 | |
|
|
274 | 01 Nov 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
275 | |
|
|
276 | Dump the error message that hwclock returns since it tends to be |
|
|
277 | quite useful. Modified init.d/clock. |
|
|
278 | |
|
|
279 | Fix error in functions.sh [ -z "$@" ] -> [[ -z "$@" ]] #69789. |
|
|
280 | |
|
|
281 | Don't create /dev/sndstat link anymore in populate_udev per #69635. |
|
|
282 | |
|
|
283 | 01 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
284 | |
|
|
285 | net-scripts/init.d/net.lo: |
|
|
286 | - modules specified by interface config now error if they are not loaded |
|
|
287 | - moved interface check to after preup incase user preup loads drivers |
|
|
288 | - modules can be explicitly not used by prefixing them with a ! |
|
|
289 | however, they are still available to other modules |
|
|
290 | fixes bugs #68908, #69027 |
|
|
291 | - remove check to see if interface exists |
|
|
292 | - modules may setup new interfaces and still require config |
|
|
293 | so we have a new label counter in iface_start |
|
|
294 | - removed the check to see if a class wrapping already exists |
|
|
295 | this fixes the bug where ifconfig and iproute2 are installed, but |
|
|
296 | ifconfig is asked for and the interface is restarted. |
|
|
297 | - added check to see if the configured module is loaded |
|
|
298 | and installed or not in iface_start |
|
|
299 | - add dependancy on isdn4linux - fixes bug #69035 |
|
|
300 | - interface_exists moved to iproute and ifconfig |
|
|
301 | |
|
|
302 | net-scripts/net.modules.d |
|
|
303 | - Split wireless module into iwconfig and essidnet modules |
|
|
304 | - Added tuntap and bridge modules, fixes bug #55394, #30688 |
|
|
305 | |
|
|
306 | net-scripts/init.d/iwconfig: |
|
|
307 | - wep mode is now reported |
|
|
308 | - removed post_stop function so we keep existing config |
|
|
309 | - added pre_stop to set the ESSID variable |
|
|
310 | - changed to veinfo/vewarn where appropriate |
|
|
311 | - check if interface exists otherwise abort gracefully |
|
|
312 | - no longer deletes addresses as we now avoid |
|
|
313 | ipv6 local addresses in detecting if interface has an addresses or not |
|
|
314 | |
|
|
315 | net-scripts/init.d/ifconfig: |
|
|
316 | - added flag enable/disable function |
|
|
317 | - scope:link inet6 addresses are ignored when testing is_up and |
|
|
318 | del_addresses - fixes bug #65417 |
|
|
319 | |
|
|
320 | net-scripts/init.d/iproute2: |
|
|
321 | - added flag enable/disable function |
|
|
322 | - scope:link inet6 addresses are ignored when testing is_up and |
|
|
323 | del_addresses - fixes bug #65417 |
|
|
324 | |
|
|
325 | net-scripts/init.d/macchanger: |
|
|
326 | - fixed detecting whether the change worked or not, fixes bug #68893 |
|
|
327 | |
|
|
328 | net-scripts/init.d/vlan: |
|
|
329 | - fixed old config problem |
|
|
330 | |
|
|
331 | 31 Oct 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
332 | |
|
|
333 | Do not delete depscan and envupdate caches on reboot, as this should |
|
|
334 | improve bootup times - works nicely with the '-u' parameters of both. |
|
|
335 | Also move the '-u' parameter test of depscan.sh after the directory |
|
|
336 | exist test, else ${svcdir}/started/, etc do not exist. Modified both |
|
|
337 | /sbin/rc and /sbin/depscan.sh for this. |
|
|
338 | |
|
|
339 | Move things around in /sbin/functions.sh to have all functions above. |
|
|
340 | |
|
|
341 | Add the 'lo' option to RC_NET_STRICT_CHECKING to resolve bug #29225. |
|
|
342 | |
|
|
343 | 28 Oct 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
344 | |
|
|
345 | Only add files not managed by udev to device tarball, bug #57110. |
|
|
346 | |
|
|
347 | 28 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
348 | |
|
|
349 | Revert pam_console_apply udev check in bootmisc/halt.sh since |
|
|
350 | the bug is with pam_console_apply and not udev/pam. |
|
|
351 | |
|
|
352 | Use ${EUID} instead of $(id -u) to help out BSD in runscript.sh. |
|
|
353 | |
|
|
354 | Allow users to select ramfs instead of default tmpfs for mounting |
|
|
355 | on /dev with udev #69091. |
|
|
356 | |
|
|
357 | Add issue.devfix which would be auto copied to /etc/issue if |
|
|
358 | /sbin/rc detects the user is missing /dev/null or /dev/console. |
|
|
359 | Includes a simple explanation/fix for what's wrong. |
|
|
360 | |
|
|
361 | Make sure the clock init script runs after checkroot/modules/localmount |
|
|
362 | so that timestamps are synchronized asap #68133 / #70008. |
|
|
363 | |
|
|
364 | Accept '-nc' as a short option to '--nocolor' #64736. |
|
|
365 | |
|
|
366 | 26 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
367 | |
|
|
368 | Don't use -A with fsck to respect the fs_passno since it'll try |
|
|
369 | to fsck all filesystems, not just the ones specified. Instead, |
|
|
370 | awk /etc/fstab to review the passno field in checkroot #68822. |
|
|
371 | |
|
|
372 | Add support for 'gentoo=forcefsck' boot option in checkroot. |
|
|
373 | |
|
|
374 | Make sure we run devfsd in /sbin/rc even when /dev has been |
|
|
375 | automounted by the kernel #68795. |
|
|
376 | |
|
|
377 | Don't generate the device tarball in halt.sh with livecds #68469. |
|
|
378 | |
|
|
379 | 25 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
380 | |
|
|
381 | net-scripts/net.modules.d/ifconfig: |
|
|
382 | - Simplify ifconfig_is_up() |
|
|
383 | - Fix ifconfig_get_aliases_rev() to actually work... you can't |
|
|
384 | specify an interface name to ifconfig if you want to see the |
|
|
385 | aliases. |
|
|
386 | - Workaround a couple ifconfig bugs dealing with aliases |
|
|
387 | - Correct a return status in ifconfig_interface_del_addresses() |
|
|
388 | - ifconfig_iface_stop() is bool, not void; fix the comments |
|
|
389 | |
|
|
390 | net-scripts/net.modules.d/iproute2: |
|
|
391 | - iproute2_iface_stop() is bool, not void. Fix the code so it |
|
|
392 | returns meaningful values |
|
|
393 | |
|
|
394 | net-scripts/init.d/net.lo: |
|
|
395 | - Fix preferred (ifconfig/dhcpcd) module loading so it doesn't |
|
|
396 | barf when a preferred module is either (1) missing from |
|
|
397 | net.modules.d or (2) not available due to missing dependencies |
|
|
398 | - When loading all modules in order to stop an interface, only use |
|
|
399 | the first available to satisfy each class wrapper |
|
|
400 | |
|
|
401 | 24 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
402 | |
|
|
403 | Include livecd patch that was applied to baselayout-1.9.4-r6 |
|
|
404 | to use agetty instead of mingetty |
|
|
405 | |
|
|
406 | 24 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
407 | |
|
|
408 | Mount tmpfs instead of ramfs on /dev when using udev systems. |
|
|
409 | The problem with ramfs is that it has no size limitations so |
|
|
410 | one could easily take down their machine by accident #68653. |
|
|
411 | |
|
|
412 | * rc-scripts 1.6.3 (23 Oct 2004) |
|
|
413 | |
|
|
414 | 22 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
415 | |
|
|
416 | Add support for user_eth0 in the adsl module and in net.example. |
|
|
417 | This means that most users won't need to edit pppoe.conf at all |
|
|
418 | |
|
|
419 | 21 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
420 | |
|
|
421 | Remove old etc/conf.d/net and try to clarify instructions in |
|
|
422 | net-scripts/conf.d/net.example. Add example for ADSL |
|
|
423 | |
|
|
424 | 21 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
425 | |
|
|
426 | Merge all of the UML checks into one function, is_uml_sys(), |
|
|
427 | which is now in functions.sh. |
|
|
428 | |
|
|
429 | 18 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
430 | |
|
|
431 | Add v-e-commands (veinfo, vbegin, etc) to sbin/functions.sh that |
|
|
432 | depend on RC_VERBOSE which defaults to no. Add --verbose to args |
|
|
433 | understood by runscript.sh. |
|
|
434 | |
|
|
435 | In net.lo, use veinfo and friends when loading modules since this |
|
|
436 | information is confusing to users. |
|
|
437 | |
|
|
438 | In net.lo, always load global "modules" setting in following |
|
|
439 | "modules_iface" since this is a little easier for users to |
|
|
440 | understand. |
|
|
441 | |
|
|
442 | In net.lo, use eindent for output of pre/post scripts |
|
|
443 | |
|
|
444 | 18 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
445 | |
|
|
446 | Add shfs to our list of net filesystems #61452. Also add afs/nfs4. |
|
|
447 | |
|
|
448 | Add a '-u' parameter to depscan.sh to allow for updates only when |
|
|
449 | the config files have changed. With /sbin/rc using this, we speed |
|
|
450 | up bootup by only regenerating the cache when need be #67976. Also |
|
|
451 | add a '-u' parameter to env-update.sh for same reasons. |
|
|
452 | |
|
|
453 | Don't run depscan.sh in rc-update anymore since the cache files don't |
|
|
454 | depend on runlevels (which is all that rc-update modifies). |
|
|
455 | |
|
|
456 | Add unicode support to keymaps/consolefont #32111 and UML support #29707. |
|
|
457 | |
|
|
458 | Add checks to many filesystem operations in the eventuality that the |
|
|
459 | filesystems are mounted read only. |
|
|
460 | |
|
|
461 | 16 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
462 | |
|
|
463 | Update the default fstab /dev/shm mount to include the nodev, nosuid, |
|
|
464 | and noexec mount flags. No reason for the filesystem to have those. |
|
|
465 | |
|
|
466 | Cleaned up the clock init script. Moved the clock options out of |
|
|
467 | rc.conf and into its own conf.d/clock file. Added support for the |
|
|
468 | weird Alpha consoles SRM/ARC since they need special config options. |
|
|
469 | Also made the syncing of system clock to hardware clock at shutdown |
|
|
470 | optional (with the default being off) #15834. Don't try to set the |
|
|
471 | clock if running inside a coLinux environment #52870. |
|
|
472 | |
|
|
473 | Update default PATH ordering to try to follow default behavior in |
|
|
474 | other distro's and because it's logical that /usr/local should |
|
|
475 | override /usr which should override /. Fixes #12531. |
|
|
476 | |
|
|
477 | Move devfs stuff out of baselayout and into the devfsd package. |
|
|
478 | |
|
|
479 | Don't run /sbin/pam_console_apply -r if using udev on /dev #50315. |
|
|
480 | |
|
|
481 | 14 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
482 | |
|
|
483 | Fix rc-status to work with new COLS code. |
|
|
484 | |
|
|
485 | 14 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
486 | |
|
|
487 | Allow users to mount ramfs/tmpfs/ramdisk as their svcdir and |
|
|
488 | stop assuming ramfs==ramdisk #64079. |
|
|
489 | |
|
|
490 | 13 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
491 | |
|
|
492 | Rework the code for managing /dev to make it more flexible for |
|
|
493 | users. Some don't want to use devfs/udev but rather just create |
|
|
494 | their own nodes. Handles some issues with #44906 / #67276. |
|
|
495 | |
|
|
496 | Move the utmp clearing code out of bootmisc and into /sbin/rc. |
|
|
497 | The utmp log must be cleared while in the initial boot level |
|
|
498 | (meaning inside /sbin/rc) because as soon as rc exists, init |
|
|
499 | writes a 'boot' record (`who -b`) which would normally be lost |
|
|
500 | when the bootmisc init.d script is run #61727. |
|
|
501 | |
|
|
502 | 13 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
503 | |
|
|
504 | Cosmetic fixes for starting loopback interface |
|
|
505 | |
|
|
506 | SpanKY doesn't like the dots... disable them by default, but you |
|
|
507 | can set RC_DOT_PATTERN=' .' in /etc/conf.d/rc to get them back |
|
|
508 | |
|
|
509 | * rc-scripts 1.6.2 (13 Oct 2004) |
|
|
510 | |
|
|
511 | 13 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
512 | |
|
|
513 | Install net.modules.d to /lib/rcscripts instead of /etc so we |
|
|
514 | don't have to deal with CONFIG_PROTECT |
|
|
515 | |
|
|
516 | Fix diff code in modules_load so it can identify which functions |
|
|
517 | have been modified |
|
|
518 | |
|
|
519 | Fix fallback mechanism in iface_start so that it works correctly |
|
|
520 | and doesn't report a bogus error message when trying the fallback |
|
|
521 | |
|
|
522 | Get rid of need_begin trickery in iface_stop |
|
|
523 | |
|
|
524 | Simplify eend processing in dhcp modules |
|
|
525 | |
|
|
526 | Implement eindent, eoutdent, esetdent in functions.sh and adjust |
|
|
527 | net-scripts to use them. |
|
|
528 | |
|
|
529 | Re-write einfo, ewarn, eerror, ebegin, eend, ewend to use |
|
|
530 | RC_INDENTATION and to work better on serial terminals |
|
|
531 | |
|
|
532 | Remove conf.d/net.ppp0 since that is provided by net-dialup/ppp |
|
|
533 | |
|
|
534 | 12 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
535 | |
|
|
536 | Fix ipaddr_fallback in net-scripts/conf.d/net.example |
|
|
537 | |
|
|
538 | 09 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
539 | |
|
|
540 | Remove init.d/net.eth0 net.lo and net.ppp0. The first two are |
|
|
541 | provided now by net-scripts and net.ppp0 is shipped in |
|
|
542 | net-dialup/ppp |
|
|
543 | |
|
|
544 | Create NET_FS_LIST and is_net_fs in functions.sh and use them in |
|
|
545 | checkroot, localmount, netmount, net.example, and net.lo |
|
|
546 | |
|
|
547 | 09 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
548 | |
|
|
549 | If the hostname has already been set via the kernel/dhcp, don't |
|
|
550 | force it to 'localhost'. Used in netboot/terminal setups #38172. |
|
|
551 | |
|
|
552 | Add domainname to default boot runlevel list #47041. |
|
|
553 | |
|
|
554 | 08 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
555 | |
|
|
556 | Make sure that when we try to mount /sys, we do so with -n (tigger). |
|
|
557 | |
|
|
558 | Add some examples for nfs to sysctl.conf #66575. |
|
|
559 | |
|
|
560 | 06 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
561 | |
|
|
562 | Update to net-scripts 1.0.2 from Roy |
|
|
563 | ------------------------------------ |
|
|
564 | - wireless module: replaced preferred_only var with |
|
|
565 | associate_order this makes more sense now as we have changed the |
|
|
566 | possible values |
|
|
567 | - wireless module: added patch from Daniel Zappala we should call |
|
|
568 | wireless_get_essid everywhere now |
|
|
569 | - wireless module: don't declare ESSID local in |
|
|
570 | wireless_configure(). This allows ESSID to be tested in the |
|
|
571 | user defined postup() function |
|
|
572 | - wireless module: test type != "NOT READY!" instead of testing = |
|
|
573 | IEEE. this resolves problems with intel and ra-tech drivers |
|
|
574 | - net.lo start() now errors when the interface does not exist |
|
|
575 | - dhcpcd, dhclient, udhcpc and pump now expose peer_* vars this |
|
|
576 | enables wireless to map them from peer_dns_ESSID |
|
|
577 | - config-system helper now loads wireless module to remap |
|
|
578 | variables from ESSID this allows udhcpc and dhclient to use |
|
|
579 | remapped wireless vars |
|
|
580 | - fixed dhcpcd and pump modules using peer_* vars |
|
|
581 | - wireless aborts after 5 seconds if it cannot report a valid |
|
|
582 | ESSID this fixes a potential infinite loop problem |
|
|
583 | - wireless_setup_iface() renamed to wireless_map_essid_vars() this |
|
|
584 | avoids confusion about what the function actually does |
|
|
585 | |
|
|
586 | 06 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
587 | |
|
|
588 | Change the default net.ipv4.conf.default.rp_filter setting to 1 |
|
|
589 | in sysctl.conf since it shouldn't be harmful in anyway. Redhat |
|
|
590 | does the same. |
|
|
591 | |
|
|
592 | 05 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
593 | |
|
|
594 | Get rid of getcols() in sbin/functions.sh. Use COLUMNS when |
|
|
595 | possible and otherwise clean up the COLS code. Fix the "emerge |
|
|
596 | depend" detection code to use RC_ENDCOL="no" |
|
|
597 | |
|
|
598 | 05 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
599 | |
|
|
600 | Changed behavior of the domainname init.d script. It will now |
|
|
601 | override any settings obtained via dhcp/whatever. See #48277. |
|
|
602 | |
|
|
603 | Updated bootmisc to dump the output of `dmesg` to /var/log/dmesg. |
|
|
604 | This way users have an 'after-boot' log of their dmesg saved |
|
|
605 | somewhere useful #55421. |
|
|
606 | |
|
|
607 | Added the 'eend' back to depscan.sh since the script starts with a |
|
|
608 | call to 'ebegin' #59694. |
|
|
609 | |
|
|
610 | Add selinux update from Chris PeBenito for src/runscript.c #64019. |
|
|
611 | |
|
|
612 | Add more quoting to rc-help.sh to fix some non-critical errors. |
|
|
613 | Make rc-help.sh respect the value of RC_NOCOLOR. Allow RC_NOCOLOR |
|
|
614 | in functions.sh to be set via the environment. |
|
|
615 | |
|
|
616 | Flesh out the default sysctl.conf with comments and more examples |
|
|
617 | since our previous one was pretty sparse #59993. |
|
|
618 | |
|
|
619 | Change calls to `uniq` to `sort -u` in checkroot/halt.sh. This way |
|
|
620 | we only require sort in / and not both #36453. |
|
|
621 | |
|
|
622 | 04 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
623 | |
|
|
624 | More (I mean a LOT more) services. This takes care of #44458, |
|
|
625 | #52881 #55939 #58997 #66166 #66297. Gleaned many from the IANA |
|
|
626 | list/Fedora/FreeBSD/Debian. |
|
|
627 | |
|
|
628 | Change the test for /proc/cmdline from -e to -r. On grsecurity |
|
|
629 | based systems for example, the file may exist, but not be readable |
|
|
630 | by non-root users (patch by Ned Ludd). |
|
|
631 | |
|
|
632 | 03 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
633 | |
|
|
634 | Add support for NFSv4 from #25106 to the netmount script. Don't |
|
|
635 | try to fsck / if the root is a remote filesystem (like NFS) #36624. |
|
|
636 | |
|
|
637 | Update the fs_passno values in the default fstab to match the |
|
|
638 | settings suggested by the manpage #37314. Make checkroot respect |
|
|
639 | a fs_passno setting of 0 when dealing with / #39212. Change |
|
|
640 | default / filesystem type to ext3 instead of xfs #42670. |
|
|
641 | |
|
|
642 | Re-order the arguments to mount to match POSIX requirements #66225. |
|
|
643 | |
|
|
644 | Don't pipe swapon in localmount to /dev/null and ignore return |
|
|
645 | codes anymore. A swapon that works shows no output #39834. |
|
|
646 | |
|
|
647 | 02 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
648 | |
|
|
649 | Break up the COL/COLOR code properly this time. Not all serial |
|
|
650 | consoles can handle adjusting to the end of the line, so let's not |
|
|
651 | bother running stty at all anymore. This should fix up #32453. |
|
|
652 | |
|
|
653 | 30 Sep 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
654 | |
|
|
655 | Disable cryptfs by default in the conf.d file. Also cleanup |
|
|
656 | the output generated in localmount/checkfs/halt.sh for dm-crypt. |
|
|
657 | Add an extra check so that cryptfs is only run when the conf.d |
|
|
658 | file exists as well as /bin/cryptsetup. |
|
|
659 | |
|
|
660 | 29 Sep 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
661 | |
|
|
662 | Let glibc install nscd since different versions of glibc will |
|
|
663 | need to be handled differently. See #43076 by Rui Malheiro. |
|
|
664 | |
|
|
665 | 29 Sep 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
666 | |
|
|
667 | Prefer ~/.dir_colors over /etc/DIR_COLORS when it exists #64489 |
|
|
668 | |
|
|
669 | 27 Sep 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
670 | |
|
|
671 | Clear the screen in .bash_logout #32330 |
|
|
672 | |
|
|
673 | * rc-scripts 1.6.1 (27 Sep 2004) |
|
|
674 | |
|
|
675 | 27 Sep 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
676 | |
|
|
677 | Update dm-crypt to work with multi-line configuration files. |
|
|
678 | Also don't set status in a subshell; it was being lost before. |
|
|
679 | |
|
|
680 | 23 Sep 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
681 | |
|
|
682 | Rework the logic behind the $COLS code. It should not depend |
|
|
683 | on whether color is enabled. Also add a check for negative |
|
|
684 | values (like when using a serial console). |
|
|
685 | |
|
|
686 | * rc-scripts 1.6.0 (15 Sep 2004) |
|
|
687 | |
|
|
688 | 15 Sep 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
689 | |
|
|
690 | Fix bug 64034: simplify netmount script's stop function so that |
|
|
691 | mountpoints containing spaces work correctly |
|
|
692 | |
|
|
693 | Update tarball.sh to use net-scripts |
|
|
694 | |
|
|
695 | 14 Sep 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
696 | |
|
|
697 | Commit dm-crypt enablement patch from Tigger (Rob Holland) in |
|
|
698 | bug 43146 |
|
|
699 | |
|
|
700 | * rc-scripts 1.5.3 (18 Aug 2004) |
|
|
701 | |
|
|
702 | 18 Aug 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
703 | |
|
|
704 | Fix bug 60719 (request for better error messages from runscript) |
|
|
705 | by allowing errors to show on the screen when they're encountered |
|
|
706 | in wrap_rcscript |
|
|
707 | |
|
|
708 | Apply Spock's bootsplash patch from bug 45784. This moves most of |
|
|
709 | the splash functionality out of baselayout. |
|
|
710 | |
|
|
711 | 13 Aug 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
712 | |
|
|
713 | Don't export PS1. Continuation of bug 26951, comments 60-62. |
|
|
714 | |
|
|
715 | * rc-scripts 1.5.2 (02 Aug 2004) |
|
|
716 | |
|
|
717 | 02 Aug 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
718 | |
|
|
719 | Related to bug 38955, don't set INPUTRC. Instead patch bash so |
|
|
720 | that it looks for /etc/inputrc automatically if ~/.inputrc is |
|
|
721 | missing. This is better than using INPUTRC since that will |
|
|
722 | override even after the user creates ~/.inputrc. |
|
|
723 | |
|
|
724 | Fix bug 54275: Don't set INFODIR. The correct variable used by |
|
|
725 | texinfo is INFOPATH, which is already set in 00basic. Setting |
|
|
726 | INFODIR is useless, and breaks a NetBSD cross compile from Gentoo |
|
|
727 | |
|
|
728 | 01 Aug 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
729 | |
|
|
730 | Fix bug 58805: net.eth0 should use bridge so that bridge |
|
|
731 | interfaces are configured prior to net.br0 running |
|
|
732 | |
|
|
733 | Fix bug 56856: Get rid of net.rej and integrate missing stuff to |
|
|
734 | conf.d/net |
|
|
735 | |
|
|
736 | Apply half of spock's patch in bug 45784: Check for |
|
|
737 | conf.d/bootsplash instead of conf.d/bootsplash.conf |
|
|
738 | |
|
|
739 | Fix bug 51351: Quote parsed output of /proc/filesystems to handle |
|
|
740 | octal sequences in mountpoint such as encoded spaces (\040) |
|
|
741 | |
|
|
742 | Fix bug 46680: Add cifs support to localmount and netmount. |
|
|
743 | Thanks to Ronald Moesbergen for the patches |
|
|
744 | |
|
|
745 | 21 Jul 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
746 | |
|
|
747 | Fix bug 26952: Use /etc/bash/bashrc to setup PS1, testing $- to |
|
|
748 | determine if shell is interactive. The new system-wide bashrc is |
|
|
749 | installed by bash-2.05b-r10 |
|
|
750 | |
|
|
751 | 19 Jul 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
752 | |
|
|
753 | Fix bug 38743: strip leading and trailing spaces from variable |
|
|
754 | values in genenviron.awk. Thanks to Marius Mauch for the patch. |
|
|
755 | |
|
|
756 | 09 Jul 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
757 | |
|
|
758 | Fix bug 55576: swap words "start" and "stop" in runscript.sh error |
|
|
759 | message |
|
|
760 | |
|
|
761 | * rc-scripts 1.5.1 (28 Jun 2004) |
|
|
762 | |
|
|
763 | 28 Jun 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
764 | |
|
|
765 | Fix dhcp in iface_start_ifconfig: It was re-using the variable |
|
|
766 | ${i} which would result in the following error: |
|
|
767 | /sbin/runscript.sh: line 441: ((: 16.141.88.153: syntax error |
|
|
768 | in expression (error token is ".141.88.153") |
|
|
769 | |
|
|
770 | Use vlan_IFACE instead of iface_IFACE_vlans in net.eth0 for more |
|
|
771 | consistent vlan configuration. Thanks to robbat2 in bug 55394 |
|
|
772 | (not fully resolved) |
|
|
773 | |
|
|
774 | Add example for checking if root filesystem is NFS-mounted via |
|
|
775 | predown function in conf.d/net for bug 53104. This might be |
|
|
776 | better integrated at some point into net.eth0 |
|
|
777 | |
|
|
778 | * rc-scripts 1.5.0 (26 Jun 2004) |
|
|
779 | |
|
|
780 | 26 Jun 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
781 | |
|
|
782 | Fix bug 47659: support iproute2-style configuration. Thanks to |
|
|
783 | Dean Bailey for some fantastic patches, including documentation |
|
|
784 | for conf.d/net. This is a pretty huge re-write of net.eth0 |
|
|
785 | |
|
|
786 | Fix bug 34607: provide examples for in conf.d/net for preup, |
|
|
787 | postup, predown, postdown functions. Also pay attention to return |
|
|
788 | value from predown function (previously ignored) |
|
|
789 | |
|
|
790 | 15 Jun 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
791 | |
|
|
792 | Fix bug 25975: support adsl in net.eth0. Thanks to Patrick McLean |
|
|
793 | for the initial pass at the code. |
|
|
794 | |
|
|
795 | Fix bug 34140: add --servicelist option to rc-status. Thanks to |
|
|
796 | Eldad Zack for the patch. |
|
|
797 | |
|
|
798 | Fix bug 37418: fix order of LVM and RAID in checkfs. Thanks to |
|
|
799 | Raimondo Giammanco for the patch. |
|
|
800 | |
|
|
801 | * rc-scripts 1.4.16 (06 Jun 2004) |
|
|
802 | |
|
|
803 | 06 Jun 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
804 | |
|
|
805 | Only call generate-modprobe.conf with --assume-kernel if |
|
|
806 | modules-update was called with --assume-kernel. This means that |
|
|
807 | only catalyst has the dependency on module-init-tools, not |
|
|
808 | everybody with the newer baselayout |
|
|
809 | |
|
|
810 | * rc-scripts 1.4.15 (21 May 2004) |
|
|
811 | |
|
|
812 | 21 May 2004; Aron Grifis <agriffis@gentoo.org>: |
|
|
813 | |
|
|
814 | Fix bug 51570: typo on line 161 of /sbin/livecd-functions.sh |
|
|
815 | |
|
|
816 | Fix bug 51626: wrong variable declaration at top of |
|
|
817 | get_bootparam() in /sbin/functions.sh |
|
|
818 | |
|
|
819 | * rc-scripts 1.4.14 (17 May 2004) |
|
|
820 | |
|
|
821 | 17 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
822 | |
|
|
823 | Bump version to 1.4.14 to push out gmsoft's fix for hppa console |
|
|
824 | on ttyB0 |
|
|
825 | |
|
|
826 | * rc-scripts 1.4.13 (15 May 2004) |
|
|
827 | |
|
|
828 | 15 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
829 | |
|
|
830 | Bump version to 1.4.13 to push out Gustavo's livecd serial console |
|
|
831 | fixes for sparc and hppa. |
|
|
832 | |
|
|
833 | * rc-scripts 1.4.12 (07 May 2004) |
|
|
834 | |
|
|
835 | 10 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
836 | |
|
|
837 | Bump version to 1.4.12 to release these critical bug fixes |
|
|
838 | |
|
|
839 | Fix bug 50434: The new version of start-stop-daemon changes |
|
|
840 | directory to / by default unless --chdir is specified. Revert |
|
|
841 | this behavior to maintain working directory. This fixes openvpn |
|
|
842 | startup (probably among other things). Thanks to Sven Wegener for |
|
|
843 | the patch. |
|
|
844 | |
|
|
845 | Fix bug 50448: Four days ago I changed bash loops to use the wrong |
|
|
846 | conditional syntax in net.eth0. Thanks to Sven Wegener for |
|
|
847 | pointing out the problem and providing a patch. |
|
|
848 | |
|
|
849 | * rc-scripts 1.4.11 (07 May 2004) |
|
|
850 | |
|
|
851 | 07 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
852 | |
|
|
853 | Fix bug 20597: Skip RCS files when updating modules |
|
|
854 | |
|
|
855 | Fix bug 49926: Add a --assume-kernel flag to modules-update. This |
|
|
856 | requires a companion patch in module-init-tools-3.0-r2 to handle |
|
|
857 | the same flag in generate-modprobe.conf; this dependency won't be |
|
|
858 | handled in the baselayout ebuild since it only affects livecd |
|
|
859 | building. |
|
|
860 | |
|
|
861 | 06 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
862 | |
|
|
863 | In net.eth0, fix many instances of loops like "for ((i = 0; i < |
|
|
864 | 100; i = i + 1))". The problem here is that the middle comparison |
|
|
865 | is being interpreted as a bash conditional, which means that it's |
|
|
866 | doing string comparison by default. It needs to be "i -lt 100" |
|
|
867 | |
|
|
868 | Fix bug 34827: net.eth0 breaks when localized because the ifconfig |
|
|
869 | output changes. Wrap ifconfig in a function that overrides |
|
|
870 | LC_ALL=C |
|
|
871 | |
|
|
872 | Fix bug 48305: Provide a new network configuration variable |
|
|
873 | ifconfig_fallback_eth0 which allows one to specify a fallback |
|
|
874 | configuration in case DHCP fails. |
|
|
875 | |
|
|
876 | Fix bug 50246: Give root an invalid password ("*" in /etc/shadow) |
|
|
877 | in the default baselayout. This prevents the first reboot after |
|
|
878 | installation from having a blank password. |
|
|
879 | |
|
|
880 | 05 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
881 | |
|
|
882 | Fix bug 48595: Make sure $(id -u) is zero (root user) when running |
|
|
883 | init scripts to avoid a lot of error messages. |
|
|
884 | |
|
|
885 | Replace many lines of awk with two lines of grep in |
|
|
886 | init.d/localmount |
|
|
887 | |
|
|
888 | Fix bug 44316: Use 0644 instead of 0640 for resolv.conf in net.ppp0 |
|
|
889 | |
|
|
890 | 03 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
891 | |
|
|
892 | Update to version 1.10.20 of Debian's start-stop-daemon (contained |
|
|
893 | in dpkg at http://packages.debian.org/testing/base/dpkg). This |
|
|
894 | fixes bug 22686 (start-stop-daemon in baselayout doesn't allow |
|
|
895 | altered nicelevel). |
|
|
896 | |
|
|
897 | * rc-scripts 1.4.10 (25 Apr 2004) |
|
|
898 | |
|
|
899 | 25 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
900 | |
|
|
901 | Fix typos in sbin/rc: "try try mount" and "mount ... & >/dev/null" |
|
|
902 | Also removed the errstr double-checking since the need for that is |
|
|
903 | alleviated by these typo fixes. |
|
|
904 | |
|
|
905 | 23 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
906 | |
|
|
907 | Fix bug 48629 (/sbin/rc fixups for udev) with patch from GregKH |
|
|
908 | |
|
|
909 | Fix bug 40987 (gentoo should be able to boot with an empty /dev) |
|
|
910 | with patch from Spanky. The patch avoids redirection to /dev/null |
|
|
911 | when it doesn't exist; this was breaking /sbin/rc. |
|
|
912 | |
|
|
913 | * rc-scripts 1.4.9 (15 Apr 2004) |
|
|
914 | |
|
|
915 | 15 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
916 | |
|
|
917 | Fix bug 47111 (severe depcache problems) with tons of help from |
|
|
918 | dswhite42 and the rest of the crew in that bug. Thanks guys! |
|
|
919 | |
|
|
920 | * rc-scripts 1.4.8 (14 Apr 2004) |
|
|
921 | |
|
|
922 | 14 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
923 | |
|
|
924 | Fix bug 47623 (error removing inet6 addresses) with patch provided |
|
|
925 | by Vlad Yasevich. |
|
|
926 | |
|
|
927 | * rc-scripts 1.4.7 (12 Apr 2004) |
|
|
928 | |
|
|
929 | 12 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
930 | |
|
|
931 | Fix bug 47218 (net.eth0 broken for vlans) with patch provided by |
|
|
932 | Andy Dustman. Fix bug 47250 (depscan.sh fails to create |
|
|
933 | /var/lib/init.d/* directories) with patch from Terje Bergström. |
|
|
934 | |
|
|
935 | * rc-scripts 1.4.6 (08 Apr 2004) |
|
|
936 | |
|
|
937 | 08 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
938 | |
|
|
939 | Update patch from Gustavoz; -ln /bin/bash should have been -nl /bin/bash |
|
|
940 | |
|
|
941 | * rc-scripts 1.4.5 (08 Apr 2004) |
|
|
942 | |
|
|
943 | 08 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
944 | |
|
|
945 | Patch init.d/checkroot to list / (root) only once in mtab; see bug 38360. |
|
|
946 | Patch from Gustavoz to livecd-functions.sh to run bash instead of login on |
|
|
947 | serial consoles, necessary due to scrambled root passwords. |
|
|
948 | |
|
|
949 | * rc-scripts 1.4.4 (07 Apr 2004) |
|
|
950 | |
|
|
951 | 07 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
952 | |
|
|
953 | Patch from Gustavoz for Sparc console: Fetch LIVECD_CONSOLE from dmesg |
|
|
954 | output. Also support 4800 baud correctly. |
|
|
955 | |
|
|
956 | 16 Mar 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
957 | |
|
|
958 | The changes in this commit pertain primarily to |
|
|
959 | http://bugs.gentoo.org/show_bug.cgi?id=19695 |
|
|
960 | http://bugs.gentoo.org/show_bug.cgi?id=35736 |
|
|
961 | |
|
|
962 | Specify routes as an array per interface, for example: |
|
|
963 | routes_eth0=( |
|
|
964 | "-net 10.1.0.0 netmask 255.255.0.0 gw 10.0.0.5" |
|
|
965 | "-net 10.2.0.0 netmask 255.255.0.0 gw 10.0.0.6" |
|
|
966 | "-host 10.3.0.1 dev eth0" |
|
|
967 | ) |
|
|
968 | |
|
|
969 | You can optionally use the gateway variable or just put the default route |
|
|
970 | in the routes variable. The following two are REDUNDANT: |
|
|
971 | |
|
|
972 | routes_eth0=( "default gw 10.0.0.5" ) |
|
|
973 | gateway="eth0/10.0.0.5" |
|
|
974 | |
|
|
975 | Old configuration variables in /etc/conf.d/net are fully supported and |
|
|
976 | used transparently if ifconfig_eth0 is missing. In other words, this new |
|
|
977 | script is fully backward-compatible. However you can get rid of |
|
|
978 | iface_eth0, alias_eth0, broadcast_eth0 and netmask_eth0 if you want by |
|
|
979 | using the new syntax: |
|
|
980 | |
|
|
981 | ifconfig_eth0=( |
|
|
982 | "10.0.0.6 broadcast 10.0.255.255 netmask 255.255.0.0" |
|
|
983 | "192.168.1.1 netmask 255.255.255.0" |
|
|
984 | "123.456.789.1" |
|
|
985 | ) |
|
|
986 | |
|
|
987 | Full backward compatibility so no danger to screwing up users relying on |
|
|
988 | existing /etc/conf.d/net setup |
|
|
989 | |
|
|
990 | NET_DEBUG can be set in the environment for copious debugging output |
|
|
991 | |
|
|
992 | Deprecate [ ] in favor of [[ ]] which has fewer quoting issues and |
|
|
993 | better functionality (and is even slightly faster) |
|
|
994 | |
|
|
995 | Properly localize all variables, including variables returned by |
|
|
996 | setup_vars |
|
|
997 | |
|
|
998 | Allow full options for every ifconfig command, both base address and |
|
|
999 | aliases via ifconfig_eth0, replacing the convoluted and less-functional |
|
|
1000 | iface_eth0, alias_eth0, broadcast_eth0, netmask_eth0 |
|
|
1001 | |
|
|
1002 | Provide full support for static routes via routes_eth0 |
|
|
1003 | |
|
|
1004 | Fix potential quoting problems in setup_vars by using better eval syntax |
|
|
1005 | instead of eval echo |
|
|
1006 | |
|
|
1007 | Display IP addresses while configuring, both DHCP-retrieved and |
|
|
1008 | statically set addresses |
|
|
1009 | |
|
|
1010 | Collapse redundant caching of $? since eend returns $? again |
|
|
1011 | |
|
|
1012 | Report when keeping kernel configuration for an interface along with IP |
|
|
1013 | address gleaned |
|
|
1014 | |
|
|
1015 | Don't reset the default gateway if it is already set correctly |
|
|
1016 | |
|
|
1017 | Don't bind default gateway to particular interface when /sbin/route is |
|
|
1018 | called so that it can survive if there is more than one interface on the |
|
|
1019 | required subnet. (Old behavior can be obtained by setting |
|
|
1020 | routes_eth0="default gw 1.2.3.4 dev eth0" if you really want it) |
|
|
1021 | |
|
|
1022 | Don't bomb if default gateway can't be set since that doesn't |
|
|
1023 | necessarily mean that the interface configuration is invalid. |
|
|
1024 | (Old behavior was completely broken, but commented section |
|
|
1025 | demonstrates how to do it right if necessary) |
|
|
1026 | |
|
|
1027 | iface_stop no longer relies on configuration in /etc/conf.d/net AT ALL. |
|
|
1028 | This is very good because it means you can put new configuration in |
|
|
1029 | /etc/conf.d/net, then restart the interface and the old configuration will |
|
|
1030 | be properly shut down. |
|
|
1031 | |
|
|
1032 | iface_stop reports when it is releasing the DHCP lease |
|
|
1033 | |
|
|
1034 | * rc-scripts 1.4.3.13p1 (26 Feb 2004) |
|
|
1035 | |
|
|
1036 | 26 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1037 | |
|
|
1038 | Remove /etc/DIR_COLORS, as coreutils provides it now. |
|
|
1039 | |
|
|
1040 | Add RC_DEVICE_TARBALL to /etc/conf.d/rc to control use of device tarball. |
|
|
1041 | Also modified /sbin/rc and /etc/init.d/halt.sh for this. |
|
|
1042 | |
|
|
1043 | Start udevd if present. |
|
|
1044 | |
|
|
1045 | Small fix to sbin/rc-services.sh related to mtime checking and 'net' |
|
|
1046 | virtual service - it had no mtime generated, so check_mtime() failed |
|
|
1047 | for it ... |
|
|
1048 | |
|
|
1049 | 25 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1050 | |
|
|
1051 | Update to enable checking of mtimes on rc-scripts, and auto running |
|
|
1052 | depscan.sh if needed. Also try to run depscan.sh when RC_GOT_DEPTREE_INFO |
|
|
1053 | is not set instead of just erroring. |
|
|
1054 | |
|
|
1055 | 19 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1056 | |
|
|
1057 | Fix irda type-o in /sbin/MAKEDEV, thanks to Tobias Sager <moixa@gmx.ch>. |
|
|
1058 | |
|
|
1059 | Fix type-o in /etc/initrc, bug #41666 (Tom Vergote <bugzilla@tomvergote.be>). |
|
|
1060 | |
|
|
1061 | 15 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1062 | |
|
|
1063 | Add RC_TTY_NUMBER to /etc/conf.d/rc to configure how many tty devices |
|
|
1064 | are used in scripts such as consolefonts, numlock, etc. This should |
|
|
1065 | close bug #39863. |
|
|
1066 | |
|
|
1067 | Fix type-o in /etc/init.d/consolefont, bug #40938, thanks to patch from |
|
|
1068 | Cory Tusar <ctusar@adelphia.net>. |
|
|
1069 | |
|
|
1070 | 09 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1071 | |
|
|
1072 | Add SELinux modifications to /sbin/runscript. This allows runscript to |
|
|
1073 | make sure it is running in the right domain. Patch done by |
|
|
1074 | Chris PeBenito <pebenito@gentoo.org>. |
|
|
1075 | |
|
|
1076 | * rc-scripts 1.4.3.13 (08 Feb 2004) |
|
|
1077 | |
|
|
1078 | 08 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1079 | |
|
|
1080 | Fix wrong logic in /etc/init.d/halt.sh which did not umount all mounts |
|
|
1081 | _but_ /mnt/cdrom and /mnt/livecd. |
|
|
1082 | |
|
|
1083 | Update /etc/init.d/consolefont to use newer kbd. Should also close |
|
|
1084 | bug #39864. |
|
|
1085 | |
|
|
1086 | Fix /sbin/depscan.sh, /sbin/functions.sh and /sbin/rc to use mkdir rather |
|
|
1087 | than install, as newer versions of install is located in /usr/bin. This |
|
|
1088 | closes bug #39648. |
|
|
1089 | |
|
|
1090 | 06 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1091 | |
|
|
1092 | Tweak livecd support changes and add some more to hopefully sort out |
|
|
1093 | last issues, with help from Brad House <brad_mssw@gentoo.org>. |
|
|
1094 | |
|
|
1095 | Add code to generate /dev/fd, /dev/std* and /dev/core to /sbin/rc, |
|
|
1096 | bug #37349. |
|
|
1097 | |
|
|
1098 | * rc-scripts 1.4.3.12p3 (21 Jan 2004) |
|
|
1099 | |
|
|
1100 | 19 Jan 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1101 | |
|
|
1102 | Add /sbin/livecd-functions.sh from Brad House <brad_mssw@gentoo.org> |
|
|
1103 | for livecd support. Add bits to /sbin/rc to support it. |
|
|
1104 | |
|
|
1105 | 06 Jan 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1106 | |
|
|
1107 | Fix type-o in /etc/init.d/checkfs, bug #37113. |
|
|
1108 | |
|
|
1109 | 29 Dec 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1110 | |
|
|
1111 | Update /sbin/depscan.sh, /sbin/env-update.sh, src/awk/cachedepends.awk, |
|
|
1112 | src/awk/gendepends.awk and src/awk/genenviron.awk to use ENVIRON rather |
|
|
1113 | then gawk -v. Also add some tests to see if we got the environment |
|
|
1114 | variables. |
|
|
1115 | |
|
|
1116 | 28 Dec 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1117 | |
|
|
1118 | Fix /sbin/rc to mount /dev/pts with gid=5 and mode=0620, bug #36088. |
|
|
1119 | |
|
|
1120 | * rc-scripts 1.4.3.12p2 (27 Dec 2003) |
|
|
1121 | |
|
|
1122 | 26 Dec 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1123 | |
|
|
1124 | Update code to generate /dev from /sys. Add UDEV_NO_SLEEP=1 for |
|
|
1125 | hack to not make udev sleep - its not needed as these entries |
|
|
1126 | are already present, and not a hotplug event. |
|
|
1127 | |
|
|
1128 | Update /etc/init.d/{consolefont,numlock} to work with udev managed |
|
|
1129 | /dev that have devfs layout. |
|
|
1130 | |
|
|
1131 | 14 Dec 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1132 | |
|
|
1133 | Fix type-o in /sbin/rc, bug #34837. |
|
|
1134 | |
|
|
1135 | * rc-scripts 1.4.3.12p1 (26 Nov 2003) |
|
|
1136 | |
|
|
1137 | 26 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1138 | |
|
|
1139 | Fix /etc/init.d/halt.sh to reset pam_console permissions, else |
|
|
1140 | the next bootup might be done with some non-root nodes which cause |
|
|
1141 | some odd issues. |
|
|
1142 | |
|
|
1143 | Add code to generate /dev from sysfs entries - not much it currently |
|
|
1144 | support but block/tty devices, but it is a start for when we have |
|
|
1145 | full sysfs support in all drivers. |
|
|
1146 | |
|
|
1147 | Revert carrier detection check, as there is currently too many |
|
|
1148 | issues with it, bug #33272. |
|
|
1149 | |
|
|
1150 | Make sure we mount already mounted mount (done in /sbin/rc) with |
|
|
1151 | correct permissions, etc, bug #33764. Modified /etc/init.d/checkroot |
|
|
1152 | for this. |
|
|
1153 | |
|
|
1154 | 16 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1155 | |
|
|
1156 | Fix carrier detection - we need to do a 'ifconfig $IFACE up' else |
|
|
1157 | some drivers do not set the IFF_RUNNING bit, bug #33272, thanks to |
|
|
1158 | Jason Rhinelander <jason-gentoo@gossamer-threads.com> for the fix. |
|
|
1159 | |
|
|
1160 | 15 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1161 | |
|
|
1162 | Add a warning to cachedepends.awk if a rc-script's name ends in |
|
|
1163 | '.sh', bug #33134. Add better error checking to /sbin/depscan.sh. |
|
|
1164 | |
|
|
1165 | Fix /etc/init.d/halt.sh to not try and remount virtual devices, |
|
|
1166 | also do a few cleanups. Closes bug #33271. |
|
|
1167 | |
|
|
1168 | * rc-scripts 1.4.3.12 (11 Nov 2003) |
|
|
1169 | |
|
|
1170 | 11 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1171 | |
|
|
1172 | Add carrier detection to /etc/init.d/net.eth0 closing bug #25480; |
|
|
1173 | patch by Jordan Ritter <jpr5+gentoo@darkridge.com>. |
|
|
1174 | |
|
|
1175 | Add extra checks for critical directories to /sbin/rc. |
|
|
1176 | |
|
|
1177 | 04 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1178 | |
|
|
1179 | Update /bin/rc-status giving a working '-u' parameter, bug #32417. |
|
|
1180 | Fix by Michael Frysinger <vapier@gentoo.org>. |
|
|
1181 | |
|
|
1182 | 31 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1183 | |
|
|
1184 | Add support for --tty switch added to setfont and remove consolechars |
|
|
1185 | support; modified /etc/init.d/consolefont for this. Also remove |
|
|
1186 | consoletools support from /etc/init.d/keymaps. |
|
|
1187 | |
|
|
1188 | 29 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1189 | |
|
|
1190 | We should still use /sbin/udev as hotplug agent if /sbin/hotplug do |
|
|
1191 | not exist. Updated /sbin/rc for this. |
|
|
1192 | |
|
|
1193 | Add a fix to /etc/init.d/keymaps for bug #32111 (we should not have |
|
|
1194 | '-u' in the call to loadkeys when using unicode). |
|
|
1195 | |
|
|
1196 | We should not use '-' in variable names for bash, bug #31184, thanks |
|
|
1197 | to Andreas Simon <yuipx@gmx.net>. Updated /sbin/MAKEDEV. |
|
|
1198 | |
|
|
1199 | 27 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1200 | |
|
|
1201 | Fix return code checking of fsck in /etc/init.d/checkfs, bug #31349. |
|
|
1202 | |
|
|
1203 | 26 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1204 | |
|
|
1205 | The unmount stuff in /etc/init.d/halt.sh was flawed, in the fact that |
|
|
1206 | it called 'umount -t no<insert_fs_here>', which resulted in /proc, etc |
|
|
1207 | unmounted anyhow. Change it to remount the last filesystems readonly |
|
|
1208 | without trying to unmount any. This fixes a few cases where reboot |
|
|
1209 | would halt due to unmounted /proc, etc. |
|
|
1210 | |
|
|
1211 | This change set fixes two things: |
|
|
1212 | 1) In exporting all functions/variables in functions.sh, rc-services.sh |
|
|
1213 | and rc-daemon.sh, we created an overly large environment, and also |
|
|
1214 | broke stuff like glftpd. Do not do this, and hope whatever caused |
|
|
1215 | the issues previously is fixed in the meantime. This should close |
|
|
1216 | bugs #25754 and #31794. |
|
|
1217 | 2) gendepend.awk used to generate deptree with functions called |
|
|
1218 | depinfo_<scriptname> which set appropriate variables when called. |
|
|
1219 | This broke if the scriptname contained characters that is not valid |
|
|
1220 | for bash variable names. Changed things to use an array fixing this. |
|
|
1221 | This closes bug #24092. |
|
|
1222 | |
|
|
1223 | Change /sbin/rc again to not set the hotplug agent to /sbin/udev, as |
|
|
1224 | /sbin/hotplug will call udev as well. |
|
|
1225 | |
|
|
1226 | Fix a logic error in /lib/rcscripts/sh/rc-services.sh that cause the |
|
|
1227 | get_dep_info() function to skip the last entry in the RC_DEPEND_TREE |
|
|
1228 | array (in my case 'net'). |
|
|
1229 | |
|
|
1230 | We did not handle the 'net' dependency properly in valid_iuse() and |
|
|
1231 | valid_iafter(). Fix this in /lib/rcscripts/sh/rc-services.sh, closing |
|
|
1232 | bugs #30327 and #31950. |
|
|
1233 | |
|
|
1234 | Change an occurance of /etc/modutils in modules-update.8 to |
|
|
1235 | /etc/modules.d/ closing bug #31171. |
|
|
1236 | |
|
|
1237 | 19 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1238 | |
|
|
1239 | More bootsplash fixes, bug #21019 (comment #21). |
|
|
1240 | |
|
|
1241 | Remove the killall5 stuff from /etc/init.d/halt.sh, as it messes with |
|
|
1242 | bootsplash. Add support to kill processes still using non-critical |
|
|
1243 | mounts with fuser though. |
|
|
1244 | |
|
|
1245 | 17 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1246 | |
|
|
1247 | Bootsplash fixes from Michael Aichler <micha@aichler.net>, (comment #15 |
|
|
1248 | and #16 from bug #21019). |
|
|
1249 | |
|
|
1250 | Bootsplash coded did not play nice with boot profiles, so I fixed that |
|
|
1251 | as well. Some other style tweaks. |
|
|
1252 | |
|
|
1253 | Fix /sbin/MAKEDEV to use 'user:group' form, and not depriciated '.'. |
|
|
1254 | Also changed the permissions on tty's, ibcs and scanner devices |
|
|
1255 | to 0660. |
|
|
1256 | |
|
|
1257 | * rc-scripts 1.4.3.11p2 (14 Sep 2003) |
|
|
1258 | |
|
|
1259 | 14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1260 | |
|
|
1261 | Revert previous changes, and substitute it for the bootsplash patches |
|
|
1262 | from Michael Aichler <micha@aichler.net>, bug #21019. His www pages |
|
|
1263 | can be reached at: |
|
|
1264 | |
|
|
1265 | http://www.aichler.net/gentoo/bootsplash/ |
|
|
1266 | |
|
|
1267 | I should note that the bootsplash stuff is not 100% tested. |
|
|
1268 | |
|
|
1269 | |
|
|
1270 | * rc-scripts 1.4.3.11p1 (14 Sep 2003) |
|
|
1271 | |
|
|
1272 | 14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1273 | |
|
|
1274 | Initial bootsplash patch as from LiveCD's. |
|
|
1275 | |
|
|
1276 | Add more tty's to /etc/init.d/numlock, bug #28252. |
|
|
1277 | |
|
|
1278 | * rc-scripts 1.4.3.11 (14 Sep 2003) |
|
|
1279 | |
|
|
1280 | 14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1281 | |
|
|
1282 | Add initial udev support. Modified /sbin/rc and /etc/init.d/halt.sh. |
|
|
1283 | Resolves bug #27527. |
|
|
1284 | |
|
|
1285 | Add squid to /etc/services, bug #30995. Other cleanups from rac. |
|
|
1286 | |
|
|
1287 | Add patch from Kumba <kumba@gentoo.org> to MAKEDEV to not allow |
|
|
1288 | running while pwd is root (/). |
|
|
1289 | |
|
|
1290 | Add 'after hotplug' to /etc/init.d/consolefont, bug #30856. |
|
|
1291 | |
|
|
1292 | Add entry for floppy in /etc/fstab, bug #30574. |
|
|
1293 | |
|
|
1294 | Remove changing group of /tmp/.{X,ICE}-unix, as it it not needed, |
|
|
1295 | bug #28861. |
|
|
1296 | |
|
|
1297 | Apply a patch from Mike Frysinger <vapier@gentoo.org> for rc-status. |
|
|
1298 | It now will work with runlevels named with any characters (other than |
|
|
1299 | ones found in default bash IFS). It also adds a few sanity/error |
|
|
1300 | checks, bug #26432. |
|
|
1301 | |
|
|
1302 | Change /etc/inputrc to have PageUp/PageDown search through bash |
|
|
1303 | history again, bug #26036. |
|
|
1304 | |
|
|
1305 | 14 Sep 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1306 | |
|
|
1307 | Change update-modules to modules-update in manpage, bug #28101. |
|
|
1308 | |
|
|
1309 | * rc-scripts 1.4.3.10p1 (08 Sep 2003) |
|
|
1310 | |
|
|
1311 | 08 Sep 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1312 | |
|
|
1313 | Change the '-k' switch to dhcpcd to '-z' in /etc/init.d/net.eth0. |
|
|
1314 | |
|
|
1315 | 12 Aug 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1316 | |
|
|
1317 | Add missing 'local x' to filter_environ() (bug #26429), thanks to |
|
|
1318 | Mark Wagner <mark@lanfear.net>. Modified rc-services.sh for this. |
|
|
1319 | |
|
|
1320 | 11 Aug 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1321 | |
|
|
1322 | Modify /etc/init.d/modules not to print the autoloading stuff if |
|
|
1323 | no modules should be loaded (resolving bug #26288), per request from |
|
|
1324 | Michael Frysinger <vapier@gentoo.org>. |
|
|
1325 | |
|
|
1326 | Fix get_bootparam() in /sbin/functions.sh to check for existance of |
|
|
1327 | the /proc/cmdline proc entry. |
|
|
1328 | |
|
|
1329 | 10 Aug 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1330 | |
|
|
1331 | Modify /etc/init.d/halt.sh to first kill, and then deactivate swap on |
|
|
1332 | request of Luke-Jr <luke-jr@gentoo.org>. It should be ok now, as the |
|
|
1333 | whole way of devfs handling changed long ago already. |
|
|
1334 | |
|
|
1335 | Fix /etc/init.d/halt.sh to unmount the mount point and not the device. |
|
|
1336 | Also change it to 'mount -d' to detach the loop device. Patch by |
|
|
1337 | Kalin KOZHUHAROV <kalin@ThinRope.net>, bug #26256. |
|
|
1338 | |
|
|
1339 | Fix /etc/init.d/consolefont to not error out if CONSOLEFONT in rc.conf |
|
|
1340 | is not set, bug #26278 (noted by Michael Frysinger <vapier@gentoo.org>). |
|
|
1341 | |
|
|
1342 | * rc-scripts 1.4.3.10 (04 Aug 2003) |
|
|
1343 | |
|
|
1344 | 04 Aug 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1345 | |
|
|
1346 | Add /bin/rc-status and 'show' support to /sbin/rc-update (long overdue), |
|
|
1347 | bug #4222, thanks to Sean E Russell <ser@germane-software.com>, |
|
|
1348 | Michael Frysinger <vapier@gentoo.org> (/bin/rc-status) and for the 'show' |
|
|
1349 | stuff to /sbin/rc-update, Max Kalika <max@gentoo.org>. |
|
|
1350 | |
|
|
1351 | Fixed modules-update to only do the /etc/modprobe.conf generation if we |
|
|
1352 | are actually running a 2.5+ kernel. |
|
|
1353 | |
|
|
1354 | Add pop3 entries to /etc/services, bug #25501. |
|
|
1355 | |
|
|
1356 | Add a switch for devfsd startup to /etc/conf.d/rc, fix /sbin/rc to check |
|
|
1357 | RC_DEVFSD_STARTUP. Closes bug #24361, thanks to patches from |
|
|
1358 | Kurt V. Hindenburg <khindenburg@cherrynebula.net>. |
|
|
1359 | |
|
|
1360 | Add LVM2 support thanks to Max Kalika <max@gentoo.org> (bug #21908). |
|
|
1361 | |
|
|
1362 | Add IPV6 versions of localhost and co in /etc/hosts, bug #25859. |
|
|
1363 | |
|
|
1364 | Fix type-o in /sbin/rc-update, bug #25854. |
|
|
1365 | |
|
|
1366 | 29 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1367 | |
|
|
1368 | Tweak /etc/init.d/check{root,fs} to set retval after each fsck call, |
|
|
1369 | and not the whole block. Tweak check checkroot to reboot if need be |
|
|
1370 | (This is with sufficient warning and message). Tweak checkfs to not |
|
|
1371 | drop to a sulogin if return code 2 or 3 is given - as we did not |
|
|
1372 | mount the filesystems yet, we should not need to reboot ... bug #25398. |
|
|
1373 | |
|
|
1374 | Add '-T' option to fsck (/etc/init.d/check{root,fs} - requested by |
|
|
1375 | Michael Frysinger <vapier@gentoo.org>. |
|
|
1376 | |
|
|
1377 | 28 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1378 | |
|
|
1379 | Rework changes for the Adelie project to support boot config profiles |
|
|
1380 | better. Added support for /etc/runlevels/LEVEL/.fake to specify which |
|
|
1381 | runlevels should be marked started or stopped without executing the |
|
|
1382 | script. Renamed the /etc/runlevels/LEVEL/critical to ".critical" for |
|
|
1383 | more uniformity. Modified /sbin/rc, /sbin/functions.sh, /sbin/runscript.sh |
|
|
1384 | for this. |
|
|
1385 | |
|
|
1386 | Add better support for services that provide the "logger" virtual. We |
|
|
1387 | should really start the logger earlier, and stop it as late as possible. |
|
|
1388 | Modified /sbin/rc, /lib/rcscripts/sh/rc-services.sh and gendepends.awk |
|
|
1389 | for this. |
|
|
1390 | |
|
|
1391 | Fix .../boot/... paths hardcoded in /lib/rcscripts/sh/rc-services.sh, |
|
|
1392 | thanks to Jean-Francois Richard <jean-francois@richard.name>. |
|
|
1393 | |
|
|
1394 | Replace the Suse /etc/inputrc with a non copyrighted one, bug #24918. |
|
|
1395 | |
|
|
1396 | 23 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1397 | |
|
|
1398 | From Jean-Francois Richard <jean-francois@richard.name> and |
|
|
1399 | Olivier Crete <tester@gentoo.org> from the Adelie project: |
|
|
1400 | |
|
|
1401 | The last four patches are the "adaptation" of our previous patches to |
|
|
1402 | the new "no-tmpfs" init system in Gentoo. Since we were using quite |
|
|
1403 | different scripts for the boot runlevel (no "checkroot" for example) and |
|
|
1404 | that the new system hardcodes some of the boot services, we had to find |
|
|
1405 | a simple yet elegant solution. |
|
|
1406 | |
|
|
1407 | We chose to make init scripts read "/etc/runlevels/LEVEL/critical" to |
|
|
1408 | know what are the boot runlevel services. If this file is not present, |
|
|
1409 | it uses the Gentoo hardcoded defaults. |
|
|
1410 | |
|
|
1411 | This touches /sbin/rc, /sbin/functions.sh, /sbin/runscript.sh and |
|
|
1412 | /etc/init.d/halt.sh. |
|
|
1413 | |
|
|
1414 | I just changed the behaviour of 'softlevel' kernel command line argument |
|
|
1415 | to not only add a suffix and some other cleanups. |
|
|
1416 | |
|
|
1417 | Add support for irqbalance. |
|
|
1418 | |
|
|
1419 | 22 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1420 | |
|
|
1421 | Fix the /dev/root entry in /etc/mtab, bug #24916. |
|
|
1422 | |
|
|
1423 | Add EVMS2 support, thanks to Mike Javorski <mike_javorski@bigfoot.com>, |
|
|
1424 | bug #24064. |
|
|
1425 | |
|
|
1426 | * rc-scripts 1.4.3.9 (17 Jul 2003) |
|
|
1427 | |
|
|
1428 | 17 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1429 | |
|
|
1430 | Add vlan support to /etc/init.d/net.eth0, bug #15588, thanks to |
|
|
1431 | Andy Dustman <andy-gentoo.54e552@dustman.net>. |
|
|
1432 | |
|
|
1433 | Add 'TERM=Eterm' to /etc/DIR_COLORS, bug #23423. |
|
|
1434 | |
|
|
1435 | Add mdadm support to /etc/init.d/checkfs, bug #23437, many thanks |
|
|
1436 | to Wes Kurdziolek <wkurdzio@vtluug.org>. |
|
|
1437 | |
|
|
1438 | Rather use 'uname -r' to get kernel version, as else we need sysctl. |
|
|
1439 | This closes bug #23923, modified /etc/init.d/modules. |
|
|
1440 | |
|
|
1441 | Fix a type-o in /etc/fstab, bug #23308. |
|
|
1442 | |
|
|
1443 | Add support for the new 'O' agetty option to display the DNS domainname |
|
|
1444 | in the issue file thanks to Marius Mauch <genone@genone.de>, bug #22275. |
|
|
1445 | Updated /etc/issue and /etc/issue.logo for this. |
|
|
1446 | |
|
|
1447 | 16 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1448 | |
|
|
1449 | Add aliases for add/del to /sbin/rc-update closing bug #24317, thanks |
|
|
1450 | to Antonio Dolcetta <zagarna@yahoo.com>. |
|
|
1451 | |
|
|
1452 | Fix /etc/init.d/net.eth0 to not set rp_filter if already set via |
|
|
1453 | /etc/sysctl.conf, bug #24235 - thanks jochen <jochen.eisinger@gmx.de>. |
|
|
1454 | |
|
|
1455 | Fix /sbin/runscript.sh and /lib/rcscripts/awk/cachedepend.awk to work |
|
|
1456 | with symlinks in /etc/init.d/, closing bug #24228. |
|
|
1457 | |
|
|
1458 | Fix /etc/init.d/clock to work with UML, closing bug #24225 thanks to |
|
|
1459 | John Mylchreest <johnm@gentoo.org>. |
|
|
1460 | |
|
|
1461 | Fix hardcoded color escape sequence in /sbin/rc, closing bug #24109, |
|
|
1462 | thanks to splite <splite-gentoo@sigint.cs.purdue.edu>. |
|
|
1463 | |
|
|
1464 | Fix /sbin/functions.sh to disable color printing if NOCOLOR is set to |
|
|
1465 | "true" in /etc/make.conf, closing bug #24107. |
|
|
1466 | |
|
|
1467 | Fix /etc/init.d/keymaps to be more non-x86 friendly, and also allow |
|
|
1468 | more keymaps to be specified in /etc/rc.conf, bug #24084. |
|
|
1469 | |
|
|
1470 | 15 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1471 | |
|
|
1472 | Add /bin/csh to /etc/shells. |
|
|
1473 | |
|
|
1474 | Add new protocols to /etc/services, thanks Rajiv Aaron Manglani |
|
|
1475 | <rajiv@gentoo.org>. |
|
|
1476 | |
|
|
1477 | 23 Jun 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1478 | |
|
|
1479 | Cleanups for bug #21438 from bug #22637, thanks to |
|
|
1480 | Christian Strauf <christian.strauf@gmx.de> and Ian Abbott <ian@abbott.org>. |
|
|
1481 | |
|
|
1482 | 22 Jun 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1483 | |
|
|
1484 | Really commit fix for bug #21438 to CVS. |
|
|
1485 | |
|
|
1486 | 21 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1487 | |
|
|
1488 | Call /proc mount with explicit options to fix issues where user |
|
|
1489 | have 'bind' mounts for /proc in fstab as well, bug #21068. |
|
|
1490 | |
|
|
1491 | Fix /etc/init.d/bootmisc to check for /sbin/env-update.sh, bug #21384, |
|
|
1492 | reported by Gunnlaugur Thor Briem <gthb@hi.is>. |
|
|
1493 | |
|
|
1494 | Add 'before bootmisc' to /etc/init.d/domainname, as we need to start |
|
|
1495 | it before 'env-update.sh' gets run by /etc/init.d/bootmisc. |
|
|
1496 | |
|
|
1497 | * rc-scripts 1.4.3.8p1 (21 May 2003) |
|
|
1498 | |
|
|
1499 | 21 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1500 | |
|
|
1501 | Last fix I did not use the modified 'myservice', but used $1 again, |
|
|
1502 | causing the network dependencies to bork. I did not notice this |
|
|
1503 | as I have net.eth0 in default runlevel. |
|
|
1504 | |
|
|
1505 | * rc-scripts 1.4.3.8 (20 May 2003) |
|
|
1506 | |
|
|
1507 | 20 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1508 | |
|
|
1509 | A '-' in a bash variable is not valid as well. Fix gendepend.awk and |
|
|
1510 | rc-service.sh to handle this, thanks to YAMAKURA Makoto |
|
|
1511 | <makoto@dsb.club.ne.jp>. |
|
|
1512 | |
|
|
1513 | Move /etc/issue to /etc/issue.logo, and have /etc/issue only print info |
|
|
1514 | about the host it is running on. |
|
|
1515 | |
|
|
1516 | 18 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1517 | |
|
|
1518 | Do not let devfsd handle /dev/log's permission management, as it breaks |
|
|
1519 | selinux. Modified /etc/devfsd.conf, changes submited by Chris PeBenito |
|
|
1520 | <pebenito@gentoo.org>. |
|
|
1521 | |
|
|
1522 | Fix type-o in /etc/init.d/net.ppp0, and add local ip-up/ip-down support. |
|
|
1523 | |
|
|
1524 | 14 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1525 | |
|
|
1526 | We should not export the RC_GOT_* variables, as it breaks on some systems, |
|
|
1527 | thanks to J?rg Gollnick <gentoo-bugs@wurzelbenutzer.de>, bug #20851. |
|
|
1528 | |
|
|
1529 | From C. Brewer <killian@gentoo.org>: |
|
|
1530 | - Add hide-password to the connect cmd-line of /etc/init.d/net.ppp0, which is |
|
|
1531 | suppose to be default, but why take chances? |
|
|
1532 | - Also, echoing chmod 640 in the resolv.conf two-step at the end to solve the |
|
|
1533 | kppp complaint. |
|
|
1534 | |
|
|
1535 | 13 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1536 | |
|
|
1537 | For the network functions, the dependency code tried to create a funcion |
|
|
1538 | with a '.' in the name, causing the network rc-scripts to not have any |
|
|
1539 | dependencies. This should fix bug #20849 's order issue, thanks to |
|
|
1540 | YAMAKURA Makoto <makoto@dsb.club.ne.jp> for noticing. |
|
|
1541 | |
|
|
1542 | Fix query_{before,after} to also check 'net' if 'service2' is a network |
|
|
1543 | service. |
|
|
1544 | |
|
|
1545 | 12 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1546 | |
|
|
1547 | More cleanups: |
|
|
1548 | - Move the broken stuff from symlinks to a DB entry in ${svcdir}/deptree. |
|
|
1549 | Updated /sbin/runscript.sh, /sbin/rc-services.sh and gendepend.awk for |
|
|
1550 | this. |
|
|
1551 | - Add functions for more common tasks in /sbin/runscript.sh to |
|
|
1552 | /sbin/rc-services.sh. |
|
|
1553 | - Move 'consoletype' to /sbin. |
|
|
1554 | - Rename /sbin/rc-envupdate.sh to /sbin/env-update.sh; updated |
|
|
1555 | /etc/init.d/bootmisc for this. |
|
|
1556 | - Move rc-services.sh, rc-daemon.sh and rc-help.sh to /lib/rcscripts/sh. |
|
|
1557 | - Improve detection of circular depends ... modified gendepend.awk for this. |
|
|
1558 | |
|
|
1559 | * rc-scripts 1.4.3.7 (11 May 2003) |
|
|
1560 | |
|
|
1561 | 11 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1562 | |
|
|
1563 | Too many things to remember, so here is changes of note: |
|
|
1564 | - More changes to gendepend.awk. This basically modifies it to not use |
|
|
1565 | symlinks in $svcdir/{need,use,before,after,provide} anymore, but rather |
|
|
1566 | create a file that can be sourced. Seems to speedup things nicely. |
|
|
1567 | - Add /sbin/rc-services.sh. This is basically a module to get dependency |
|
|
1568 | info from the new $svcdir/deptree, and some other new service functions. |
|
|
1569 | - Modify the whole works to *only* source all needed files once. This |
|
|
1570 | includes /sbin/{functions.sh,rc-services.sh,rc-daemon.sh}. Also |
|
|
1571 | rc-services.sh will only source $svcdir/deptree once. /sbin/runscript.sh |
|
|
1572 | is sourced more than once (actually each time a service is started or |
|
|
1573 | stopped, but is is cut down much). Also seems to speed things up again. |
|
|
1574 | - Fix a long outstanding bug in gendepend.awk that caused the 'net' |
|
|
1575 | dependency to not be actually used in shutdown, causing the services |
|
|
1576 | needing it to be stoped before net.* services. |
|
|
1577 | - Add the RC_PARALLEL_STARTUP variable, with schedule_service_startup() to |
|
|
1578 | /sbin/rc-services.sh and /etc/conf.d/rc. This is experimental parallel |
|
|
1579 | startup of services, and seems to work nicely. Only issues to date is |
|
|
1580 | that printing of messages is not synced, and a race very intermittantly |
|
|
1581 | that causes a service to be started when it was already scheduled. |
|
|
1582 | - Add a new dependency type 'parallel' that can be used to control if a |
|
|
1583 | service can be started in paralled or not. Possible arguments is "yes" |
|
|
1584 | or "no"; if it is not present, it is considered as "yes": |
|
|
1585 | |
|
|
1586 | depend() { |
|
|
1587 | parallel yes|no |
|
|
1588 | } |
|
|
1589 | |
|
|
1590 | Modified cachedepend.awk, gendepend.awk and /sbin/rc-services.sh. |
|
|
1591 | - Fix the 'single' runlevel to actually work properly, and without a |
|
|
1592 | /etc/runlevels/single directory. |
|
|
1593 | - Remove the BOOT variable, and update /sbin/rc to set SOFTLEVEL properly. |
|
|
1594 | Fix /etc/init.d/{checkroot,bootmisc} to use SOFTLEVEL instead of BOOT. |
|
|
1595 | |
|
|
1596 | 08 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1597 | |
|
|
1598 | Major rework of /lib/rcscript/awk/gendepend.awk, cleaning it up nicely, |
|
|
1599 | and adding more sanity checks. |
|
|
1600 | |
|
|
1601 | 04 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1602 | |
|
|
1603 | Revert /etc/init.d/hostname the way it was, as it should be the user's |
|
|
1604 | choice if he want to have a FQDN in there or not, bug #14946. |
|
|
1605 | |
|
|
1606 | Add /etc/init.d/domainname for those that want to use it. |
|
|
1607 | |
|
|
1608 | 29 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1609 | |
|
|
1610 | Change the root check back the way it was, else it breaks with non bash |
|
|
1611 | shells; modified /etc/profile. |
|
|
1612 | |
|
|
1613 | 29 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1614 | |
|
|
1615 | Change test in /etc/profile for root to '[ "$EUID" -eq 0 ]', bug #20140. |
|
|
1616 | |
|
|
1617 | 27 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1618 | |
|
|
1619 | Add various patches from Rachel Holmes <rach@gmx.net>: |
|
|
1620 | |
|
|
1621 | Dropped use of 'cat' in bash scripts, '$(<$file)' is there for that |
|
|
1622 | purpose. Modified: |
|
|
1623 | |
|
|
1624 | /etc/init.d/net.ppp0 |
|
|
1625 | /etc/init.d/nscd |
|
|
1626 | /sbin/functions.sh |
|
|
1627 | /sbin/rc |
|
|
1628 | /sbin/rc-daemon.sh |
|
|
1629 | /sbin/rc-envupdate.sh.bash |
|
|
1630 | /sbin/runscript.sh |
|
|
1631 | |
|
|
1632 | Exchanged some gratuitous use of awk for grep. Awk is a little resource |
|
|
1633 | hungry just for a simple test. (I [azarah] did not apply the changes to |
|
|
1634 | tests for 'devfs', as having 'usbdevfs' in the equation will break |
|
|
1635 | things). Modified /sbin/rc for this. |
|
|
1636 | |
|
|
1637 | Gentoo enforces having /proc, so uname -r is a little redundant when the |
|
|
1638 | information is available without an external command. Modified: |
|
|
1639 | |
|
|
1640 | /etc/init.d/modules |
|
|
1641 | /etc/init.d/serial |
|
|
1642 | /sbin/functions.sh |
|
|
1643 | /sbin/modules-update |
|
|
1644 | |
|
|
1645 | Changed 'id -u' commands to use $EUID in bash executed scripts, same |
|
|
1646 | result no extra command. Modified: |
|
|
1647 | |
|
|
1648 | /sbin/rc-envupdate.sh |
|
|
1649 | /sbin/rc-envupdate.sh.bash |
|
|
1650 | /sbin/rc-update |
|
|
1651 | |
|
|
1652 | Removed all the cat sections, and the separate echo sections. The output |
|
|
1653 | is _exactly_ the same, minus some spare spaces that have been removed. |
|
|
1654 | Fourfold speed increase in the (granted flimsy) tests I have done. |
|
|
1655 | Modified /sbin/rc-help.sh for this. |
|
|
1656 | |
|
|
1657 | Final remaining 'cat' commands removed, in favour of using bash's internal |
|
|
1658 | '$(< )' or 'echo'. Use of echo leads the way to future support for bash's |
|
|
1659 | i18n anyway. Modified: |
|
|
1660 | |
|
|
1661 | /sbin/rc |
|
|
1662 | /sbin/rc-envupdate.sh |
|
|
1663 | /sbin/rc-envupdate.sh.bash |
|
|
1664 | |
|
|
1665 | |
|
|
1666 | |
|
|
1667 | * rc-scripts 1.4.3.6 (27 Apr 2003) |
|
|
1668 | |
|
|
1669 | 27 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1670 | |
|
|
1671 | Add a 'save' function /etc/init.d/clock, bug #19685. |
|
|
1672 | |
|
|
1673 | Add a slocate group to /etc/group, bug #19604. |
|
|
1674 | |
|
|
1675 | Do not stop a network service if we do not reboot on runlevel change, |
|
|
1676 | as it could have been started by the user or hotplug. This should |
|
|
1677 | address bug #12763; modified /sbin/rc for this. |
|
|
1678 | |
|
|
1679 | Fix /etc/init.d/hostname to set only the hostname, and not the NIS |
|
|
1680 | domainname. |
|
|
1681 | |
|
|
1682 | Fix /etc/init.d/keymaps to be able to set the extended keymap in rc.conf. |
|
|
1683 | This should close bug #16884. |
|
|
1684 | |
|
|
1685 | Fix /etc/profile to be /bin/sh compadible, bug #18918. |
|
|
1686 | |
|
|
1687 | Change the swap comments in /sbin/rc to "Activating (possible) swap" to |
|
|
1688 | be more 'generic' ? Only try to disable swap if any devices/files was |
|
|
1689 | activated. This should close bug #19089. |
|
|
1690 | |
|
|
1691 | Fix /etc/init.d/checkroot to only remount / rw if not set explicitly to |
|
|
1692 | rw in /etc/fstab, bug #19158. |
|
|
1693 | |
|
|
1694 | 24 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1695 | |
|
|
1696 | Fix /etc/init.d/net.ppp0 to do the right thing if stopped was called, |
|
|
1697 | but the ppp link was already down, bug #15333. |
|
|
1698 | |
|
|
1699 | 12 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1700 | |
|
|
1701 | Fix type-o in /etc/init.d/consolefont (line 38 should be 'retval=$?'). |
|
|
1702 | Thanks to Matt Taylor <liverbugg@juno.com> (comment #6, bug #18344). |
|
|
1703 | |
|
|
1704 | From linux-2.5.68, we need to mount devpts on /dev/pts again ... |
|
|
1705 | updated /sbin/rc for this. |
|
|
1706 | |
|
|
1707 | 11 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1708 | |
|
|
1709 | Fix errors on sourcing /etc/profile if EDITOR is not set, bug #18995. |
|
|
1710 | |
|
|
1711 | 10 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1712 | |
|
|
1713 | Make checking in unmount more strict, fixing bug #19007. |
|
|
1714 | |
|
|
1715 | 09 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1716 | |
|
|
1717 | Add one more check to genenviron.awk, to spot cases where there is a |
|
|
1718 | space between the variable and the '='. |
|
|
1719 | |
|
|
1720 | 08 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1721 | |
|
|
1722 | Fix interactive shell not to have coloured prompt when used as a |
|
|
1723 | dumb client, bug #18886. Fix was inspired by patch from |
|
|
1724 | Matthew Kennedy <mkennedy@gentoo.org>. |
|
|
1725 | |
|
|
1726 | * rc-scripts 1.4.3.5 (06 Apr 2003) |
|
|
1727 | |
|
|
1728 | 06 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1729 | |
|
|
1730 | Hopefully get the serial support sane again. Added /bin/consoletype |
|
|
1731 | from Redhat to check for serial console. This should resolve bug |
|
|
1732 | #18329 partly. |
|
|
1733 | |
|
|
1734 | Add the --nocolor option to suppress the use of colors. |
|
|
1735 | |
|
|
1736 | Change the 'status' option to return true if the service is running, |
|
|
1737 | and false if stopped. This is only if the '--quiet' flag was also |
|
|
1738 | given. |
|
|
1739 | |
|
|
1740 | Change the start and stop options not to output or return false if |
|
|
1741 | the '--quiet' flag was given. |
|
|
1742 | |
|
|
1743 | Redirect stderr for consolechars in /etc/init.d/consolefont to /dev/null |
|
|
1744 | as well, fixing bug #18344. |
|
|
1745 | |
|
|
1746 | Optimize $EDITOR extraction in /etc/profile closing bug #18614, thanks to |
|
|
1747 | Aron Griffis <agriffis@gentoo.org>. |
|
|
1748 | |
|
|
1749 | Set HALT to 'shutdown' or 'reboot' depending on if we are shutting down |
|
|
1750 | or rebooting. |
|
|
1751 | |
|
|
1752 | 30 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1753 | |
|
|
1754 | Fix bug #18329 ... $COLS was not setup properly for serial console. |
|
|
1755 | |
|
|
1756 | 24 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1757 | |
|
|
1758 | Optimize USB fs stuff in /etc/init.d/localmount to use less cats etc. |
|
|
1759 | Fix a problem where it might not have mounted the USB fs when usbcore |
|
|
1760 | was compiled as module, and the kernel did not mount it by the time |
|
|
1761 | the script was started. Get it to rather check what filesystems is |
|
|
1762 | supported when deciding if it should use 'usbdevfs' or 'usbfs', as |
|
|
1763 | later 2.4 kernels now also support the newer 'usbfs'. |
|
|
1764 | |
|
|
1765 | Optimize RAID stuff in /etc/init.d/checkfs a bit. |
|
|
1766 | |
|
|
1767 | 16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1768 | |
|
|
1769 | Update sbin/rc-envupdate.sh.bash for bug #17549. |
|
|
1770 | |
|
|
1771 | * rc-scripts 1.4.3.4 (16 Mar 2003) |
|
|
1772 | |
|
|
1773 | 16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1774 | |
|
|
1775 | Add /etc/issue done by a Polish ascii-artists, v|rus with some slight |
|
|
1776 | modifications (purple and display hostname, etc). Closes bug #16806. |
|
|
1777 | |
|
|
1778 | Add 'use hotplug' to /etc/init.d/net.eth0, to get cardbus hardware to |
|
|
1779 | work properly. Closes bug #17348. |
|
|
1780 | |
|
|
1781 | Add update from Wout Mertens <wmertens@gentoo.org> to speedup shutdown |
|
|
1782 | of dhcp interfaces, closing bug #17378. This modified /etc/init.d/net.eth0. |
|
|
1783 | |
|
|
1784 | 11 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1785 | |
|
|
1786 | Fix usage of /usr/bin/cut in /sbin/functions.sh, thanks Brandon Low |
|
|
1787 | <lostlogic@gentoo.org>! |
|
|
1788 | |
|
|
1789 | 10 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1790 | |
|
|
1791 | Add sysfs support for 2.5 kernels (mounted to /sys). Updated /sbin/rc |
|
|
1792 | and /etc/init.d/halt.sh for this. |
|
|
1793 | |
|
|
1794 | Update /etc/fstab to correctly mount /proc with: |
|
|
1795 | |
|
|
1796 | mount -t proc none /proc |
|
|
1797 | |
|
|
1798 | Do the same for /dev/shm: |
|
|
1799 | |
|
|
1800 | mount -t tmpfs none /dev/shm |
|
|
1801 | |
|
|
1802 | Fix a typeo in /etc/init.d/checkroot that caused 'umount -a' to output |
|
|
1803 | noise if we exited a recovery console. |
|
|
1804 | |
|
|
1805 | Fix /etc/init.d/hostname using /usr/bin/cut, closing bug #17175, thanks |
|
|
1806 | to Bobby Bingham <uhmmmm@columbus.rr.com> for noticing this. |
|
|
1807 | |
|
|
1808 | Bring down default gateway before adding new one .. this fixes issues |
|
|
1809 | where eth0/whatever was brought up by kernel. Changed /etc/init.d/net.eth0 |
|
|
1810 | for this, closing bug #17164. Thanks to nth <y.lesaint@free.fr> for the |
|
|
1811 | fix. |
|
|
1812 | |
|
|
1813 | Fix /etc/init.d/modules to call modprobe with -q .. this fix issues where |
|
|
1814 | it fails for module-init-tools if the module is already loaded. This |
|
|
1815 | closes bug #17163, thanks to nth <y.lesaint@free.fr>. |
|
|
1816 | |
|
|
1817 | * rc-scripts 1.4.3.3 (09 Mar 2003) |
|
|
1818 | |
|
|
1819 | 09 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1820 | |
|
|
1821 | Fix /etc/init.d/netmount not to unmount / on nfs/whatever, bug #16274. |
|
|
1822 | |
|
|
1823 | Fix net.eth0 not to try and start an interface if already up. |
|
|
1824 | |
|
|
1825 | Update MAKEDEV from Debian to support more archs. This adds support |
|
|
1826 | for 'arm', 'hppa' among others. URL: |
|
|
1827 | |
|
|
1828 | http://packages.debian.org/stable/base/makedev.html |
|
|
1829 | |
|
|
1830 | Add support to /etc/init.d/modules to use /etc/modules.autoload/kernel-2.4 |
|
|
1831 | if we are using a 2.4 kernel, and /etc/modules.autoload/kernel-2.5 if we |
|
|
1832 | are using a 2.5 kernel ... bug #17109. |
|
|
1833 | |
|
|
1834 | 02 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1835 | |
|
|
1836 | Update /etc/init.d/hostname to only set the hostname to whatever is before |
|
|
1837 | the first '.', and then set the domainname to the rest, closing bug #14946. |
|
|
1838 | |
|
|
1839 | 28 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1840 | |
|
|
1841 | Merge some of the optimizations from Graham Forest <vladimir@gentoo.org>. |
|
|
1842 | |
|
|
1843 | Fix spelling of dependency and some other spelling/grammer issues. |
|
|
1844 | Thanks goes to Kerin Millar <kerin@recruit2recruit.net> and |
|
|
1845 | Mike Frysinger <vapier@gentoo.org>, bug #15498. |
|
|
1846 | |
|
|
1847 | Change $svcdir to '/var/lib/init.d' to be more FHS compliant, bug #15192. |
|
|
1848 | |
|
|
1849 | Add 'Eterm' to /etc/skel/.bashrc, closing bug #14662. |
|
|
1850 | |
|
|
1851 | Adjust comments about PROTOCOLS in /etc/rc.conf to try and prevent |
|
|
1852 | bug #14556. |
|
|
1853 | |
|
|
1854 | 27 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1855 | |
|
|
1856 | Finally fix /etc/init.d/halt.sh to unmount non critical mounts properly. |
|
|
1857 | |
|
|
1858 | 20 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1859 | |
|
|
1860 | Kill /dev/ttyp0 error at boot by changing test in /etc/init.d/modules |
|
|
1861 | to 'test -c /dev/ttyp0 &> /dev/null'. |
|
|
1862 | |
|
|
1863 | 18 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1864 | |
|
|
1865 | Update /sbin/modules-update to generate /etc/modprobe.devfs from |
|
|
1866 | /etc/modules.devfs. This along with the devfs-hack.patch in the latest |
|
|
1867 | module-init-tools-0.9.9 should get rid of many of the warnings/errors |
|
|
1868 | with devfs, and makes it work a bit better. |
|
|
1869 | |
|
|
1870 | 17 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1871 | |
|
|
1872 | Fix /etc/inputrc for dvorak keyboard layout, bug #2599 again. |
|
|
1873 | |
|
|
1874 | 16 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1875 | |
|
|
1876 | Fix the 'source /etc/profile.env' to be '. /etc/profile' to have ksh |
|
|
1877 | support. This resolves bug #14994. |
|
|
1878 | |
|
|
1879 | Move EDITOR to /etc/rc.conf. Also update /etc/profile to set EDITOR |
|
|
1880 | according to /etc/rc.conf. |
|
|
1881 | |
|
|
1882 | Update /etc/init.d/checkfs to fix bug #14282. It did not exclude comments, |
|
|
1883 | and used 'basename' which is located in /usr/bin. |
|
|
1884 | |
|
|
1885 | 13 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1886 | |
|
|
1887 | Merge changes from Nick Jones <carpaski@gentoo.org> to not run stty if |
|
|
1888 | used in portage. Fix the NOCOLOR stuff. Updated /sbin/functions.sh for |
|
|
1889 | this. |
|
|
1890 | |
|
|
1891 | 06 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1892 | |
|
|
1893 | Update src/awk/genenviron.awk to properly set the environment for each |
|
|
1894 | rc-script's depend() function by sourcing required config files. |
|
|
1895 | |
|
|
1896 | 05 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1897 | |
|
|
1898 | Fix /sbin/rc-envupdate.sh to use $svcdir to set SVCDIR. This is thanks |
|
|
1899 | to Max Kalika <alkern23@yahoo.com>, bug #15050. |
|
|
1900 | |
|
|
1901 | 03 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1902 | |
|
|
1903 | Fix /sbin/modules-update to work with module-init-tools-0.9.9. |
|
|
1904 | |
|
|
1905 | 30 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1906 | |
|
|
1907 | Add 'use isapnp' to /etc/init.d/modules, closing bug #14677, thanks to |
|
|
1908 | Hubert Hanghofer <hubert.hanghofer@netbeer.co.at>. |
|
|
1909 | |
|
|
1910 | 27 Jan 2003; Donny Davies <woodchip@gentoo.org>: |
|
|
1911 | |
|
|
1912 | Fix halt.sh by moving the nut UPS kill power stuff back into a function! |
|
|
1913 | Add fix from the wonderful analysis of Toby Dickenson |
|
|
1914 | <tdickenson@geminidataloggers.com> in #12947. |
|
|
1915 | |
|
|
1916 | 26 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1917 | |
|
|
1918 | Fix start-stop-daemon to check the call to nice() correctly for failure, |
|
|
1919 | closing bug #14359, thanks to YAMAKURA Makoto <makoto@dsb.club.ne.jp>. |
|
|
1920 | |
|
|
1921 | Fix globbing $? when checking return value of fsck in /etc/init.d/checkroot |
|
|
1922 | and /etc/init.d/checkfs. This closes bug #13320, thanks to good work from |
|
|
1923 | Malcolm Scott <m@lcolm.org.uk>. |
|
|
1924 | |
|
|
1925 | 21 Jan 2003; Mike Frysinger <vapier@gentoo.org>: |
|
|
1926 | |
|
|
1927 | Updated /etc/rc.conf to add elogin/entrance support #13790. |
|
|
1928 | |
|
|
1929 | 21 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1930 | |
|
|
1931 | Update /etc/init.d/keymaps to enable unicode if required. This closes |
|
|
1932 | bug #14306 thanks to Danny Milosavljevic <danny_milo@yahoo.com>. |
|
|
1933 | |
|
|
1934 | 19 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1935 | |
|
|
1936 | Fix deadlock durning shutdown if tmpfs filesystems larger than free |
|
|
1937 | memory, and swap gets deactivated, bug #13599. Updated /etc/init.d/halt.sh |
|
|
1938 | for this. |
|
|
1939 | |
|
|
1940 | Merge in some fixes from Vapier <vapier@gentoo.org> to /sbin/functions.sh. |
|
|
1941 | This closes bug #13868. |
|
|
1942 | |
|
|
1943 | Always add "/bin:/sbin:/usr/bin:/usr/sbin" to PATH, as it fixes both |
|
|
1944 | 'su -c foo' not finding start-stop-daemon (etc), and bug #14127. |
|
|
1945 | |
|
|
1946 | Add route for lo interface to /etc/init.d/net.lo, closing bug #14055. |
|
|
1947 | |
|
|
1948 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1949 | |
|
|
1950 | Clear $svcdir in /sbin/rc before we run depscan to make sure we do |
|
|
1951 | not have stale entries left from hard reboot, thanks to pac1085 on |
|
|
1952 | irc. |
|
|
1953 | |
|
|
1954 | * rc-scripts 1.4.3.2 (15 Jan 2003) |
|
|
1955 | |
|
|
1956 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1957 | |
|
|
1958 | Truely fix bootup on seperate /var. |
|
|
1959 | |
|
|
1960 | Add some fixes and optimizations to /sbin/rc-update, thanks to |
| 3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
1961 | Daniel Robbins <drobbins@gentoo.org>. |
|
|
1962 | |
|
|
1963 | * rc-scripts 1.4.3.1 (15 Jan 2003) |
|
|
1964 | |
|
|
1965 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1966 | |
|
|
1967 | Fix bootup on seperate /var. |
|
|
1968 | |
|
|
1969 | 14 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1970 | |
|
|
1971 | Fix /etc/init.d/hostname and /etc/init.d/serial to close bug #13636. |
|
|
1972 | |
|
|
1973 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1974 | |
|
|
1975 | Fix /etc/init.d/keymaps to force linux keycodes for PPC, thanks |
|
|
1976 | to Olaf Hering <gentoo@aepfle.de>, bug #13193. |
|
|
1977 | |
|
|
1978 | Turn on -C option to fsck on for all calls to fsck. Updated scripts |
|
|
1979 | /etc/init.d/checkroot and /etc/init.d/checkfs, closing bug #13321. |
|
|
1980 | |
|
|
1981 | * rc-scripts 1.4.3.0 (07 Jan 2003) |
|
|
1982 | |
|
|
1983 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1984 | |
|
|
1985 | Too much to mention, but here are a few: |
|
|
1986 | - Major rewrite of software RAID startup, based on Mandrake's, as |
|
|
1987 | ours was pretty broken :( |
|
|
1988 | - Redone /sbin/rc to work without the tmpfs/ramfs stat directory. |
|
|
1989 | Much of /sbin/functions.sh and other scripts have been changed |
|
|
1990 | to support this. |
|
|
1991 | - Reworked /etc/inittab to support this. Also moved critical |
|
|
1992 | mounting of local filesystems to 'sysinit' function of /sbin/rc. |
|
|
1993 | - Move state directory to /var/state/init.d/ ($svcdir). |
|
|
1994 | - Move Adelie node init to /sbin/functions.sh to try and simplify |
|
|
1995 | /sbin/rc a bit. |
|
|
1996 | - Updated Copyright dates to 2003. |
|
|
1997 | |
|
|
1998 | * rc-scripts 1.4.2.8 (06 Jan 2003) |
|
|
1999 | |
|
|
2000 | 02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2001 | |
|
|
2002 | Fix src/awk/genenviron.awk to work with multiple 'need', 'use', etc |
|
|
2003 | lines, as it seems users do not note the need to have them all on |
|
|
2004 | one line .... |
|
|
2005 | |
|
|
2006 | Fix /sbin/runscript.sh to detect 'net.adsl', or any other net.* |
|
|
2007 | script not ending on a digit. This closes bug #12887. |
|
|
2008 | |
|
|
2009 | Fix get_KV to also check micro version of kernel; add KV_to_int() |
|
|
2010 | helper function for get_KV. Update /etc/init.d/localmount to work |
|
|
2011 | with new get_KV ... |
|
|
2012 | |
|
|
2013 | 28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2014 | |
|
|
2015 | Add support for generate-modprobe.conf or generating /etc/modprobe.conf |
|
|
2016 | in the new sys-apps/module-init-tools. Note that you need version |
|
|
2017 | 0.9.7 or later of sys-apps/module-init-tools. Updated |
|
|
2018 | /sbin/modules-update for this. |
|
|
2019 | |
|
|
2020 | Change /etc/init.d/localmount to use 'usbfs' and not 'usbdevfs' if |
|
|
2021 | we are running kernel 2.5 or later ... |
|
|
2022 | |
|
|
2023 | 26 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2024 | |
|
|
2025 | Add /etc/init.d/crypto-loop and /etc/conf.d/crypto-loop, a cool |
|
|
2026 | rc-script to setup encrypted loopback devices. This was kindly |
|
|
2027 | donated by Matthew Kennedy <mkennedy@gentoo.org> (bug #11471). |
|
|
2028 | |
|
|
2029 | 25 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2030 | |
|
|
2031 | Fix src/awk/genenviron.awk stripping *all* '=', closing |
|
|
2032 | bug #8901. |
|
|
2033 | |
|
|
2034 | Fix src/awk/genenviron.awk not seperating CONFIG_PROTECT with |
|
|
2035 | spaces ... |
|
|
2036 | |
|
|
2037 | * rc-scripts 1.4.2.7 (24 Dec 2002) |
|
|
2038 | |
|
|
2039 | 24 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2040 | |
|
|
2041 | Add a fix to /sbin/functions.sh for bug #12601. |
|
|
2042 | |
|
|
2043 | 22 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2044 | |
|
|
2045 | Add INFOPATH to /etc/env.d/00basic. |
|
|
2046 | |
|
|
2047 | Fix src/awk/genenviron.awk to get the order of the env.d files |
|
|
2048 | correct. Also fix it to handle *all* the SPECIALS correctly. |
|
|
2049 | This closes bug #12411. |
|
|
2050 | |
|
|
2051 | * rc-scripts 1.4.2.6 (18 Dec 2002) |
|
|
2052 | |
|
|
2053 | 18 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2054 | |
|
|
2055 | Add mips changes to sbin/MAKEDEV. This should close bug #12329, |
|
|
2056 | thanks to Nicholas Wourms <nwourms@netscape.net>. |
|
|
2057 | |
|
|
2058 | Quote some tests in /sbin/rc-update to fix/avoid the problem |
|
|
2059 | in bug # |
|
|
2060 | |
|
|
2061 | Fix awk regex in /etc/init.d/halt.sh to fix bug #11795. |
|
|
2062 | |
|
|
2063 | Update shell for postgres user, closing bug #12258. |
|
|
2064 | |
|
|
2065 | 11 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2066 | |
|
|
2067 | Fix src/awk/genenviron.awk not to add duplicate entries, closing |
|
|
2068 | bug #8999. |
|
|
2069 | |
|
|
2070 | * rc-scripts 1.4.2.5 (09 Dec 2002) |
|
|
2071 | |
|
|
2072 | 08 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2073 | |
|
|
2074 | Add another sync to /etc/init.d/halt.sh, closing bug 8173. |
|
|
2075 | |
|
|
2076 | Add smmsp uid and gid. Closes bug #8952. |
|
|
2077 | |
|
|
2078 | 04 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2079 | |
|
|
2080 | Setup colums, etc up properly for serial consoles in /sbin/functions.sh. |
|
|
2081 | Closes bug #11557, thanks to Erik Scrafford <erik@scrafford.org>. |
|
|
2082 | |
|
|
2083 | Add headers similar to that of portage-2.0.45 and up to the |
|
|
2084 | generated profile files (/etc/{profile,csh}.env). Updated |
|
|
2085 | src/awk/genenviron.awk for this. |
|
|
2086 | |
|
|
2087 | 01 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2088 | |
|
|
2089 | Fix typeo in /etc/devfsd.conf, closing bug #11424, thanks to the |
|
|
2090 | sharp eye of Techie2000 <Linux@mochamail.com>. |
|
|
2091 | |
|
|
2092 | Rename /sbin/update-modules to /sbin/modules-update, closing |
|
|
2093 | bug #11445. |
|
|
2094 | |
|
|
2095 | Nano moved from /usr/bin/nano to /bin/nano. Fix this in |
|
|
2096 | /etc/env.d/00basic, bug #10916. |
|
|
2097 | |
|
|
2098 | 27 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2099 | |
|
|
2100 | Add more improvements to clustering code. This is from |
|
|
2101 | Olivier Crete <crete@cerca.umontreal.ca>, bug #4151. |
|
|
2102 | |
|
|
2103 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2104 | |
|
|
2105 | Change default 'net' dependency behaviour to be more suited |
|
|
2106 | for notebook users. Basically if at least one net.* service |
|
|
2107 | beside net.lo start successfully, the 'net' dependency is |
|
|
2108 | considered up. Server admin can set RC_NET_STRICT_CHECKING="yes" |
|
|
2109 | in /etc/conf.d/rc to change this back to the old default. |
|
|
2110 | This is the start to address bug #2706. |
|
|
2111 | |
|
|
2112 | * rc-scripts 1.4.2.4 (26 Nov 2002) |
|
|
2113 | |
|
|
2114 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2115 | |
|
|
2116 | Initial merge of bits for Adelie Linux for SSI clusters. More |
|
|
2117 | info at: |
|
|
2118 | |
|
|
2119 | http://www.cerca.umontreal.ca/hpc/en/projects/adelie/index.html |
|
|
2120 | |
|
|
2121 | 25 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2122 | |
|
|
2123 | One liner fix to src/awk/cachedepends.awk to once again fix |
|
|
2124 | bug #7803. |
|
|
2125 | |
|
|
2126 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2127 | |
|
|
2128 | Add 'alias char-major-89 i2c-dev' to /etc/modules.d/aliases. |
|
|
2129 | This should close bug #10891. |
|
|
2130 | |
|
|
2131 | * rc-scripts 1.4.2.3 (18 Nov 2002) |
|
|
2132 | |
|
|
2133 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2134 | |
|
|
2135 | Add some more checks to src/awk/*. Fix error printing for |
|
|
2136 | /sbin/depscan.sh. |
|
|
2137 | |
|
|
2138 | Link awk module with gcc and not with ld. This should fix |
|
|
2139 | problems on sparc and alpha. Many thanks for this fix to |
|
|
2140 | Stephan Jones <cretin@gentoo.org>. |
|
|
2141 | |
|
|
2142 | Remove the copyright info from config files, thanks to |
|
|
2143 | Matthew Kennedy <mkennedy@gentoo.org>. |
|
|
2144 | |
|
|
2145 | * rc-scripts 1.4.2.2 (18 Nov 2002) |
|
|
2146 | |
|
|
2147 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2148 | |
|
|
2149 | Add src/awk/genenviron.awk which is rc-envupdate.sh ported |
|
|
2150 | to awk. This is also much faster than its bash version. |
|
|
2151 | |
|
|
2152 | Remove the 'Spider cat fix' from depscan.sh.bash, as it makes |
|
|
2153 | things even slower on older boxes. Bug #10548. |
|
|
2154 | |
|
|
2155 | After a bored Vapier decided that he needed to update the |
|
|
2156 | licenses of things in /etc :P, I did the rest. Hopefully |
|
|
2157 | not too many people will nuke thier fstab :/ |
|
|
2158 | |
|
|
2159 | * rc-scripts 1.4.2.1 (18 Nov 2002) |
|
|
2160 | |
|
|
2161 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2162 | |
|
|
2163 | Update src/awk/cachedepends.awk to find its own rc-scripts, |
|
|
2164 | fixing the need for find which broke systems with /usr on |
|
|
2165 | a different partition. |
|
|
2166 | |
|
|
2167 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2168 | |
|
|
2169 | Add some extra checks to src/awk/cachedepends.awk and |
|
|
2170 | src/awk/gendepends.awk. |
|
|
2171 | |
|
|
2172 | Move some of the more generic functions in src/awk/gendepends.awk |
|
|
2173 | to src/awk/functions.awk. |
|
|
2174 | |
|
|
2175 | * rc-scripts 1.4.2 (17 Nov 2002) |
|
|
2176 | |
|
|
2177 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2178 | |
|
|
2179 | Add initial version of new depscan.sh. This uses awk scripts |
|
|
2180 | to do the main work, giving about 10 times speed improvement on |
|
|
2181 | slower machines. Updated /sbin/depscan.sh, src/filefuncts.c, |
|
|
2182 | src/Makefile, src/awk/cachedepends.awk and src/awk/gendepends.awk |
|
|
2183 | for this. This should close bug #10548. |
|
|
2184 | |
|
|
2185 | * rc-scripts 1.4.1.2 (5 Nov 2002) |
|
|
2186 | |
|
|
2187 | 5 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2188 | |
|
|
2189 | Add UID/GID of 250 for Portage Fakeroot account. |
|
|
2190 | |
|
|
2191 | 4 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2192 | |
|
|
2193 | Change /etc/init.d/clock to depend on localmount again, fixing |
|
|
2194 | bug #10048. |
|
|
2195 | |
|
|
2196 | Get deps on logger sane again. I wanted to get the logger started |
|
|
2197 | as early as possible, but clock for one breaks if /usr is mounted |
|
|
2198 | on seperate partition. |
|
|
2199 | |
|
|
2200 | 29 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2201 | |
|
|
2202 | Fix return in /etc/init.d/modules to return 0 if /proc/modules |
|
|
2203 | do not exists. Closes bug #7738, comment #5. |
|
|
2204 | |
|
|
2205 | * rc-scripts 1.4.1.1 (28 Oct 2002) |
|
|
2206 | |
|
|
2207 | 28 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2208 | |
|
|
2209 | Fix /sbin/update-modules not to include backup files. Closes |
|
|
2210 | bug #9707. |
|
|
2211 | |
|
|
2212 | 26 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2213 | |
|
|
2214 | Fix update-modules borking if there are directories present |
|
|
2215 | in /etc/modules.d/. Closes bug #9632. |
|
|
2216 | |
|
|
2217 | 17 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
2218 | |
|
|
2219 | Change deps on /etc/init.d/{clock,hostname,modules} not to |
|
|
2220 | depend on localmount, but rather on checkroot, as all of them |
|
|
2221 | just need / to be mounted. This should fix race conditions |
|
|
2222 | because of checkfs dependency on modules. This should close |
|
|
2223 | bug #9266. |
| 4 | |
2224 | |
| 5 | * rc-scripts 1.4.1 (13 Oct 2002) |
2225 | * rc-scripts 1.4.1 (13 Oct 2002) |
| 6 | |
2226 | |
| 7 | 13 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
2227 | 13 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 8 | |
2228 | |
| … | |
… | |
| 215 | |
2435 | |
| 216 | Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified |
2436 | Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified |
| 217 | /etc/env.d/00basic for this. |
2437 | /etc/env.d/00basic for this. |
| 218 | |
2438 | |
| 219 | Add some new daemon stop and pid detection stuff to /sbin/functions.sh. |
2439 | Add some new daemon stop and pid detection stuff to /sbin/functions.sh. |
| 220 | Nothing official, but I spent enouth time on it not to want to loose it :) |
2440 | Nothing official, but I spent enough time on it not to want to loose it :) |
| 221 | |
2441 | |
| 222 | Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs |
2442 | Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs |
| 223 | to give output to stderr. This was caused by a call to "stty", which when |
2443 | to give output to stderr. This was caused by a call to "stty", which when |
| 224 | run without a attatched terminal, have this effect. Basically just pipe |
2444 | run without a attatched terminal, have this effect. Basically just pipe |
| 225 | stderr to /dev/null. |
2445 | stderr to /dev/null. |
| … | |
… | |
| 283 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
2503 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 284 | |
2504 | |
| 285 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
2505 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
| 286 | and is needed for some fixes. |
2506 | and is needed for some fixes. |
| 287 | |
2507 | |
| 288 | 28 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
2508 | 28 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 289 | |
2509 | |
| 290 | Update /etc/rc.conf to be more clear and state that you should |
2510 | Update /etc/rc.conf to be more clear and state that you should |
| 291 | remove consolefont from startup if you do not use it. Should |
2511 | remove consolefont from startup if you do not use it. Should |
| 292 | resolve bug #2174. |
2512 | resolve bug #2174. |
| 293 | |
2513 | |
| 294 | 26 April 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
2514 | 26 Apr 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
| 295 | |
2515 | |
| 296 | Added user/group apache with uid/gid 81. |
2516 | Added user/group apache with uid/gid 81. |
| 297 | |
2517 | |
| 298 | 25 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
2518 | 25 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 299 | |
2519 | |
| 300 | Remove the "-net" from the line setting the default gateway |
2520 | Remove the "-net" from the line setting the default gateway |
| 301 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
2521 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
| 302 | noting this. |
2522 | noting this. |
| 303 | |
2523 | |
| 304 | 24 April 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
2524 | 24 Apr 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
| 305 | |
2525 | |
| 306 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
2526 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
| 307 | which is installed with the nfs-utils package. Also tidied up some |
2527 | which is installed with the nfs-utils package. Also tidied up some |
| 308 | really old, leftover junk like the non-supported stuff from rc5. |
2528 | really old, leftover junk like the non-supported stuff from rc5. |
| 309 | Closes #1754. |
2529 | Closes #1754. |
| 310 | |
2530 | |
| 311 | 23 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
2531 | 23 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 312 | |
2532 | |
| 313 | Remove creation of /var/run/utmpx from bootmisc again. Seems |
2533 | Remove creation of /var/run/utmpx from bootmisc again. Seems |
| 314 | other people have wierd problems. |
2534 | other people have wierd problems. |
| 315 | |
2535 | |
| 316 | * rc-scripts 1.3.4 (21 April 2002) |
2536 | * rc-scripts 1.3.4 (21 Apr 2002) |
| 317 | |
2537 | |
| 318 | 21 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
2538 | 21 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 319 | |
2539 | |
| 320 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
2540 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
| 321 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
2541 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
| 322 | |
2542 | |
| 323 | Implement the status commandline argument. Updated /sbin/runscript.sh |
2543 | Implement the status commandline argument. Updated /sbin/runscript.sh |
| 324 | and /sbin/rc-help.sh for this. |
2544 | and /sbin/rc-help.sh for this. |
| 325 | |
2545 | |
| 326 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
2546 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
| 327 | and AFTER. |
2547 | and AFTER. |
| 328 | |
2548 | |
| 329 | 12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
2549 | 12 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 330 | |
2550 | |
| 331 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
2551 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
| 332 | is needed, else /usr/bin/newgrp segfault. |
2552 | is needed, else /usr/bin/newgrp segfault. |
| 333 | |
2553 | |
| 334 | 11 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
2554 | 11 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 335 | |
2555 | |
| 336 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
2556 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
| 337 | Thanks to Väinö Järvelä for this fix. |
2557 | Thanks to Väinö Järvelä for this fix. |
| 338 | |
2558 | |
| 339 | Update /etc/profile to also set the PS? variables if $SHELL |
2559 | Update /etc/profile to also set the PS? variables if $SHELL |
| … | |
… | |
| 341 | bootstrap work again. |
2561 | bootstrap work again. |
| 342 | |
2562 | |
| 343 | Move LVM stuff to checkfs to ensure that they get fscked. |
2563 | Move LVM stuff to checkfs to ensure that they get fscked. |
| 344 | This resolves bug #1552. |
2564 | This resolves bug #1552. |
| 345 | |
2565 | |
| 346 | * rc-scripts 1.3.3 (5 April 2002) |
2566 | * rc-scripts 1.3.3 (5 Apr 2002) |
| 347 | |
2567 | |
| 348 | 5 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
2568 | 5 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 349 | |
2569 | |
| 350 | Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
2570 | Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
| 351 | This is done to try and ensure system integrity. |
2571 | This is done to try and ensure system integrity. |
| 352 | |
2572 | |
| 353 | 1 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
2573 | 1 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 354 | |
2574 | |
| 355 | Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
2575 | Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
| 356 | |
2576 | |
| 357 | Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
2577 | Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
| 358 | |
2578 | |
| 359 | Add a bash check to the code that sets the prompt, fixing bug #1078. |
2579 | Add a bash check to the code that sets the prompt, fixing bug #1078. |
| 360 | |
2580 | |
| 361 | * rc-scripts 1.3.2 (24 Mar 2002) |
2581 | * rc-scripts 1.3.2 (24 Mar 2002) |
| 362 | |
2582 | |
| 363 | 24 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
2583 | 24 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 364 | |
2584 | |
| 365 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
2585 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
| 366 | for this. |
2586 | for this. |
| 367 | |
2587 | |
| 368 | With the "before" and "after" stuff, recursion levels was getting too high, |
2588 | With the "before" and "after" stuff, recursion levels was getting too high, |
| … | |
… | |
| 382 | Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
2602 | Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
| 383 | and it seems it has fallen now to my discression. |
2603 | and it seems it has fallen now to my discression. |
| 384 | |
2604 | |
| 385 | * rc-scripts 1.3.1 (23 Mar 2002) |
2605 | * rc-scripts 1.3.1 (23 Mar 2002) |
| 386 | |
2606 | |
| 387 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
2607 | 23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
| 388 | DHCP lease release from Jim Nutt. |
2608 | DHCP lease release from Jim Nutt. |
| 389 | |
2609 | |
| 390 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
2610 | 23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
| 391 | since there are a lot of important bug fixes in here that are needed. |
2611 | since there are a lot of important bug fixes in here that are needed. |
| 392 | |
2612 | |
| 393 | 23 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
2613 | 23 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 394 | |
2614 | |
| 395 | Resolve bug #1292. |
2615 | Resolve bug #1292. |
| 396 | |
2616 | |
| 397 | Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
2617 | Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
| 398 | Spidler. |
2618 | Spidler. |
| 399 | |
2619 | |
| 400 | 21 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
2620 | 21 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 401 | |
2621 | |
| 402 | Update /sbin/rc to fix a 'cat mounts' instead of the correct |
2622 | Update /sbin/rc to fix a 'cat mounts' instead of the correct |
| 403 | version, 'cat /proc/mounts'. |
2623 | version, 'cat /proc/mounts'. |
| 404 | |
2624 | |
| 405 | 19 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
2625 | 19 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 406 | |
2626 | |
| 407 | Add initial support for the --quiet flag that suppress output. |
2627 | Add initial support for the --quiet flag that suppress output. |
| 408 | |
2628 | |
| 409 | 18 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
2629 | 18 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 410 | |
2630 | |
| 411 | Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
2631 | Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
| 412 | as not all errors by depscan.sh is critical. It should be |
2632 | as not all errors by depscan.sh is critical. It should be |
| 413 | reworked to do better error handeling. |
2633 | reworked to do better error handeling. |
| 414 | |
2634 | |
| 415 | 14 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
2635 | 14 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 416 | |
2636 | |
| 417 | Fix the GID and UID of nobody and nogroup in /etc/passwd and |
2637 | Fix the GID and UID of nobody and nogroup in /etc/passwd and |
| 418 | /etc/group to match those of Debian, FBSD and others. Thanks |
2638 | /etc/group to match those of Debian, FBSD and others. Thanks |
| 419 | to those who reported it, and Woodchip for looking up the |
2639 | to those who reported it, and Woodchip for looking up the |
| 420 | proper values. |
2640 | proper values. |
| 421 | |
2641 | |
| 422 | Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
2642 | Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
| 423 | This resolves bug #1150, thanks to Paul Fleischer. |
2643 | This resolves bug #1150, thanks to Paul Fleischer. |
| 424 | |
2644 | |
| 425 | 11 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
2645 | 11 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 426 | |
2646 | |
| 427 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
2647 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
| 428 | as some users have /usr on seperate partition which is not |
2648 | as some users have /usr on seperate partition which is not |
| 429 | mounted when depscan.sh is run the first time. |
2649 | mounted when depscan.sh is run the first time. |
| 430 | |
2650 | |
| 431 | Updated the checking for more than one service providing the |
2651 | Updated the checking for more than one service providing the |
| 432 | same virtual function in /etc/init.d/depscan.sh. It should |
2652 | same virtual function in /etc/init.d/depscan.sh. It should |
| 433 | be working now, and this also fix a problem that when there is no |
2653 | be working now, and this also fix a problem that when there is no |
| 434 | service providing a virtual, counter was used uninitialized. |
2654 | service providing a virtual, counter was used uninitialized. |
| 435 | |
2655 | |
| 436 | * rc-scripts 1.3.0 (10 March 2002) |
2656 | * rc-scripts 1.3.0 (10 Mar 2002) |
| 437 | |
2657 | |
| 438 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
2658 | 10 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 439 | |
2659 | |
| 440 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
2660 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
| 441 | |
2661 | |
| 442 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
2662 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
| 443 | |
2663 | |
| … | |
… | |
| 462 | Also fixed try() for mounting /proc (maybe all mount commands). |
2682 | Also fixed try() for mounting /proc (maybe all mount commands). |
| 463 | The function worked fine in a simulated test, but in real life failed |
2683 | The function worked fine in a simulated test, but in real life failed |
| 464 | to detect a error when mounting /proc (remember to thank Grant for |
2684 | to detect a error when mounting /proc (remember to thank Grant for |
| 465 | his UserMode ebuilds, and Guide). |
2685 | his UserMode ebuilds, and Guide). |
| 466 | |
2686 | |
| 467 | * rc-scripts 1.2.9 (6 March 2002) |
2687 | * rc-scripts 1.2.9 (6 Mar 2002) |
| 468 | |
2688 | |
| 469 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
2689 | 6 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 470 | |
2690 | |
| 471 | General form updates and some piping fixes. |
2691 | General form updates and some piping fixes. |
| 472 | |
2692 | |
| 473 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
2693 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
| 474 | to fix a problem where startDM.sh would be respawned repeatedly |
2694 | to fix a problem where startDM.sh would be respawned repeatedly |
| 475 | if xdm was not in the default runlevel. |
2695 | if xdm was not in the default runlevel. |
| 476 | |
2696 | |
| 477 | * rc-scripts 1.2.8 (4 March 2002) |
2697 | * rc-scripts 1.2.8 (4 Mar 2002) |
| 478 | |
2698 | |
| 479 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
2699 | 4 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 480 | |
2700 | |
| 481 | Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
2701 | Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
| 482 | to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
2702 | to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
| 483 | move them to the xfree ebuild later on when things settles down. |
2703 | move them to the xfree ebuild later on when things settles down. |
| 484 | |
2704 | |
| … | |
… | |
| 488 | where we had a invalid $PATH on boot in some cases. |
2708 | where we had a invalid $PATH on boot in some cases. |
| 489 | |
2709 | |
| 490 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
2710 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
| 491 | the new sys-apps/kbd package. |
2711 | the new sys-apps/kbd package. |
| 492 | |
2712 | |
| 493 | * rc-scripts 1.2.7 (3 March 2002) |
2713 | * rc-scripts 1.2.7 (3 Mar 2002) |
| 494 | |
2714 | |
| 495 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
2715 | 3 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 496 | |
2716 | |
| 497 | Fixed the problem of rc-scripts trying to start/stop a service multiple |
2717 | Fixed the problem of rc-scripts trying to start/stop a service multiple |
| 498 | times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
2718 | times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
| 499 | for this. |
2719 | for this. |
| 500 | |
2720 | |
| … | |
… | |
| 502 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
2722 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
| 503 | this. |
2723 | this. |
| 504 | |
2724 | |
| 505 | Added caching of the "depend() { need foo; } " lines, and updated |
2725 | Added caching of the "depend() { need foo; } " lines, and updated |
| 506 | /etc/init.d/depscan.sh to touch the actual files less. This should |
2726 | /etc/init.d/depscan.sh to touch the actual files less. This should |
| 507 | speedup dependancy caching a lot, especially on slow machines. |
2727 | speedup dependency caching a lot, especially on slow machines. |
| 508 | |
2728 | |
| 509 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
2729 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
| 510 | for security. |
2730 | for security. |
| 511 | |
2731 | |
| 512 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
2732 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
| 513 | |
2733 | |
| 514 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
2734 | 1 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 515 | |
2735 | |
| 516 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
2736 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
| 517 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
2737 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
| 518 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
2738 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
| 519 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
2739 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
| 520 | |
2740 | |
| 521 | Removed stopping of dependant services that have current service as |
2741 | Removed stopping of dependent services that have current service as |
| 522 | a 'use'dependancy ... should be less confusing now. |
2742 | a 'use'dependency ... should be less confusing now. |
| 523 | Updated /etc/init.d/runscript.sh for this. |
2743 | Updated /etc/init.d/runscript.sh for this. |
| 524 | |
2744 | |
| 525 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
2745 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 526 | |
2746 | |
| 527 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
2747 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
| … | |
… | |
| 609 | Added the 'before' depend type. This is more for changing the |
2829 | Added the 'before' depend type. This is more for changing the |
| 610 | order services start in. Updated /etc/init.d/depscan.sh and |
2830 | order services start in. Updated /etc/init.d/depscan.sh and |
| 611 | /etc/init.d/functions.sh for this. |
2831 | /etc/init.d/functions.sh for this. |
| 612 | |
2832 | |
| 613 | Updated /etc/init.d/depscan.sh to work with '*' as argument for |
2833 | Updated /etc/init.d/depscan.sh to work with '*' as argument for |
| 614 | dependancy types. This can be used with 'use' and 'before' to |
2834 | dependency types. This can be used with 'use' and 'before' to |
| 615 | start a script last or first respectively. |
2835 | start a script last or first respectively. |
| 616 | |
2836 | |
| 617 | Added save_options() and get_options() to /etc/init.d/functions.sh |
2837 | Added save_options() and get_options() to /etc/init.d/functions.sh |
| 618 | for saving misc settings between startup/shutdown. Updated |
2838 | for saving misc settings between startup/shutdown. Updated |
| 619 | /etc/init.d/net.eth0 to use these and properly down virtual |
2839 | /etc/init.d/net.eth0 to use these and properly down virtual |
| … | |
… | |
| 688 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
2908 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
| 689 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
2909 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
| 690 | |
2910 | |
| 691 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
2911 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
| 692 | |
2912 | |
| 693 | Updated /etc/init.d/depscan.sh to store info about missing dependancies |
2913 | Updated /etc/init.d/depscan.sh to store info about missing dependencies |
| 694 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
2914 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
| 695 | to use this when starting a script ('need' dependancies is critical for |
2915 | to use this when starting a script ('need' dependencies is critical for |
| 696 | startup). Added the broken() function to /etc/init.d/runscript.sh |
2916 | startup). Added the broken() function to /etc/init.d/runscript.sh |
| 697 | to list the missing dependancies. |
2917 | to list the missing dependencies. |
| 698 | |
2918 | |
| 699 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
2919 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
| 700 | checking. |
2920 | checking. |
| 701 | |
2921 | |
| 702 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
2922 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
| … | |
… | |
| 935 | |
3155 | |
| 936 | * rc-scripts 1.1.7 (18 Oct 2001) |
3156 | * rc-scripts 1.1.7 (18 Oct 2001) |
| 937 | |
3157 | |
| 938 | [old changelog format follows] |
3158 | [old changelog format follows] |
| 939 | |
3159 | |
| 940 | *lots of scripts; woodchip |
3160 | *lots of scripts; woodchip |
| 941 | removed old rc5 scripts from cvs |
3161 | removed old rc5 scripts from cvs |
| 942 | |
3162 | |
| 943 | *init.d/runscript.sh; agriffis |
3163 | *init.d/runscript.sh; agriffis |
| 944 | Added support for rc.conf and home-grown functions |
3164 | Added support for rc.conf and home-grown functions |
| 945 | |
3165 | |
| 946 | *init.d/modules; |
3166 | *init.d/modules; |
| 947 | Now correctly looks at /etc/modules.autoload |
3167 | Now correctly looks at /etc/modules.autoload |
| 948 | |
3168 | |
| 949 | rc-scripts-1.1.6, released 15 Sep 2001 |
3169 | rc-scripts-1.1.6, released 15 Sep 2001 |
| 950 | ====================================== |
3170 | ====================================== |
| 951 | |
3171 | |
| 952 | *init.d/runscript.sh, others |
3172 | *init.d/runscript.sh, others |
| 953 | Handling of "net" dependencies resolve to all net devices in |
3173 | Handling of "net" dependencies resolve to all net devices in |
| 954 | /etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES |
3174 | /etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES |
| 955 | variable in /etc/rc.conf has been removed. |
3175 | variable in /etc/rc.conf has been removed. |
| 956 | |
3176 | |
| 957 | *init.d/runscript.sh |
3177 | *init.d/runscript.sh |
| 958 | New "zap" option for manually resetting the state of an initscript |
3178 | New "zap" option for manually resetting the state of an initscript |
| 959 | to stopped. |
3179 | to stopped. |
| 960 | |
3180 | |
| 961 | *init.d/{samba,sysklogd,sshd} |
3181 | *init.d/{samba,sysklogd,sshd} |
| 962 | Removed from CVS; they live in their respective packages. |
3182 | Removed from CVS; they live in their respective packages. |
| 963 | |
3183 | |
| 964 | rc-scripts-1.1.5, released 02 Sep 2001 |
3184 | rc-scripts-1.1.5, released 02 Sep 2001 |
| 965 | ==================================== |
3185 | ==================================== |
| 966 | |
3186 | |
| 967 | *sbin/rc-update |
3187 | *sbin/rc-update |
| 968 | New version of the rc-update command for the new initscripts. Works |
3188 | New version of the rc-update command for the new initscripts. Works |
| 969 | similarly to the old version, except this one updates our dependency |
3189 | similarly to the old version, except this one updates our dependency |
| 970 | cache. |
3190 | cache. |
| 971 | |
3191 | |
| 972 | *init.d/functions.sh |
3192 | *init.d/functions.sh |
| 973 | New and better looking informational message functions (einfo, einfon). |
3193 | New and better looking informational message functions (einfo, einfon). |
| 974 | Brand new message functions (ewarn). |
3194 | Brand new message functions (ewarn). |
| 975 | |
3195 | |
| 976 | *sbin/init, init.d/checkroot |
3196 | *sbin/init, init.d/checkroot |
| 977 | We're going back to a /proc/mounts-based mtab symlink because it's |
3197 | We're going back to a /proc/mounts-based mtab symlink because it's |
| 978 | just plain better. Appropriate changes made. |
3198 | just plain better. Appropriate changes made. |
| 979 | |
3199 | |
| 980 | # vim:expandtab |
3200 | # vim:expandtab |