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