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