1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo System Intialization ("rc") scripts |
2 | # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL |
2 | # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPLv2 |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
3 | |
|
|
4 | 09 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
5 | |
|
|
6 | fixed net.lo getting vlan config |
|
|
7 | |
|
|
8 | 07 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
9 | |
|
|
10 | essidnet - fixed setting up search domains |
|
|
11 | removed hardcoded ath0 in wpa_supplicant |
|
|
12 | ifconfig now reads the old gateway variable correctly - fixes #73641 |
|
|
13 | |
|
|
14 | 06 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
15 | |
|
|
16 | macchanger defaults to setting the interface down, and then trying |
|
|
17 | with it up - fixes #71929 |
|
|
18 | macchanger converts mac_${IFACE} to lowercase - fixes #73549 |
|
|
19 | iproute2 now configures the interface up everytime we add an address |
|
|
20 | removed "need interface" from all modules depends as net.lo requires |
|
|
21 | interface anyway |
|
|
22 | |
|
|
23 | 05 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
24 | |
|
|
25 | dhclient now kill it's process if it failed to get a lease on startup |
|
|
26 | all dhclient responses are now handled correctly |
|
|
27 | |
|
|
28 | 04 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
29 | |
|
|
30 | fixed dhclient-ifconfig to look for dhclient-udhcpc-wrapper in the correct |
|
|
31 | place and changed hardcoded eth1 to ${interface} in udhcpc-ifconfig. |
|
|
32 | Fixes #73327 - thanks to Benoit Boissinot |
|
|
33 | |
|
|
34 | essidnet gets the essid itself instead of relying on ${ESSID} |
|
|
35 | wpa_supplicant module added |
|
|
36 | config-system now creates files as .tmp instead of .new and loads |
|
|
37 | the wpa_supplicant module if needed |
|
|
38 | ifconfig now addes aliases to devices other than eth0 |
|
|
39 | dhcpcd, dhclient, pump and udhcpc now expose the dhcp_${IFACE} variable |
|
|
40 | instead of the old peer_dns_${IFACE}, peer_ntp_${IFACE}, peer_nis_${IFACE} |
|
|
41 | ones |
|
|
42 | |
|
|
43 | removed modules use dependancy in net.lo and added installed |
|
|
44 | - this allows use to provide "virtual" modules which are only "installed" |
|
|
45 | when other depended modules are installed |
|
|
46 | |
|
|
47 | * rc-scripts 1.6.7 (03 Dec 2004) |
|
|
48 | |
|
|
49 | 03 Dec 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
50 | |
|
|
51 | Simply filesystem unmounting in halt.sh. Based upon work by Georg Sauthoff |
|
|
52 | #68697. Also clean up the filesystem remounting readonly. As a last |
|
|
53 | resort to filesystems which won't remount readonly, we try to unmount them |
|
|
54 | with the force/readonly options. Idea from #70349. |
|
|
55 | |
|
|
56 | 03 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
57 | |
|
|
58 | Fixed config-system for only changing hostname when needed |
|
|
59 | udhcpc and dhclient now restore saved configs when stopping and work |
|
|
60 | with non-infinite leases |
|
|
61 | Moved generic dhcp options into a space seperated string |
|
|
62 | udhcpc now caches it's IP address and requests it the next time it starts |
|
|
63 | if the address is not released |
|
|
64 | udhcpc and dhclient no longer flush interfaces if we don't need too |
|
|
65 | ipppd module now looks for ipppd in /usr/sbin - fixes #73067 |
|
|
66 | |
|
|
67 | 02 Dec 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
68 | |
|
|
69 | Merge time checking function (is_older_than) to help simplify config |
|
|
70 | file update checking. Used for now in env-update.sh #71285. Function |
|
|
71 | written by Paul Pacheco #55329. |
|
|
72 | |
|
|
73 | 02 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
74 | |
|
|
75 | Added option dhcp_release to specify if we release the DHCP lease or not |
|
|
76 | defaults to no |
|
|
77 | Changed variables peer_* to dhcp_* |
|
|
78 | dhclient and udhcpc now specify a pidfile |
|
|
79 | Fixed iwconfig report if iwgetid does not support --channel |
|
|
80 | |
|
|
81 | 01 Dec 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
82 | |
|
|
83 | Refix and clean up the netmount script to kill processes #64034. |
|
|
84 | |
|
|
85 | 01 Dec 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
86 | |
|
|
87 | Documentation fixes regarding iwconfig and linux-wlan-ng |
|
|
88 | Fixed bonding deps per bug #71419 |
|
|
89 | |
|
|
90 | 30 Nov 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
91 | |
|
|
92 | Fix the UML/coLinux check in init.d/clock #72937. |
|
|
93 | |
|
|
94 | Allow the user to override the default mount options via /etc/fstab |
|
|
95 | for all the mounts. Added a 'is_in_fstab' function to see if the |
|
|
96 | user has defined the mount, and if not, fall back to the hardcoded |
|
|
97 | stuff from before. This also lets us get rid of $RC_DEVICE_FS #70044. |
|
|
98 | |
|
|
99 | 26 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
100 | |
|
|
101 | Fixed up address detection in apipa |
|
|
102 | net.lo now checks for duplicate static IPv4 addresses before assigning |
|
|
103 | iwconfig now supports preassociate and postassociate user hooks |
|
|
104 | net.example - changed $1 to ${IFACE} in examples |
|
|
105 | clarified lack of linux-wlan-ng support |
|
|
106 | |
|
|
107 | 24 Nov 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
108 | |
|
|
109 | Allow users to specify charset option to dumpkeys when using unicode |
|
|
110 | in conf.d/keymaps #72225. Also move all the init.d/keymap specific |
|
|
111 | options out of rc.conf and into conf.d/keymaps and add some config |
|
|
112 | checks to init.d/keymaps like the clock/hostname init.d scripts. |
|
|
113 | |
|
|
114 | Make sure /etc/rc.conf overrides conf.d files when starting up |
|
|
115 | critical services. Should help out with transition from rc.conf. |
|
|
116 | |
|
|
117 | 24 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
118 | |
|
|
119 | Ensure all net-scripts modules depend on interface_variable function |
|
|
120 | where applicable |
|
|
121 | Fixed adsl stopping - #68934. Thanks to Andreas Kauer |
|
|
122 | |
|
|
123 | 23 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
124 | |
|
|
125 | iproute2 does not need to create dummy interfaces for aliases |
|
|
126 | unlike ifconfig so we no longer do this |
|
|
127 | We now bring down all aliases and addresses properly |
|
|
128 | Split off some functions from net.lo into helpers.d/functions |
|
|
129 | so that our DHCP helper scripts can use them too :) |
|
|
130 | Deprecated interface specific setup in favour of a generic config |
|
|
131 | macchanger brings interface up now - fixes #71929 |
|
|
132 | DHCP over VLAN now works - fixes #71860 |
|
|
133 | Disabled modified function checking as it's far too expensive on CPU |
|
|
134 | and still isn't 100% reliable |
|
|
135 | When specifing a module that isn't emerged, you now get an error |
|
|
136 | telling you what to emerge |
|
|
137 | Removed -p option from the diff call used for function removal |
|
|
138 | Removed rp_filter setting - fixes first part of bug #71971 |
|
|
139 | Added sysctl.conf settings relating to rp_filter to sysctl.conf |
|
|
140 | - fixes last part of bug #71971 |
|
|
141 | Fixed pump exporing ntp servers |
|
|
142 | implemented MODULES_DIR so we can change directory we load from on the fly |
|
|
143 | fixed variables for vlans in most modules |
|
|
144 | |
|
|
145 | 19 Nov 2004; Aron Grffis <agriffis@gentoo.org>: |
|
|
146 | |
|
|
147 | Remove crap "ll" and "d" aliases from skel .bashrc |
|
|
148 | |
|
|
149 | 19 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
150 | |
|
|
151 | tests for hostname (none) when sending hostname via dhcpcd, udhpc or pump |
|
|
152 | udhcpc now does correct signal handling so we can release leases and |
|
|
153 | terminate cleanly |
|
|
154 | Improved pump process detection |
|
|
155 | Rewrote udhcpc helper scripts around udhcpc and wrapped dhclient to udhcpc |
|
|
156 | scripts. This makes things much saner as udhcpc is much saner - also fixed |
|
|
157 | essidnet and ipv6 local link for them. |
|
|
158 | removed iproute2 udhcpc reliance on the "bc" command |
|
|
159 | |
|
|
160 | 17 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
161 | |
|
|
162 | Fixed invalid variable handling in bonding and vlan - bug #71419 |
|
|
163 | apipa now brings the interface up before testing if address exists |
|
|
164 | Updated bonding documentation - bug #71419 |
|
|
165 | Fixed iproute2 adding addresses for vlans - bug #71419 |
|
|
166 | ifconfig handle inet6 routing automatically - bug #33310 |
|
|
167 | ifconfig - fixed old gateway + gateway in routes conflict |
|
|
168 | iproute2 cleaned up some functions |
|
|
169 | |
|
|
170 | 16 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
171 | |
|
|
172 | We no longer default a fallback to APIPA when no config is given |
|
|
173 | net.example fleshed out a bit more for dhcpcd - fixes #60845 |
|
|
174 | Improved forced module handling a touch |
|
|
175 | modules_sort and modules_check_user in net.lo buffer _provides, |
|
|
176 | _before and _after in arrays to avoid shelling out |
|
|
177 | |
|
|
178 | 15 Nov 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
179 | |
|
|
180 | Add a check to clock init.d to make sure users dont try to set |
|
|
181 | config their clock in rc.conf anymore. |
|
|
182 | |
|
|
183 | Redo hostname/domainname scripts to use files in /etc/conf.d/ |
|
|
184 | instead of creating files in /etc/. Allows for controlling things |
|
|
185 | like the behavior of setting the 'domain' in resolv.conf since users |
|
|
186 | may not always understand exactly what's going on. |
|
|
187 | |
|
|
188 | Stop referring to conf.d/basic as a global rc config option. That |
|
|
189 | file hasn't been used in a long time and has since been replaced |
|
|
190 | with env.d/00basic. Updated sbin/runscript.sh, etc/profile, |
|
|
191 | sbin/rc-help.sh, and src/awk/cachedepends.awk. |
|
|
192 | |
|
|
193 | Run `find | xargs` instead of `find -exec`. Much better performance |
|
|
194 | this way, and busybox friendly #59732. |
|
|
195 | |
|
|
196 | 15 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
197 | |
|
|
198 | Split modules_load into smaller more managable functions in net.lo |
|
|
199 | Added modules_force option to net.lo with a big phat warning in |
|
|
200 | net.example about it potentially breaking networking |
|
|
201 | Added searchdomains_ESSID option to essidnet |
|
|
202 | Stopped the domain setting from putting the same entry in search |
|
|
203 | in config-system and essidnet |
|
|
204 | Removed second warning in net.lo when configuration not set |
|
|
205 | Documented APIPA module in net.example |
|
|
206 | Added kernel checking for vlan - fixes #70829 |
|
|
207 | Added kernel checking for bonding, bridging and tuntap |
|
|
208 | Added iproute2 support to the APIPA module |
|
|
209 | |
|
|
210 | 13 Nov 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
211 | |
|
|
212 | Update the svcdir mounting #69595. Instead of mounting in /mnt |
|
|
213 | and then bind mounting to $svcdir, we mount the ramdisk on $svcidr. |
|
|
214 | |
|
|
215 | 12 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
216 | |
|
|
217 | Added arping duplicate address detection to net.lo |
|
|
218 | Created Automatic Private IP Addressing (APIPA) module |
|
|
219 | |
|
|
220 | Added dependancy checking to ipppd |
|
|
221 | Bonding is now started pre instead of post |
|
|
222 | Fixed iface variable in dhcp modules for vlans |
|
|
223 | Changed get_device to interface_device |
|
|
224 | Changed get_type to interface_type |
|
|
225 | Added vlan configuration options and documented them in net.example |
|
|
226 | Fixed bridge configuration handling |
|
|
227 | Removed _get_vlans from iproute2 and ifconfig as vlan now does it itself |
|
|
228 | |
|
|
229 | 11 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
230 | |
|
|
231 | Fixed category of rp-pppoe to net-dialup error when requesting ADSL |
|
|
232 | Improved inet6 address deletion and detection in iproute2 |
|
|
233 | Improved gateway logic in ifconfig |
|
|
234 | Changed all wireless reporting functions to use iwgetid instead of |
|
|
235 | parsing iwconfig output except for essid |
|
|
236 | |
|
|
237 | * rc-scripts 1.6.6 (08 Nov 2004) |
|
|
238 | |
|
|
239 | 08 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
240 | |
|
|
241 | Added options to configure bridge |
|
|
242 | Added bridge configuration example to net.example |
|
|
243 | Added missing required function interface_exists to iptunnel check_depends |
|
|
244 | |
|
|
245 | 07 Nov 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
246 | |
|
|
247 | Fix shell scripting errors that would result in |
|
|
248 | /sbin/functions.sh: line 166: [: too many arguments. |
|
|
249 | |
|
|
250 | 05 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
251 | |
|
|
252 | net-scripts/net.modules.d/bridge |
|
|
253 | - fixed destroying a bridge if no ports were added |
|
|
254 | - starts interfaces if they don't exist - fixed bug #65153 |
|
|
255 | |
|
|
256 | net-scrips/net.modules.d/bonding |
|
|
257 | - starts interfaces if they don't exist |
|
|
258 | |
|
|
259 | net-scripts/init.d/net.lo |
|
|
260 | - added net_start() function to start depandant ifaces |
|
|
261 | so that bridge br0 can active tun0 which net.tun0 has to create |
|
|
262 | - added use dependany on wlan incase we're using linux-wlan-ng drivers |
|
|
263 | fixes bug #64978 |
|
|
264 | - moved start() to run_start() and stop() to run_stop() |
|
|
265 | created run() and new start()/stop() functions |
|
|
266 | this is so that we have one single entry point to localise variables |
|
|
267 | and to remove any added functions loaded by our modules |
|
|
268 | - removed redundant interface_exists() as it's provided by |
|
|
269 | ifconfig and/or iproute2 |
|
|
270 | |
|
|
271 | net-scripts/net.modules.d/ifconfig and iproute2 |
|
|
272 | - added ifconfig_tunnel and iproute2_tunnel functions |
|
|
273 | |
|
|
274 | addred gre/ipip tunnel support via the the tunnel module |
|
|
275 | - fixes bug #50765 |
|
|
276 | |
|
|
277 | 04 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
278 | |
|
|
279 | net-scripts/net.modules.d/pump |
|
|
280 | - fixed setting ntp servers |
|
|
281 | |
|
|
282 | net-scripts/net.modules.d/dhcpcd |
|
|
283 | - fixed stopping function |
|
|
284 | |
|
|
285 | net-scripts/net.modules.d/bonding |
|
|
286 | - fixed module to actually work with the interface |
|
|
287 | |
|
|
288 | net-scripts/init.d/net.lo |
|
|
289 | - we remove all added functions when restarting an interface |
|
|
290 | this relies on the diff command being available |
|
|
291 | |
|
|
292 | added isdn support via the new ipppd module - fixes bug #69035 |
|
|
293 | |
|
|
294 | net-scripts/conf.d/net.example |
|
|
295 | - added sample isdn setup |
|
|
296 | |
|
|
297 | net-scripts/conf.d/wireless.example |
|
|
298 | - added better descriptions to the _sleep variables |
|
|
299 | |
|
|
300 | Fixed boolean logic error when testing is_net_up in /sbin/runscript.sh |
|
|
301 | - fixed bug #70022 |
|
|
302 | |
|
|
303 | net.lo - added get_type function to return the type of the interface |
|
|
304 | - eth, ippp, etc |
|
|
305 | |
|
|
306 | ipppd, tuntap |
|
|
307 | - start() moved to pre_start() and we now test by type |
|
|
308 | this means you no longer need ifconfig_ippp0=( "isdn" "dhcp" ) |
|
|
309 | as ippp0 is always an isdn device |
|
|
310 | |
|
|
311 | bridge - fixed stop function and moved start() to pre_start() |
|
|
312 | and automatically start if the variable bridge_${iface} exists |
|
|
313 | |
|
|
314 | net.example - fixed up documentation for changed behaviour above |
|
|
315 | |
|
|
316 | 03 Nov 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
317 | |
|
|
318 | When launching critical services in /sbin/rc, make sure we source |
|
|
319 | the conf.d file (if it exists). Resolves #69956. |
|
|
320 | |
|
|
321 | 03 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
322 | |
|
|
323 | net-scripts/init.d/net.lo |
|
|
324 | - fixed !module when it's not installed |
|
|
325 | - we can now specify null inet addresses in the config |
|
|
326 | this allows a pure inet6 setup |
|
|
327 | - shutdown lo the same way we bring it up |
|
|
328 | |
|
|
329 | net-scripts/net.modules.d/ifconfig |
|
|
330 | - changed IPv6 to inet6 in output of adding inet6 addresses |
|
|
331 | - just output inet6 address removed, not eth0 del foo |
|
|
332 | |
|
|
333 | net-scripts/net.modules.d/iproute2 |
|
|
334 | - fix deletion of non-link addresses - fixes bug #65417 (again) |
|
|
335 | - handle inet6 addresses like ifconfig - fixes more bug #65417 |
|
|
336 | |
|
|
337 | net-scripts/conf.d/net.example |
|
|
338 | - noted that inet6 addresses do not create aliases |
|
|
339 | - added examples of assigning inet6 addresses |
|
|
340 | |
|
|
341 | net-scripts/net.modules.d/iwconfig |
|
|
342 | - improve error message when card does not support scanning |
|
|
343 | |
|
|
344 | net-scripts/conf.d/wireless.example |
|
|
345 | - fixed comment regarding preferred_aps not working with cards that don't |
|
|
346 | support scanning |
|
|
347 | |
|
|
348 | 02 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
349 | |
|
|
350 | net-scripts/conf.d/net.example |
|
|
351 | - added bridging and tuntap examples |
|
|
352 | |
|
|
353 | net-scripts/init.d/net.lo |
|
|
354 | - modprobe ${IFACE} when ${IFACE} does not exist |
|
|
355 | |
|
|
356 | net-scripts/net.modules.d/ifconfig |
|
|
357 | - fixed interface existance check |
|
|
358 | |
|
|
359 | net-scripts/net.modules.d |
|
|
360 | ifconfig & iproute2 |
|
|
361 | - added boolean to interface_exists to report if it exists or not |
|
|
362 | - added checks to see if the interface exists or not when starting |
|
|
363 | |
|
|
364 | dhcpcd |
|
|
365 | - removed debug line |
|
|
366 | |
|
|
367 | bonding, dhclient, dhcpcd, essidnet, macchanger, pump, udhcpc |
|
|
368 | - added checks to see if the interface exists or not when starting |
|
|
369 | |
|
|
370 | tuntap |
|
|
371 | - added checks to see if the interface exists or not when stopping |
|
|
372 | |
|
|
373 | 01 Nov 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
374 | |
|
|
375 | Dump the error message that hwclock returns since it tends to be |
|
|
376 | quite useful. Modified init.d/clock. |
|
|
377 | |
|
|
378 | Fix error in functions.sh [ -z "$@" ] -> [[ -z "$@" ]] #69789. |
|
|
379 | |
|
|
380 | Don't create /dev/sndstat link anymore in populate_udev per #69635. |
|
|
381 | |
|
|
382 | 01 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
383 | |
|
|
384 | net-scripts/init.d/net.lo: |
|
|
385 | - modules specified by interface config now error if they are not loaded |
|
|
386 | - moved interface check to after preup incase user preup loads drivers |
|
|
387 | - modules can be explicitly not used by prefixing them with a ! |
|
|
388 | however, they are still available to other modules |
|
|
389 | fixes bugs #68908, #69027 |
|
|
390 | - remove check to see if interface exists |
|
|
391 | - modules may setup new interfaces and still require config |
|
|
392 | so we have a new label counter in iface_start |
|
|
393 | - removed the check to see if a class wrapping already exists |
|
|
394 | this fixes the bug where ifconfig and iproute2 are installed, but |
|
|
395 | ifconfig is asked for and the interface is restarted. |
|
|
396 | - added check to see if the configured module is loaded |
|
|
397 | and installed or not in iface_start |
|
|
398 | - add dependancy on isdn4linux - fixes bug #69035 |
|
|
399 | - interface_exists moved to iproute and ifconfig |
|
|
400 | |
|
|
401 | net-scripts/net.modules.d |
|
|
402 | - Split wireless module into iwconfig and essidnet modules |
|
|
403 | - Added tuntap and bridge modules, fixes bug #55394, #30688 |
|
|
404 | |
|
|
405 | net-scripts/init.d/iwconfig: |
|
|
406 | - wep mode is now reported |
|
|
407 | - removed post_stop function so we keep existing config |
|
|
408 | - added pre_stop to set the ESSID variable |
|
|
409 | - changed to veinfo/vewarn where appropriate |
|
|
410 | - check if interface exists otherwise abort gracefully |
|
|
411 | - no longer deletes addresses as we now avoid |
|
|
412 | ipv6 local addresses in detecting if interface has an addresses or not |
|
|
413 | |
|
|
414 | net-scripts/init.d/ifconfig: |
|
|
415 | - added flag enable/disable function |
|
|
416 | - scope:link inet6 addresses are ignored when testing is_up and |
|
|
417 | del_addresses - fixes bug #65417 |
|
|
418 | |
|
|
419 | net-scripts/init.d/iproute2: |
|
|
420 | - added flag enable/disable function |
|
|
421 | - scope:link inet6 addresses are ignored when testing is_up and |
|
|
422 | del_addresses - fixes bug #65417 |
|
|
423 | |
|
|
424 | net-scripts/init.d/macchanger: |
|
|
425 | - fixed detecting whether the change worked or not, fixes bug #68893 |
|
|
426 | |
|
|
427 | net-scripts/init.d/vlan: |
|
|
428 | - fixed old config problem |
|
|
429 | |
|
|
430 | 31 Oct 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
431 | |
|
|
432 | Do not delete depscan and envupdate caches on reboot, as this should |
|
|
433 | improve bootup times - works nicely with the '-u' parameters of both. |
|
|
434 | Also move the '-u' parameter test of depscan.sh after the directory |
|
|
435 | exist test, else ${svcdir}/started/, etc do not exist. Modified both |
|
|
436 | /sbin/rc and /sbin/depscan.sh for this. |
|
|
437 | |
|
|
438 | Move things around in /sbin/functions.sh to have all functions above. |
|
|
439 | |
|
|
440 | Add the 'lo' option to RC_NET_STRICT_CHECKING to resolve bug #29225. |
|
|
441 | |
|
|
442 | 28 Oct 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
443 | |
|
|
444 | Only add files not managed by udev to device tarball, bug #57110. |
|
|
445 | |
|
|
446 | 28 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
447 | |
|
|
448 | Revert pam_console_apply udev check in bootmisc/halt.sh since |
|
|
449 | the bug is with pam_console_apply and not udev/pam. |
|
|
450 | |
|
|
451 | Use ${EUID} instead of $(id -u) to help out BSD in runscript.sh. |
|
|
452 | |
|
|
453 | Allow users to select ramfs instead of default tmpfs for mounting |
|
|
454 | on /dev with udev #69091. |
|
|
455 | |
|
|
456 | Add issue.devfix which would be auto copied to /etc/issue if |
|
|
457 | /sbin/rc detects the user is missing /dev/null or /dev/console. |
|
|
458 | Includes a simple explanation/fix for what's wrong. |
|
|
459 | |
|
|
460 | Make sure the clock init script runs after checkroot/modules/localmount |
|
|
461 | so that timestamps are synchronized asap #68133 / #70008. |
|
|
462 | |
|
|
463 | Accept '-nc' as a short option to '--nocolor' #64736. |
|
|
464 | |
|
|
465 | 26 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
466 | |
|
|
467 | Don't use -A with fsck to respect the fs_passno since it'll try |
|
|
468 | to fsck all filesystems, not just the ones specified. Instead, |
|
|
469 | awk /etc/fstab to review the passno field in checkroot #68822. |
|
|
470 | |
|
|
471 | Add support for 'gentoo=forcefsck' boot option in checkroot. |
|
|
472 | |
|
|
473 | Make sure we run devfsd in /sbin/rc even when /dev has been |
|
|
474 | automounted by the kernel #68795. |
|
|
475 | |
|
|
476 | Don't generate the device tarball in halt.sh with livecds #68469. |
|
|
477 | |
|
|
478 | 25 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
479 | |
|
|
480 | net-scripts/net.modules.d/ifconfig: |
|
|
481 | - Simplify ifconfig_is_up() |
|
|
482 | - Fix ifconfig_get_aliases_rev() to actually work... you can't |
|
|
483 | specify an interface name to ifconfig if you want to see the |
|
|
484 | aliases. |
|
|
485 | - Workaround a couple ifconfig bugs dealing with aliases |
|
|
486 | - Correct a return status in ifconfig_interface_del_addresses() |
|
|
487 | - ifconfig_iface_stop() is bool, not void; fix the comments |
|
|
488 | |
|
|
489 | net-scripts/net.modules.d/iproute2: |
|
|
490 | - iproute2_iface_stop() is bool, not void. Fix the code so it |
|
|
491 | returns meaningful values |
|
|
492 | |
|
|
493 | net-scripts/init.d/net.lo: |
|
|
494 | - Fix preferred (ifconfig/dhcpcd) module loading so it doesn't |
|
|
495 | barf when a preferred module is either (1) missing from |
|
|
496 | net.modules.d or (2) not available due to missing dependencies |
|
|
497 | - When loading all modules in order to stop an interface, only use |
|
|
498 | the first available to satisfy each class wrapper |
|
|
499 | |
|
|
500 | 24 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
501 | |
|
|
502 | Include livecd patch that was applied to baselayout-1.9.4-r6 |
|
|
503 | to use agetty instead of mingetty |
|
|
504 | |
|
|
505 | 24 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
506 | |
|
|
507 | Mount tmpfs instead of ramfs on /dev when using udev systems. |
|
|
508 | The problem with ramfs is that it has no size limitations so |
|
|
509 | one could easily take down their machine by accident #68653. |
|
|
510 | |
|
|
511 | * rc-scripts 1.6.3 (23 Oct 2004) |
|
|
512 | |
|
|
513 | 22 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
514 | |
|
|
515 | Add support for user_eth0 in the adsl module and in net.example. |
|
|
516 | This means that most users won't need to edit pppoe.conf at all |
|
|
517 | |
|
|
518 | 21 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
519 | |
|
|
520 | Remove old etc/conf.d/net and try to clarify instructions in |
|
|
521 | net-scripts/conf.d/net.example. Add example for ADSL |
|
|
522 | |
|
|
523 | 21 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
524 | |
|
|
525 | Merge all of the UML checks into one function, is_uml_sys(), |
|
|
526 | which is now in functions.sh. |
|
|
527 | |
|
|
528 | 18 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
529 | |
|
|
530 | Add v-e-commands (veinfo, vbegin, etc) to sbin/functions.sh that |
|
|
531 | depend on RC_VERBOSE which defaults to no. Add --verbose to args |
|
|
532 | understood by runscript.sh. |
|
|
533 | |
|
|
534 | In net.lo, use veinfo and friends when loading modules since this |
|
|
535 | information is confusing to users. |
|
|
536 | |
|
|
537 | In net.lo, always load global "modules" setting in following |
|
|
538 | "modules_iface" since this is a little easier for users to |
|
|
539 | understand. |
|
|
540 | |
|
|
541 | In net.lo, use eindent for output of pre/post scripts |
|
|
542 | |
|
|
543 | 18 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
544 | |
|
|
545 | Add shfs to our list of net filesystems #61452. Also add afs/nfs4. |
|
|
546 | |
|
|
547 | Add a '-u' parameter to depscan.sh to allow for updates only when |
|
|
548 | the config files have changed. With /sbin/rc using this, we speed |
|
|
549 | up bootup by only regenerating the cache when need be #67976. Also |
|
|
550 | add a '-u' parameter to env-update.sh for same reasons. |
|
|
551 | |
|
|
552 | Don't run depscan.sh in rc-update anymore since the cache files don't |
|
|
553 | depend on runlevels (which is all that rc-update modifies). |
|
|
554 | |
|
|
555 | Add unicode support to keymaps/consolefont #32111 and UML support #29707. |
|
|
556 | |
|
|
557 | Add checks to many filesystem operations in the eventuality that the |
|
|
558 | filesystems are mounted read only. |
|
|
559 | |
|
|
560 | 16 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
561 | |
|
|
562 | Update the default fstab /dev/shm mount to include the nodev, nosuid, |
|
|
563 | and noexec mount flags. No reason for the filesystem to have those. |
|
|
564 | |
|
|
565 | Cleaned up the clock init script. Moved the clock options out of |
|
|
566 | rc.conf and into its own conf.d/clock file. Added support for the |
|
|
567 | weird Alpha consoles SRM/ARC since they need special config options. |
|
|
568 | Also made the syncing of system clock to hardware clock at shutdown |
|
|
569 | optional (with the default being off) #15834. Don't try to set the |
|
|
570 | clock if running inside a coLinux environment #52870. |
|
|
571 | |
|
|
572 | Update default PATH ordering to try to follow default behavior in |
|
|
573 | other distro's and because it's logical that /usr/local should |
|
|
574 | override /usr which should override /. Fixes #12531. |
|
|
575 | |
|
|
576 | Move devfs stuff out of baselayout and into the devfsd package. |
|
|
577 | |
|
|
578 | Don't run /sbin/pam_console_apply -r if using udev on /dev #50315. |
|
|
579 | |
|
|
580 | 14 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
581 | |
|
|
582 | Fix rc-status to work with new COLS code. |
|
|
583 | |
|
|
584 | 14 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
585 | |
|
|
586 | Allow users to mount ramfs/tmpfs/ramdisk as their svcdir and |
|
|
587 | stop assuming ramfs==ramdisk #64079. |
|
|
588 | |
|
|
589 | 13 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
590 | |
|
|
591 | Rework the code for managing /dev to make it more flexible for |
|
|
592 | users. Some don't want to use devfs/udev but rather just create |
|
|
593 | their own nodes. Handles some issues with #44906 / #67276. |
|
|
594 | |
|
|
595 | Move the utmp clearing code out of bootmisc and into /sbin/rc. |
|
|
596 | The utmp log must be cleared while in the initial boot level |
|
|
597 | (meaning inside /sbin/rc) because as soon as rc exists, init |
|
|
598 | writes a 'boot' record (`who -b`) which would normally be lost |
|
|
599 | when the bootmisc init.d script is run #61727. |
|
|
600 | |
|
|
601 | 13 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
602 | |
|
|
603 | Cosmetic fixes for starting loopback interface |
|
|
604 | |
|
|
605 | SpanKY doesn't like the dots... disable them by default, but you |
|
|
606 | can set RC_DOT_PATTERN=' .' in /etc/conf.d/rc to get them back |
|
|
607 | |
|
|
608 | * rc-scripts 1.6.2 (13 Oct 2004) |
|
|
609 | |
|
|
610 | 13 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
611 | |
|
|
612 | Install net.modules.d to /lib/rcscripts instead of /etc so we |
|
|
613 | don't have to deal with CONFIG_PROTECT |
|
|
614 | |
|
|
615 | Fix diff code in modules_load so it can identify which functions |
|
|
616 | have been modified |
|
|
617 | |
|
|
618 | Fix fallback mechanism in iface_start so that it works correctly |
|
|
619 | and doesn't report a bogus error message when trying the fallback |
|
|
620 | |
|
|
621 | Get rid of need_begin trickery in iface_stop |
|
|
622 | |
|
|
623 | Simplify eend processing in dhcp modules |
|
|
624 | |
|
|
625 | Implement eindent, eoutdent, esetdent in functions.sh and adjust |
|
|
626 | net-scripts to use them. |
|
|
627 | |
|
|
628 | Re-write einfo, ewarn, eerror, ebegin, eend, ewend to use |
|
|
629 | RC_INDENTATION and to work better on serial terminals |
|
|
630 | |
|
|
631 | Remove conf.d/net.ppp0 since that is provided by net-dialup/ppp |
|
|
632 | |
|
|
633 | 12 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
634 | |
|
|
635 | Fix ipaddr_fallback in net-scripts/conf.d/net.example |
|
|
636 | |
|
|
637 | 09 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
638 | |
|
|
639 | Remove init.d/net.eth0 net.lo and net.ppp0. The first two are |
|
|
640 | provided now by net-scripts and net.ppp0 is shipped in |
|
|
641 | net-dialup/ppp |
|
|
642 | |
|
|
643 | Create NET_FS_LIST and is_net_fs in functions.sh and use them in |
|
|
644 | checkroot, localmount, netmount, net.example, and net.lo |
|
|
645 | |
|
|
646 | 09 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
647 | |
|
|
648 | If the hostname has already been set via the kernel/dhcp, don't |
|
|
649 | force it to 'localhost'. Used in netboot/terminal setups #38172. |
|
|
650 | |
|
|
651 | Add domainname to default boot runlevel list #47041. |
|
|
652 | |
|
|
653 | 08 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
654 | |
|
|
655 | Make sure that when we try to mount /sys, we do so with -n (tigger). |
|
|
656 | |
|
|
657 | Add some examples for nfs to sysctl.conf #66575. |
|
|
658 | |
|
|
659 | 06 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
660 | |
|
|
661 | Update to net-scripts 1.0.2 from Roy |
|
|
662 | ------------------------------------ |
|
|
663 | - wireless module: replaced preferred_only var with |
|
|
664 | associate_order this makes more sense now as we have changed the |
|
|
665 | possible values |
|
|
666 | - wireless module: added patch from Daniel Zappala we should call |
|
|
667 | wireless_get_essid everywhere now |
|
|
668 | - wireless module: don't declare ESSID local in |
|
|
669 | wireless_configure(). This allows ESSID to be tested in the |
|
|
670 | user defined postup() function |
|
|
671 | - wireless module: test type != "NOT READY!" instead of testing = |
|
|
672 | IEEE. this resolves problems with intel and ra-tech drivers |
|
|
673 | - net.lo start() now errors when the interface does not exist |
|
|
674 | - dhcpcd, dhclient, udhcpc and pump now expose peer_* vars this |
|
|
675 | enables wireless to map them from peer_dns_ESSID |
|
|
676 | - config-system helper now loads wireless module to remap |
|
|
677 | variables from ESSID this allows udhcpc and dhclient to use |
|
|
678 | remapped wireless vars |
|
|
679 | - fixed dhcpcd and pump modules using peer_* vars |
|
|
680 | - wireless aborts after 5 seconds if it cannot report a valid |
|
|
681 | ESSID this fixes a potential infinite loop problem |
|
|
682 | - wireless_setup_iface() renamed to wireless_map_essid_vars() this |
|
|
683 | avoids confusion about what the function actually does |
|
|
684 | |
|
|
685 | 06 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
686 | |
|
|
687 | Change the default net.ipv4.conf.default.rp_filter setting to 1 |
|
|
688 | in sysctl.conf since it shouldn't be harmful in anyway. Redhat |
|
|
689 | does the same. |
|
|
690 | |
|
|
691 | 05 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
692 | |
|
|
693 | Get rid of getcols() in sbin/functions.sh. Use COLUMNS when |
|
|
694 | possible and otherwise clean up the COLS code. Fix the "emerge |
|
|
695 | depend" detection code to use RC_ENDCOL="no" |
|
|
696 | |
|
|
697 | 05 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
698 | |
|
|
699 | Changed behavior of the domainname init.d script. It will now |
|
|
700 | override any settings obtained via dhcp/whatever. See #48277. |
|
|
701 | |
|
|
702 | Updated bootmisc to dump the output of `dmesg` to /var/log/dmesg. |
|
|
703 | This way users have an 'after-boot' log of their dmesg saved |
|
|
704 | somewhere useful #55421. |
|
|
705 | |
|
|
706 | Added the 'eend' back to depscan.sh since the script starts with a |
|
|
707 | call to 'ebegin' #59694. |
|
|
708 | |
|
|
709 | Add selinux update from Chris PeBenito for src/runscript.c #64019. |
|
|
710 | |
|
|
711 | Add more quoting to rc-help.sh to fix some non-critical errors. |
|
|
712 | Make rc-help.sh respect the value of RC_NOCOLOR. Allow RC_NOCOLOR |
|
|
713 | in functions.sh to be set via the environment. |
|
|
714 | |
|
|
715 | Flesh out the default sysctl.conf with comments and more examples |
|
|
716 | since our previous one was pretty sparse #59993. |
|
|
717 | |
|
|
718 | Change calls to `uniq` to `sort -u` in checkroot/halt.sh. This way |
|
|
719 | we only require sort in / and not both #36453. |
|
|
720 | |
|
|
721 | 04 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
722 | |
|
|
723 | More (I mean a LOT more) services. This takes care of #44458, |
|
|
724 | #52881 #55939 #58997 #66166 #66297. Gleaned many from the IANA |
|
|
725 | list/Fedora/FreeBSD/Debian. |
|
|
726 | |
|
|
727 | Change the test for /proc/cmdline from -e to -r. On grsecurity |
|
|
728 | based systems for example, the file may exist, but not be readable |
|
|
729 | by non-root users (patch by Ned Ludd). |
|
|
730 | |
|
|
731 | 03 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
732 | |
|
|
733 | Add support for NFSv4 from #25106 to the netmount script. Don't |
|
|
734 | try to fsck / if the root is a remote filesystem (like NFS) #36624. |
|
|
735 | |
|
|
736 | Update the fs_passno values in the default fstab to match the |
|
|
737 | settings suggested by the manpage #37314. Make checkroot respect |
|
|
738 | a fs_passno setting of 0 when dealing with / #39212. Change |
|
|
739 | default / filesystem type to ext3 instead of xfs #42670. |
|
|
740 | |
|
|
741 | Re-order the arguments to mount to match POSIX requirements #66225. |
|
|
742 | |
|
|
743 | Don't pipe swapon in localmount to /dev/null and ignore return |
|
|
744 | codes anymore. A swapon that works shows no output #39834. |
|
|
745 | |
|
|
746 | 02 Oct 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
747 | |
|
|
748 | Break up the COL/COLOR code properly this time. Not all serial |
|
|
749 | consoles can handle adjusting to the end of the line, so let's not |
|
|
750 | bother running stty at all anymore. This should fix up #32453. |
|
|
751 | |
|
|
752 | 30 Sep 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
753 | |
|
|
754 | Disable cryptfs by default in the conf.d file. Also cleanup |
|
|
755 | the output generated in localmount/checkfs/halt.sh for dm-crypt. |
|
|
756 | Add an extra check so that cryptfs is only run when the conf.d |
|
|
757 | file exists as well as /bin/cryptsetup. |
|
|
758 | |
|
|
759 | 29 Sep 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
760 | |
|
|
761 | Let glibc install nscd since different versions of glibc will |
|
|
762 | need to be handled differently. See #43076 by Rui Malheiro. |
|
|
763 | |
|
|
764 | 29 Sep 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
765 | |
|
|
766 | Prefer ~/.dir_colors over /etc/DIR_COLORS when it exists #64489 |
|
|
767 | |
|
|
768 | 27 Sep 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
769 | |
|
|
770 | Clear the screen in .bash_logout #32330 |
|
|
771 | |
|
|
772 | * rc-scripts 1.6.1 (27 Sep 2004) |
|
|
773 | |
|
|
774 | 27 Sep 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
775 | |
|
|
776 | Update dm-crypt to work with multi-line configuration files. |
|
|
777 | Also don't set status in a subshell; it was being lost before. |
|
|
778 | |
|
|
779 | 23 Sep 2004; Mike Frysinger <vapier@gentoo.org>: |
|
|
780 | |
|
|
781 | Rework the logic behind the $COLS code. It should not depend |
|
|
782 | on whether color is enabled. Also add a check for negative |
|
|
783 | values (like when using a serial console). |
|
|
784 | |
|
|
785 | * rc-scripts 1.6.0 (15 Sep 2004) |
|
|
786 | |
|
|
787 | 15 Sep 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
788 | |
|
|
789 | Fix bug 64034: simplify netmount script's stop function so that |
|
|
790 | mountpoints containing spaces work correctly |
|
|
791 | |
|
|
792 | Update tarball.sh to use net-scripts |
|
|
793 | |
|
|
794 | 14 Sep 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
795 | |
|
|
796 | Commit dm-crypt enablement patch from Tigger (Rob Holland) in |
|
|
797 | bug 43146 |
|
|
798 | |
|
|
799 | * rc-scripts 1.5.3 (18 Aug 2004) |
|
|
800 | |
|
|
801 | 18 Aug 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
802 | |
|
|
803 | Fix bug 60719 (request for better error messages from runscript) |
|
|
804 | by allowing errors to show on the screen when they're encountered |
|
|
805 | in wrap_rcscript |
|
|
806 | |
|
|
807 | Apply Spock's bootsplash patch from bug 45784. This moves most of |
|
|
808 | the splash functionality out of baselayout. |
|
|
809 | |
|
|
810 | 13 Aug 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
811 | |
|
|
812 | Don't export PS1. Continuation of bug 26951, comments 60-62. |
|
|
813 | |
|
|
814 | * rc-scripts 1.5.2 (02 Aug 2004) |
|
|
815 | |
|
|
816 | 02 Aug 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
817 | |
|
|
818 | Related to bug 38955, don't set INPUTRC. Instead patch bash so |
|
|
819 | that it looks for /etc/inputrc automatically if ~/.inputrc is |
|
|
820 | missing. This is better than using INPUTRC since that will |
|
|
821 | override even after the user creates ~/.inputrc. |
|
|
822 | |
|
|
823 | Fix bug 54275: Don't set INFODIR. The correct variable used by |
|
|
824 | texinfo is INFOPATH, which is already set in 00basic. Setting |
|
|
825 | INFODIR is useless, and breaks a NetBSD cross compile from Gentoo |
|
|
826 | |
|
|
827 | 01 Aug 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
828 | |
|
|
829 | Fix bug 58805: net.eth0 should use bridge so that bridge |
|
|
830 | interfaces are configured prior to net.br0 running |
|
|
831 | |
|
|
832 | Fix bug 56856: Get rid of net.rej and integrate missing stuff to |
|
|
833 | conf.d/net |
|
|
834 | |
|
|
835 | Apply half of spock's patch in bug 45784: Check for |
|
|
836 | conf.d/bootsplash instead of conf.d/bootsplash.conf |
|
|
837 | |
|
|
838 | Fix bug 51351: Quote parsed output of /proc/filesystems to handle |
|
|
839 | octal sequences in mountpoint such as encoded spaces (\040) |
|
|
840 | |
|
|
841 | Fix bug 46680: Add cifs support to localmount and netmount. |
|
|
842 | Thanks to Ronald Moesbergen for the patches |
|
|
843 | |
|
|
844 | 21 Jul 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
845 | |
|
|
846 | Fix bug 26952: Use /etc/bash/bashrc to setup PS1, testing $- to |
|
|
847 | determine if shell is interactive. The new system-wide bashrc is |
|
|
848 | installed by bash-2.05b-r10 |
|
|
849 | |
|
|
850 | 19 Jul 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
851 | |
|
|
852 | Fix bug 38743: strip leading and trailing spaces from variable |
|
|
853 | values in genenviron.awk. Thanks to Marius Mauch for the patch. |
|
|
854 | |
|
|
855 | 09 Jul 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
856 | |
|
|
857 | Fix bug 55576: swap words "start" and "stop" in runscript.sh error |
|
|
858 | message |
|
|
859 | |
|
|
860 | * rc-scripts 1.5.1 (28 Jun 2004) |
|
|
861 | |
|
|
862 | 28 Jun 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
863 | |
|
|
864 | Fix dhcp in iface_start_ifconfig: It was re-using the variable |
|
|
865 | ${i} which would result in the following error: |
|
|
866 | /sbin/runscript.sh: line 441: ((: 16.141.88.153: syntax error |
|
|
867 | in expression (error token is ".141.88.153") |
|
|
868 | |
|
|
869 | Use vlan_IFACE instead of iface_IFACE_vlans in net.eth0 for more |
|
|
870 | consistent vlan configuration. Thanks to robbat2 in bug 55394 |
|
|
871 | (not fully resolved) |
|
|
872 | |
|
|
873 | Add example for checking if root filesystem is NFS-mounted via |
|
|
874 | predown function in conf.d/net for bug 53104. This might be |
|
|
875 | better integrated at some point into net.eth0 |
|
|
876 | |
|
|
877 | * rc-scripts 1.5.0 (26 Jun 2004) |
|
|
878 | |
|
|
879 | 26 Jun 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
880 | |
|
|
881 | Fix bug 47659: support iproute2-style configuration. Thanks to |
|
|
882 | Dean Bailey for some fantastic patches, including documentation |
|
|
883 | for conf.d/net. This is a pretty huge re-write of net.eth0 |
|
|
884 | |
|
|
885 | Fix bug 34607: provide examples for in conf.d/net for preup, |
|
|
886 | postup, predown, postdown functions. Also pay attention to return |
|
|
887 | value from predown function (previously ignored) |
|
|
888 | |
|
|
889 | 15 Jun 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
890 | |
|
|
891 | Fix bug 25975: support adsl in net.eth0. Thanks to Patrick McLean |
|
|
892 | for the initial pass at the code. |
|
|
893 | |
|
|
894 | Fix bug 34140: add --servicelist option to rc-status. Thanks to |
|
|
895 | Eldad Zack for the patch. |
|
|
896 | |
|
|
897 | Fix bug 37418: fix order of LVM and RAID in checkfs. Thanks to |
|
|
898 | Raimondo Giammanco for the patch. |
|
|
899 | |
|
|
900 | * rc-scripts 1.4.16 (06 Jun 2004) |
|
|
901 | |
|
|
902 | 06 Jun 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
903 | |
|
|
904 | Only call generate-modprobe.conf with --assume-kernel if |
|
|
905 | modules-update was called with --assume-kernel. This means that |
|
|
906 | only catalyst has the dependency on module-init-tools, not |
|
|
907 | everybody with the newer baselayout |
|
|
908 | |
|
|
909 | * rc-scripts 1.4.15 (21 May 2004) |
|
|
910 | |
|
|
911 | 21 May 2004; Aron Grifis <agriffis@gentoo.org>: |
|
|
912 | |
|
|
913 | Fix bug 51570: typo on line 161 of /sbin/livecd-functions.sh |
|
|
914 | |
|
|
915 | Fix bug 51626: wrong variable declaration at top of |
|
|
916 | get_bootparam() in /sbin/functions.sh |
|
|
917 | |
|
|
918 | * rc-scripts 1.4.14 (17 May 2004) |
|
|
919 | |
|
|
920 | 17 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
921 | |
|
|
922 | Bump version to 1.4.14 to push out gmsoft's fix for hppa console |
|
|
923 | on ttyB0 |
|
|
924 | |
|
|
925 | * rc-scripts 1.4.13 (15 May 2004) |
|
|
926 | |
|
|
927 | 15 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
928 | |
|
|
929 | Bump version to 1.4.13 to push out Gustavo's livecd serial console |
|
|
930 | fixes for sparc and hppa. |
|
|
931 | |
|
|
932 | * rc-scripts 1.4.12 (07 May 2004) |
|
|
933 | |
|
|
934 | 10 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
935 | |
|
|
936 | Bump version to 1.4.12 to release these critical bug fixes |
|
|
937 | |
|
|
938 | Fix bug 50434: The new version of start-stop-daemon changes |
|
|
939 | directory to / by default unless --chdir is specified. Revert |
|
|
940 | this behavior to maintain working directory. This fixes openvpn |
|
|
941 | startup (probably among other things). Thanks to Sven Wegener for |
|
|
942 | the patch. |
|
|
943 | |
|
|
944 | Fix bug 50448: Four days ago I changed bash loops to use the wrong |
|
|
945 | conditional syntax in net.eth0. Thanks to Sven Wegener for |
|
|
946 | pointing out the problem and providing a patch. |
|
|
947 | |
|
|
948 | * rc-scripts 1.4.11 (07 May 2004) |
|
|
949 | |
|
|
950 | 07 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
951 | |
|
|
952 | Fix bug 20597: Skip RCS files when updating modules |
|
|
953 | |
|
|
954 | Fix bug 49926: Add a --assume-kernel flag to modules-update. This |
|
|
955 | requires a companion patch in module-init-tools-3.0-r2 to handle |
|
|
956 | the same flag in generate-modprobe.conf; this dependency won't be |
|
|
957 | handled in the baselayout ebuild since it only affects livecd |
|
|
958 | building. |
|
|
959 | |
|
|
960 | 06 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
961 | |
|
|
962 | In net.eth0, fix many instances of loops like "for ((i = 0; i < |
|
|
963 | 100; i = i + 1))". The problem here is that the middle comparison |
|
|
964 | is being interpreted as a bash conditional, which means that it's |
|
|
965 | doing string comparison by default. It needs to be "i -lt 100" |
|
|
966 | |
|
|
967 | Fix bug 34827: net.eth0 breaks when localized because the ifconfig |
|
|
968 | output changes. Wrap ifconfig in a function that overrides |
|
|
969 | LC_ALL=C |
|
|
970 | |
|
|
971 | Fix bug 48305: Provide a new network configuration variable |
|
|
972 | ifconfig_fallback_eth0 which allows one to specify a fallback |
|
|
973 | configuration in case DHCP fails. |
|
|
974 | |
|
|
975 | Fix bug 50246: Give root an invalid password ("*" in /etc/shadow) |
|
|
976 | in the default baselayout. This prevents the first reboot after |
|
|
977 | installation from having a blank password. |
|
|
978 | |
|
|
979 | 05 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
980 | |
|
|
981 | Fix bug 48595: Make sure $(id -u) is zero (root user) when running |
|
|
982 | init scripts to avoid a lot of error messages. |
|
|
983 | |
|
|
984 | Replace many lines of awk with two lines of grep in |
|
|
985 | init.d/localmount |
|
|
986 | |
|
|
987 | Fix bug 44316: Use 0644 instead of 0640 for resolv.conf in net.ppp0 |
|
|
988 | |
|
|
989 | 03 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
990 | |
|
|
991 | Update to version 1.10.20 of Debian's start-stop-daemon (contained |
|
|
992 | in dpkg at http://packages.debian.org/testing/base/dpkg). This |
|
|
993 | fixes bug 22686 (start-stop-daemon in baselayout doesn't allow |
|
|
994 | altered nicelevel). |
|
|
995 | |
|
|
996 | * rc-scripts 1.4.10 (25 Apr 2004) |
|
|
997 | |
|
|
998 | 25 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
999 | |
|
|
1000 | Fix typos in sbin/rc: "try try mount" and "mount ... & >/dev/null" |
|
|
1001 | Also removed the errstr double-checking since the need for that is |
|
|
1002 | alleviated by these typo fixes. |
|
|
1003 | |
|
|
1004 | 23 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
1005 | |
|
|
1006 | Fix bug 48629 (/sbin/rc fixups for udev) with patch from GregKH |
|
|
1007 | |
|
|
1008 | Fix bug 40987 (gentoo should be able to boot with an empty /dev) |
|
|
1009 | with patch from Spanky. The patch avoids redirection to /dev/null |
|
|
1010 | when it doesn't exist; this was breaking /sbin/rc. |
|
|
1011 | |
|
|
1012 | * rc-scripts 1.4.9 (15 Apr 2004) |
|
|
1013 | |
|
|
1014 | 15 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
1015 | |
|
|
1016 | Fix bug 47111 (severe depcache problems) with tons of help from |
|
|
1017 | dswhite42 and the rest of the crew in that bug. Thanks guys! |
|
|
1018 | |
|
|
1019 | * rc-scripts 1.4.8 (14 Apr 2004) |
|
|
1020 | |
|
|
1021 | 14 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
1022 | |
|
|
1023 | Fix bug 47623 (error removing inet6 addresses) with patch provided |
|
|
1024 | by Vlad Yasevich. |
|
|
1025 | |
|
|
1026 | * rc-scripts 1.4.7 (12 Apr 2004) |
|
|
1027 | |
|
|
1028 | 12 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
1029 | |
|
|
1030 | Fix bug 47218 (net.eth0 broken for vlans) with patch provided by |
|
|
1031 | Andy Dustman. Fix bug 47250 (depscan.sh fails to create |
|
|
1032 | /var/lib/init.d/* directories) with patch from Terje Bergström. |
|
|
1033 | |
|
|
1034 | * rc-scripts 1.4.6 (08 Apr 2004) |
|
|
1035 | |
|
|
1036 | 08 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
1037 | |
|
|
1038 | Update patch from Gustavoz; -ln /bin/bash should have been -nl /bin/bash |
|
|
1039 | |
|
|
1040 | * rc-scripts 1.4.5 (08 Apr 2004) |
|
|
1041 | |
|
|
1042 | 08 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
1043 | |
|
|
1044 | Patch init.d/checkroot to list / (root) only once in mtab; see bug 38360. |
|
|
1045 | Patch from Gustavoz to livecd-functions.sh to run bash instead of login on |
|
|
1046 | serial consoles, necessary due to scrambled root passwords. |
|
|
1047 | |
|
|
1048 | * rc-scripts 1.4.4 (07 Apr 2004) |
|
|
1049 | |
|
|
1050 | 07 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
1051 | |
|
|
1052 | Patch from Gustavoz for Sparc console: Fetch LIVECD_CONSOLE from dmesg |
|
|
1053 | output. Also support 4800 baud correctly. |
|
|
1054 | |
|
|
1055 | 16 Mar 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
1056 | |
|
|
1057 | The changes in this commit pertain primarily to |
|
|
1058 | http://bugs.gentoo.org/show_bug.cgi?id=19695 |
|
|
1059 | http://bugs.gentoo.org/show_bug.cgi?id=35736 |
|
|
1060 | |
|
|
1061 | Specify routes as an array per interface, for example: |
|
|
1062 | routes_eth0=( |
|
|
1063 | "-net 10.1.0.0 netmask 255.255.0.0 gw 10.0.0.5" |
|
|
1064 | "-net 10.2.0.0 netmask 255.255.0.0 gw 10.0.0.6" |
|
|
1065 | "-host 10.3.0.1 dev eth0" |
|
|
1066 | ) |
|
|
1067 | |
|
|
1068 | You can optionally use the gateway variable or just put the default route |
|
|
1069 | in the routes variable. The following two are REDUNDANT: |
|
|
1070 | |
|
|
1071 | routes_eth0=( "default gw 10.0.0.5" ) |
|
|
1072 | gateway="eth0/10.0.0.5" |
|
|
1073 | |
|
|
1074 | Old configuration variables in /etc/conf.d/net are fully supported and |
|
|
1075 | used transparently if ifconfig_eth0 is missing. In other words, this new |
|
|
1076 | script is fully backward-compatible. However you can get rid of |
|
|
1077 | iface_eth0, alias_eth0, broadcast_eth0 and netmask_eth0 if you want by |
|
|
1078 | using the new syntax: |
|
|
1079 | |
|
|
1080 | ifconfig_eth0=( |
|
|
1081 | "10.0.0.6 broadcast 10.0.255.255 netmask 255.255.0.0" |
|
|
1082 | "192.168.1.1 netmask 255.255.255.0" |
|
|
1083 | "123.456.789.1" |
|
|
1084 | ) |
|
|
1085 | |
|
|
1086 | Full backward compatibility so no danger to screwing up users relying on |
|
|
1087 | existing /etc/conf.d/net setup |
|
|
1088 | |
|
|
1089 | NET_DEBUG can be set in the environment for copious debugging output |
|
|
1090 | |
|
|
1091 | Deprecate [ ] in favor of [[ ]] which has fewer quoting issues and |
|
|
1092 | better functionality (and is even slightly faster) |
|
|
1093 | |
|
|
1094 | Properly localize all variables, including variables returned by |
|
|
1095 | setup_vars |
|
|
1096 | |
|
|
1097 | Allow full options for every ifconfig command, both base address and |
|
|
1098 | aliases via ifconfig_eth0, replacing the convoluted and less-functional |
|
|
1099 | iface_eth0, alias_eth0, broadcast_eth0, netmask_eth0 |
|
|
1100 | |
|
|
1101 | Provide full support for static routes via routes_eth0 |
|
|
1102 | |
|
|
1103 | Fix potential quoting problems in setup_vars by using better eval syntax |
|
|
1104 | instead of eval echo |
|
|
1105 | |
|
|
1106 | Display IP addresses while configuring, both DHCP-retrieved and |
|
|
1107 | statically set addresses |
|
|
1108 | |
|
|
1109 | Collapse redundant caching of $? since eend returns $? again |
|
|
1110 | |
|
|
1111 | Report when keeping kernel configuration for an interface along with IP |
|
|
1112 | address gleaned |
|
|
1113 | |
|
|
1114 | Don't reset the default gateway if it is already set correctly |
|
|
1115 | |
|
|
1116 | Don't bind default gateway to particular interface when /sbin/route is |
|
|
1117 | called so that it can survive if there is more than one interface on the |
|
|
1118 | required subnet. (Old behavior can be obtained by setting |
|
|
1119 | routes_eth0="default gw 1.2.3.4 dev eth0" if you really want it) |
|
|
1120 | |
|
|
1121 | Don't bomb if default gateway can't be set since that doesn't |
|
|
1122 | necessarily mean that the interface configuration is invalid. |
|
|
1123 | (Old behavior was completely broken, but commented section |
|
|
1124 | demonstrates how to do it right if necessary) |
|
|
1125 | |
|
|
1126 | iface_stop no longer relies on configuration in /etc/conf.d/net AT ALL. |
|
|
1127 | This is very good because it means you can put new configuration in |
|
|
1128 | /etc/conf.d/net, then restart the interface and the old configuration will |
|
|
1129 | be properly shut down. |
|
|
1130 | |
|
|
1131 | iface_stop reports when it is releasing the DHCP lease |
|
|
1132 | |
|
|
1133 | * rc-scripts 1.4.3.13p1 (26 Feb 2004) |
|
|
1134 | |
|
|
1135 | 26 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1136 | |
|
|
1137 | Remove /etc/DIR_COLORS, as coreutils provides it now. |
|
|
1138 | |
|
|
1139 | Add RC_DEVICE_TARBALL to /etc/conf.d/rc to control use of device tarball. |
|
|
1140 | Also modified /sbin/rc and /etc/init.d/halt.sh for this. |
|
|
1141 | |
|
|
1142 | Start udevd if present. |
|
|
1143 | |
|
|
1144 | Small fix to sbin/rc-services.sh related to mtime checking and 'net' |
|
|
1145 | virtual service - it had no mtime generated, so check_mtime() failed |
|
|
1146 | for it ... |
|
|
1147 | |
|
|
1148 | 25 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1149 | |
|
|
1150 | Update to enable checking of mtimes on rc-scripts, and auto running |
|
|
1151 | depscan.sh if needed. Also try to run depscan.sh when RC_GOT_DEPTREE_INFO |
|
|
1152 | is not set instead of just erroring. |
|
|
1153 | |
|
|
1154 | 19 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1155 | |
|
|
1156 | Fix irda type-o in /sbin/MAKEDEV, thanks to Tobias Sager <moixa@gmx.ch>. |
|
|
1157 | |
|
|
1158 | Fix type-o in /etc/initrc, bug #41666 (Tom Vergote <bugzilla@tomvergote.be>). |
|
|
1159 | |
|
|
1160 | 15 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1161 | |
|
|
1162 | Add RC_TTY_NUMBER to /etc/conf.d/rc to configure how many tty devices |
|
|
1163 | are used in scripts such as consolefonts, numlock, etc. This should |
|
|
1164 | close bug #39863. |
|
|
1165 | |
|
|
1166 | Fix type-o in /etc/init.d/consolefont, bug #40938, thanks to patch from |
|
|
1167 | Cory Tusar <ctusar@adelphia.net>. |
|
|
1168 | |
|
|
1169 | 09 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1170 | |
|
|
1171 | Add SELinux modifications to /sbin/runscript. This allows runscript to |
|
|
1172 | make sure it is running in the right domain. Patch done by |
|
|
1173 | Chris PeBenito <pebenito@gentoo.org>. |
|
|
1174 | |
|
|
1175 | * rc-scripts 1.4.3.13 (08 Feb 2004) |
|
|
1176 | |
|
|
1177 | 08 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1178 | |
|
|
1179 | Fix wrong logic in /etc/init.d/halt.sh which did not umount all mounts |
|
|
1180 | _but_ /mnt/cdrom and /mnt/livecd. |
|
|
1181 | |
|
|
1182 | Update /etc/init.d/consolefont to use newer kbd. Should also close |
|
|
1183 | bug #39864. |
|
|
1184 | |
|
|
1185 | Fix /sbin/depscan.sh, /sbin/functions.sh and /sbin/rc to use mkdir rather |
|
|
1186 | than install, as newer versions of install is located in /usr/bin. This |
|
|
1187 | closes bug #39648. |
|
|
1188 | |
|
|
1189 | 06 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1190 | |
|
|
1191 | Tweak livecd support changes and add some more to hopefully sort out |
|
|
1192 | last issues, with help from Brad House <brad_mssw@gentoo.org>. |
|
|
1193 | |
|
|
1194 | Add code to generate /dev/fd, /dev/std* and /dev/core to /sbin/rc, |
|
|
1195 | bug #37349. |
|
|
1196 | |
|
|
1197 | * rc-scripts 1.4.3.12p3 (21 Jan 2004) |
|
|
1198 | |
|
|
1199 | 19 Jan 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1200 | |
|
|
1201 | Add /sbin/livecd-functions.sh from Brad House <brad_mssw@gentoo.org> |
|
|
1202 | for livecd support. Add bits to /sbin/rc to support it. |
|
|
1203 | |
|
|
1204 | 06 Jan 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1205 | |
|
|
1206 | Fix type-o in /etc/init.d/checkfs, bug #37113. |
|
|
1207 | |
|
|
1208 | 29 Dec 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1209 | |
|
|
1210 | Update /sbin/depscan.sh, /sbin/env-update.sh, src/awk/cachedepends.awk, |
|
|
1211 | src/awk/gendepends.awk and src/awk/genenviron.awk to use ENVIRON rather |
|
|
1212 | then gawk -v. Also add some tests to see if we got the environment |
|
|
1213 | variables. |
|
|
1214 | |
|
|
1215 | 28 Dec 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1216 | |
|
|
1217 | Fix /sbin/rc to mount /dev/pts with gid=5 and mode=0620, bug #36088. |
|
|
1218 | |
|
|
1219 | * rc-scripts 1.4.3.12p2 (27 Dec 2003) |
|
|
1220 | |
|
|
1221 | 26 Dec 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1222 | |
|
|
1223 | Update code to generate /dev from /sys. Add UDEV_NO_SLEEP=1 for |
|
|
1224 | hack to not make udev sleep - its not needed as these entries |
|
|
1225 | are already present, and not a hotplug event. |
|
|
1226 | |
|
|
1227 | Update /etc/init.d/{consolefont,numlock} to work with udev managed |
|
|
1228 | /dev that have devfs layout. |
|
|
1229 | |
|
|
1230 | 14 Dec 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1231 | |
|
|
1232 | Fix type-o in /sbin/rc, bug #34837. |
|
|
1233 | |
|
|
1234 | * rc-scripts 1.4.3.12p1 (26 Nov 2003) |
|
|
1235 | |
|
|
1236 | 26 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1237 | |
|
|
1238 | Fix /etc/init.d/halt.sh to reset pam_console permissions, else |
|
|
1239 | the next bootup might be done with some non-root nodes which cause |
|
|
1240 | some odd issues. |
|
|
1241 | |
|
|
1242 | Add code to generate /dev from sysfs entries - not much it currently |
|
|
1243 | support but block/tty devices, but it is a start for when we have |
|
|
1244 | full sysfs support in all drivers. |
|
|
1245 | |
|
|
1246 | Revert carrier detection check, as there is currently too many |
|
|
1247 | issues with it, bug #33272. |
|
|
1248 | |
|
|
1249 | Make sure we mount already mounted mount (done in /sbin/rc) with |
|
|
1250 | correct permissions, etc, bug #33764. Modified /etc/init.d/checkroot |
|
|
1251 | for this. |
|
|
1252 | |
|
|
1253 | 16 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1254 | |
|
|
1255 | Fix carrier detection - we need to do a 'ifconfig $IFACE up' else |
|
|
1256 | some drivers do not set the IFF_RUNNING bit, bug #33272, thanks to |
|
|
1257 | Jason Rhinelander <jason-gentoo@gossamer-threads.com> for the fix. |
|
|
1258 | |
|
|
1259 | 15 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1260 | |
|
|
1261 | Add a warning to cachedepends.awk if a rc-script's name ends in |
|
|
1262 | '.sh', bug #33134. Add better error checking to /sbin/depscan.sh. |
|
|
1263 | |
|
|
1264 | Fix /etc/init.d/halt.sh to not try and remount virtual devices, |
|
|
1265 | also do a few cleanups. Closes bug #33271. |
|
|
1266 | |
|
|
1267 | * rc-scripts 1.4.3.12 (11 Nov 2003) |
|
|
1268 | |
|
|
1269 | 11 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1270 | |
|
|
1271 | Add carrier detection to /etc/init.d/net.eth0 closing bug #25480; |
|
|
1272 | patch by Jordan Ritter <jpr5+gentoo@darkridge.com>. |
|
|
1273 | |
|
|
1274 | Add extra checks for critical directories to /sbin/rc. |
|
|
1275 | |
|
|
1276 | 04 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1277 | |
|
|
1278 | Update /bin/rc-status giving a working '-u' parameter, bug #32417. |
|
|
1279 | Fix by Michael Frysinger <vapier@gentoo.org>. |
|
|
1280 | |
|
|
1281 | 31 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1282 | |
|
|
1283 | Add support for --tty switch added to setfont and remove consolechars |
|
|
1284 | support; modified /etc/init.d/consolefont for this. Also remove |
|
|
1285 | consoletools support from /etc/init.d/keymaps. |
|
|
1286 | |
|
|
1287 | 29 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1288 | |
|
|
1289 | We should still use /sbin/udev as hotplug agent if /sbin/hotplug do |
|
|
1290 | not exist. Updated /sbin/rc for this. |
|
|
1291 | |
|
|
1292 | Add a fix to /etc/init.d/keymaps for bug #32111 (we should not have |
|
|
1293 | '-u' in the call to loadkeys when using unicode). |
|
|
1294 | |
|
|
1295 | We should not use '-' in variable names for bash, bug #31184, thanks |
|
|
1296 | to Andreas Simon <yuipx@gmx.net>. Updated /sbin/MAKEDEV. |
|
|
1297 | |
|
|
1298 | 27 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1299 | |
|
|
1300 | Fix return code checking of fsck in /etc/init.d/checkfs, bug #31349. |
|
|
1301 | |
|
|
1302 | 26 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1303 | |
|
|
1304 | The unmount stuff in /etc/init.d/halt.sh was flawed, in the fact that |
|
|
1305 | it called 'umount -t no<insert_fs_here>', which resulted in /proc, etc |
|
|
1306 | unmounted anyhow. Change it to remount the last filesystems readonly |
|
|
1307 | without trying to unmount any. This fixes a few cases where reboot |
|
|
1308 | would halt due to unmounted /proc, etc. |
|
|
1309 | |
|
|
1310 | This change set fixes two things: |
|
|
1311 | 1) In exporting all functions/variables in functions.sh, rc-services.sh |
|
|
1312 | and rc-daemon.sh, we created an overly large environment, and also |
|
|
1313 | broke stuff like glftpd. Do not do this, and hope whatever caused |
|
|
1314 | the issues previously is fixed in the meantime. This should close |
|
|
1315 | bugs #25754 and #31794. |
|
|
1316 | 2) gendepend.awk used to generate deptree with functions called |
|
|
1317 | depinfo_<scriptname> which set appropriate variables when called. |
|
|
1318 | This broke if the scriptname contained characters that is not valid |
|
|
1319 | for bash variable names. Changed things to use an array fixing this. |
|
|
1320 | This closes bug #24092. |
|
|
1321 | |
|
|
1322 | Change /sbin/rc again to not set the hotplug agent to /sbin/udev, as |
|
|
1323 | /sbin/hotplug will call udev as well. |
|
|
1324 | |
|
|
1325 | Fix a logic error in /lib/rcscripts/sh/rc-services.sh that cause the |
|
|
1326 | get_dep_info() function to skip the last entry in the RC_DEPEND_TREE |
|
|
1327 | array (in my case 'net'). |
|
|
1328 | |
|
|
1329 | We did not handle the 'net' dependency properly in valid_iuse() and |
|
|
1330 | valid_iafter(). Fix this in /lib/rcscripts/sh/rc-services.sh, closing |
|
|
1331 | bugs #30327 and #31950. |
|
|
1332 | |
|
|
1333 | Change an occurance of /etc/modutils in modules-update.8 to |
|
|
1334 | /etc/modules.d/ closing bug #31171. |
|
|
1335 | |
|
|
1336 | 19 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1337 | |
|
|
1338 | More bootsplash fixes, bug #21019 (comment #21). |
|
|
1339 | |
|
|
1340 | Remove the killall5 stuff from /etc/init.d/halt.sh, as it messes with |
|
|
1341 | bootsplash. Add support to kill processes still using non-critical |
|
|
1342 | mounts with fuser though. |
|
|
1343 | |
|
|
1344 | 17 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1345 | |
|
|
1346 | Bootsplash fixes from Michael Aichler <micha@aichler.net>, (comment #15 |
|
|
1347 | and #16 from bug #21019). |
|
|
1348 | |
|
|
1349 | Bootsplash coded did not play nice with boot profiles, so I fixed that |
|
|
1350 | as well. Some other style tweaks. |
|
|
1351 | |
|
|
1352 | Fix /sbin/MAKEDEV to use 'user:group' form, and not depriciated '.'. |
|
|
1353 | Also changed the permissions on tty's, ibcs and scanner devices |
|
|
1354 | to 0660. |
|
|
1355 | |
|
|
1356 | * rc-scripts 1.4.3.11p2 (14 Sep 2003) |
|
|
1357 | |
|
|
1358 | 14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1359 | |
|
|
1360 | Revert previous changes, and substitute it for the bootsplash patches |
|
|
1361 | from Michael Aichler <micha@aichler.net>, bug #21019. His www pages |
|
|
1362 | can be reached at: |
|
|
1363 | |
|
|
1364 | http://www.aichler.net/gentoo/bootsplash/ |
|
|
1365 | |
|
|
1366 | I should note that the bootsplash stuff is not 100% tested. |
|
|
1367 | |
|
|
1368 | |
|
|
1369 | * rc-scripts 1.4.3.11p1 (14 Sep 2003) |
|
|
1370 | |
|
|
1371 | 14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1372 | |
|
|
1373 | Initial bootsplash patch as from LiveCD's. |
|
|
1374 | |
|
|
1375 | Add more tty's to /etc/init.d/numlock, bug #28252. |
|
|
1376 | |
|
|
1377 | * rc-scripts 1.4.3.11 (14 Sep 2003) |
|
|
1378 | |
|
|
1379 | 14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1380 | |
|
|
1381 | Add initial udev support. Modified /sbin/rc and /etc/init.d/halt.sh. |
|
|
1382 | Resolves bug #27527. |
|
|
1383 | |
|
|
1384 | Add squid to /etc/services, bug #30995. Other cleanups from rac. |
|
|
1385 | |
|
|
1386 | Add patch from Kumba <kumba@gentoo.org> to MAKEDEV to not allow |
|
|
1387 | running while pwd is root (/). |
|
|
1388 | |
|
|
1389 | Add 'after hotplug' to /etc/init.d/consolefont, bug #30856. |
|
|
1390 | |
|
|
1391 | Add entry for floppy in /etc/fstab, bug #30574. |
|
|
1392 | |
|
|
1393 | Remove changing group of /tmp/.{X,ICE}-unix, as it it not needed, |
|
|
1394 | bug #28861. |
|
|
1395 | |
|
|
1396 | Apply a patch from Mike Frysinger <vapier@gentoo.org> for rc-status. |
|
|
1397 | It now will work with runlevels named with any characters (other than |
|
|
1398 | ones found in default bash IFS). It also adds a few sanity/error |
|
|
1399 | checks, bug #26432. |
|
|
1400 | |
|
|
1401 | Change /etc/inputrc to have PageUp/PageDown search through bash |
|
|
1402 | history again, bug #26036. |
|
|
1403 | |
|
|
1404 | 14 Sep 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1405 | |
|
|
1406 | Change update-modules to modules-update in manpage, bug #28101. |
|
|
1407 | |
|
|
1408 | * rc-scripts 1.4.3.10p1 (08 Sep 2003) |
|
|
1409 | |
|
|
1410 | 08 Sep 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1411 | |
|
|
1412 | Change the '-k' switch to dhcpcd to '-z' in /etc/init.d/net.eth0. |
|
|
1413 | |
|
|
1414 | 12 Aug 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1415 | |
|
|
1416 | Add missing 'local x' to filter_environ() (bug #26429), thanks to |
|
|
1417 | Mark Wagner <mark@lanfear.net>. Modified rc-services.sh for this. |
|
|
1418 | |
|
|
1419 | 11 Aug 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1420 | |
|
|
1421 | Modify /etc/init.d/modules not to print the autoloading stuff if |
|
|
1422 | no modules should be loaded (resolving bug #26288), per request from |
|
|
1423 | Michael Frysinger <vapier@gentoo.org>. |
|
|
1424 | |
|
|
1425 | Fix get_bootparam() in /sbin/functions.sh to check for existance of |
|
|
1426 | the /proc/cmdline proc entry. |
|
|
1427 | |
|
|
1428 | 10 Aug 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1429 | |
|
|
1430 | Modify /etc/init.d/halt.sh to first kill, and then deactivate swap on |
|
|
1431 | request of Luke-Jr <luke-jr@gentoo.org>. It should be ok now, as the |
|
|
1432 | whole way of devfs handling changed long ago already. |
|
|
1433 | |
|
|
1434 | Fix /etc/init.d/halt.sh to unmount the mount point and not the device. |
|
|
1435 | Also change it to 'mount -d' to detach the loop device. Patch by |
|
|
1436 | Kalin KOZHUHAROV <kalin@ThinRope.net>, bug #26256. |
|
|
1437 | |
|
|
1438 | Fix /etc/init.d/consolefont to not error out if CONSOLEFONT in rc.conf |
|
|
1439 | is not set, bug #26278 (noted by Michael Frysinger <vapier@gentoo.org>). |
|
|
1440 | |
|
|
1441 | * rc-scripts 1.4.3.10 (04 Aug 2003) |
|
|
1442 | |
|
|
1443 | 04 Aug 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1444 | |
|
|
1445 | Add /bin/rc-status and 'show' support to /sbin/rc-update (long overdue), |
|
|
1446 | bug #4222, thanks to Sean E Russell <ser@germane-software.com>, |
|
|
1447 | Michael Frysinger <vapier@gentoo.org> (/bin/rc-status) and for the 'show' |
|
|
1448 | stuff to /sbin/rc-update, Max Kalika <max@gentoo.org>. |
|
|
1449 | |
|
|
1450 | Fixed modules-update to only do the /etc/modprobe.conf generation if we |
|
|
1451 | are actually running a 2.5+ kernel. |
|
|
1452 | |
|
|
1453 | Add pop3 entries to /etc/services, bug #25501. |
|
|
1454 | |
|
|
1455 | Add a switch for devfsd startup to /etc/conf.d/rc, fix /sbin/rc to check |
|
|
1456 | RC_DEVFSD_STARTUP. Closes bug #24361, thanks to patches from |
|
|
1457 | Kurt V. Hindenburg <khindenburg@cherrynebula.net>. |
|
|
1458 | |
|
|
1459 | Add LVM2 support thanks to Max Kalika <max@gentoo.org> (bug #21908). |
|
|
1460 | |
|
|
1461 | Add IPV6 versions of localhost and co in /etc/hosts, bug #25859. |
|
|
1462 | |
|
|
1463 | Fix type-o in /sbin/rc-update, bug #25854. |
|
|
1464 | |
|
|
1465 | 29 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1466 | |
|
|
1467 | Tweak /etc/init.d/check{root,fs} to set retval after each fsck call, |
|
|
1468 | and not the whole block. Tweak check checkroot to reboot if need be |
|
|
1469 | (This is with sufficient warning and message). Tweak checkfs to not |
|
|
1470 | drop to a sulogin if return code 2 or 3 is given - as we did not |
|
|
1471 | mount the filesystems yet, we should not need to reboot ... bug #25398. |
|
|
1472 | |
|
|
1473 | Add '-T' option to fsck (/etc/init.d/check{root,fs} - requested by |
|
|
1474 | Michael Frysinger <vapier@gentoo.org>. |
|
|
1475 | |
|
|
1476 | 28 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1477 | |
|
|
1478 | Rework changes for the Adelie project to support boot config profiles |
|
|
1479 | better. Added support for /etc/runlevels/LEVEL/.fake to specify which |
|
|
1480 | runlevels should be marked started or stopped without executing the |
|
|
1481 | script. Renamed the /etc/runlevels/LEVEL/critical to ".critical" for |
|
|
1482 | more uniformity. Modified /sbin/rc, /sbin/functions.sh, /sbin/runscript.sh |
|
|
1483 | for this. |
|
|
1484 | |
|
|
1485 | Add better support for services that provide the "logger" virtual. We |
|
|
1486 | should really start the logger earlier, and stop it as late as possible. |
|
|
1487 | Modified /sbin/rc, /lib/rcscripts/sh/rc-services.sh and gendepends.awk |
|
|
1488 | for this. |
|
|
1489 | |
|
|
1490 | Fix .../boot/... paths hardcoded in /lib/rcscripts/sh/rc-services.sh, |
|
|
1491 | thanks to Jean-Francois Richard <jean-francois@richard.name>. |
|
|
1492 | |
|
|
1493 | Replace the Suse /etc/inputrc with a non copyrighted one, bug #24918. |
|
|
1494 | |
|
|
1495 | 23 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1496 | |
|
|
1497 | From Jean-Francois Richard <jean-francois@richard.name> and |
|
|
1498 | Olivier Crete <tester@gentoo.org> from the Adelie project: |
|
|
1499 | |
|
|
1500 | The last four patches are the "adaptation" of our previous patches to |
|
|
1501 | the new "no-tmpfs" init system in Gentoo. Since we were using quite |
|
|
1502 | different scripts for the boot runlevel (no "checkroot" for example) and |
|
|
1503 | that the new system hardcodes some of the boot services, we had to find |
|
|
1504 | a simple yet elegant solution. |
|
|
1505 | |
|
|
1506 | We chose to make init scripts read "/etc/runlevels/LEVEL/critical" to |
|
|
1507 | know what are the boot runlevel services. If this file is not present, |
|
|
1508 | it uses the Gentoo hardcoded defaults. |
|
|
1509 | |
|
|
1510 | This touches /sbin/rc, /sbin/functions.sh, /sbin/runscript.sh and |
|
|
1511 | /etc/init.d/halt.sh. |
|
|
1512 | |
|
|
1513 | I just changed the behaviour of 'softlevel' kernel command line argument |
|
|
1514 | to not only add a suffix and some other cleanups. |
|
|
1515 | |
|
|
1516 | Add support for irqbalance. |
|
|
1517 | |
|
|
1518 | 22 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1519 | |
|
|
1520 | Fix the /dev/root entry in /etc/mtab, bug #24916. |
|
|
1521 | |
|
|
1522 | Add EVMS2 support, thanks to Mike Javorski <mike_javorski@bigfoot.com>, |
|
|
1523 | bug #24064. |
|
|
1524 | |
|
|
1525 | * rc-scripts 1.4.3.9 (17 Jul 2003) |
|
|
1526 | |
|
|
1527 | 17 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1528 | |
|
|
1529 | Add vlan support to /etc/init.d/net.eth0, bug #15588, thanks to |
|
|
1530 | Andy Dustman <andy-gentoo.54e552@dustman.net>. |
|
|
1531 | |
|
|
1532 | Add 'TERM=Eterm' to /etc/DIR_COLORS, bug #23423. |
|
|
1533 | |
|
|
1534 | Add mdadm support to /etc/init.d/checkfs, bug #23437, many thanks |
|
|
1535 | to Wes Kurdziolek <wkurdzio@vtluug.org>. |
|
|
1536 | |
|
|
1537 | Rather use 'uname -r' to get kernel version, as else we need sysctl. |
|
|
1538 | This closes bug #23923, modified /etc/init.d/modules. |
|
|
1539 | |
|
|
1540 | Fix a type-o in /etc/fstab, bug #23308. |
|
|
1541 | |
|
|
1542 | Add support for the new 'O' agetty option to display the DNS domainname |
|
|
1543 | in the issue file thanks to Marius Mauch <genone@genone.de>, bug #22275. |
|
|
1544 | Updated /etc/issue and /etc/issue.logo for this. |
|
|
1545 | |
|
|
1546 | 16 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1547 | |
|
|
1548 | Add aliases for add/del to /sbin/rc-update closing bug #24317, thanks |
|
|
1549 | to Antonio Dolcetta <zagarna@yahoo.com>. |
|
|
1550 | |
|
|
1551 | Fix /etc/init.d/net.eth0 to not set rp_filter if already set via |
|
|
1552 | /etc/sysctl.conf, bug #24235 - thanks jochen <jochen.eisinger@gmx.de>. |
|
|
1553 | |
|
|
1554 | Fix /sbin/runscript.sh and /lib/rcscripts/awk/cachedepend.awk to work |
|
|
1555 | with symlinks in /etc/init.d/, closing bug #24228. |
|
|
1556 | |
|
|
1557 | Fix /etc/init.d/clock to work with UML, closing bug #24225 thanks to |
|
|
1558 | John Mylchreest <johnm@gentoo.org>. |
|
|
1559 | |
|
|
1560 | Fix hardcoded color escape sequence in /sbin/rc, closing bug #24109, |
|
|
1561 | thanks to splite <splite-gentoo@sigint.cs.purdue.edu>. |
|
|
1562 | |
|
|
1563 | Fix /sbin/functions.sh to disable color printing if NOCOLOR is set to |
|
|
1564 | "true" in /etc/make.conf, closing bug #24107. |
|
|
1565 | |
|
|
1566 | Fix /etc/init.d/keymaps to be more non-x86 friendly, and also allow |
|
|
1567 | more keymaps to be specified in /etc/rc.conf, bug #24084. |
|
|
1568 | |
|
|
1569 | 15 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1570 | |
|
|
1571 | Add /bin/csh to /etc/shells. |
|
|
1572 | |
|
|
1573 | Add new protocols to /etc/services, thanks Rajiv Aaron Manglani |
|
|
1574 | <rajiv@gentoo.org>. |
|
|
1575 | |
|
|
1576 | 23 Jun 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1577 | |
|
|
1578 | Cleanups for bug #21438 from bug #22637, thanks to |
|
|
1579 | Christian Strauf <christian.strauf@gmx.de> and Ian Abbott <ian@abbott.org>. |
|
|
1580 | |
|
|
1581 | 22 Jun 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1582 | |
|
|
1583 | Really commit fix for bug #21438 to CVS. |
|
|
1584 | |
|
|
1585 | 21 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1586 | |
|
|
1587 | Call /proc mount with explicit options to fix issues where user |
|
|
1588 | have 'bind' mounts for /proc in fstab as well, bug #21068. |
|
|
1589 | |
|
|
1590 | Fix /etc/init.d/bootmisc to check for /sbin/env-update.sh, bug #21384, |
|
|
1591 | reported by Gunnlaugur Thor Briem <gthb@hi.is>. |
|
|
1592 | |
|
|
1593 | Add 'before bootmisc' to /etc/init.d/domainname, as we need to start |
|
|
1594 | it before 'env-update.sh' gets run by /etc/init.d/bootmisc. |
|
|
1595 | |
|
|
1596 | * rc-scripts 1.4.3.8p1 (21 May 2003) |
|
|
1597 | |
|
|
1598 | 21 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1599 | |
|
|
1600 | Last fix I did not use the modified 'myservice', but used $1 again, |
|
|
1601 | causing the network dependencies to bork. I did not notice this |
|
|
1602 | as I have net.eth0 in default runlevel. |
|
|
1603 | |
|
|
1604 | * rc-scripts 1.4.3.8 (20 May 2003) |
|
|
1605 | |
|
|
1606 | 20 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1607 | |
|
|
1608 | A '-' in a bash variable is not valid as well. Fix gendepend.awk and |
|
|
1609 | rc-service.sh to handle this, thanks to YAMAKURA Makoto |
|
|
1610 | <makoto@dsb.club.ne.jp>. |
|
|
1611 | |
|
|
1612 | Move /etc/issue to /etc/issue.logo, and have /etc/issue only print info |
|
|
1613 | about the host it is running on. |
4 | |
1614 | |
5 | 18 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
1615 | 18 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
6 | |
1616 | |
7 | Do not let devfsd handle /dev/log's permission management, as it breaks |
1617 | Do not let devfsd handle /dev/log's permission management, as it breaks |
8 | selinux. Modified /etc/devfsd.conf, changes submited by Chris PeBenito |
1618 | selinux. Modified /etc/devfsd.conf, changes submited by Chris PeBenito |
9 | <pebenito@gentoo.org>. |
1619 | <pebenito@gentoo.org>. |
10 | |
1620 | |
11 | Fix type-o in /etc/init.d/net.ppp0, and add local ip-up/ip-down support. |
1621 | Fix type-o in /etc/init.d/net.ppp0, and add local ip-up/ip-down support. |
12 | |
1622 | |
13 | 14 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
1623 | 14 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
14 | |
1624 | |
15 | We should not export the RC_GOT_* variables, as it breaks on some systems, |
1625 | We should not export the RC_GOT_* variables, as it breaks on some systems, |
16 | thanks to J?rg Gollnick <gentoo-bugs@wurzelbenutzer.de>, bug #20851. |
1626 | thanks to J?rg Gollnick <gentoo-bugs@wurzelbenutzer.de>, bug #20851. |
17 | |
1627 | |
18 | From C. Brewer <killian@gentoo.org>: |
1628 | From C. Brewer <killian@gentoo.org>: |
19 | - Add hide-password to the connect cmd-line of /etc/init.d/net.ppp0, which is |
1629 | - Add hide-password to the connect cmd-line of /etc/init.d/net.ppp0, which is |
20 | suppose to be default, but why take chances? |
1630 | suppose to be default, but why take chances? |
21 | - Also, echoing chmod 640 in the resolv.conf two-step at the end to solve the |
1631 | - Also, echoing chmod 640 in the resolv.conf two-step at the end to solve the |
22 | kppp complaint. |
1632 | kppp complaint. |
23 | |
1633 | |
24 | 13 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
1634 | 13 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
25 | |
1635 | |
26 | For the network functions, the dependency code tried to create a funcion |
1636 | For the network functions, the dependency code tried to create a funcion |
27 | with a '.' in the name, causing the network rc-scripts to not have any |
1637 | with a '.' in the name, causing the network rc-scripts to not have any |
28 | dependencies. This should fix bug #20849 's order issue, thanks to |
1638 | dependencies. This should fix bug #20849 's order issue, thanks to |
29 | YAMAKURA Makoto <makoto@dsb.club.ne.jp> for noticing. |
1639 | YAMAKURA Makoto <makoto@dsb.club.ne.jp> for noticing. |
30 | |
1640 | |
31 | Fix query_{before,after} to also check 'net' if 'service2' is a network |
1641 | Fix query_{before,after} to also check 'net' if 'service2' is a network |
32 | service. |
1642 | service. |
33 | |
1643 | |
34 | 12 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
1644 | 12 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
35 | |
1645 | |
36 | More cleanups: |
1646 | More cleanups: |
37 | - Move the broken stuff from symlinks to a DB entry in ${svcdir}/deptree. |
1647 | - Move the broken stuff from symlinks to a DB entry in ${svcdir}/deptree. |
38 | Updated /sbin/runscript.sh, /sbin/rc-services.sh and gendepend.awk for |
1648 | Updated /sbin/runscript.sh, /sbin/rc-services.sh and gendepend.awk for |
39 | this. |
1649 | this. |
40 | - Add functions for more common tasks in /sbin/runscript.sh to |
1650 | - Add functions for more common tasks in /sbin/runscript.sh to |
41 | /sbin/rc-services.sh. |
1651 | /sbin/rc-services.sh. |
42 | - Move 'consoletype' to /sbin. |
1652 | - Move 'consoletype' to /sbin. |
43 | - Rename /sbin/rc-envupdate.sh to /sbin/env-update.sh; updated |
1653 | - Rename /sbin/rc-envupdate.sh to /sbin/env-update.sh; updated |
44 | /etc/init.d/bootmisc for this. |
1654 | /etc/init.d/bootmisc for this. |
45 | - Move rc-services.sh, rc-daemon.sh and rc-help.sh to /lib/rcscripts/sh. |
1655 | - Move rc-services.sh, rc-daemon.sh and rc-help.sh to /lib/rcscripts/sh. |
46 | - Improve detection of circular depends ... modified gendepend.awk for this. |
1656 | - Improve detection of circular depends ... modified gendepend.awk for this. |
47 | |
1657 | |
48 | * rc-scripts 1.4.3.7 (11 May 2003) |
1658 | * rc-scripts 1.4.3.7 (11 May 2003) |
49 | |
1659 | |
50 | 11 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
1660 | 11 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
51 | |
1661 | |
… | |
… | |
924 | |
2534 | |
925 | Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified |
2535 | Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified |
926 | /etc/env.d/00basic for this. |
2536 | /etc/env.d/00basic for this. |
927 | |
2537 | |
928 | Add some new daemon stop and pid detection stuff to /sbin/functions.sh. |
2538 | Add some new daemon stop and pid detection stuff to /sbin/functions.sh. |
929 | Nothing official, but I spent enouth time on it not to want to loose it :) |
2539 | Nothing official, but I spent enough time on it not to want to loose it :) |
930 | |
2540 | |
931 | Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs |
2541 | Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs |
932 | to give output to stderr. This was caused by a call to "stty", which when |
2542 | to give output to stderr. This was caused by a call to "stty", which when |
933 | run without a attatched terminal, have this effect. Basically just pipe |
2543 | run without a attatched terminal, have this effect. Basically just pipe |
934 | stderr to /dev/null. |
2544 | stderr to /dev/null. |
… | |
… | |
1041 | is needed, else /usr/bin/newgrp segfault. |
2651 | is needed, else /usr/bin/newgrp segfault. |
1042 | |
2652 | |
1043 | 11 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
2653 | 11 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
1044 | |
2654 | |
1045 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
2655 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
1046 | Thanks to Väinö Järvelä for this fix. |
2656 | Thanks to Väinö Järvelä for this fix. |
1047 | |
2657 | |
1048 | Update /etc/profile to also set the PS? variables if $SHELL |
2658 | Update /etc/profile to also set the PS? variables if $SHELL |
1049 | is set to /bin/sh. This should make prompt colours in |
2659 | is set to /bin/sh. This should make prompt colours in |
1050 | bootstrap work again. |
2660 | bootstrap work again. |
1051 | |
2661 | |