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