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-2003 Gentoo Technologies, Inc.; Distributed under the GPL |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
|
|
4 | |
|
|
5 | 21 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Update /etc/init.d/keymaps to enable unicode if required. This closes |
|
|
8 | bug #14306 thanks to Danny Milosavljevic <danny_milo@yahoo.com>. |
|
|
9 | |
|
|
10 | 19 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
11 | |
|
|
12 | Fix deadlock durning shutdown if tmpfs filesystems larger than free |
|
|
13 | memory, and swap gets deactivated, bug #13599. Updated /etc/init.d/halt.sh |
|
|
14 | for this. |
|
|
15 | |
|
|
16 | Merge in some fixes from Vapier <vapier@gentoo.org> to /sbin/functions.sh. |
|
|
17 | This closes bug #13868. |
|
|
18 | |
|
|
19 | Always add "/bin:/sbin:/usr/bin:/usr/sbin" to PATH, as it fixes both |
|
|
20 | 'su -c foo' not finding start-stop-daemon (etc), and bug #14127. |
|
|
21 | |
|
|
22 | Add route for lo interface to /etc/init.d/net.lo, closing bug #14055. |
|
|
23 | |
|
|
24 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
25 | |
|
|
26 | Clear $svcdir in /sbin/rc before we run depscan to make sure we do |
|
|
27 | not have stale entries left from hard reboot, thanks to pac1085 on |
|
|
28 | irc. |
|
|
29 | |
|
|
30 | * rc-scripts 1.4.3.2 (15 Jan 2003) |
|
|
31 | |
|
|
32 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
33 | |
|
|
34 | Truely fix bootup on seperate /var. |
|
|
35 | |
|
|
36 | Add some fixes and optimizations to /sbin/rc-update, thanks to |
|
|
37 | Daniel Robbins <drobbins@gentoo.org>. |
|
|
38 | |
|
|
39 | * rc-scripts 1.4.3.1 (15 Jan 2003) |
|
|
40 | |
|
|
41 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
42 | |
|
|
43 | Fix bootup on seperate /var. |
|
|
44 | |
|
|
45 | 14 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
46 | |
|
|
47 | Fix /etc/init.d/hostname and /etc/init.d/serial to close bug #13636. |
|
|
48 | |
|
|
49 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
50 | |
|
|
51 | Fix /etc/init.d/keymaps to force linux keycodes for PPC, thanks |
|
|
52 | to Olaf Hering <gentoo@aepfle.de>, bug #13193. |
|
|
53 | |
|
|
54 | Turn on -C option to fsck on for all calls to fsck. Updated scripts |
|
|
55 | /etc/init.d/checkroot and /etc/init.d/checkfs, closing bug #13321. |
|
|
56 | |
|
|
57 | * rc-scripts 1.4.3.0 (07 Jan 2003) |
|
|
58 | |
|
|
59 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
60 | |
|
|
61 | Too much to mention, but here are a few: |
|
|
62 | - Major rewrite of software RAID startup, based on Mandrake's, as |
|
|
63 | ours was pretty broken :( |
|
|
64 | - Redone /sbin/rc to work without the tmpfs/ramfs stat directory. |
|
|
65 | Much of /sbin/functions.sh and other scripts have been changed |
|
|
66 | to support this. |
|
|
67 | - Reworked /etc/inittab to support this. Also moved critical |
|
|
68 | mounting of local filesystems to 'sysinit' function of /sbin/rc. |
|
|
69 | - Move state directory to /var/state/init.d/ ($svcdir). |
|
|
70 | - Move Adelie node init to /sbin/functions.sh to try and simplify |
|
|
71 | /sbin/rc a bit. |
|
|
72 | - Updated Copyright dates to 2003. |
|
|
73 | |
|
|
74 | * rc-scripts 1.4.2.8 (06 Jan 2003) |
|
|
75 | |
|
|
76 | 02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
77 | |
|
|
78 | Fix src/awk/genenviron.awk to work with multiple 'need', 'use', etc |
|
|
79 | lines, as it seems users do not note the need to have them all on |
|
|
80 | one line .... |
|
|
81 | |
|
|
82 | Fix /sbin/runscript.sh to detect 'net.adsl', or any other net.* |
|
|
83 | script not ending on a digit. This closes bug #12887. |
|
|
84 | |
|
|
85 | Fix get_KV to also check micro version of kernel; add KV_to_int() |
|
|
86 | helper function for get_KV. Update /etc/init.d/localmount to work |
|
|
87 | with new get_KV ... |
|
|
88 | |
|
|
89 | 28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
90 | |
|
|
91 | Add support for generate-modprobe.conf or generating /etc/modprobe.conf |
|
|
92 | in the new sys-apps/module-init-tools. Note that you need version |
|
|
93 | 0.9.7 or later of sys-apps/module-init-tools. Updated |
|
|
94 | /sbin/modules-update for this. |
|
|
95 | |
|
|
96 | Change /etc/init.d/localmount to use 'usbfs' and not 'usbdevfs' if |
|
|
97 | we are running kernel 2.5 or later ... |
|
|
98 | |
|
|
99 | 26 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
100 | |
|
|
101 | Add /etc/init.d/crypto-loop and /etc/conf.d/crypto-loop, a cool |
|
|
102 | rc-script to setup encrypted loopback devices. This was kindly |
|
|
103 | donated by Matthew Kennedy <mkennedy@gentoo.org> (bug #11471). |
|
|
104 | |
|
|
105 | 25 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
106 | |
|
|
107 | Fix src/awk/genenviron.awk stripping *all* '=', closing |
|
|
108 | bug #8901. |
|
|
109 | |
|
|
110 | Fix src/awk/genenviron.awk not seperating CONFIG_PROTECT with |
|
|
111 | spaces ... |
|
|
112 | |
|
|
113 | * rc-scripts 1.4.2.7 (24 Dec 2002) |
|
|
114 | |
|
|
115 | 24 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
116 | |
|
|
117 | Add a fix to /sbin/functions.sh for bug #12601. |
|
|
118 | |
|
|
119 | 22 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
120 | |
|
|
121 | Add INFOPATH to /etc/env.d/00basic. |
|
|
122 | |
|
|
123 | Fix src/awk/genenviron.awk to get the order of the env.d files |
|
|
124 | correct. Also fix it to handle *all* the SPECIALS correctly. |
|
|
125 | This closes bug #12411. |
|
|
126 | |
|
|
127 | * rc-scripts 1.4.2.6 (18 Dec 2002) |
|
|
128 | |
|
|
129 | 18 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
130 | |
|
|
131 | Add mips changes to sbin/MAKEDEV. This should close bug #12329, |
|
|
132 | thanks to Nicholas Wourms <nwourms@netscape.net>. |
|
|
133 | |
|
|
134 | Quote some tests in /sbin/rc-update to fix/avoid the problem |
|
|
135 | in bug # |
|
|
136 | |
|
|
137 | Fix awk regex in /etc/init.d/halt.sh to fix bug #11795. |
|
|
138 | |
|
|
139 | Update shell for postgres user, closing bug #12258. |
|
|
140 | |
|
|
141 | 11 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
142 | |
|
|
143 | Fix src/awk/genenviron.awk not to add duplicate entries, closing |
|
|
144 | bug #8999. |
|
|
145 | |
|
|
146 | * rc-scripts 1.4.2.5 (09 Dec 2002) |
|
|
147 | |
|
|
148 | 08 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
149 | |
|
|
150 | Add another sync to /etc/init.d/halt.sh, closing bug 8173. |
|
|
151 | |
|
|
152 | Add smmsp uid and gid. Closes bug #8952. |
|
|
153 | |
|
|
154 | 04 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
155 | |
|
|
156 | Setup colums, etc up properly for serial consoles in /sbin/functions.sh. |
|
|
157 | Closes bug #11557, thanks to Erik Scrafford <erik@scrafford.org>. |
|
|
158 | |
|
|
159 | Add headers similar to that of portage-2.0.45 and up to the |
|
|
160 | generated profile files (/etc/{profile,csh}.env). Updated |
|
|
161 | src/awk/genenviron.awk for this. |
|
|
162 | |
|
|
163 | 01 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
164 | |
|
|
165 | Fix typeo in /etc/devfsd.conf, closing bug #11424, thanks to the |
|
|
166 | sharp eye of Techie2000 <Linux@mochamail.com>. |
|
|
167 | |
|
|
168 | Rename /sbin/update-modules to /sbin/modules-update, closing |
|
|
169 | bug #11445. |
|
|
170 | |
|
|
171 | Nano moved from /usr/bin/nano to /bin/nano. Fix this in |
|
|
172 | /etc/env.d/00basic, bug #10916. |
|
|
173 | |
|
|
174 | 27 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
175 | |
|
|
176 | Add more improvements to clustering code. This is from |
|
|
177 | Olivier Crete <crete@cerca.umontreal.ca>, bug #4151. |
|
|
178 | |
|
|
179 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
180 | |
|
|
181 | Change default 'net' dependency behaviour to be more suited |
|
|
182 | for notebook users. Basically if at least one net.* service |
|
|
183 | beside net.lo start successfully, the 'net' dependency is |
|
|
184 | considered up. Server admin can set RC_NET_STRICT_CHECKING="yes" |
|
|
185 | in /etc/conf.d/rc to change this back to the old default. |
|
|
186 | This is the start to address bug #2706. |
|
|
187 | |
|
|
188 | * rc-scripts 1.4.2.4 (26 Nov 2002) |
|
|
189 | |
|
|
190 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
191 | |
|
|
192 | Initial merge of bits for Adelie Linux for SSI clusters. More |
|
|
193 | info at: |
|
|
194 | |
|
|
195 | http://www.cerca.umontreal.ca/hpc/en/projects/adelie/index.html |
|
|
196 | |
|
|
197 | 25 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
198 | |
|
|
199 | One liner fix to src/awk/cachedepends.awk to once again fix |
|
|
200 | bug #7803. |
|
|
201 | |
|
|
202 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
203 | |
|
|
204 | Add 'alias char-major-89 i2c-dev' to /etc/modules.d/aliases. |
|
|
205 | This should close bug #10891. |
|
|
206 | |
|
|
207 | * rc-scripts 1.4.2.3 (18 Nov 2002) |
|
|
208 | |
|
|
209 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
210 | |
|
|
211 | Add some more checks to src/awk/*. Fix error printing for |
|
|
212 | /sbin/depscan.sh. |
|
|
213 | |
|
|
214 | Link awk module with gcc and not with ld. This should fix |
|
|
215 | problems on sparc and alpha. Many thanks for this fix to |
|
|
216 | Stephan Jones <cretin@gentoo.org>. |
|
|
217 | |
|
|
218 | Remove the copyright info from config files, thanks to |
|
|
219 | Matthew Kennedy <mkennedy@gentoo.org>. |
|
|
220 | |
|
|
221 | * rc-scripts 1.4.2.2 (18 Nov 2002) |
|
|
222 | |
|
|
223 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
224 | |
|
|
225 | Add src/awk/genenviron.awk which is rc-envupdate.sh ported |
|
|
226 | to awk. This is also much faster than its bash version. |
|
|
227 | |
|
|
228 | Remove the 'Spider cat fix' from depscan.sh.bash, as it makes |
|
|
229 | things even slower on older boxes. Bug #10548. |
|
|
230 | |
|
|
231 | After a bored Vapier decided that he needed to update the |
|
|
232 | licenses of things in /etc :P, I did the rest. Hopefully |
|
|
233 | not too many people will nuke thier fstab :/ |
|
|
234 | |
|
|
235 | * rc-scripts 1.4.2.1 (18 Nov 2002) |
|
|
236 | |
|
|
237 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
238 | |
|
|
239 | Update src/awk/cachedepends.awk to find its own rc-scripts, |
|
|
240 | fixing the need for find which broke systems with /usr on |
|
|
241 | a different partition. |
|
|
242 | |
|
|
243 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
244 | |
|
|
245 | Add some extra checks to src/awk/cachedepends.awk and |
|
|
246 | src/awk/gendepends.awk. |
|
|
247 | |
|
|
248 | Move some of the more generic functions in src/awk/gendepends.awk |
|
|
249 | to src/awk/functions.awk. |
|
|
250 | |
|
|
251 | * rc-scripts 1.4.2 (17 Nov 2002) |
|
|
252 | |
|
|
253 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
254 | |
|
|
255 | Add initial version of new depscan.sh. This uses awk scripts |
|
|
256 | to do the main work, giving about 10 times speed improvement on |
|
|
257 | slower machines. Updated /sbin/depscan.sh, src/filefuncts.c, |
|
|
258 | src/Makefile, src/awk/cachedepends.awk and src/awk/gendepends.awk |
|
|
259 | for this. This should close bug #10548. |
|
|
260 | |
|
|
261 | * rc-scripts 1.4.1.2 (5 Nov 2002) |
|
|
262 | |
|
|
263 | 5 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
264 | |
|
|
265 | Add UID/GID of 250 for Portage Fakeroot account. |
|
|
266 | |
|
|
267 | 4 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
268 | |
|
|
269 | Change /etc/init.d/clock to depend on localmount again, fixing |
|
|
270 | bug #10048. |
|
|
271 | |
|
|
272 | Get deps on logger sane again. I wanted to get the logger started |
|
|
273 | as early as possible, but clock for one breaks if /usr is mounted |
|
|
274 | on seperate partition. |
|
|
275 | |
|
|
276 | 29 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
277 | |
|
|
278 | Fix return in /etc/init.d/modules to return 0 if /proc/modules |
|
|
279 | do not exists. Closes bug #7738, comment #5. |
|
|
280 | |
|
|
281 | * rc-scripts 1.4.1.1 (28 Oct 2002) |
|
|
282 | |
|
|
283 | 28 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
284 | |
|
|
285 | Fix /sbin/update-modules not to include backup files. Closes |
|
|
286 | bug #9707. |
|
|
287 | |
|
|
288 | 26 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
289 | |
|
|
290 | Fix update-modules borking if there are directories present |
|
|
291 | in /etc/modules.d/. Closes bug #9632. |
|
|
292 | |
|
|
293 | 17 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
294 | |
|
|
295 | Change deps on /etc/init.d/{clock,hostname,modules} not to |
|
|
296 | depend on localmount, but rather on checkroot, as all of them |
|
|
297 | just need / to be mounted. This should fix race conditions |
|
|
298 | because of checkfs dependency on modules. This should close |
|
|
299 | bug #9266. |
|
|
300 | |
|
|
301 | * rc-scripts 1.4.1 (13 Oct 2002) |
|
|
302 | |
|
|
303 | 13 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
304 | |
|
|
305 | Create and fix permissions on /tmp/.{ICE,X11}-unix/. This |
|
|
306 | is additional measures for bug #8281. |
|
|
307 | |
|
|
308 | 12 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
309 | |
|
|
310 | Update /etc/init.d/net.eth0 to fix bug #8626. |
|
|
311 | |
|
|
312 | Fix /sbin/rc-update to check return code of "ln". This should |
|
|
313 | close bug #8867. |
|
|
314 | |
|
|
315 | 29 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
316 | |
|
|
317 | Fix indentation in /etc/inputrc. This should close |
|
|
318 | bug #8368. |
|
|
319 | |
|
|
320 | Add extended status functionality. Should close bug #2462. |
|
|
321 | |
|
|
322 | Add support for /sbin/rc-update to check if the rc-script |
|
|
323 | is executable or not. Thanks to widersacher@gmx.net, closing |
|
|
324 | bug #8326. |
|
|
325 | |
|
|
326 | 25 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
327 | |
|
|
328 | Fix /etc/init.d/bootmisc not to kill pidfiles of running |
|
|
329 | daemons. Improve NGPT support in /sbin/rc a bit. |
|
|
330 | |
|
|
331 | 23 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
332 | |
|
|
333 | Fix my last screwup with /etc/init.d/net.ppp0. Basically |
|
|
334 | forgot to change a few DEVICE's to IFACE ... |
|
|
335 | |
|
|
336 | 22 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
337 | |
|
|
338 | NGPT support. |
|
|
339 | |
|
|
340 | 17 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
341 | |
|
|
342 | Did a small fix to /etc/init.d/net.eth0, thanks to |
|
|
343 | naanyaar2000@yahoo.com, bug #7407. |
|
|
344 | |
|
|
345 | 16 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
346 | |
|
|
347 | Add the permission stuff for generic scsi when compiled as |
|
|
348 | module, thanks to Bauno <bauno@inwind.it>. |
|
|
349 | |
|
|
350 | Add support for /etc/devfs.d/ for additional devfs config |
|
|
351 | stuff .. idea from Denys Duchier <Denys.Duchier@ps.uni-sb.de>. |
|
|
352 | |
|
|
353 | 11 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
354 | |
|
|
355 | Fix small type-o from last changes to /etc/init.d/netmount. |
|
|
356 | Should resolve bug #7803. |
|
|
357 | |
|
|
358 | * rc-scripts 1.4.0 (7 Sep 2002) |
|
|
359 | |
|
|
360 | 7 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
361 | |
|
|
362 | Update /etc/init.d/net.eth0 to handle individual broadcast |
|
|
363 | and netmask for aliases. Should close bug #7407. |
|
|
364 | |
|
|
365 | Give /var/run/utmp and /var/log/wtmp the proper permissions |
|
|
366 | and ownership. First steps in fixing bug #7630. |
|
|
367 | |
|
|
368 | Change Raid stuff again in /etc/init.d/checkfs. |
|
|
369 | |
|
|
370 | 26 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
371 | |
|
|
372 | Give root a 'root' GECOS in /etc/passwd, was NULL before. |
|
|
373 | |
|
|
374 | * rc-scripts 1.3.9 (25 Aug 2002) |
|
|
375 | |
|
|
376 | 25 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
377 | |
|
|
378 | Update /sbin/rc to fix some spelling/slang mistakes. Closes |
|
|
379 | bug #6887. |
|
|
380 | |
|
|
381 | Move /etc/init.d/net.ppp0 's config to /etc/conf.d/net.ppp0. |
|
|
382 | This closes bug #6378. |
|
|
383 | |
|
|
384 | Add IPv6 support to /etc/init.d/net.eth0. Closes bug #6175, |
|
|
385 | with many thanks to Asbjorn Sannes <ace@sannes.org>. |
|
|
386 | |
|
|
387 | 20 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
388 | |
|
|
389 | Update /etc/init.d/bootmisc to reset pam_console permissions. |
|
|
390 | |
|
|
391 | Update /etc/devfsd.conf to have the "pam_console_apply_devfsd.so" |
|
|
392 | line for getting devfs to work with pam_console. |
|
|
393 | |
|
|
394 | 12 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
395 | |
|
|
396 | Update /etc/init.d/keymaps to first load the windowkeys.inc then |
|
|
397 | the user selected one, fixing bug #6295. |
|
|
398 | |
|
|
399 | 11 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
400 | |
|
|
401 | Change the 'cat' in check_rcscript() to a single 'awk' in |
|
|
402 | /sbin/depscan.sh. This should fix broken pipe issues if the |
|
|
403 | loop exists too early. Resolves bug #5961. |
|
|
404 | |
|
|
405 | Fix software RAID startup/shutdown, bug #5310. Modified |
|
|
406 | /etc/init.d/checkfs and /etc/init.d/halt.sh for this. |
|
|
407 | |
|
|
408 | * rc-scripts 1.3.8 (08 Aug 2002) |
|
|
409 | |
|
|
410 | 7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
411 | |
|
|
412 | Move the color ls stuff to .bashrc. Fix bug #5250. |
|
|
413 | |
|
|
414 | 6 Aug 2002; Dan Armak <danarmak@gentoo.org>: |
|
|
415 | |
|
|
416 | Correct the comments in rc.conf about the XSESSION variable: it should |
|
|
417 | be set to "kde-<version>" not "KDE". Closes bug #5948. |
|
|
418 | |
|
|
419 | 5 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
420 | |
|
|
421 | Fix the 'Usage' line in the help to return the correct options for |
|
|
422 | the script (/sbin/runscript.sh). Resolve bug #6029. |
4 | |
423 | |
5 | 3 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
424 | 3 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
6 | |
425 | |
7 | Added UPS shutdown support for nut to halt.sh. |
426 | Added UPS shutdown support for nut to halt.sh. |
8 | Added nut user/group as uid/gid 84. |
427 | Added nut user/group as uid/gid 84. |
… | |
… | |
47 | |
466 | |
48 | Update /etc/init.d/netmount to try and detect nfs mounts that should be |
467 | Update /etc/init.d/netmount to try and detect nfs mounts that should be |
49 | mounted automatically on boot. This requires awk in /bin, so baselayout |
468 | mounted automatically on boot. This requires awk in /bin, so baselayout |
50 | should depend on >=sys-apps/gawk-3.1.0-r3. |
469 | should depend on >=sys-apps/gawk-3.1.0-r3. |
51 | |
470 | |
52 | * rc-scripts 1.3.6 (17 Jul 2002) |
471 | * rc-scripts 1.3.7 (17 Jul 2002) |
53 | |
472 | |
54 | 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
473 | 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
55 | |
474 | |
56 | Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
475 | Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
57 | bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |
476 | bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |