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