1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
2 | # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL |
2 | # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
4 | |
4 | |
|
|
5 | * rc-sripts 1.4.15 (21 May 2004) |
|
|
6 | |
|
|
7 | 21 May 2004; Aron Grifis <agriffis@gentoo.org>: |
|
|
8 | |
|
|
9 | Fix bug 51570: typo on line 161 of /sbin/livecd-functions.sh |
|
|
10 | |
|
|
11 | Fix bug 51626: wrong variable declaration at top of |
|
|
12 | get_bootparam() in /sbin/functions.sh |
|
|
13 | |
|
|
14 | * rc-scripts 1.4.14 (17 May 2004) |
|
|
15 | |
|
|
16 | 17 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
17 | |
|
|
18 | Bump version to 1.4.14 to push out gmsoft's fix for hppa console |
|
|
19 | on ttyB0 |
|
|
20 | |
|
|
21 | * rc-scripts 1.4.13 (15 May 2004) |
|
|
22 | |
|
|
23 | 15 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
24 | |
|
|
25 | Bump version to 1.4.13 to push out Gustavo's livecd serial console |
|
|
26 | fixes for sparc and hppa. |
|
|
27 | |
|
|
28 | * rc-scripts 1.4.12 (07 May 2004) |
|
|
29 | |
|
|
30 | 10 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
31 | |
|
|
32 | Bump version to 1.4.12 to release these critical bug fixes |
|
|
33 | |
|
|
34 | Fix bug 50434: The new version of start-stop-daemon changes |
|
|
35 | directory to / by default unless --chdir is specified. Revert |
|
|
36 | this behavior to maintain working directory. This fixes openvpn |
|
|
37 | startup (probably among other things). Thanks to Sven Wegener for |
|
|
38 | the patch. |
|
|
39 | |
|
|
40 | Fix bug 50448: Four days ago I changed bash loops to use the wrong |
|
|
41 | conditional syntax in net.eth0. Thanks to Sven Wegener for |
|
|
42 | pointing out the problem and providing a patch. |
|
|
43 | |
|
|
44 | * rc-scripts 1.4.11 (07 May 2004) |
|
|
45 | |
|
|
46 | 07 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
47 | |
|
|
48 | Fix bug 20597: Skip RCS files when updating modules |
|
|
49 | |
|
|
50 | Fix bug 49926: Add a --assume-kernel flag to modules-update. This |
|
|
51 | requires a companion patch in module-init-tools-3.0-r2 to handle |
|
|
52 | the same flag in generate-modprobe.conf; this dependency won't be |
|
|
53 | handled in the baselayout ebuild since it only affects livecd |
|
|
54 | building. |
|
|
55 | |
|
|
56 | 06 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
57 | |
|
|
58 | In net.eth0, fix many instances of loops like "for ((i = 0; i < |
|
|
59 | 100; i = i + 1))". The problem here is that the middle comparison |
|
|
60 | is being interpreted as a bash conditional, which means that it's |
|
|
61 | doing string comparison by default. It needs to be "i -lt 100" |
|
|
62 | |
|
|
63 | Fix bug 34827: net.eth0 breaks when localized because the ifconfig |
|
|
64 | output changes. Wrap ifconfig in a function that overrides |
|
|
65 | LC_ALL=C |
|
|
66 | |
|
|
67 | Fix bug 48305: Provide a new network configuration variable |
|
|
68 | ifconfig_fallback_eth0 which allows one to specify a fallback |
|
|
69 | configuration in case DHCP fails. |
|
|
70 | |
|
|
71 | Fix bug 50246: Give root an invalid password ("*" in /etc/shadow) |
|
|
72 | in the default baselayout. This prevents the first reboot after |
|
|
73 | installation from having a blank password. |
|
|
74 | |
|
|
75 | 05 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
76 | |
|
|
77 | Fix bug 48595: Make sure $(id -u) is zero (root user) when running |
|
|
78 | init scripts to avoid a lot of error messages. |
|
|
79 | |
|
|
80 | Replace many lines of awk with two lines of grep in |
|
|
81 | init.d/localmount |
|
|
82 | |
|
|
83 | Fix bug 44316: Use 0644 instead of 0640 for resolv.conf in net.ppp0 |
|
|
84 | |
|
|
85 | 03 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
86 | |
|
|
87 | Update to version 1.10.20 of Debian's start-stop-daemon (contained |
|
|
88 | in dpkg at http://packages.debian.org/testing/base/dpkg). This |
|
|
89 | fixes bug 22686 (start-stop-daemon in baselayout doesn't allow |
|
|
90 | altered nicelevel). |
|
|
91 | |
|
|
92 | * rc-scripts 1.4.10 (25 Apr 2004) |
|
|
93 | |
|
|
94 | 25 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
95 | |
|
|
96 | Fix typos in sbin/rc: "try try mount" and "mount ... & >/dev/null" |
|
|
97 | Also removed the errstr double-checking since the need for that is |
|
|
98 | alleviated by these typo fixes. |
|
|
99 | |
|
|
100 | 23 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
101 | |
|
|
102 | Fix bug 48629 (/sbin/rc fixups for udev) with patch from GregKH |
|
|
103 | |
|
|
104 | Fix bug 40987 (gentoo should be able to boot with an empty /dev) |
|
|
105 | with patch from Spanky. The patch avoids redirection to /dev/null |
|
|
106 | when it doesn't exist; this was breaking /sbin/rc. |
|
|
107 | |
|
|
108 | * rc-scripts 1.4.9 (15 Apr 2004) |
|
|
109 | |
|
|
110 | 15 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
111 | |
|
|
112 | Fix bug 47111 (severe depcache problems) with tons of help from |
|
|
113 | dswhite42 and the rest of the crew in that bug. Thanks guys! |
|
|
114 | |
|
|
115 | * rc-scripts 1.4.8 (14 Apr 2004) |
|
|
116 | |
|
|
117 | 14 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
118 | |
|
|
119 | Fix bug 47623 (error removing inet6 addresses) with patch provided |
|
|
120 | by Vlad Yasevich. |
|
|
121 | |
|
|
122 | * rc-scripts 1.4.7 (12 Apr 2004) |
|
|
123 | |
|
|
124 | 12 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
125 | |
|
|
126 | Fix bug 47218 (net.eth0 broken for vlans) with patch provided by |
|
|
127 | Andy Dustman. Fix bug 47250 (depscan.sh fails to create |
|
|
128 | /var/lib/init.d/* directories) with patch from Terje Bergström. |
|
|
129 | |
|
|
130 | * rc-scripts 1.4.6 (08 Apr 2004) |
|
|
131 | |
|
|
132 | 08 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
133 | |
|
|
134 | Update patch from Gustavoz; -ln /bin/bash should have been -nl /bin/bash |
|
|
135 | |
|
|
136 | * rc-scripts 1.4.5 (08 Apr 2004) |
|
|
137 | |
|
|
138 | 08 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
139 | |
|
|
140 | Patch init.d/checkroot to list / (root) only once in mtab; see bug 38360. |
|
|
141 | Patch from Gustavoz to livecd-functions.sh to run bash instead of login on |
|
|
142 | serial consoles, necessary due to scrambled root passwords. |
|
|
143 | |
|
|
144 | * rc-scripts 1.4.4 (07 Apr 2004) |
|
|
145 | |
|
|
146 | 07 Apr 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
147 | |
|
|
148 | Patch from Gustavoz for Sparc console: Fetch LIVECD_CONSOLE from dmesg |
|
|
149 | output. Also support 4800 baud correctly. |
|
|
150 | |
|
|
151 | 16 Mar 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
152 | |
|
|
153 | The changes in this commit pertain primarily to |
|
|
154 | http://bugs.gentoo.org/show_bug.cgi?id=19695 |
|
|
155 | http://bugs.gentoo.org/show_bug.cgi?id=35736 |
|
|
156 | |
|
|
157 | Specify routes as an array per interface, for example: |
|
|
158 | routes_eth0=( |
|
|
159 | "-net 10.1.0.0 netmask 255.255.0.0 gw 10.0.0.5" |
|
|
160 | "-net 10.2.0.0 netmask 255.255.0.0 gw 10.0.0.6" |
|
|
161 | "-host 10.3.0.1 dev eth0" |
|
|
162 | ) |
|
|
163 | |
|
|
164 | You can optionally use the gateway variable or just put the default route |
|
|
165 | in the routes variable. The following two are REDUNDANT: |
|
|
166 | |
|
|
167 | routes_eth0=( "default gw 10.0.0.5" ) |
|
|
168 | gateway="eth0/10.0.0.5" |
|
|
169 | |
|
|
170 | Old configuration variables in /etc/conf.d/net are fully supported and |
|
|
171 | used transparently if ifconfig_eth0 is missing. In other words, this new |
|
|
172 | script is fully backward-compatible. However you can get rid of |
|
|
173 | iface_eth0, alias_eth0, broadcast_eth0 and netmask_eth0 if you want by |
|
|
174 | using the new syntax: |
|
|
175 | |
|
|
176 | ifconfig_eth0=( |
|
|
177 | "10.0.0.6 broadcast 10.0.255.255 netmask 255.255.0.0" |
|
|
178 | "192.168.1.1 netmask 255.255.255.0" |
|
|
179 | "123.456.789.1" |
|
|
180 | ) |
|
|
181 | |
|
|
182 | Full backward compatibility so no danger to screwing up users relying on |
|
|
183 | existing /etc/conf.d/net setup |
|
|
184 | |
|
|
185 | NET_DEBUG can be set in the environment for copious debugging output |
|
|
186 | |
|
|
187 | Deprecate [ ] in favor of [[ ]] which has fewer quoting issues and |
|
|
188 | better functionality (and is even slightly faster) |
|
|
189 | |
|
|
190 | Properly localize all variables, including variables returned by |
|
|
191 | setup_vars |
|
|
192 | |
|
|
193 | Allow full options for every ifconfig command, both base address and |
|
|
194 | aliases via ifconfig_eth0, replacing the convoluted and less-functional |
|
|
195 | iface_eth0, alias_eth0, broadcast_eth0, netmask_eth0 |
|
|
196 | |
|
|
197 | Provide full support for static routes via routes_eth0 |
|
|
198 | |
|
|
199 | Fix potential quoting problems in setup_vars by using better eval syntax |
|
|
200 | instead of eval echo |
|
|
201 | |
|
|
202 | Display IP addresses while configuring, both DHCP-retrieved and |
|
|
203 | statically set addresses |
|
|
204 | |
|
|
205 | Collapse redundant caching of $? since eend returns $? again |
|
|
206 | |
|
|
207 | Report when keeping kernel configuration for an interface along with IP |
|
|
208 | address gleaned |
|
|
209 | |
|
|
210 | Don't reset the default gateway if it is already set correctly |
|
|
211 | |
|
|
212 | Don't bind default gateway to particular interface when /sbin/route is |
|
|
213 | called so that it can survive if there is more than one interface on the |
|
|
214 | required subnet. (Old behavior can be obtained by setting |
|
|
215 | routes_eth0="default gw 1.2.3.4 dev eth0" if you really want it) |
|
|
216 | |
|
|
217 | Don't bomb if default gateway can't be set since that doesn't |
|
|
218 | necessarily mean that the interface configuration is invalid. |
|
|
219 | (Old behavior was completely broken, but commented section |
|
|
220 | demonstrates how to do it right if necessary) |
|
|
221 | |
|
|
222 | iface_stop no longer relies on configuration in /etc/conf.d/net AT ALL. |
|
|
223 | This is very good because it means you can put new configuration in |
|
|
224 | /etc/conf.d/net, then restart the interface and the old configuration will |
|
|
225 | be properly shut down. |
|
|
226 | |
|
|
227 | iface_stop reports when it is releasing the DHCP lease |
|
|
228 | |
|
|
229 | * rc-scripts 1.4.3.13p1 (26 Feb 2004) |
|
|
230 | |
|
|
231 | 26 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
232 | |
|
|
233 | Remove /etc/DIR_COLORS, as coreutils provides it now. |
|
|
234 | |
|
|
235 | Add RC_DEVICE_TARBALL to /etc/conf.d/rc to control use of device tarball. |
|
|
236 | Also modified /sbin/rc and /etc/init.d/halt.sh for this. |
|
|
237 | |
|
|
238 | Start udevd if present. |
|
|
239 | |
|
|
240 | Small fix to sbin/rc-services.sh related to mtime checking and 'net' |
|
|
241 | virtual service - it had no mtime generated, so check_mtime() failed |
|
|
242 | for it ... |
|
|
243 | |
|
|
244 | 25 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
245 | |
|
|
246 | Update to enable checking of mtimes on rc-scripts, and auto running |
|
|
247 | depscan.sh if needed. Also try to run depscan.sh when RC_GOT_DEPTREE_INFO |
|
|
248 | is not set instead of just erroring. |
|
|
249 | |
|
|
250 | 19 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
251 | |
|
|
252 | Fix irda type-o in /sbin/MAKEDEV, thanks to Tobias Sager <moixa@gmx.ch>. |
|
|
253 | |
|
|
254 | Fix type-o in /etc/initrc, bug #41666 (Tom Vergote <bugzilla@tomvergote.be>). |
|
|
255 | |
|
|
256 | 15 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
257 | |
|
|
258 | Add RC_TTY_NUMBER to /etc/conf.d/rc to configure how many tty devices |
|
|
259 | are used in scripts such as consolefonts, numlock, etc. This should |
|
|
260 | close bug #39863. |
|
|
261 | |
|
|
262 | Fix type-o in /etc/init.d/consolefont, bug #40938, thanks to patch from |
|
|
263 | Cory Tusar <ctusar@adelphia.net>. |
|
|
264 | |
|
|
265 | 09 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
266 | |
|
|
267 | Add SELinux modifications to /sbin/runscript. This allows runscript to |
|
|
268 | make sure it is running in the right domain. Patch done by |
|
|
269 | Chris PeBenito <pebenito@gentoo.org>. |
|
|
270 | |
|
|
271 | * rc-scripts 1.4.3.13 (08 Feb 2004) |
|
|
272 | |
|
|
273 | 08 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
274 | |
|
|
275 | Fix wrong logic in /etc/init.d/halt.sh which did not umount all mounts |
|
|
276 | _but_ /mnt/cdrom and /mnt/livecd. |
|
|
277 | |
|
|
278 | Update /etc/init.d/consolefont to use newer kbd. Should also close |
|
|
279 | bug #39864. |
|
|
280 | |
|
|
281 | Fix /sbin/depscan.sh, /sbin/functions.sh and /sbin/rc to use mkdir rather |
|
|
282 | than install, as newer versions of install is located in /usr/bin. This |
|
|
283 | closes bug #39648. |
|
|
284 | |
|
|
285 | 06 Feb 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
286 | |
|
|
287 | Tweak livecd support changes and add some more to hopefully sort out |
|
|
288 | last issues, with help from Brad House <brad_mssw@gentoo.org>. |
|
|
289 | |
|
|
290 | Add code to generate /dev/fd, /dev/std* and /dev/core to /sbin/rc, |
|
|
291 | bug #37349. |
|
|
292 | |
|
|
293 | * rc-scripts 1.4.3.12p3 (21 Jan 2004) |
|
|
294 | |
|
|
295 | 19 Jan 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
296 | |
|
|
297 | Add /sbin/livecd-functions.sh from Brad House <brad_mssw@gentoo.org> |
|
|
298 | for livecd support. Add bits to /sbin/rc to support it. |
|
|
299 | |
|
|
300 | 06 Jan 2004; Martin Schlemmer <azarah@gentoo.org>: |
|
|
301 | |
|
|
302 | Fix type-o in /etc/init.d/checkfs, bug #37113. |
|
|
303 | |
|
|
304 | 29 Dec 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
305 | |
|
|
306 | Update /sbin/depscan.sh, /sbin/env-update.sh, src/awk/cachedepends.awk, |
|
|
307 | src/awk/gendepends.awk and src/awk/genenviron.awk to use ENVIRON rather |
|
|
308 | then gawk -v. Also add some tests to see if we got the environment |
|
|
309 | variables. |
|
|
310 | |
|
|
311 | 28 Dec 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
312 | |
|
|
313 | Fix /sbin/rc to mount /dev/pts with gid=5 and mode=0620, bug #36088. |
|
|
314 | |
|
|
315 | * rc-scripts 1.4.3.12p2 (27 Dec 2003) |
|
|
316 | |
|
|
317 | 26 Dec 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
318 | |
|
|
319 | Update code to generate /dev from /sys. Add UDEV_NO_SLEEP=1 for |
|
|
320 | hack to not make udev sleep - its not needed as these entries |
|
|
321 | are already present, and not a hotplug event. |
|
|
322 | |
|
|
323 | Update /etc/init.d/{consolefont,numlock} to work with udev managed |
|
|
324 | /dev that have devfs layout. |
|
|
325 | |
|
|
326 | 14 Dec 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
327 | |
|
|
328 | Fix type-o in /sbin/rc, bug #34837. |
|
|
329 | |
|
|
330 | * rc-scripts 1.4.3.12p1 (26 Nov 2003) |
|
|
331 | |
|
|
332 | 26 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
333 | |
|
|
334 | Fix /etc/init.d/halt.sh to reset pam_console permissions, else |
|
|
335 | the next bootup might be done with some non-root nodes which cause |
|
|
336 | some odd issues. |
|
|
337 | |
|
|
338 | Add code to generate /dev from sysfs entries - not much it currently |
|
|
339 | support but block/tty devices, but it is a start for when we have |
|
|
340 | full sysfs support in all drivers. |
|
|
341 | |
|
|
342 | Revert carrier detection check, as there is currently too many |
|
|
343 | issues with it, bug #33272. |
|
|
344 | |
|
|
345 | Make sure we mount already mounted mount (done in /sbin/rc) with |
|
|
346 | correct permissions, etc, bug #33764. Modified /etc/init.d/checkroot |
|
|
347 | for this. |
|
|
348 | |
|
|
349 | 16 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
350 | |
|
|
351 | Fix carrier detection - we need to do a 'ifconfig $IFACE up' else |
|
|
352 | some drivers do not set the IFF_RUNNING bit, bug #33272, thanks to |
|
|
353 | Jason Rhinelander <jason-gentoo@gossamer-threads.com> for the fix. |
|
|
354 | |
|
|
355 | 15 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
356 | |
|
|
357 | Add a warning to cachedepends.awk if a rc-script's name ends in |
|
|
358 | '.sh', bug #33134. Add better error checking to /sbin/depscan.sh. |
|
|
359 | |
|
|
360 | Fix /etc/init.d/halt.sh to not try and remount virtual devices, |
|
|
361 | also do a few cleanups. Closes bug #33271. |
|
|
362 | |
|
|
363 | * rc-scripts 1.4.3.12 (11 Nov 2003) |
|
|
364 | |
|
|
365 | 11 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
366 | |
|
|
367 | Add carrier detection to /etc/init.d/net.eth0 closing bug #25480; |
|
|
368 | patch by Jordan Ritter <jpr5+gentoo@darkridge.com>. |
|
|
369 | |
|
|
370 | Add extra checks for critical directories to /sbin/rc. |
|
|
371 | |
|
|
372 | 04 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
373 | |
|
|
374 | Update /bin/rc-status giving a working '-u' parameter, bug #32417. |
|
|
375 | Fix by Michael Frysinger <vapier@gentoo.org>. |
|
|
376 | |
|
|
377 | 31 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
378 | |
|
|
379 | Add support for --tty switch added to setfont and remove consolechars |
|
|
380 | support; modified /etc/init.d/consolefont for this. Also remove |
|
|
381 | consoletools support from /etc/init.d/keymaps. |
|
|
382 | |
|
|
383 | 29 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
384 | |
|
|
385 | We should still use /sbin/udev as hotplug agent if /sbin/hotplug do |
|
|
386 | not exist. Updated /sbin/rc for this. |
|
|
387 | |
|
|
388 | Add a fix to /etc/init.d/keymaps for bug #32111 (we should not have |
|
|
389 | '-u' in the call to loadkeys when using unicode). |
|
|
390 | |
|
|
391 | We should not use '-' in variable names for bash, bug #31184, thanks |
|
|
392 | to Andreas Simon <yuipx@gmx.net>. Updated /sbin/MAKEDEV. |
|
|
393 | |
|
|
394 | 27 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
395 | |
|
|
396 | Fix return code checking of fsck in /etc/init.d/checkfs, bug #31349. |
|
|
397 | |
|
|
398 | 26 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
399 | |
|
|
400 | The unmount stuff in /etc/init.d/halt.sh was flawed, in the fact that |
|
|
401 | it called 'umount -t no<insert_fs_here>', which resulted in /proc, etc |
|
|
402 | unmounted anyhow. Change it to remount the last filesystems readonly |
|
|
403 | without trying to unmount any. This fixes a few cases where reboot |
|
|
404 | would halt due to unmounted /proc, etc. |
|
|
405 | |
|
|
406 | This change set fixes two things: |
|
|
407 | 1) In exporting all functions/variables in functions.sh, rc-services.sh |
|
|
408 | and rc-daemon.sh, we created an overly large environment, and also |
|
|
409 | broke stuff like glftpd. Do not do this, and hope whatever caused |
|
|
410 | the issues previously is fixed in the meantime. This should close |
|
|
411 | bugs #25754 and #31794. |
|
|
412 | 2) gendepend.awk used to generate deptree with functions called |
|
|
413 | depinfo_<scriptname> which set appropriate variables when called. |
|
|
414 | This broke if the scriptname contained characters that is not valid |
|
|
415 | for bash variable names. Changed things to use an array fixing this. |
|
|
416 | This closes bug #24092. |
|
|
417 | |
|
|
418 | Change /sbin/rc again to not set the hotplug agent to /sbin/udev, as |
|
|
419 | /sbin/hotplug will call udev as well. |
|
|
420 | |
|
|
421 | Fix a logic error in /lib/rcscripts/sh/rc-services.sh that cause the |
|
|
422 | get_dep_info() function to skip the last entry in the RC_DEPEND_TREE |
|
|
423 | array (in my case 'net'). |
|
|
424 | |
|
|
425 | We did not handle the 'net' dependency properly in valid_iuse() and |
|
|
426 | valid_iafter(). Fix this in /lib/rcscripts/sh/rc-services.sh, closing |
|
|
427 | bugs #30327 and #31950. |
|
|
428 | |
|
|
429 | Change an occurance of /etc/modutils in modules-update.8 to |
|
|
430 | /etc/modules.d/ closing bug #31171. |
|
|
431 | |
|
|
432 | 19 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
433 | |
|
|
434 | More bootsplash fixes, bug #21019 (comment #21). |
|
|
435 | |
|
|
436 | Remove the killall5 stuff from /etc/init.d/halt.sh, as it messes with |
|
|
437 | bootsplash. Add support to kill processes still using non-critical |
|
|
438 | mounts with fuser though. |
|
|
439 | |
|
|
440 | 17 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
441 | |
|
|
442 | Bootsplash fixes from Michael Aichler <micha@aichler.net>, (comment #15 |
|
|
443 | and #16 from bug #21019). |
|
|
444 | |
|
|
445 | Bootsplash coded did not play nice with boot profiles, so I fixed that |
|
|
446 | as well. Some other style tweaks. |
|
|
447 | |
|
|
448 | Fix /sbin/MAKEDEV to use 'user:group' form, and not depriciated '.'. |
|
|
449 | Also changed the permissions on tty's, ibcs and scanner devices |
|
|
450 | to 0660. |
|
|
451 | |
|
|
452 | * rc-scripts 1.4.3.11p2 (14 Sep 2003) |
|
|
453 | |
|
|
454 | 14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
455 | |
|
|
456 | Revert previous changes, and substitute it for the bootsplash patches |
|
|
457 | from Michael Aichler <micha@aichler.net>, bug #21019. His www pages |
|
|
458 | can be reached at: |
|
|
459 | |
|
|
460 | http://www.aichler.net/gentoo/bootsplash/ |
|
|
461 | |
|
|
462 | I should note that the bootsplash stuff is not 100% tested. |
|
|
463 | |
|
|
464 | |
|
|
465 | * rc-scripts 1.4.3.11p1 (14 Sep 2003) |
|
|
466 | |
|
|
467 | 14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
468 | |
|
|
469 | Initial bootsplash patch as from LiveCD's. |
|
|
470 | |
|
|
471 | Add more tty's to /etc/init.d/numlock, bug #28252. |
|
|
472 | |
|
|
473 | * rc-scripts 1.4.3.11 (14 Sep 2003) |
|
|
474 | |
|
|
475 | 14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
476 | |
|
|
477 | Add initial udev support. Modified /sbin/rc and /etc/init.d/halt.sh. |
|
|
478 | Resolves bug #27527. |
|
|
479 | |
|
|
480 | Add squid to /etc/services, bug #30995. Other cleanups from rac. |
|
|
481 | |
|
|
482 | Add patch from Kumba <kumba@gentoo.org> to MAKEDEV to not allow |
|
|
483 | running while pwd is root (/). |
|
|
484 | |
|
|
485 | Add 'after hotplug' to /etc/init.d/consolefont, bug #30856. |
|
|
486 | |
|
|
487 | Add entry for floppy in /etc/fstab, bug #30574. |
|
|
488 | |
|
|
489 | Remove changing group of /tmp/.{X,ICE}-unix, as it it not needed, |
|
|
490 | bug #28861. |
|
|
491 | |
|
|
492 | Apply a patch from Mike Frysinger <vapier@gentoo.org> for rc-status. |
|
|
493 | It now will work with runlevels named with any characters (other than |
|
|
494 | ones found in default bash IFS). It also adds a few sanity/error |
|
|
495 | checks, bug #26432. |
|
|
496 | |
|
|
497 | Change /etc/inputrc to have PageUp/PageDown search through bash |
|
|
498 | history again, bug #26036. |
|
|
499 | |
|
|
500 | 14 Sep 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
501 | |
|
|
502 | Change update-modules to modules-update in manpage, bug #28101. |
|
|
503 | |
|
|
504 | * rc-scripts 1.4.3.10p1 (08 Sep 2003) |
|
|
505 | |
|
|
506 | 08 Sep 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
507 | |
|
|
508 | Change the '-k' switch to dhcpcd to '-z' in /etc/init.d/net.eth0. |
|
|
509 | |
|
|
510 | 12 Aug 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
511 | |
|
|
512 | Add missing 'local x' to filter_environ() (bug #26429), thanks to |
|
|
513 | Mark Wagner <mark@lanfear.net>. Modified rc-services.sh for this. |
|
|
514 | |
|
|
515 | 11 Aug 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
516 | |
|
|
517 | Modify /etc/init.d/modules not to print the autoloading stuff if |
|
|
518 | no modules should be loaded (resolving bug #26288), per request from |
|
|
519 | Michael Frysinger <vapier@gentoo.org>. |
|
|
520 | |
|
|
521 | Fix get_bootparam() in /sbin/functions.sh to check for existance of |
|
|
522 | the /proc/cmdline proc entry. |
|
|
523 | |
|
|
524 | 10 Aug 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
525 | |
|
|
526 | Modify /etc/init.d/halt.sh to first kill, and then deactivate swap on |
|
|
527 | request of Luke-Jr <luke-jr@gentoo.org>. It should be ok now, as the |
|
|
528 | whole way of devfs handling changed long ago already. |
|
|
529 | |
|
|
530 | Fix /etc/init.d/halt.sh to unmount the mount point and not the device. |
|
|
531 | Also change it to 'mount -d' to detach the loop device. Patch by |
|
|
532 | Kalin KOZHUHAROV <kalin@ThinRope.net>, bug #26256. |
|
|
533 | |
|
|
534 | Fix /etc/init.d/consolefont to not error out if CONSOLEFONT in rc.conf |
|
|
535 | is not set, bug #26278 (noted by Michael Frysinger <vapier@gentoo.org>). |
|
|
536 | |
|
|
537 | * rc-scripts 1.4.3.10 (04 Aug 2003) |
|
|
538 | |
|
|
539 | 04 Aug 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
540 | |
|
|
541 | Add /bin/rc-status and 'show' support to /sbin/rc-update (long overdue), |
|
|
542 | bug #4222, thanks to Sean E Russell <ser@germane-software.com>, |
|
|
543 | Michael Frysinger <vapier@gentoo.org> (/bin/rc-status) and for the 'show' |
|
|
544 | stuff to /sbin/rc-update, Max Kalika <max@gentoo.org>. |
|
|
545 | |
|
|
546 | Fixed modules-update to only do the /etc/modprobe.conf generation if we |
|
|
547 | are actually running a 2.5+ kernel. |
|
|
548 | |
|
|
549 | Add pop3 entries to /etc/services, bug #25501. |
|
|
550 | |
|
|
551 | Add a switch for devfsd startup to /etc/conf.d/rc, fix /sbin/rc to check |
|
|
552 | RC_DEVFSD_STARTUP. Closes bug #24361, thanks to patches from |
|
|
553 | Kurt V. Hindenburg <khindenburg@cherrynebula.net>. |
|
|
554 | |
|
|
555 | Add LVM2 support thanks to Max Kalika <max@gentoo.org> (bug #21908). |
|
|
556 | |
|
|
557 | Add IPV6 versions of localhost and co in /etc/hosts, bug #25859. |
|
|
558 | |
|
|
559 | Fix type-o in /sbin/rc-update, bug #25854. |
|
|
560 | |
|
|
561 | 29 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
562 | |
|
|
563 | Tweak /etc/init.d/check{root,fs} to set retval after each fsck call, |
|
|
564 | and not the whole block. Tweak check checkroot to reboot if need be |
|
|
565 | (This is with sufficient warning and message). Tweak checkfs to not |
|
|
566 | drop to a sulogin if return code 2 or 3 is given - as we did not |
|
|
567 | mount the filesystems yet, we should not need to reboot ... bug #25398. |
|
|
568 | |
|
|
569 | Add '-T' option to fsck (/etc/init.d/check{root,fs} - requested by |
|
|
570 | Michael Frysinger <vapier@gentoo.org>. |
|
|
571 | |
|
|
572 | 28 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
573 | |
|
|
574 | Rework changes for the Adelie project to support boot config profiles |
|
|
575 | better. Added support for /etc/runlevels/LEVEL/.fake to specify which |
|
|
576 | runlevels should be marked started or stopped without executing the |
|
|
577 | script. Renamed the /etc/runlevels/LEVEL/critical to ".critical" for |
|
|
578 | more uniformity. Modified /sbin/rc, /sbin/functions.sh, /sbin/runscript.sh |
|
|
579 | for this. |
|
|
580 | |
|
|
581 | Add better support for services that provide the "logger" virtual. We |
|
|
582 | should really start the logger earlier, and stop it as late as possible. |
|
|
583 | Modified /sbin/rc, /lib/rcscripts/sh/rc-services.sh and gendepends.awk |
|
|
584 | for this. |
|
|
585 | |
|
|
586 | Fix .../boot/... paths hardcoded in /lib/rcscripts/sh/rc-services.sh, |
|
|
587 | thanks to Jean-Francois Richard <jean-francois@richard.name>. |
|
|
588 | |
|
|
589 | Replace the Suse /etc/inputrc with a non copyrighted one, bug #24918. |
|
|
590 | |
|
|
591 | 23 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
592 | |
|
|
593 | From Jean-Francois Richard <jean-francois@richard.name> and |
|
|
594 | Olivier Crete <tester@gentoo.org> from the Adelie project: |
|
|
595 | |
|
|
596 | The last four patches are the "adaptation" of our previous patches to |
|
|
597 | the new "no-tmpfs" init system in Gentoo. Since we were using quite |
|
|
598 | different scripts for the boot runlevel (no "checkroot" for example) and |
|
|
599 | that the new system hardcodes some of the boot services, we had to find |
|
|
600 | a simple yet elegant solution. |
|
|
601 | |
|
|
602 | We chose to make init scripts read "/etc/runlevels/LEVEL/critical" to |
|
|
603 | know what are the boot runlevel services. If this file is not present, |
|
|
604 | it uses the Gentoo hardcoded defaults. |
|
|
605 | |
|
|
606 | This touches /sbin/rc, /sbin/functions.sh, /sbin/runscript.sh and |
|
|
607 | /etc/init.d/halt.sh. |
|
|
608 | |
|
|
609 | I just changed the behaviour of 'softlevel' kernel command line argument |
|
|
610 | to not only add a suffix and some other cleanups. |
|
|
611 | |
|
|
612 | Add support for irqbalance. |
|
|
613 | |
|
|
614 | 22 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
615 | |
|
|
616 | Fix the /dev/root entry in /etc/mtab, bug #24916. |
|
|
617 | |
|
|
618 | Add EVMS2 support, thanks to Mike Javorski <mike_javorski@bigfoot.com>, |
|
|
619 | bug #24064. |
|
|
620 | |
|
|
621 | * rc-scripts 1.4.3.9 (17 Jul 2003) |
|
|
622 | |
|
|
623 | 17 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
624 | |
|
|
625 | Add vlan support to /etc/init.d/net.eth0, bug #15588, thanks to |
|
|
626 | Andy Dustman <andy-gentoo.54e552@dustman.net>. |
|
|
627 | |
|
|
628 | Add 'TERM=Eterm' to /etc/DIR_COLORS, bug #23423. |
|
|
629 | |
|
|
630 | Add mdadm support to /etc/init.d/checkfs, bug #23437, many thanks |
|
|
631 | to Wes Kurdziolek <wkurdzio@vtluug.org>. |
|
|
632 | |
|
|
633 | Rather use 'uname -r' to get kernel version, as else we need sysctl. |
|
|
634 | This closes bug #23923, modified /etc/init.d/modules. |
|
|
635 | |
|
|
636 | Fix a type-o in /etc/fstab, bug #23308. |
|
|
637 | |
|
|
638 | Add support for the new 'O' agetty option to display the DNS domainname |
|
|
639 | in the issue file thanks to Marius Mauch <genone@genone.de>, bug #22275. |
|
|
640 | Updated /etc/issue and /etc/issue.logo for this. |
|
|
641 | |
|
|
642 | 16 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
643 | |
|
|
644 | Add aliases for add/del to /sbin/rc-update closing bug #24317, thanks |
|
|
645 | to Antonio Dolcetta <zagarna@yahoo.com>. |
|
|
646 | |
|
|
647 | Fix /etc/init.d/net.eth0 to not set rp_filter if already set via |
|
|
648 | /etc/sysctl.conf, bug #24235 - thanks jochen <jochen.eisinger@gmx.de>. |
|
|
649 | |
|
|
650 | Fix /sbin/runscript.sh and /lib/rcscripts/awk/cachedepend.awk to work |
|
|
651 | with symlinks in /etc/init.d/, closing bug #24228. |
|
|
652 | |
|
|
653 | Fix /etc/init.d/clock to work with UML, closing bug #24225 thanks to |
|
|
654 | John Mylchreest <johnm@gentoo.org>. |
|
|
655 | |
|
|
656 | Fix hardcoded color escape sequence in /sbin/rc, closing bug #24109, |
|
|
657 | thanks to splite <splite-gentoo@sigint.cs.purdue.edu>. |
|
|
658 | |
|
|
659 | Fix /sbin/functions.sh to disable color printing if NOCOLOR is set to |
|
|
660 | "true" in /etc/make.conf, closing bug #24107. |
|
|
661 | |
|
|
662 | Fix /etc/init.d/keymaps to be more non-x86 friendly, and also allow |
|
|
663 | more keymaps to be specified in /etc/rc.conf, bug #24084. |
|
|
664 | |
|
|
665 | 15 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
666 | |
|
|
667 | Add /bin/csh to /etc/shells. |
|
|
668 | |
|
|
669 | Add new protocols to /etc/services, thanks Rajiv Aaron Manglani |
|
|
670 | <rajiv@gentoo.org>. |
|
|
671 | |
|
|
672 | 23 Jun 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
673 | |
|
|
674 | Cleanups for bug #21438 from bug #22637, thanks to |
|
|
675 | Christian Strauf <christian.strauf@gmx.de> and Ian Abbott <ian@abbott.org>. |
|
|
676 | |
|
|
677 | 22 Jun 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
678 | |
|
|
679 | Really commit fix for bug #21438 to CVS. |
|
|
680 | |
|
|
681 | 21 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
682 | |
|
|
683 | Call /proc mount with explicit options to fix issues where user |
|
|
684 | have 'bind' mounts for /proc in fstab as well, bug #21068. |
|
|
685 | |
|
|
686 | Fix /etc/init.d/bootmisc to check for /sbin/env-update.sh, bug #21384, |
|
|
687 | reported by Gunnlaugur Thor Briem <gthb@hi.is>. |
|
|
688 | |
|
|
689 | Add 'before bootmisc' to /etc/init.d/domainname, as we need to start |
|
|
690 | it before 'env-update.sh' gets run by /etc/init.d/bootmisc. |
|
|
691 | |
|
|
692 | * rc-scripts 1.4.3.8p1 (21 May 2003) |
|
|
693 | |
|
|
694 | 21 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
695 | |
|
|
696 | Last fix I did not use the modified 'myservice', but used $1 again, |
|
|
697 | causing the network dependencies to bork. I did not notice this |
|
|
698 | as I have net.eth0 in default runlevel. |
|
|
699 | |
|
|
700 | * rc-scripts 1.4.3.8 (20 May 2003) |
|
|
701 | |
|
|
702 | 20 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
703 | |
|
|
704 | A '-' in a bash variable is not valid as well. Fix gendepend.awk and |
|
|
705 | rc-service.sh to handle this, thanks to YAMAKURA Makoto |
|
|
706 | <makoto@dsb.club.ne.jp>. |
|
|
707 | |
|
|
708 | Move /etc/issue to /etc/issue.logo, and have /etc/issue only print info |
|
|
709 | about the host it is running on. |
|
|
710 | |
|
|
711 | 18 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
712 | |
|
|
713 | Do not let devfsd handle /dev/log's permission management, as it breaks |
|
|
714 | selinux. Modified /etc/devfsd.conf, changes submited by Chris PeBenito |
|
|
715 | <pebenito@gentoo.org>. |
|
|
716 | |
|
|
717 | Fix type-o in /etc/init.d/net.ppp0, and add local ip-up/ip-down support. |
|
|
718 | |
|
|
719 | 14 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
720 | |
|
|
721 | We should not export the RC_GOT_* variables, as it breaks on some systems, |
|
|
722 | thanks to J?rg Gollnick <gentoo-bugs@wurzelbenutzer.de>, bug #20851. |
|
|
723 | |
|
|
724 | From C. Brewer <killian@gentoo.org>: |
|
|
725 | - Add hide-password to the connect cmd-line of /etc/init.d/net.ppp0, which is |
|
|
726 | suppose to be default, but why take chances? |
|
|
727 | - Also, echoing chmod 640 in the resolv.conf two-step at the end to solve the |
|
|
728 | kppp complaint. |
|
|
729 | |
|
|
730 | 13 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
731 | |
|
|
732 | For the network functions, the dependency code tried to create a funcion |
|
|
733 | with a '.' in the name, causing the network rc-scripts to not have any |
|
|
734 | dependencies. This should fix bug #20849 's order issue, thanks to |
|
|
735 | YAMAKURA Makoto <makoto@dsb.club.ne.jp> for noticing. |
|
|
736 | |
|
|
737 | Fix query_{before,after} to also check 'net' if 'service2' is a network |
|
|
738 | service. |
|
|
739 | |
|
|
740 | 12 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
741 | |
|
|
742 | More cleanups: |
|
|
743 | - Move the broken stuff from symlinks to a DB entry in ${svcdir}/deptree. |
|
|
744 | Updated /sbin/runscript.sh, /sbin/rc-services.sh and gendepend.awk for |
|
|
745 | this. |
|
|
746 | - Add functions for more common tasks in /sbin/runscript.sh to |
|
|
747 | /sbin/rc-services.sh. |
|
|
748 | - Move 'consoletype' to /sbin. |
|
|
749 | - Rename /sbin/rc-envupdate.sh to /sbin/env-update.sh; updated |
|
|
750 | /etc/init.d/bootmisc for this. |
|
|
751 | - Move rc-services.sh, rc-daemon.sh and rc-help.sh to /lib/rcscripts/sh. |
|
|
752 | - Improve detection of circular depends ... modified gendepend.awk for this. |
|
|
753 | |
|
|
754 | * rc-scripts 1.4.3.7 (11 May 2003) |
|
|
755 | |
|
|
756 | 11 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
757 | |
|
|
758 | Too many things to remember, so here is changes of note: |
|
|
759 | - More changes to gendepend.awk. This basically modifies it to not use |
|
|
760 | symlinks in $svcdir/{need,use,before,after,provide} anymore, but rather |
|
|
761 | create a file that can be sourced. Seems to speedup things nicely. |
|
|
762 | - Add /sbin/rc-services.sh. This is basically a module to get dependency |
|
|
763 | info from the new $svcdir/deptree, and some other new service functions. |
|
|
764 | - Modify the whole works to *only* source all needed files once. This |
|
|
765 | includes /sbin/{functions.sh,rc-services.sh,rc-daemon.sh}. Also |
|
|
766 | rc-services.sh will only source $svcdir/deptree once. /sbin/runscript.sh |
|
|
767 | is sourced more than once (actually each time a service is started or |
|
|
768 | stopped, but is is cut down much). Also seems to speed things up again. |
|
|
769 | - Fix a long outstanding bug in gendepend.awk that caused the 'net' |
|
|
770 | dependency to not be actually used in shutdown, causing the services |
|
|
771 | needing it to be stoped before net.* services. |
|
|
772 | - Add the RC_PARALLEL_STARTUP variable, with schedule_service_startup() to |
|
|
773 | /sbin/rc-services.sh and /etc/conf.d/rc. This is experimental parallel |
|
|
774 | startup of services, and seems to work nicely. Only issues to date is |
|
|
775 | that printing of messages is not synced, and a race very intermittantly |
|
|
776 | that causes a service to be started when it was already scheduled. |
|
|
777 | - Add a new dependency type 'parallel' that can be used to control if a |
|
|
778 | service can be started in paralled or not. Possible arguments is "yes" |
|
|
779 | or "no"; if it is not present, it is considered as "yes": |
|
|
780 | |
|
|
781 | depend() { |
|
|
782 | parallel yes|no |
|
|
783 | } |
|
|
784 | |
|
|
785 | Modified cachedepend.awk, gendepend.awk and /sbin/rc-services.sh. |
|
|
786 | - Fix the 'single' runlevel to actually work properly, and without a |
|
|
787 | /etc/runlevels/single directory. |
|
|
788 | - Remove the BOOT variable, and update /sbin/rc to set SOFTLEVEL properly. |
|
|
789 | Fix /etc/init.d/{checkroot,bootmisc} to use SOFTLEVEL instead of BOOT. |
|
|
790 | |
|
|
791 | 08 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
792 | |
|
|
793 | Major rework of /lib/rcscript/awk/gendepend.awk, cleaning it up nicely, |
|
|
794 | and adding more sanity checks. |
|
|
795 | |
|
|
796 | 04 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
797 | |
|
|
798 | Revert /etc/init.d/hostname the way it was, as it should be the user's |
|
|
799 | choice if he want to have a FQDN in there or not, bug #14946. |
|
|
800 | |
|
|
801 | Add /etc/init.d/domainname for those that want to use it. |
|
|
802 | |
|
|
803 | 29 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
804 | |
|
|
805 | Change the root check back the way it was, else it breaks with non bash |
|
|
806 | shells; modified /etc/profile. |
|
|
807 | |
|
|
808 | 29 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
809 | |
|
|
810 | Change test in /etc/profile for root to '[ "$EUID" -eq 0 ]', bug #20140. |
|
|
811 | |
|
|
812 | 27 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
813 | |
|
|
814 | Add various patches from Rachel Holmes <rach@gmx.net>: |
|
|
815 | |
|
|
816 | Dropped use of 'cat' in bash scripts, '$(<$file)' is there for that |
|
|
817 | purpose. Modified: |
|
|
818 | |
|
|
819 | /etc/init.d/net.ppp0 |
|
|
820 | /etc/init.d/nscd |
|
|
821 | /sbin/functions.sh |
|
|
822 | /sbin/rc |
|
|
823 | /sbin/rc-daemon.sh |
|
|
824 | /sbin/rc-envupdate.sh.bash |
|
|
825 | /sbin/runscript.sh |
|
|
826 | |
|
|
827 | Exchanged some gratuitous use of awk for grep. Awk is a little resource |
|
|
828 | hungry just for a simple test. (I [azarah] did not apply the changes to |
|
|
829 | tests for 'devfs', as having 'usbdevfs' in the equation will break |
|
|
830 | things). Modified /sbin/rc for this. |
|
|
831 | |
|
|
832 | Gentoo enforces having /proc, so uname -r is a little redundant when the |
|
|
833 | information is available without an external command. Modified: |
|
|
834 | |
|
|
835 | /etc/init.d/modules |
|
|
836 | /etc/init.d/serial |
|
|
837 | /sbin/functions.sh |
|
|
838 | /sbin/modules-update |
|
|
839 | |
|
|
840 | Changed 'id -u' commands to use $EUID in bash executed scripts, same |
|
|
841 | result no extra command. Modified: |
|
|
842 | |
|
|
843 | /sbin/rc-envupdate.sh |
|
|
844 | /sbin/rc-envupdate.sh.bash |
|
|
845 | /sbin/rc-update |
|
|
846 | |
|
|
847 | Removed all the cat sections, and the separate echo sections. The output |
|
|
848 | is _exactly_ the same, minus some spare spaces that have been removed. |
|
|
849 | Fourfold speed increase in the (granted flimsy) tests I have done. |
|
|
850 | Modified /sbin/rc-help.sh for this. |
|
|
851 | |
|
|
852 | Final remaining 'cat' commands removed, in favour of using bash's internal |
|
|
853 | '$(< )' or 'echo'. Use of echo leads the way to future support for bash's |
|
|
854 | i18n anyway. Modified: |
|
|
855 | |
|
|
856 | /sbin/rc |
|
|
857 | /sbin/rc-envupdate.sh |
|
|
858 | /sbin/rc-envupdate.sh.bash |
|
|
859 | |
|
|
860 | |
|
|
861 | |
|
|
862 | * rc-scripts 1.4.3.6 (27 Apr 2003) |
|
|
863 | |
|
|
864 | 27 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
865 | |
|
|
866 | Add a 'save' function /etc/init.d/clock, bug #19685. |
|
|
867 | |
|
|
868 | Add a slocate group to /etc/group, bug #19604. |
|
|
869 | |
|
|
870 | Do not stop a network service if we do not reboot on runlevel change, |
|
|
871 | as it could have been started by the user or hotplug. This should |
|
|
872 | address bug #12763; modified /sbin/rc for this. |
|
|
873 | |
|
|
874 | Fix /etc/init.d/hostname to set only the hostname, and not the NIS |
|
|
875 | domainname. |
|
|
876 | |
|
|
877 | Fix /etc/init.d/keymaps to be able to set the extended keymap in rc.conf. |
|
|
878 | This should close bug #16884. |
|
|
879 | |
|
|
880 | Fix /etc/profile to be /bin/sh compadible, bug #18918. |
|
|
881 | |
|
|
882 | Change the swap comments in /sbin/rc to "Activating (possible) swap" to |
|
|
883 | be more 'generic' ? Only try to disable swap if any devices/files was |
|
|
884 | activated. This should close bug #19089. |
|
|
885 | |
|
|
886 | Fix /etc/init.d/checkroot to only remount / rw if not set explicitly to |
|
|
887 | rw in /etc/fstab, bug #19158. |
|
|
888 | |
|
|
889 | 24 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
890 | |
|
|
891 | Fix /etc/init.d/net.ppp0 to do the right thing if stopped was called, |
|
|
892 | but the ppp link was already down, bug #15333. |
|
|
893 | |
|
|
894 | 12 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
895 | |
|
|
896 | Fix type-o in /etc/init.d/consolefont (line 38 should be 'retval=$?'). |
|
|
897 | Thanks to Matt Taylor <liverbugg@juno.com> (comment #6, bug #18344). |
|
|
898 | |
|
|
899 | From linux-2.5.68, we need to mount devpts on /dev/pts again ... |
|
|
900 | updated /sbin/rc for this. |
|
|
901 | |
|
|
902 | 11 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
903 | |
|
|
904 | Fix errors on sourcing /etc/profile if EDITOR is not set, bug #18995. |
|
|
905 | |
|
|
906 | 10 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
907 | |
|
|
908 | Make checking in unmount more strict, fixing bug #19007. |
|
|
909 | |
|
|
910 | 09 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
911 | |
|
|
912 | Add one more check to genenviron.awk, to spot cases where there is a |
|
|
913 | space between the variable and the '='. |
|
|
914 | |
|
|
915 | 08 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
916 | |
|
|
917 | Fix interactive shell not to have coloured prompt when used as a |
|
|
918 | dumb client, bug #18886. Fix was inspired by patch from |
|
|
919 | Matthew Kennedy <mkennedy@gentoo.org>. |
|
|
920 | |
|
|
921 | * rc-scripts 1.4.3.5 (06 Apr 2003) |
|
|
922 | |
|
|
923 | 06 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
924 | |
|
|
925 | Hopefully get the serial support sane again. Added /bin/consoletype |
|
|
926 | from Redhat to check for serial console. This should resolve bug |
|
|
927 | #18329 partly. |
|
|
928 | |
|
|
929 | Add the --nocolor option to suppress the use of colors. |
|
|
930 | |
|
|
931 | Change the 'status' option to return true if the service is running, |
|
|
932 | and false if stopped. This is only if the '--quiet' flag was also |
|
|
933 | given. |
|
|
934 | |
|
|
935 | Change the start and stop options not to output or return false if |
|
|
936 | the '--quiet' flag was given. |
|
|
937 | |
|
|
938 | Redirect stderr for consolechars in /etc/init.d/consolefont to /dev/null |
|
|
939 | as well, fixing bug #18344. |
|
|
940 | |
|
|
941 | Optimize $EDITOR extraction in /etc/profile closing bug #18614, thanks to |
|
|
942 | Aron Griffis <agriffis@gentoo.org>. |
|
|
943 | |
|
|
944 | Set HALT to 'shutdown' or 'reboot' depending on if we are shutting down |
|
|
945 | or rebooting. |
|
|
946 | |
|
|
947 | 30 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
948 | |
|
|
949 | Fix bug #18329 ... $COLS was not setup properly for serial console. |
|
|
950 | |
|
|
951 | 24 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
952 | |
|
|
953 | Optimize USB fs stuff in /etc/init.d/localmount to use less cats etc. |
|
|
954 | Fix a problem where it might not have mounted the USB fs when usbcore |
|
|
955 | was compiled as module, and the kernel did not mount it by the time |
|
|
956 | the script was started. Get it to rather check what filesystems is |
|
|
957 | supported when deciding if it should use 'usbdevfs' or 'usbfs', as |
|
|
958 | later 2.4 kernels now also support the newer 'usbfs'. |
|
|
959 | |
|
|
960 | Optimize RAID stuff in /etc/init.d/checkfs a bit. |
|
|
961 | |
|
|
962 | 16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
963 | |
|
|
964 | Update sbin/rc-envupdate.sh.bash for bug #17549. |
|
|
965 | |
|
|
966 | * rc-scripts 1.4.3.4 (16 Mar 2003) |
|
|
967 | |
|
|
968 | 16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
969 | |
|
|
970 | Add /etc/issue done by a Polish ascii-artists, v|rus with some slight |
|
|
971 | modifications (purple and display hostname, etc). Closes bug #16806. |
|
|
972 | |
|
|
973 | Add 'use hotplug' to /etc/init.d/net.eth0, to get cardbus hardware to |
|
|
974 | work properly. Closes bug #17348. |
|
|
975 | |
|
|
976 | Add update from Wout Mertens <wmertens@gentoo.org> to speedup shutdown |
|
|
977 | of dhcp interfaces, closing bug #17378. This modified /etc/init.d/net.eth0. |
|
|
978 | |
|
|
979 | 11 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
980 | |
|
|
981 | Fix usage of /usr/bin/cut in /sbin/functions.sh, thanks Brandon Low |
|
|
982 | <lostlogic@gentoo.org>! |
|
|
983 | |
|
|
984 | 10 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
985 | |
|
|
986 | Add sysfs support for 2.5 kernels (mounted to /sys). Updated /sbin/rc |
|
|
987 | and /etc/init.d/halt.sh for this. |
|
|
988 | |
|
|
989 | Update /etc/fstab to correctly mount /proc with: |
|
|
990 | |
|
|
991 | mount -t proc none /proc |
|
|
992 | |
|
|
993 | Do the same for /dev/shm: |
|
|
994 | |
|
|
995 | mount -t tmpfs none /dev/shm |
|
|
996 | |
|
|
997 | Fix a typeo in /etc/init.d/checkroot that caused 'umount -a' to output |
|
|
998 | noise if we exited a recovery console. |
|
|
999 | |
|
|
1000 | Fix /etc/init.d/hostname using /usr/bin/cut, closing bug #17175, thanks |
|
|
1001 | to Bobby Bingham <uhmmmm@columbus.rr.com> for noticing this. |
|
|
1002 | |
|
|
1003 | Bring down default gateway before adding new one .. this fixes issues |
|
|
1004 | where eth0/whatever was brought up by kernel. Changed /etc/init.d/net.eth0 |
|
|
1005 | for this, closing bug #17164. Thanks to nth <y.lesaint@free.fr> for the |
|
|
1006 | fix. |
|
|
1007 | |
|
|
1008 | Fix /etc/init.d/modules to call modprobe with -q .. this fix issues where |
|
|
1009 | it fails for module-init-tools if the module is already loaded. This |
|
|
1010 | closes bug #17163, thanks to nth <y.lesaint@free.fr>. |
|
|
1011 | |
|
|
1012 | * rc-scripts 1.4.3.3 (09 Mar 2003) |
|
|
1013 | |
|
|
1014 | 09 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1015 | |
|
|
1016 | Fix /etc/init.d/netmount not to unmount / on nfs/whatever, bug #16274. |
|
|
1017 | |
|
|
1018 | Fix net.eth0 not to try and start an interface if already up. |
|
|
1019 | |
|
|
1020 | Update MAKEDEV from Debian to support more archs. This adds support |
|
|
1021 | for 'arm', 'hppa' among others. URL: |
|
|
1022 | |
|
|
1023 | http://packages.debian.org/stable/base/makedev.html |
|
|
1024 | |
|
|
1025 | Add support to /etc/init.d/modules to use /etc/modules.autoload/kernel-2.4 |
|
|
1026 | if we are using a 2.4 kernel, and /etc/modules.autoload/kernel-2.5 if we |
|
|
1027 | are using a 2.5 kernel ... bug #17109. |
|
|
1028 | |
|
|
1029 | 02 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1030 | |
|
|
1031 | Update /etc/init.d/hostname to only set the hostname to whatever is before |
|
|
1032 | the first '.', and then set the domainname to the rest, closing bug #14946. |
|
|
1033 | |
|
|
1034 | 28 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1035 | |
|
|
1036 | Merge some of the optimizations from Graham Forest <vladimir@gentoo.org>. |
|
|
1037 | |
|
|
1038 | Fix spelling of dependency and some other spelling/grammer issues. |
|
|
1039 | Thanks goes to Kerin Millar <kerin@recruit2recruit.net> and |
|
|
1040 | Mike Frysinger <vapier@gentoo.org>, bug #15498. |
|
|
1041 | |
|
|
1042 | Change $svcdir to '/var/lib/init.d' to be more FHS compliant, bug #15192. |
|
|
1043 | |
|
|
1044 | Add 'Eterm' to /etc/skel/.bashrc, closing bug #14662. |
|
|
1045 | |
|
|
1046 | Adjust comments about PROTOCOLS in /etc/rc.conf to try and prevent |
|
|
1047 | bug #14556. |
|
|
1048 | |
|
|
1049 | 27 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1050 | |
|
|
1051 | Finally fix /etc/init.d/halt.sh to unmount non critical mounts properly. |
|
|
1052 | |
|
|
1053 | 20 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1054 | |
|
|
1055 | Kill /dev/ttyp0 error at boot by changing test in /etc/init.d/modules |
|
|
1056 | to 'test -c /dev/ttyp0 &> /dev/null'. |
|
|
1057 | |
|
|
1058 | 18 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1059 | |
|
|
1060 | Update /sbin/modules-update to generate /etc/modprobe.devfs from |
|
|
1061 | /etc/modules.devfs. This along with the devfs-hack.patch in the latest |
|
|
1062 | module-init-tools-0.9.9 should get rid of many of the warnings/errors |
|
|
1063 | with devfs, and makes it work a bit better. |
|
|
1064 | |
|
|
1065 | 17 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1066 | |
|
|
1067 | Fix /etc/inputrc for dvorak keyboard layout, bug #2599 again. |
|
|
1068 | |
|
|
1069 | 16 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1070 | |
|
|
1071 | Fix the 'source /etc/profile.env' to be '. /etc/profile' to have ksh |
|
|
1072 | support. This resolves bug #14994. |
|
|
1073 | |
|
|
1074 | Move EDITOR to /etc/rc.conf. Also update /etc/profile to set EDITOR |
|
|
1075 | according to /etc/rc.conf. |
|
|
1076 | |
|
|
1077 | Update /etc/init.d/checkfs to fix bug #14282. It did not exclude comments, |
|
|
1078 | and used 'basename' which is located in /usr/bin. |
|
|
1079 | |
|
|
1080 | 13 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1081 | |
|
|
1082 | Merge changes from Nick Jones <carpaski@gentoo.org> to not run stty if |
|
|
1083 | used in portage. Fix the NOCOLOR stuff. Updated /sbin/functions.sh for |
|
|
1084 | this. |
|
|
1085 | |
|
|
1086 | 06 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1087 | |
|
|
1088 | Update src/awk/genenviron.awk to properly set the environment for each |
|
|
1089 | rc-script's depend() function by sourcing required config files. |
|
|
1090 | |
|
|
1091 | 05 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1092 | |
|
|
1093 | Fix /sbin/rc-envupdate.sh to use $svcdir to set SVCDIR. This is thanks |
|
|
1094 | to Max Kalika <alkern23@yahoo.com>, bug #15050. |
|
|
1095 | |
|
|
1096 | 03 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1097 | |
|
|
1098 | Fix /sbin/modules-update to work with module-init-tools-0.9.9. |
|
|
1099 | |
|
|
1100 | 30 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1101 | |
|
|
1102 | Add 'use isapnp' to /etc/init.d/modules, closing bug #14677, thanks to |
|
|
1103 | Hubert Hanghofer <hubert.hanghofer@netbeer.co.at>. |
|
|
1104 | |
|
|
1105 | 27 Jan 2003; Donny Davies <woodchip@gentoo.org>: |
|
|
1106 | |
|
|
1107 | Fix halt.sh by moving the nut UPS kill power stuff back into a function! |
|
|
1108 | Add fix from the wonderful analysis of Toby Dickenson |
|
|
1109 | <tdickenson@geminidataloggers.com> in #12947. |
|
|
1110 | |
|
|
1111 | 26 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1112 | |
|
|
1113 | Fix start-stop-daemon to check the call to nice() correctly for failure, |
|
|
1114 | closing bug #14359, thanks to YAMAKURA Makoto <makoto@dsb.club.ne.jp>. |
|
|
1115 | |
|
|
1116 | Fix globbing $? when checking return value of fsck in /etc/init.d/checkroot |
|
|
1117 | and /etc/init.d/checkfs. This closes bug #13320, thanks to good work from |
|
|
1118 | Malcolm Scott <m@lcolm.org.uk>. |
|
|
1119 | |
|
|
1120 | 21 Jan 2003; Mike Frysinger <vapier@gentoo.org>: |
|
|
1121 | |
|
|
1122 | Updated /etc/rc.conf to add elogin/entrance support #13790. |
|
|
1123 | |
|
|
1124 | 21 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1125 | |
|
|
1126 | Update /etc/init.d/keymaps to enable unicode if required. This closes |
|
|
1127 | bug #14306 thanks to Danny Milosavljevic <danny_milo@yahoo.com>. |
|
|
1128 | |
|
|
1129 | 19 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1130 | |
|
|
1131 | Fix deadlock durning shutdown if tmpfs filesystems larger than free |
|
|
1132 | memory, and swap gets deactivated, bug #13599. Updated /etc/init.d/halt.sh |
|
|
1133 | for this. |
|
|
1134 | |
|
|
1135 | Merge in some fixes from Vapier <vapier@gentoo.org> to /sbin/functions.sh. |
|
|
1136 | This closes bug #13868. |
|
|
1137 | |
|
|
1138 | Always add "/bin:/sbin:/usr/bin:/usr/sbin" to PATH, as it fixes both |
|
|
1139 | 'su -c foo' not finding start-stop-daemon (etc), and bug #14127. |
|
|
1140 | |
|
|
1141 | Add route for lo interface to /etc/init.d/net.lo, closing bug #14055. |
|
|
1142 | |
|
|
1143 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1144 | |
|
|
1145 | Clear $svcdir in /sbin/rc before we run depscan to make sure we do |
|
|
1146 | not have stale entries left from hard reboot, thanks to pac1085 on |
|
|
1147 | irc. |
|
|
1148 | |
|
|
1149 | * rc-scripts 1.4.3.2 (15 Jan 2003) |
|
|
1150 | |
|
|
1151 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1152 | |
|
|
1153 | Truely fix bootup on seperate /var. |
|
|
1154 | |
|
|
1155 | Add some fixes and optimizations to /sbin/rc-update, thanks to |
|
|
1156 | Daniel Robbins <drobbins@gentoo.org>. |
|
|
1157 | |
|
|
1158 | * rc-scripts 1.4.3.1 (15 Jan 2003) |
|
|
1159 | |
|
|
1160 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1161 | |
|
|
1162 | Fix bootup on seperate /var. |
|
|
1163 | |
|
|
1164 | 14 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1165 | |
|
|
1166 | Fix /etc/init.d/hostname and /etc/init.d/serial to close bug #13636. |
|
|
1167 | |
|
|
1168 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1169 | |
|
|
1170 | Fix /etc/init.d/keymaps to force linux keycodes for PPC, thanks |
|
|
1171 | to Olaf Hering <gentoo@aepfle.de>, bug #13193. |
|
|
1172 | |
|
|
1173 | Turn on -C option to fsck on for all calls to fsck. Updated scripts |
|
|
1174 | /etc/init.d/checkroot and /etc/init.d/checkfs, closing bug #13321. |
|
|
1175 | |
|
|
1176 | * rc-scripts 1.4.3.0 (07 Jan 2003) |
|
|
1177 | |
|
|
1178 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1179 | |
|
|
1180 | Too much to mention, but here are a few: |
|
|
1181 | - Major rewrite of software RAID startup, based on Mandrake's, as |
|
|
1182 | ours was pretty broken :( |
|
|
1183 | - Redone /sbin/rc to work without the tmpfs/ramfs stat directory. |
|
|
1184 | Much of /sbin/functions.sh and other scripts have been changed |
|
|
1185 | to support this. |
|
|
1186 | - Reworked /etc/inittab to support this. Also moved critical |
|
|
1187 | mounting of local filesystems to 'sysinit' function of /sbin/rc. |
|
|
1188 | - Move state directory to /var/state/init.d/ ($svcdir). |
|
|
1189 | - Move Adelie node init to /sbin/functions.sh to try and simplify |
|
|
1190 | /sbin/rc a bit. |
|
|
1191 | - Updated Copyright dates to 2003. |
|
|
1192 | |
|
|
1193 | * rc-scripts 1.4.2.8 (06 Jan 2003) |
|
|
1194 | |
|
|
1195 | 02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1196 | |
|
|
1197 | Fix src/awk/genenviron.awk to work with multiple 'need', 'use', etc |
|
|
1198 | lines, as it seems users do not note the need to have them all on |
|
|
1199 | one line .... |
|
|
1200 | |
|
|
1201 | Fix /sbin/runscript.sh to detect 'net.adsl', or any other net.* |
|
|
1202 | script not ending on a digit. This closes bug #12887. |
|
|
1203 | |
|
|
1204 | Fix get_KV to also check micro version of kernel; add KV_to_int() |
|
|
1205 | helper function for get_KV. Update /etc/init.d/localmount to work |
|
|
1206 | with new get_KV ... |
|
|
1207 | |
|
|
1208 | 28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1209 | |
|
|
1210 | Add support for generate-modprobe.conf or generating /etc/modprobe.conf |
|
|
1211 | in the new sys-apps/module-init-tools. Note that you need version |
|
|
1212 | 0.9.7 or later of sys-apps/module-init-tools. Updated |
|
|
1213 | /sbin/modules-update for this. |
|
|
1214 | |
|
|
1215 | Change /etc/init.d/localmount to use 'usbfs' and not 'usbdevfs' if |
|
|
1216 | we are running kernel 2.5 or later ... |
|
|
1217 | |
|
|
1218 | 26 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1219 | |
|
|
1220 | Add /etc/init.d/crypto-loop and /etc/conf.d/crypto-loop, a cool |
|
|
1221 | rc-script to setup encrypted loopback devices. This was kindly |
|
|
1222 | donated by Matthew Kennedy <mkennedy@gentoo.org> (bug #11471). |
|
|
1223 | |
|
|
1224 | 25 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1225 | |
|
|
1226 | Fix src/awk/genenviron.awk stripping *all* '=', closing |
|
|
1227 | bug #8901. |
|
|
1228 | |
|
|
1229 | Fix src/awk/genenviron.awk not seperating CONFIG_PROTECT with |
|
|
1230 | spaces ... |
|
|
1231 | |
|
|
1232 | * rc-scripts 1.4.2.7 (24 Dec 2002) |
|
|
1233 | |
|
|
1234 | 24 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1235 | |
|
|
1236 | Add a fix to /sbin/functions.sh for bug #12601. |
|
|
1237 | |
|
|
1238 | 22 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1239 | |
|
|
1240 | Add INFOPATH to /etc/env.d/00basic. |
|
|
1241 | |
|
|
1242 | Fix src/awk/genenviron.awk to get the order of the env.d files |
|
|
1243 | correct. Also fix it to handle *all* the SPECIALS correctly. |
|
|
1244 | This closes bug #12411. |
|
|
1245 | |
|
|
1246 | * rc-scripts 1.4.2.6 (18 Dec 2002) |
|
|
1247 | |
|
|
1248 | 18 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1249 | |
|
|
1250 | Add mips changes to sbin/MAKEDEV. This should close bug #12329, |
|
|
1251 | thanks to Nicholas Wourms <nwourms@netscape.net>. |
|
|
1252 | |
|
|
1253 | Quote some tests in /sbin/rc-update to fix/avoid the problem |
|
|
1254 | in bug # |
|
|
1255 | |
|
|
1256 | Fix awk regex in /etc/init.d/halt.sh to fix bug #11795. |
|
|
1257 | |
|
|
1258 | Update shell for postgres user, closing bug #12258. |
|
|
1259 | |
|
|
1260 | 11 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1261 | |
|
|
1262 | Fix src/awk/genenviron.awk not to add duplicate entries, closing |
|
|
1263 | bug #8999. |
|
|
1264 | |
|
|
1265 | * rc-scripts 1.4.2.5 (09 Dec 2002) |
|
|
1266 | |
|
|
1267 | 08 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1268 | |
|
|
1269 | Add another sync to /etc/init.d/halt.sh, closing bug 8173. |
|
|
1270 | |
|
|
1271 | Add smmsp uid and gid. Closes bug #8952. |
|
|
1272 | |
|
|
1273 | 04 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1274 | |
|
|
1275 | Setup colums, etc up properly for serial consoles in /sbin/functions.sh. |
|
|
1276 | Closes bug #11557, thanks to Erik Scrafford <erik@scrafford.org>. |
|
|
1277 | |
|
|
1278 | Add headers similar to that of portage-2.0.45 and up to the |
|
|
1279 | generated profile files (/etc/{profile,csh}.env). Updated |
|
|
1280 | src/awk/genenviron.awk for this. |
|
|
1281 | |
|
|
1282 | 01 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1283 | |
|
|
1284 | Fix typeo in /etc/devfsd.conf, closing bug #11424, thanks to the |
|
|
1285 | sharp eye of Techie2000 <Linux@mochamail.com>. |
|
|
1286 | |
|
|
1287 | Rename /sbin/update-modules to /sbin/modules-update, closing |
|
|
1288 | bug #11445. |
|
|
1289 | |
|
|
1290 | Nano moved from /usr/bin/nano to /bin/nano. Fix this in |
|
|
1291 | /etc/env.d/00basic, bug #10916. |
|
|
1292 | |
|
|
1293 | 27 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1294 | |
|
|
1295 | Add more improvements to clustering code. This is from |
|
|
1296 | Olivier Crete <crete@cerca.umontreal.ca>, bug #4151. |
|
|
1297 | |
|
|
1298 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1299 | |
|
|
1300 | Change default 'net' dependency behaviour to be more suited |
|
|
1301 | for notebook users. Basically if at least one net.* service |
|
|
1302 | beside net.lo start successfully, the 'net' dependency is |
|
|
1303 | considered up. Server admin can set RC_NET_STRICT_CHECKING="yes" |
|
|
1304 | in /etc/conf.d/rc to change this back to the old default. |
|
|
1305 | This is the start to address bug #2706. |
|
|
1306 | |
|
|
1307 | * rc-scripts 1.4.2.4 (26 Nov 2002) |
|
|
1308 | |
|
|
1309 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1310 | |
|
|
1311 | Initial merge of bits for Adelie Linux for SSI clusters. More |
|
|
1312 | info at: |
|
|
1313 | |
|
|
1314 | http://www.cerca.umontreal.ca/hpc/en/projects/adelie/index.html |
|
|
1315 | |
|
|
1316 | 25 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1317 | |
|
|
1318 | One liner fix to src/awk/cachedepends.awk to once again fix |
|
|
1319 | bug #7803. |
|
|
1320 | |
|
|
1321 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1322 | |
|
|
1323 | Add 'alias char-major-89 i2c-dev' to /etc/modules.d/aliases. |
|
|
1324 | This should close bug #10891. |
|
|
1325 | |
|
|
1326 | * rc-scripts 1.4.2.3 (18 Nov 2002) |
|
|
1327 | |
|
|
1328 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1329 | |
|
|
1330 | Add some more checks to src/awk/*. Fix error printing for |
|
|
1331 | /sbin/depscan.sh. |
|
|
1332 | |
|
|
1333 | Link awk module with gcc and not with ld. This should fix |
|
|
1334 | problems on sparc and alpha. Many thanks for this fix to |
|
|
1335 | Stephan Jones <cretin@gentoo.org>. |
|
|
1336 | |
|
|
1337 | Remove the copyright info from config files, thanks to |
|
|
1338 | Matthew Kennedy <mkennedy@gentoo.org>. |
|
|
1339 | |
|
|
1340 | * rc-scripts 1.4.2.2 (18 Nov 2002) |
|
|
1341 | |
|
|
1342 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1343 | |
|
|
1344 | Add src/awk/genenviron.awk which is rc-envupdate.sh ported |
|
|
1345 | to awk. This is also much faster than its bash version. |
|
|
1346 | |
|
|
1347 | Remove the 'Spider cat fix' from depscan.sh.bash, as it makes |
|
|
1348 | things even slower on older boxes. Bug #10548. |
|
|
1349 | |
|
|
1350 | After a bored Vapier decided that he needed to update the |
|
|
1351 | licenses of things in /etc :P, I did the rest. Hopefully |
|
|
1352 | not too many people will nuke thier fstab :/ |
|
|
1353 | |
|
|
1354 | * rc-scripts 1.4.2.1 (18 Nov 2002) |
|
|
1355 | |
|
|
1356 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1357 | |
|
|
1358 | Update src/awk/cachedepends.awk to find its own rc-scripts, |
|
|
1359 | fixing the need for find which broke systems with /usr on |
|
|
1360 | a different partition. |
|
|
1361 | |
|
|
1362 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1363 | |
|
|
1364 | Add some extra checks to src/awk/cachedepends.awk and |
|
|
1365 | src/awk/gendepends.awk. |
|
|
1366 | |
|
|
1367 | Move some of the more generic functions in src/awk/gendepends.awk |
|
|
1368 | to src/awk/functions.awk. |
|
|
1369 | |
|
|
1370 | * rc-scripts 1.4.2 (17 Nov 2002) |
|
|
1371 | |
|
|
1372 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1373 | |
|
|
1374 | Add initial version of new depscan.sh. This uses awk scripts |
|
|
1375 | to do the main work, giving about 10 times speed improvement on |
|
|
1376 | slower machines. Updated /sbin/depscan.sh, src/filefuncts.c, |
|
|
1377 | src/Makefile, src/awk/cachedepends.awk and src/awk/gendepends.awk |
|
|
1378 | for this. This should close bug #10548. |
|
|
1379 | |
|
|
1380 | * rc-scripts 1.4.1.2 (5 Nov 2002) |
|
|
1381 | |
|
|
1382 | 5 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1383 | |
|
|
1384 | Add UID/GID of 250 for Portage Fakeroot account. |
|
|
1385 | |
|
|
1386 | 4 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1387 | |
|
|
1388 | Change /etc/init.d/clock to depend on localmount again, fixing |
|
|
1389 | bug #10048. |
|
|
1390 | |
|
|
1391 | Get deps on logger sane again. I wanted to get the logger started |
|
|
1392 | as early as possible, but clock for one breaks if /usr is mounted |
|
|
1393 | on seperate partition. |
|
|
1394 | |
|
|
1395 | 29 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1396 | |
|
|
1397 | Fix return in /etc/init.d/modules to return 0 if /proc/modules |
|
|
1398 | do not exists. Closes bug #7738, comment #5. |
|
|
1399 | |
|
|
1400 | * rc-scripts 1.4.1.1 (28 Oct 2002) |
|
|
1401 | |
|
|
1402 | 28 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1403 | |
|
|
1404 | Fix /sbin/update-modules not to include backup files. Closes |
|
|
1405 | bug #9707. |
|
|
1406 | |
|
|
1407 | 26 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1408 | |
|
|
1409 | Fix update-modules borking if there are directories present |
|
|
1410 | in /etc/modules.d/. Closes bug #9632. |
|
|
1411 | |
|
|
1412 | 17 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1413 | |
|
|
1414 | Change deps on /etc/init.d/{clock,hostname,modules} not to |
|
|
1415 | depend on localmount, but rather on checkroot, as all of them |
|
|
1416 | just need / to be mounted. This should fix race conditions |
|
|
1417 | because of checkfs dependency on modules. This should close |
|
|
1418 | bug #9266. |
|
|
1419 | |
|
|
1420 | * rc-scripts 1.4.1 (13 Oct 2002) |
|
|
1421 | |
|
|
1422 | 13 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1423 | |
|
|
1424 | Create and fix permissions on /tmp/.{ICE,X11}-unix/. This |
|
|
1425 | is additional measures for bug #8281. |
|
|
1426 | |
|
|
1427 | 12 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1428 | |
|
|
1429 | Update /etc/init.d/net.eth0 to fix bug #8626. |
|
|
1430 | |
|
|
1431 | Fix /sbin/rc-update to check return code of "ln". This should |
|
|
1432 | close bug #8867. |
|
|
1433 | |
|
|
1434 | 29 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1435 | |
|
|
1436 | Fix indentation in /etc/inputrc. This should close |
|
|
1437 | bug #8368. |
|
|
1438 | |
|
|
1439 | Add extended status functionality. Should close bug #2462. |
|
|
1440 | |
|
|
1441 | Add support for /sbin/rc-update to check if the rc-script |
|
|
1442 | is executable or not. Thanks to widersacher@gmx.net, closing |
|
|
1443 | bug #8326. |
|
|
1444 | |
|
|
1445 | 25 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1446 | |
|
|
1447 | Fix /etc/init.d/bootmisc not to kill pidfiles of running |
|
|
1448 | daemons. Improve NGPT support in /sbin/rc a bit. |
|
|
1449 | |
|
|
1450 | 23 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1451 | |
|
|
1452 | Fix my last screwup with /etc/init.d/net.ppp0. Basically |
|
|
1453 | forgot to change a few DEVICE's to IFACE ... |
|
|
1454 | |
|
|
1455 | 22 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1456 | |
|
|
1457 | NGPT support. |
|
|
1458 | |
|
|
1459 | 17 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1460 | |
|
|
1461 | Did a small fix to /etc/init.d/net.eth0, thanks to |
|
|
1462 | naanyaar2000@yahoo.com, bug #7407. |
|
|
1463 | |
|
|
1464 | 16 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1465 | |
|
|
1466 | Add the permission stuff for generic scsi when compiled as |
|
|
1467 | module, thanks to Bauno <bauno@inwind.it>. |
|
|
1468 | |
|
|
1469 | Add support for /etc/devfs.d/ for additional devfs config |
|
|
1470 | stuff .. idea from Denys Duchier <Denys.Duchier@ps.uni-sb.de>. |
|
|
1471 | |
|
|
1472 | 11 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1473 | |
|
|
1474 | Fix small type-o from last changes to /etc/init.d/netmount. |
|
|
1475 | Should resolve bug #7803. |
|
|
1476 | |
|
|
1477 | * rc-scripts 1.4.0 (7 Sep 2002) |
|
|
1478 | |
|
|
1479 | 7 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1480 | |
|
|
1481 | Update /etc/init.d/net.eth0 to handle individual broadcast |
|
|
1482 | and netmask for aliases. Should close bug #7407. |
|
|
1483 | |
|
|
1484 | Give /var/run/utmp and /var/log/wtmp the proper permissions |
|
|
1485 | and ownership. First steps in fixing bug #7630. |
|
|
1486 | |
|
|
1487 | Change Raid stuff again in /etc/init.d/checkfs. |
|
|
1488 | |
|
|
1489 | 26 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
1490 | |
|
|
1491 | Give root a 'root' GECOS in /etc/passwd, was NULL before. |
|
|
1492 | |
|
|
1493 | * rc-scripts 1.3.9 (25 Aug 2002) |
|
|
1494 | |
|
|
1495 | 25 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1496 | |
|
|
1497 | Update /sbin/rc to fix some spelling/slang mistakes. Closes |
|
|
1498 | bug #6887. |
|
|
1499 | |
|
|
1500 | Move /etc/init.d/net.ppp0 's config to /etc/conf.d/net.ppp0. |
|
|
1501 | This closes bug #6378. |
|
|
1502 | |
|
|
1503 | Add IPv6 support to /etc/init.d/net.eth0. Closes bug #6175, |
|
|
1504 | with many thanks to Asbjorn Sannes <ace@sannes.org>. |
|
|
1505 | |
|
|
1506 | 20 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1507 | |
|
|
1508 | Update /etc/init.d/bootmisc to reset pam_console permissions. |
|
|
1509 | |
|
|
1510 | Update /etc/devfsd.conf to have the "pam_console_apply_devfsd.so" |
|
|
1511 | line for getting devfs to work with pam_console. |
|
|
1512 | |
|
|
1513 | 12 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1514 | |
|
|
1515 | Update /etc/init.d/keymaps to first load the windowkeys.inc then |
|
|
1516 | the user selected one, fixing bug #6295. |
|
|
1517 | |
|
|
1518 | 11 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1519 | |
|
|
1520 | Change the 'cat' in check_rcscript() to a single 'awk' in |
|
|
1521 | /sbin/depscan.sh. This should fix broken pipe issues if the |
|
|
1522 | loop exists too early. Resolves bug #5961. |
|
|
1523 | |
|
|
1524 | Fix software RAID startup/shutdown, bug #5310. Modified |
|
|
1525 | /etc/init.d/checkfs and /etc/init.d/halt.sh for this. |
|
|
1526 | |
|
|
1527 | * rc-scripts 1.3.8 (08 Aug 2002) |
|
|
1528 | |
|
|
1529 | 7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1530 | |
|
|
1531 | Move the color ls stuff to .bashrc. Fix bug #5250. |
|
|
1532 | |
|
|
1533 | 6 Aug 2002; Dan Armak <danarmak@gentoo.org>: |
|
|
1534 | |
|
|
1535 | Correct the comments in rc.conf about the XSESSION variable: it should |
|
|
1536 | be set to "kde-<version>" not "KDE". Closes bug #5948. |
|
|
1537 | |
|
|
1538 | 5 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1539 | |
|
|
1540 | Fix the 'Usage' line in the help to return the correct options for |
|
|
1541 | the script (/sbin/runscript.sh). Resolve bug #6029. |
|
|
1542 | |
|
|
1543 | 3 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
1544 | |
|
|
1545 | Added UPS shutdown support for nut to halt.sh. |
|
|
1546 | Added nut user/group as uid/gid 84. |
|
|
1547 | |
|
|
1548 | 27 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1549 | |
|
|
1550 | Updated /sbin/rc's way of checking for devfs support (now rather uses |
|
|
1551 | awk, as it is more accurate). Closes bug #5458. |
|
|
1552 | |
|
|
1553 | Add the Redhat/Mandrake /forcefsck and /fastboot options to our checkroot |
|
|
1554 | and checkfs. Updated /etc/init.d/{checkroot,checkfs,halt.sh} for this. |
|
|
1555 | Thanks goes to Chris PeBenito (bug #5570). |
|
|
1556 | |
|
|
1557 | Changed most daemons to use /bin/false as shell. Should close bug #5388. |
|
|
1558 | |
|
|
1559 | 27 Jul 2002; Nicholas Jones <carpaski@gentoo.org>: |
|
|
1560 | |
|
|
1561 | Added vpopmail user and group as 89:89 |
|
|
1562 | |
|
|
1563 | 22 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1564 | |
|
|
1565 | Add the cyrus user to /etc/passwd. Resolves bug #4100. |
|
|
1566 | |
|
|
1567 | Some bugfixes and speed improvements to /sbin/depscan.sh after |
|
|
1568 | last changes. |
|
|
1569 | |
|
|
1570 | Replace some cat/grep's in /sbin/rc-envupdate.sh with awk's to |
|
|
1571 | get some speed improvements. |
|
|
1572 | |
|
|
1573 | 21 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1574 | |
|
|
1575 | Fix LVM support in /etc/init.d/checkfs again, thanks to help from |
|
|
1576 | Kyle Manna <nitro@gentoo.org>. |
|
|
1577 | |
|
|
1578 | Add software RAID support to /etc/init.d/checkfs, thanks to |
|
|
1579 | Daniel Ahlberg <aliz@gentoo.org>. |
|
|
1580 | |
|
|
1581 | Update the cache_depend() funtion in /sbin/depscan.sh not to |
|
|
1582 | quit on any "}", but only on the one matching the first "{". This |
|
|
1583 | requires wc in /bin, so baselayout should depend on |
|
|
1584 | >=sys-apps/textutils-2.0.19-r2 |
|
|
1585 | |
|
|
1586 | Update /etc/init.d/netmount to try and detect nfs mounts that should be |
|
|
1587 | mounted automatically on boot. This requires awk in /bin, so baselayout |
|
|
1588 | should depend on >=sys-apps/gawk-3.1.0-r3. |
|
|
1589 | |
|
|
1590 | * rc-scripts 1.3.7 (17 Jul 2002) |
|
|
1591 | |
|
|
1592 | 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1593 | |
|
|
1594 | Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
|
|
1595 | bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |
|
|
1596 | |
|
|
1597 | 16 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1598 | |
|
|
1599 | Add additional entries to /etc/services to support cyrus-imapd, thanks |
|
|
1600 | to Nick Hadaway <raker@gentoo.org>. |
|
|
1601 | |
|
|
1602 | Update /etc/init.d/consolefont to resolve bug #4968. This fixes a |
|
|
1603 | problem with non 7bit ascii symbols. |
|
|
1604 | |
|
|
1605 | Updated /etc/init.d/checkfs to detect if lvm is already active. |
|
|
1606 | This should resolve bug #3613. |
|
|
1607 | |
|
|
1608 | 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1609 | |
|
|
1610 | Add "usb" group, gid 85. Move "sshd" user and group to 22. Move |
|
|
1611 | "games" user and group to 35 |
|
|
1612 | |
5 | 3 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
1613 | 3 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
6 | |
1614 | |
7 | Update Copyright displayed at boot, thanks to cybersystem. Updated |
1615 | Update Copyright displayed at boot, thanks to Sascha Schwabbauer |
8 | /sbin/rc for this. |
1616 | (aka cybersystem). Updated /sbin/rc for this. |
9 | |
1617 | |
10 | 30 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
1618 | 30 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
11 | |
1619 | |
12 | Update /etc/skel/.bashrc to update the window title of X terminals |
1620 | Update /etc/skel/.bashrc to update the window title of X terminals |
13 | that supports it. Closes bug #4232. |
1621 | that supports it. Closes bug #4232. |
… | |
… | |
90 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
1698 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
91 | |
1699 | |
92 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
1700 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
93 | and is needed for some fixes. |
1701 | and is needed for some fixes. |
94 | |
1702 | |
95 | 28 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1703 | 28 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
96 | |
1704 | |
97 | Update /etc/rc.conf to be more clear and state that you should |
1705 | Update /etc/rc.conf to be more clear and state that you should |
98 | remove consolefont from startup if you do not use it. Should |
1706 | remove consolefont from startup if you do not use it. Should |
99 | resolve bug #2174. |
1707 | resolve bug #2174. |
100 | |
1708 | |
101 | 26 April 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
1709 | 26 Apr 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
102 | |
1710 | |
103 | Added user/group apache with uid/gid 81. |
1711 | Added user/group apache with uid/gid 81. |
104 | |
1712 | |
105 | 25 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1713 | 25 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
106 | |
1714 | |
107 | Remove the "-net" from the line setting the default gateway |
1715 | Remove the "-net" from the line setting the default gateway |
108 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
1716 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
109 | noting this. |
1717 | noting this. |
110 | |
1718 | |
111 | 24 April 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
1719 | 24 Apr 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
112 | |
1720 | |
113 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
1721 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
114 | which is installed with the nfs-utils package. Also tidied up some |
1722 | which is installed with the nfs-utils package. Also tidied up some |
115 | really old, leftover junk like the non-supported stuff from rc5. |
1723 | really old, leftover junk like the non-supported stuff from rc5. |
116 | Closes #1754. |
1724 | Closes #1754. |
117 | |
1725 | |
118 | 23 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1726 | 23 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
119 | |
1727 | |
120 | Remove creation of /var/run/utmpx from bootmisc again. Seems |
1728 | Remove creation of /var/run/utmpx from bootmisc again. Seems |
121 | other people have wierd problems. |
1729 | other people have wierd problems. |
122 | |
1730 | |
123 | * rc-scripts 1.3.4 (21 April 2002) |
1731 | * rc-scripts 1.3.4 (21 Apr 2002) |
124 | |
1732 | |
125 | 21 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1733 | 21 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
126 | |
1734 | |
127 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
1735 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
128 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
1736 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
129 | |
1737 | |
130 | Implement the status commandline argument. Updated /sbin/runscript.sh |
1738 | Implement the status commandline argument. Updated /sbin/runscript.sh |
131 | and /sbin/rc-help.sh for this. |
1739 | and /sbin/rc-help.sh for this. |
132 | |
1740 | |
133 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
1741 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
134 | and AFTER. |
1742 | and AFTER. |
135 | |
1743 | |
136 | 12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1744 | 12 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
137 | |
1745 | |
138 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
1746 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
139 | is needed, else /usr/bin/newgrp segfault. |
1747 | is needed, else /usr/bin/newgrp segfault. |
140 | |
1748 | |
141 | 11 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1749 | 11 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
142 | |
1750 | |
143 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
1751 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
144 | Thanks to Väinö Järvelä for this fix. |
1752 | Thanks to Väinö Järvelä for this fix. |
145 | |
1753 | |
146 | Update /etc/profile to also set the PS? variables if $SHELL |
1754 | Update /etc/profile to also set the PS? variables if $SHELL |
… | |
… | |
148 | bootstrap work again. |
1756 | bootstrap work again. |
149 | |
1757 | |
150 | Move LVM stuff to checkfs to ensure that they get fscked. |
1758 | Move LVM stuff to checkfs to ensure that they get fscked. |
151 | This resolves bug #1552. |
1759 | This resolves bug #1552. |
152 | |
1760 | |
153 | * rc-scripts 1.3.3 (5 April 2002) |
1761 | * rc-scripts 1.3.3 (5 Apr 2002) |
154 | |
1762 | |
155 | 5 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1763 | 5 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
156 | |
1764 | |
157 | Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
1765 | Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
158 | This is done to try and ensure system integrity. |
1766 | This is done to try and ensure system integrity. |
159 | |
1767 | |
160 | 1 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1768 | 1 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
161 | |
1769 | |
162 | Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
1770 | Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
163 | |
1771 | |
164 | Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
1772 | Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
165 | |
1773 | |
166 | Add a bash check to the code that sets the prompt, fixing bug #1078. |
1774 | Add a bash check to the code that sets the prompt, fixing bug #1078. |
167 | |
1775 | |
168 | * rc-scripts 1.3.2 (24 Mar 2002) |
1776 | * rc-scripts 1.3.2 (24 Mar 2002) |
169 | |
1777 | |
170 | 24 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1778 | 24 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
171 | |
1779 | |
172 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
1780 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
173 | for this. |
1781 | for this. |
174 | |
1782 | |
175 | With the "before" and "after" stuff, recursion levels was getting too high, |
1783 | With the "before" and "after" stuff, recursion levels was getting too high, |
… | |
… | |
189 | Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
1797 | Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
190 | and it seems it has fallen now to my discression. |
1798 | and it seems it has fallen now to my discression. |
191 | |
1799 | |
192 | * rc-scripts 1.3.1 (23 Mar 2002) |
1800 | * rc-scripts 1.3.1 (23 Mar 2002) |
193 | |
1801 | |
194 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
1802 | 23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
195 | DHCP lease release from Jim Nutt. |
1803 | DHCP lease release from Jim Nutt. |
196 | |
1804 | |
197 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
1805 | 23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
198 | since there are a lot of important bug fixes in here that are needed. |
1806 | since there are a lot of important bug fixes in here that are needed. |
199 | |
1807 | |
200 | 23 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1808 | 23 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
201 | |
1809 | |
202 | Resolve bug #1292. |
1810 | Resolve bug #1292. |
203 | |
1811 | |
204 | Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
1812 | Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
205 | Spidler. |
1813 | Spidler. |
206 | |
1814 | |
207 | 21 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1815 | 21 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
208 | |
1816 | |
209 | Update /sbin/rc to fix a 'cat mounts' instead of the correct |
1817 | Update /sbin/rc to fix a 'cat mounts' instead of the correct |
210 | version, 'cat /proc/mounts'. |
1818 | version, 'cat /proc/mounts'. |
211 | |
1819 | |
212 | 19 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1820 | 19 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
213 | |
1821 | |
214 | Add initial support for the --quiet flag that suppress output. |
1822 | Add initial support for the --quiet flag that suppress output. |
215 | |
1823 | |
216 | 18 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1824 | 18 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
217 | |
1825 | |
218 | Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
1826 | Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
219 | as not all errors by depscan.sh is critical. It should be |
1827 | as not all errors by depscan.sh is critical. It should be |
220 | reworked to do better error handeling. |
1828 | reworked to do better error handeling. |
221 | |
1829 | |
222 | 14 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1830 | 14 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
223 | |
1831 | |
224 | Fix the GID and UID of nobody and nogroup in /etc/passwd and |
1832 | Fix the GID and UID of nobody and nogroup in /etc/passwd and |
225 | /etc/group to match those of Debian, FBSD and others. Thanks |
1833 | /etc/group to match those of Debian, FBSD and others. Thanks |
226 | to those who reported it, and Woodchip for looking up the |
1834 | to those who reported it, and Woodchip for looking up the |
227 | proper values. |
1835 | proper values. |
228 | |
1836 | |
229 | Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
1837 | Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
230 | This resolves bug #1150, thanks to Paul Fleischer. |
1838 | This resolves bug #1150, thanks to Paul Fleischer. |
231 | |
1839 | |
232 | 11 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1840 | 11 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
233 | |
1841 | |
234 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
1842 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
235 | as some users have /usr on seperate partition which is not |
1843 | as some users have /usr on seperate partition which is not |
236 | mounted when depscan.sh is run the first time. |
1844 | mounted when depscan.sh is run the first time. |
237 | |
1845 | |
238 | Updated the checking for more than one service providing the |
1846 | Updated the checking for more than one service providing the |
239 | same virtual function in /etc/init.d/depscan.sh. It should |
1847 | same virtual function in /etc/init.d/depscan.sh. It should |
240 | be working now, and this also fix a problem that when there is no |
1848 | be working now, and this also fix a problem that when there is no |
241 | service providing a virtual, counter was used uninitialized. |
1849 | service providing a virtual, counter was used uninitialized. |
242 | |
1850 | |
243 | * rc-scripts 1.3.0 (10 March 2002) |
1851 | * rc-scripts 1.3.0 (10 Mar 2002) |
244 | |
1852 | |
245 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1853 | 10 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
246 | |
1854 | |
247 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
1855 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
248 | |
1856 | |
249 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
1857 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
250 | |
1858 | |
… | |
… | |
269 | Also fixed try() for mounting /proc (maybe all mount commands). |
1877 | Also fixed try() for mounting /proc (maybe all mount commands). |
270 | The function worked fine in a simulated test, but in real life failed |
1878 | The function worked fine in a simulated test, but in real life failed |
271 | to detect a error when mounting /proc (remember to thank Grant for |
1879 | to detect a error when mounting /proc (remember to thank Grant for |
272 | his UserMode ebuilds, and Guide). |
1880 | his UserMode ebuilds, and Guide). |
273 | |
1881 | |
274 | * rc-scripts 1.2.9 (6 March 2002) |
1882 | * rc-scripts 1.2.9 (6 Mar 2002) |
275 | |
1883 | |
276 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1884 | 6 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
277 | |
1885 | |
278 | General form updates and some piping fixes. |
1886 | General form updates and some piping fixes. |
279 | |
1887 | |
280 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
1888 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
281 | to fix a problem where startDM.sh would be respawned repeatedly |
1889 | to fix a problem where startDM.sh would be respawned repeatedly |
282 | if xdm was not in the default runlevel. |
1890 | if xdm was not in the default runlevel. |
283 | |
1891 | |
284 | * rc-scripts 1.2.8 (4 March 2002) |
1892 | * rc-scripts 1.2.8 (4 Mar 2002) |
285 | |
1893 | |
286 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1894 | 4 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
287 | |
1895 | |
288 | Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
1896 | Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
289 | to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
1897 | to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
290 | move them to the xfree ebuild later on when things settles down. |
1898 | move them to the xfree ebuild later on when things settles down. |
291 | |
1899 | |
… | |
… | |
295 | where we had a invalid $PATH on boot in some cases. |
1903 | where we had a invalid $PATH on boot in some cases. |
296 | |
1904 | |
297 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
1905 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
298 | the new sys-apps/kbd package. |
1906 | the new sys-apps/kbd package. |
299 | |
1907 | |
300 | * rc-scripts 1.2.7 (3 March 2002) |
1908 | * rc-scripts 1.2.7 (3 Mar 2002) |
301 | |
1909 | |
302 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1910 | 3 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
303 | |
1911 | |
304 | Fixed the problem of rc-scripts trying to start/stop a service multiple |
1912 | Fixed the problem of rc-scripts trying to start/stop a service multiple |
305 | times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
1913 | times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
306 | for this. |
1914 | for this. |
307 | |
1915 | |
… | |
… | |
309 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
1917 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
310 | this. |
1918 | this. |
311 | |
1919 | |
312 | Added caching of the "depend() { need foo; } " lines, and updated |
1920 | Added caching of the "depend() { need foo; } " lines, and updated |
313 | /etc/init.d/depscan.sh to touch the actual files less. This should |
1921 | /etc/init.d/depscan.sh to touch the actual files less. This should |
314 | speedup dependancy caching a lot, especially on slow machines. |
1922 | speedup dependency caching a lot, especially on slow machines. |
315 | |
1923 | |
316 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
1924 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
317 | for security. |
1925 | for security. |
318 | |
1926 | |
319 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
1927 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
320 | |
1928 | |
321 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1929 | 1 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
322 | |
1930 | |
323 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
1931 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
324 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
1932 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
325 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
1933 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
326 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
1934 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
327 | |
1935 | |
328 | Removed stopping of dependant services that have current service as |
1936 | Removed stopping of dependent services that have current service as |
329 | a 'use'dependancy ... should be less confusing now. |
1937 | a 'use'dependency ... should be less confusing now. |
330 | Updated /etc/init.d/runscript.sh for this. |
1938 | Updated /etc/init.d/runscript.sh for this. |
331 | |
1939 | |
332 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
1940 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
333 | |
1941 | |
334 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
1942 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
… | |
… | |
416 | Added the 'before' depend type. This is more for changing the |
2024 | Added the 'before' depend type. This is more for changing the |
417 | order services start in. Updated /etc/init.d/depscan.sh and |
2025 | order services start in. Updated /etc/init.d/depscan.sh and |
418 | /etc/init.d/functions.sh for this. |
2026 | /etc/init.d/functions.sh for this. |
419 | |
2027 | |
420 | Updated /etc/init.d/depscan.sh to work with '*' as argument for |
2028 | Updated /etc/init.d/depscan.sh to work with '*' as argument for |
421 | dependancy types. This can be used with 'use' and 'before' to |
2029 | dependency types. This can be used with 'use' and 'before' to |
422 | start a script last or first respectively. |
2030 | start a script last or first respectively. |
423 | |
2031 | |
424 | Added save_options() and get_options() to /etc/init.d/functions.sh |
2032 | Added save_options() and get_options() to /etc/init.d/functions.sh |
425 | for saving misc settings between startup/shutdown. Updated |
2033 | for saving misc settings between startup/shutdown. Updated |
426 | /etc/init.d/net.eth0 to use these and properly down virtual |
2034 | /etc/init.d/net.eth0 to use these and properly down virtual |
… | |
… | |
495 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
2103 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
496 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
2104 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
497 | |
2105 | |
498 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
2106 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
499 | |
2107 | |
500 | Updated /etc/init.d/depscan.sh to store info about missing dependancies |
2108 | Updated /etc/init.d/depscan.sh to store info about missing dependencies |
501 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
2109 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
502 | to use this when starting a script ('need' dependancies is critical for |
2110 | to use this when starting a script ('need' dependencies is critical for |
503 | startup). Added the broken() function to /etc/init.d/runscript.sh |
2111 | startup). Added the broken() function to /etc/init.d/runscript.sh |
504 | to list the missing dependancies. |
2112 | to list the missing dependencies. |
505 | |
2113 | |
506 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
2114 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
507 | checking. |
2115 | checking. |
508 | |
2116 | |
509 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
2117 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
… | |
… | |
742 | |
2350 | |
743 | * rc-scripts 1.1.7 (18 Oct 2001) |
2351 | * rc-scripts 1.1.7 (18 Oct 2001) |
744 | |
2352 | |
745 | [old changelog format follows] |
2353 | [old changelog format follows] |
746 | |
2354 | |
747 | *lots of scripts; woodchip |
2355 | *lots of scripts; woodchip |
748 | removed old rc5 scripts from cvs |
2356 | removed old rc5 scripts from cvs |
749 | |
2357 | |
750 | *init.d/runscript.sh; agriffis |
2358 | *init.d/runscript.sh; agriffis |
751 | Added support for rc.conf and home-grown functions |
2359 | Added support for rc.conf and home-grown functions |
752 | |
2360 | |
753 | *init.d/modules; |
2361 | *init.d/modules; |
754 | Now correctly looks at /etc/modules.autoload |
2362 | Now correctly looks at /etc/modules.autoload |
755 | |
2363 | |
756 | rc-scripts-1.1.6, released 15 Sep 2001 |
2364 | rc-scripts-1.1.6, released 15 Sep 2001 |
757 | ====================================== |
2365 | ====================================== |
758 | |
2366 | |
759 | *init.d/runscript.sh, others |
2367 | *init.d/runscript.sh, others |
760 | Handling of "net" dependencies resolve to all net devices in |
2368 | Handling of "net" dependencies resolve to all net devices in |
761 | /etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES |
2369 | /etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES |
762 | variable in /etc/rc.conf has been removed. |
2370 | variable in /etc/rc.conf has been removed. |
763 | |
2371 | |
764 | *init.d/runscript.sh |
2372 | *init.d/runscript.sh |
765 | New "zap" option for manually resetting the state of an initscript |
2373 | New "zap" option for manually resetting the state of an initscript |
766 | to stopped. |
2374 | to stopped. |
767 | |
2375 | |
768 | *init.d/{samba,sysklogd,sshd} |
2376 | *init.d/{samba,sysklogd,sshd} |
769 | Removed from CVS; they live in their respective packages. |
2377 | Removed from CVS; they live in their respective packages. |
770 | |
2378 | |
771 | rc-scripts-1.1.5, released 02 Sep 2001 |
2379 | rc-scripts-1.1.5, released 02 Sep 2001 |
772 | ==================================== |
2380 | ==================================== |
773 | |
2381 | |
774 | *sbin/rc-update |
2382 | *sbin/rc-update |
775 | New version of the rc-update command for the new initscripts. Works |
2383 | New version of the rc-update command for the new initscripts. Works |
776 | similarly to the old version, except this one updates our dependency |
2384 | similarly to the old version, except this one updates our dependency |
777 | cache. |
2385 | cache. |
778 | |
2386 | |
779 | *init.d/functions.sh |
2387 | *init.d/functions.sh |
780 | New and better looking informational message functions (einfo, einfon). |
2388 | New and better looking informational message functions (einfo, einfon). |
781 | Brand new message functions (ewarn). |
2389 | Brand new message functions (ewarn). |
782 | |
2390 | |
783 | *sbin/init, init.d/checkroot |
2391 | *sbin/init, init.d/checkroot |
784 | We're going back to a /proc/mounts-based mtab symlink because it's |
2392 | We're going back to a /proc/mounts-based mtab symlink because it's |
785 | just plain better. Appropriate changes made. |
2393 | just plain better. Appropriate changes made. |
786 | |
2394 | |
787 | # vim:expandtab |
2395 | # vim:expandtab |