1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
2 | # Copyright 2001 Gentoo Technologies, Inc.; Distributed under the GPL |
2 | # Copyright 2002 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-scripts 1.4.2 (17 Nov 2002) |
|
|
6 | |
|
|
7 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
8 | |
|
|
9 | Add initial version of new depscan.sh. This uses awk scripts |
|
|
10 | to do the main work, giving about 10 times speed improvement on |
|
|
11 | slower machines. Updated /sbin/depscan.sh, src/filefuncts.c, |
|
|
12 | src/Makefile, src/awk/cachedepends.awk and src/awk/gendepends.awk |
|
|
13 | for this. This should close bug #10548. |
|
|
14 | |
|
|
15 | * rc-scripts 1.4.1.2 (5 Nov 2002) |
|
|
16 | |
|
|
17 | 5 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
18 | |
|
|
19 | Add UID/GID of 250 for Portage Fakeroot account. |
|
|
20 | |
|
|
21 | 4 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
22 | |
|
|
23 | Change /etc/init.d/clock to depend on localmount again, fixing |
|
|
24 | bug #10048. |
|
|
25 | |
|
|
26 | Get deps on logger sane again. I wanted to get the logger started |
|
|
27 | as early as possible, but clock for one breaks if /usr is mounted |
|
|
28 | on seperate partition. |
|
|
29 | |
|
|
30 | 29 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
31 | |
|
|
32 | Fix return in /etc/init.d/modules to return 0 if /proc/modules |
|
|
33 | do not exists. Closes bug #7738, comment #5. |
|
|
34 | |
|
|
35 | * rc-scripts 1.4.1.1 (28 Oct 2002) |
|
|
36 | |
|
|
37 | 28 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
38 | |
|
|
39 | Fix /sbin/update-modules not to include backup files. Closes |
|
|
40 | bug #9707. |
|
|
41 | |
|
|
42 | 26 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
43 | |
|
|
44 | Fix update-modules borking if there are directories present |
|
|
45 | in /etc/modules.d/. Closes bug #9632. |
|
|
46 | |
|
|
47 | 17 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
48 | |
|
|
49 | Change deps on /etc/init.d/{clock,hostname,modules} not to |
|
|
50 | depend on localmount, but rather on checkroot, as all of them |
|
|
51 | just need / to be mounted. This should fix race conditions |
|
|
52 | because of checkfs dependency on modules. This should close |
|
|
53 | bug #9266. |
|
|
54 | |
|
|
55 | * rc-scripts 1.4.1 (13 Oct 2002) |
|
|
56 | |
|
|
57 | 13 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
58 | |
|
|
59 | Create and fix permissions on /tmp/.{ICE,X11}-unix/. This |
|
|
60 | is additional measures for bug #8281. |
|
|
61 | |
|
|
62 | 12 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
63 | |
|
|
64 | Update /etc/init.d/net.eth0 to fix bug #8626. |
|
|
65 | |
|
|
66 | Fix /sbin/rc-update to check return code of "ln". This should |
|
|
67 | close bug #8867. |
|
|
68 | |
|
|
69 | 29 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
70 | |
|
|
71 | Fix indentation in /etc/inputrc. This should close |
|
|
72 | bug #8368. |
|
|
73 | |
|
|
74 | Add extended status functionality. Should close bug #2462. |
|
|
75 | |
|
|
76 | Add support for /sbin/rc-update to check if the rc-script |
|
|
77 | is executable or not. Thanks to widersacher@gmx.net, closing |
|
|
78 | bug #8326. |
|
|
79 | |
|
|
80 | 25 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
81 | |
|
|
82 | Fix /etc/init.d/bootmisc not to kill pidfiles of running |
|
|
83 | daemons. Improve NGPT support in /sbin/rc a bit. |
|
|
84 | |
|
|
85 | 23 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
86 | |
|
|
87 | Fix my last screwup with /etc/init.d/net.ppp0. Basically |
|
|
88 | forgot to change a few DEVICE's to IFACE ... |
|
|
89 | |
|
|
90 | 22 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
91 | |
|
|
92 | NGPT support. |
|
|
93 | |
|
|
94 | 17 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
95 | |
|
|
96 | Did a small fix to /etc/init.d/net.eth0, thanks to |
|
|
97 | naanyaar2000@yahoo.com, bug #7407. |
|
|
98 | |
|
|
99 | 16 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
100 | |
|
|
101 | Add the permission stuff for generic scsi when compiled as |
|
|
102 | module, thanks to Bauno <bauno@inwind.it>. |
|
|
103 | |
|
|
104 | Add support for /etc/devfs.d/ for additional devfs config |
|
|
105 | stuff .. idea from Denys Duchier <Denys.Duchier@ps.uni-sb.de>. |
|
|
106 | |
|
|
107 | 11 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
108 | |
|
|
109 | Fix small type-o from last changes to /etc/init.d/netmount. |
|
|
110 | Should resolve bug #7803. |
|
|
111 | |
|
|
112 | * rc-scripts 1.4.0 (7 Sep 2002) |
|
|
113 | |
|
|
114 | 7 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
115 | |
|
|
116 | Update /etc/init.d/net.eth0 to handle individual broadcast |
|
|
117 | and netmask for aliases. Should close bug #7407. |
|
|
118 | |
|
|
119 | Give /var/run/utmp and /var/log/wtmp the proper permissions |
|
|
120 | and ownership. First steps in fixing bug #7630. |
|
|
121 | |
|
|
122 | Change Raid stuff again in /etc/init.d/checkfs. |
|
|
123 | |
|
|
124 | 26 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
125 | |
|
|
126 | Give root a 'root' GECOS in /etc/passwd, was NULL before. |
|
|
127 | |
|
|
128 | * rc-scripts 1.3.9 (25 Aug 2002) |
|
|
129 | |
|
|
130 | 25 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
131 | |
|
|
132 | Update /sbin/rc to fix some spelling/slang mistakes. Closes |
|
|
133 | bug #6887. |
|
|
134 | |
|
|
135 | Move /etc/init.d/net.ppp0 's config to /etc/conf.d/net.ppp0. |
|
|
136 | This closes bug #6378. |
|
|
137 | |
|
|
138 | Add IPv6 support to /etc/init.d/net.eth0. Closes bug #6175, |
|
|
139 | with many thanks to Asbjorn Sannes <ace@sannes.org>. |
|
|
140 | |
|
|
141 | 20 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
142 | |
|
|
143 | Update /etc/init.d/bootmisc to reset pam_console permissions. |
|
|
144 | |
|
|
145 | Update /etc/devfsd.conf to have the "pam_console_apply_devfsd.so" |
|
|
146 | line for getting devfs to work with pam_console. |
|
|
147 | |
|
|
148 | 12 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
149 | |
|
|
150 | Update /etc/init.d/keymaps to first load the windowkeys.inc then |
|
|
151 | the user selected one, fixing bug #6295. |
|
|
152 | |
|
|
153 | 11 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
154 | |
|
|
155 | Change the 'cat' in check_rcscript() to a single 'awk' in |
|
|
156 | /sbin/depscan.sh. This should fix broken pipe issues if the |
|
|
157 | loop exists too early. Resolves bug #5961. |
|
|
158 | |
|
|
159 | Fix software RAID startup/shutdown, bug #5310. Modified |
|
|
160 | /etc/init.d/checkfs and /etc/init.d/halt.sh for this. |
|
|
161 | |
|
|
162 | * rc-scripts 1.3.8 (08 Aug 2002) |
|
|
163 | |
|
|
164 | 7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
165 | |
|
|
166 | Move the color ls stuff to .bashrc. Fix bug #5250. |
|
|
167 | |
|
|
168 | 6 Aug 2002; Dan Armak <danarmak@gentoo.org>: |
|
|
169 | |
|
|
170 | Correct the comments in rc.conf about the XSESSION variable: it should |
|
|
171 | be set to "kde-<version>" not "KDE". Closes bug #5948. |
|
|
172 | |
|
|
173 | 5 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
174 | |
|
|
175 | Fix the 'Usage' line in the help to return the correct options for |
|
|
176 | the script (/sbin/runscript.sh). Resolve bug #6029. |
|
|
177 | |
|
|
178 | 3 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
179 | |
|
|
180 | Added UPS shutdown support for nut to halt.sh. |
|
|
181 | Added nut user/group as uid/gid 84. |
|
|
182 | |
|
|
183 | 27 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
184 | |
|
|
185 | Updated /sbin/rc's way of checking for devfs support (now rather uses |
|
|
186 | awk, as it is more accurate). Closes bug #5458. |
|
|
187 | |
|
|
188 | Add the Redhat/Mandrake /forcefsck and /fastboot options to our checkroot |
|
|
189 | and checkfs. Updated /etc/init.d/{checkroot,checkfs,halt.sh} for this. |
|
|
190 | Thanks goes to Chris PeBenito (bug #5570). |
|
|
191 | |
|
|
192 | Changed most daemons to use /bin/false as shell. Should close bug #5388. |
|
|
193 | |
|
|
194 | 27 Jul 2002; Nicholas Jones <carpaski@gentoo.org>: |
|
|
195 | |
|
|
196 | Added vpopmail user and group as 89:89 |
|
|
197 | |
|
|
198 | 22 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
199 | |
|
|
200 | Add the cyrus user to /etc/passwd. Resolves bug #4100. |
|
|
201 | |
|
|
202 | Some bugfixes and speed improvements to /sbin/depscan.sh after |
|
|
203 | last changes. |
|
|
204 | |
|
|
205 | Replace some cat/grep's in /sbin/rc-envupdate.sh with awk's to |
|
|
206 | get some speed improvements. |
|
|
207 | |
|
|
208 | 21 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
209 | |
|
|
210 | Fix LVM support in /etc/init.d/checkfs again, thanks to help from |
|
|
211 | Kyle Manna <nitro@gentoo.org>. |
|
|
212 | |
|
|
213 | Add software RAID support to /etc/init.d/checkfs, thanks to |
|
|
214 | Daniel Ahlberg <aliz@gentoo.org>. |
|
|
215 | |
|
|
216 | Update the cache_depend() funtion in /sbin/depscan.sh not to |
|
|
217 | quit on any "}", but only on the one matching the first "{". This |
|
|
218 | requires wc in /bin, so baselayout should depend on |
|
|
219 | >=sys-apps/textutils-2.0.19-r2 |
|
|
220 | |
|
|
221 | Update /etc/init.d/netmount to try and detect nfs mounts that should be |
|
|
222 | mounted automatically on boot. This requires awk in /bin, so baselayout |
|
|
223 | should depend on >=sys-apps/gawk-3.1.0-r3. |
|
|
224 | |
|
|
225 | * rc-scripts 1.3.7 (17 Jul 2002) |
|
|
226 | |
|
|
227 | 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
228 | |
|
|
229 | Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
|
|
230 | bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |
|
|
231 | |
|
|
232 | 16 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
233 | |
|
|
234 | Add additional entries to /etc/services to support cyrus-imapd, thanks |
|
|
235 | to Nick Hadaway <raker@gentoo.org>. |
|
|
236 | |
|
|
237 | Update /etc/init.d/consolefont to resolve bug #4968. This fixes a |
|
|
238 | problem with non 7bit ascii symbols. |
|
|
239 | |
|
|
240 | Updated /etc/init.d/checkfs to detect if lvm is already active. |
|
|
241 | This should resolve bug #3613. |
|
|
242 | |
|
|
243 | 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
244 | |
|
|
245 | Add "usb" group, gid 85. Move "sshd" user and group to 22. Move |
|
|
246 | "games" user and group to 35 |
|
|
247 | |
|
|
248 | 3 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
249 | |
|
|
250 | Update Copyright displayed at boot, thanks to Sascha Schwabbauer |
|
|
251 | (aka cybersystem). Updated /sbin/rc for this. |
|
|
252 | |
|
|
253 | 30 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
254 | |
|
|
255 | Update /etc/skel/.bashrc to update the window title of X terminals |
|
|
256 | that supports it. Closes bug #4232. |
|
|
257 | |
|
|
258 | 26 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
259 | |
|
|
260 | Add sshd user and group. Updated /etc/passwd and /etc/group for this. |
|
|
261 | |
|
|
262 | Update /etc/inputrc to resolve bug #2599. |
|
|
263 | |
|
|
264 | 20 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
265 | |
|
|
266 | Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified |
|
|
267 | /etc/env.d/00basic for this. |
|
|
268 | |
|
|
269 | Add some new daemon stop and pid detection stuff to /sbin/functions.sh. |
|
|
270 | Nothing official, but I spent enouth time on it not to want to loose it :) |
|
|
271 | |
|
|
272 | Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs |
|
|
273 | to give output to stderr. This was caused by a call to "stty", which when |
|
|
274 | run without a attatched terminal, have this effect. Basically just pipe |
|
|
275 | stderr to /dev/null. |
|
|
276 | |
|
|
277 | 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
278 | |
|
|
279 | Add /usr/local/share/man to $MANPATH (/etc/env.d/00basic), resolving |
|
|
280 | bug #3363 |
|
|
281 | |
|
|
282 | 26 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
283 | |
|
|
284 | Update /etc/init.d/netmount not to try and mount NFS filesystems |
|
|
285 | if portmap was not started. This is to stop "hang" problems for |
|
|
286 | new users who do not add portmap to the default runlevel. See |
|
|
287 | bug #2555. |
|
|
288 | |
|
|
289 | Add the video4linux stuff to /etc/devfsd.conf. Resolves bug #2015. |
|
|
290 | |
|
|
291 | 19 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
292 | |
|
|
293 | Move $EDITOR from /etc/profile to /etc/env.d/00basic. |
|
|
294 | |
|
|
295 | 13 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
296 | |
|
|
297 | Change the homes of user "at" and "cron" in /etc/passwd, as |
|
|
298 | they moved to /var/spool/cron... |
|
|
299 | |
|
|
300 | * rc-scripts 1.3.5 (12 May 2002) |
|
|
301 | |
|
|
302 | 12 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
303 | |
|
|
304 | Make slight modifications to /sbin/depscan.sh to improve speed (about |
|
|
305 | 1 second on a celeron 633). |
|
|
306 | |
|
|
307 | Finally fix /sbin/runscript.sh to properly handle interdependencies |
|
|
308 | between types need/use and before/after on runlevel change. I can |
|
|
309 | actually kick myself for previous implementations, as this fix simplifies |
|
|
310 | things a lot, and is almost 30 lines of code less! |
|
|
311 | |
|
|
312 | Change /etc/init.d/netmount not to fail if all mounts are not mounted. |
|
|
313 | It rather just exit with a warning, as I think most people have like |
|
|
314 | me mounts that are to boxes that are not always up. |
|
|
315 | |
|
|
316 | Resolve bug #2439 (should not use try with the dd command for ramdisk |
|
|
317 | stuff). Also increase the number of inodes used for the ramdisk to |
|
|
318 | fix "out of space" errors. Updated /sbin/rc for this. |
|
|
319 | |
|
|
320 | 10 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
321 | |
|
|
322 | Resolve bug #2505 ... /sbin/rc-envupdate.sh should not use |
|
|
323 | backup files to generate /etc/profile.env. |
|
|
324 | |
|
|
325 | Resolve bug #2489 and #2175. Modified /etc/init.d/net.eth0 |
|
|
326 | for this. |
|
|
327 | |
|
|
328 | 6 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
329 | |
|
|
330 | Fixed /sbin/rc-envupdate.sh to only use the $KDEDIR of the highest |
|
|
331 | /etc/env.d/ file. Same for $QTDIR. |
|
|
332 | |
|
|
333 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
334 | |
|
|
335 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
|
|
336 | and is needed for some fixes. |
|
|
337 | |
|
|
338 | 28 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
339 | |
|
|
340 | Update /etc/rc.conf to be more clear and state that you should |
|
|
341 | remove consolefont from startup if you do not use it. Should |
|
|
342 | resolve bug #2174. |
|
|
343 | |
|
|
344 | 26 April 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
|
|
345 | |
|
|
346 | Added user/group apache with uid/gid 81. |
|
|
347 | |
|
|
348 | 25 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
349 | |
|
|
350 | Remove the "-net" from the line setting the default gateway |
|
|
351 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
|
|
352 | noting this. |
|
|
353 | |
|
|
354 | 24 April 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
|
|
355 | |
|
|
356 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
|
|
357 | which is installed with the nfs-utils package. Also tidied up some |
|
|
358 | really old, leftover junk like the non-supported stuff from rc5. |
|
|
359 | Closes #1754. |
|
|
360 | |
|
|
361 | 23 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
362 | |
|
|
363 | Remove creation of /var/run/utmpx from bootmisc again. Seems |
|
|
364 | other people have wierd problems. |
|
|
365 | |
|
|
366 | * rc-scripts 1.3.4 (21 April 2002) |
|
|
367 | |
|
|
368 | 21 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
369 | |
|
|
370 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
|
|
371 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
|
|
372 | |
|
|
373 | Implement the status commandline argument. Updated /sbin/runscript.sh |
|
|
374 | and /sbin/rc-help.sh for this. |
|
|
375 | |
|
|
376 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
|
|
377 | and AFTER. |
|
|
378 | |
|
|
379 | 12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
380 | |
|
|
381 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
|
|
382 | is needed, else /usr/bin/newgrp segfault. |
|
|
383 | |
|
|
384 | 11 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
385 | |
|
|
386 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
|
|
387 | Thanks to Väinö Järvelä for this fix. |
|
|
388 | |
|
|
389 | Update /etc/profile to also set the PS? variables if $SHELL |
|
|
390 | is set to /bin/sh. This should make prompt colours in |
|
|
391 | bootstrap work again. |
|
|
392 | |
|
|
393 | Move LVM stuff to checkfs to ensure that they get fscked. |
|
|
394 | This resolves bug #1552. |
|
|
395 | |
|
|
396 | * rc-scripts 1.3.3 (5 April 2002) |
|
|
397 | |
|
|
398 | 5 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
399 | |
|
|
400 | Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
|
|
401 | This is done to try and ensure system integrity. |
|
|
402 | |
|
|
403 | 1 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
404 | |
|
|
405 | Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
|
|
406 | |
|
|
407 | Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
|
|
408 | |
|
|
409 | Add a bash check to the code that sets the prompt, fixing bug #1078. |
|
|
410 | |
|
|
411 | * rc-scripts 1.3.2 (24 Mar 2002) |
|
|
412 | |
|
|
413 | 24 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
414 | |
|
|
415 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
|
|
416 | for this. |
|
|
417 | |
|
|
418 | With the "before" and "after" stuff, recursion levels was getting too high, |
|
|
419 | and with some cases, things just plain did not work as it should. Reworked |
|
|
420 | things to to lower the levels of recursion and get the order right. Updated |
|
|
421 | /etc/init.d/runscript.sh for this. |
|
|
422 | |
|
|
423 | Fixed a problem in /sbin/rc and /etc/init.d/runscript.sh where |
|
|
424 | ${svcdir}/softlevel did not always exist, but runscript.sh tried to open it. |
|
|
425 | |
|
|
426 | Enhance --quiet support. Updated /etc/init.d/functions.sh for this. |
|
|
427 | |
|
|
428 | Remove /etc/pwdb.conf, as pwdb already install a copy of this. |
|
|
429 | |
|
|
430 | Remove /etc/pam.d/{rexec,rlogin,rsh} as pam already install this. |
|
|
431 | |
|
|
432 | Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
|
|
433 | and it seems it has fallen now to my discression. |
|
|
434 | |
|
|
435 | * rc-scripts 1.3.1 (23 Mar 2002) |
|
|
436 | |
|
|
437 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
|
|
438 | DHCP lease release from Jim Nutt. |
|
|
439 | |
|
|
440 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
|
|
441 | since there are a lot of important bug fixes in here that are needed. |
|
|
442 | |
|
|
443 | 23 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
444 | |
|
|
445 | Resolve bug #1292. |
|
|
446 | |
|
|
447 | Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
|
|
448 | Spidler. |
|
|
449 | |
|
|
450 | 21 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
451 | |
|
|
452 | Update /sbin/rc to fix a 'cat mounts' instead of the correct |
|
|
453 | version, 'cat /proc/mounts'. |
|
|
454 | |
|
|
455 | 19 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
456 | |
|
|
457 | Add initial support for the --quiet flag that suppress output. |
|
|
458 | |
|
|
459 | 18 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
460 | |
|
|
461 | Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
|
|
462 | as not all errors by depscan.sh is critical. It should be |
|
|
463 | reworked to do better error handeling. |
|
|
464 | |
|
|
465 | 14 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
466 | |
|
|
467 | Fix the GID and UID of nobody and nogroup in /etc/passwd and |
|
|
468 | /etc/group to match those of Debian, FBSD and others. Thanks |
|
|
469 | to those who reported it, and Woodchip for looking up the |
|
|
470 | proper values. |
|
|
471 | |
|
|
472 | Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
|
|
473 | This resolves bug #1150, thanks to Paul Fleischer. |
|
|
474 | |
|
|
475 | 11 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
476 | |
|
|
477 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
|
|
478 | as some users have /usr on seperate partition which is not |
|
|
479 | mounted when depscan.sh is run the first time. |
|
|
480 | |
|
|
481 | Updated the checking for more than one service providing the |
|
|
482 | same virtual function in /etc/init.d/depscan.sh. It should |
|
|
483 | be working now, and this also fix a problem that when there is no |
|
|
484 | service providing a virtual, counter was used uninitialized. |
|
|
485 | |
|
|
486 | * rc-scripts 1.3.0 (10 March 2002) |
|
|
487 | |
|
|
488 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
489 | |
|
|
490 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
|
|
491 | |
|
|
492 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
|
|
493 | |
|
|
494 | Resolved bug #990; updated /etc/init.d/net.eth0, /etc/init.d/netmount |
|
|
495 | and /etc/init.d/localmount for this. |
|
|
496 | |
|
|
497 | Lots of form/syntax cleanups, most things should be more |
|
|
498 | consistant now. Fixed fail detection/return values of lots of |
|
|
499 | scripts. |
|
|
500 | |
|
|
501 | Lots of cleanup/fixes in the three main scripts behind our |
|
|
502 | rc-system, /sbin/rc, /etc/init.d/depscan.sh, /etc/init.d/runscript.sh |
|
|
503 | |
|
|
504 | Fix a bug regarding a invalid $PATH for portage if /etc/init.d/functions.sh |
|
|
505 | is sourced in a ebuild. |
|
|
506 | |
|
|
507 | Fix a bug that our rc-script wrapper introduced: Global variables |
|
|
508 | in scripts no longer worked. Updated /etc/init.d/runscript.sh for |
|
|
509 | this. |
|
|
510 | |
|
|
511 | Implemented more error checking for the main startup code in /sbin/rc. |
|
|
512 | Also fixed try() for mounting /proc (maybe all mount commands). |
|
|
513 | The function worked fine in a simulated test, but in real life failed |
|
|
514 | to detect a error when mounting /proc (remember to thank Grant for |
|
|
515 | his UserMode ebuilds, and Guide). |
|
|
516 | |
|
|
517 | * rc-scripts 1.2.9 (6 March 2002) |
|
|
518 | |
|
|
519 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
520 | |
|
|
521 | General form updates and some piping fixes. |
|
|
522 | |
|
|
523 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
|
|
524 | to fix a problem where startDM.sh would be respawned repeatedly |
|
|
525 | if xdm was not in the default runlevel. |
|
|
526 | |
|
|
527 | * rc-scripts 1.2.8 (4 March 2002) |
|
|
528 | |
|
|
529 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
530 | |
|
|
531 | Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
|
|
532 | to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
|
|
533 | move them to the xfree ebuild later on when things settles down. |
|
|
534 | |
|
|
535 | Added some sanity checks to /sbin/rc, /etc/init.d/runscripts.sh. |
|
|
536 | |
|
|
537 | Added a basic $PATH to /etc/init.d/functions.sh to fix a problem |
|
|
538 | where we had a invalid $PATH on boot in some cases. |
|
|
539 | |
|
|
540 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
|
|
541 | the new sys-apps/kbd package. |
|
|
542 | |
|
|
543 | * rc-scripts 1.2.7 (3 March 2002) |
|
|
544 | |
|
|
545 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
546 | |
|
|
547 | Fixed the problem of rc-scripts trying to start/stop a service multiple |
|
|
548 | times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
|
|
549 | for this. |
|
|
550 | |
|
|
551 | Fixing some variable declarations in /etc/init.d/runscript.sh caused |
|
|
552 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
|
|
553 | this. |
|
|
554 | |
|
|
555 | Added caching of the "depend() { need foo; } " lines, and updated |
|
|
556 | /etc/init.d/depscan.sh to touch the actual files less. This should |
|
|
557 | speedup dependancy caching a lot, especially on slow machines. |
|
|
558 | |
|
|
559 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
|
|
560 | for security. |
|
|
561 | |
|
|
562 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
|
|
563 | |
|
|
564 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
565 | |
|
|
566 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
|
|
567 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
|
|
568 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
|
|
569 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
|
|
570 | |
|
|
571 | Removed stopping of dependant services that have current service as |
|
|
572 | a 'use'dependancy ... should be less confusing now. |
|
|
573 | Updated /etc/init.d/runscript.sh for this. |
|
|
574 | |
|
|
575 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
576 | |
|
|
577 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
|
|
578 | programs to startup. This should pretty much have /etc/init.d/ static, |
|
|
579 | except for baselayout updates, etc. |
|
|
580 | |
|
|
581 | 27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
582 | |
|
|
583 | In some wierd cases, a redundent /dev/.devfsd on a unmounted /dev can cause |
|
|
584 | problems. Fixed this in /sbin/rc. |
|
|
585 | |
|
|
586 | Added the patches from Grant Goodyear (aka g2boojum) to enable us to |
|
|
587 | use a ramdisk to store the contents of ${svcdir}. Updated /sbin/rc, |
|
|
588 | /etc/init.d/functions.sh and /etc/init.d/checkroot for this. |
|
|
589 | |
|
|
590 | 26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
591 | |
|
|
592 | Fix my brain dead update of the 25th. It really should keep |
|
|
593 | "gentoo=nodevfs" in mind. Also added 'get_bootparam()' to help in |
|
|
594 | retrieving kernel options. Updated /etc/init.d/functions.sh, |
|
|
595 | /etc/init.d/checkroot and /sbin/rc for this. |
|
|
596 | |
|
|
597 | Updated /etc/init.d/consolefont to work without devfs as well. |
|
|
598 | |
|
|
599 | When rebooting or shutting down, a service should not fail to stop |
|
|
600 | if a service it depends on, fails. Updated /etc/init.d/runscript.sh |
|
|
601 | for this. |
|
|
602 | |
|
|
603 | 25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
604 | |
|
|
605 | Added a check if /dev is mounted when creating entries for /etc/mtab. |
|
|
606 | This should solve a invalid entry or /dev being mounted even with |
|
|
607 | 'gentoo=nodevfs' option. Updated /etc/init.d/checkroot for this. |
|
|
608 | |
|
|
609 | 17 Feb 2002: Daniel Robbins <drobbins@gentoo.org>: Made "xfs" the default |
|
|
610 | filesystem in /etc/fstab (from ReiserFS) and removed "notail" option (it's |
|
|
611 | just in a comment now) |
|
|
612 | |
|
|
613 | 17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
614 | |
|
|
615 | Mmore fixes to 'after' and 'before', updated /etc/init.d/runscript.sh for |
|
|
616 | this. This should fix services not getting started in the correct order |
|
|
617 | in a tight loop, services getting stopped out of order, and some other |
|
|
618 | sanity checks. Updated rc-script.sh for updated help. |
|
|
619 | |
|
|
620 | 15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
621 | |
|
|
622 | Update /etc/profile to resolve bug #588. Reimplemented things a bit, |
|
|
623 | and added the 'after' type. 'before' and 'after' will only work currently |
|
|
624 | for a change of runlevel. Updated /etc/init.d/depscan.sh, |
|
|
625 | /etc/init.d/runscript.sh and /sbin/rc for this. |
|
|
626 | |
|
|
627 | 13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
628 | |
|
|
629 | Add some more entries to /etc/devfsd.conf to make alsa users life |
|
|
630 | easier ... thanks Tod. |
|
|
631 | |
|
|
632 | 12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
633 | |
|
|
634 | Some more cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
|
|
635 | |
|
|
636 | Fixed some services not starting again when restarting a service. |
|
|
637 | Seems simple is still the best way. |
|
|
638 | |
|
|
639 | Fixed some other problems created with feature additions and cleanups. |
|
|
640 | |
|
|
641 | 11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
642 | |
|
|
643 | General cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
|
|
644 | |
|
|
645 | Added 'before *' to /etc/init.d/checkroot to make sure it gets |
|
|
646 | started first. |
|
|
647 | |
|
|
648 | Added 'use *' to /etc/init.d/local to make sure it gets started |
|
|
649 | last. |
|
|
650 | |
|
|
651 | 10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
652 | |
|
|
653 | Fixed /sbin/rc to stop a service on change of runlevel if it is |
|
|
654 | in 'use' by another service. |
|
|
655 | |
|
|
656 | Added the 'provide' depend type for creating virtual services. |
|
|
657 | Updated /etc/init.d/depscan.sh for this. |
|
|
658 | |
|
|
659 | Added the 'before' depend type. This is more for changing the |
|
|
660 | order services start in. Updated /etc/init.d/depscan.sh and |
|
|
661 | /etc/init.d/functions.sh for this. |
|
|
662 | |
|
|
663 | Updated /etc/init.d/depscan.sh to work with '*' as argument for |
|
|
664 | dependancy types. This can be used with 'use' and 'before' to |
|
|
665 | start a script last or first respectively. |
|
|
666 | |
|
|
667 | Added save_options() and get_options() to /etc/init.d/functions.sh |
|
|
668 | for saving misc settings between startup/shutdown. Updated |
|
|
669 | /etc/init.d/net.eth0 to use these and properly down virtual |
|
|
670 | interfaces. |
|
|
671 | |
|
|
672 | 6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
673 | |
|
|
674 | Updated both /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet |
|
|
675 | on no errors. |
|
|
676 | |
|
|
677 | * rc-scripts 1.2.6 (6 Feb 2002) |
|
|
678 | |
|
|
679 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
680 | |
|
|
681 | Updated /etc/net.eth0 to specify the gateway device via the $gateway |
|
|
682 | variable (something like gateway="eth0/192.168.0.1"). |
|
|
683 | |
|
|
684 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
685 | |
|
|
686 | Added rc-script /etc/init.d/numlock, for enabling numlock at boot. |
|
|
687 | |
|
|
688 | 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
689 | |
|
|
690 | Hopefully the last fix to /etc/init.d/netmount to umount cleanly. This fix |
|
|
691 | implements a retry if not successful the first time, and will kill |
|
|
692 | processess using the mount. Also small type-o fix to /etc/init.d/halt.sh. |
|
|
693 | |
|
|
694 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
|
|
695 | /etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
|
|
696 | Fixed /etc/passwd,group for user/group mysql. |
|
|
697 | |
|
|
698 | 27 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added charset |
|
|
699 | map file support to /etc/init.d/consolefont and the setting to |
|
|
700 | /etc/rc.conf. |
|
|
701 | |
|
|
702 | 25 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed dircolors |
|
|
703 | in skel files to support both versions of dircolors. |
|
|
704 | |
5 | 23 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed bug |
705 | 23 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed bug |
6 | in the restart stuff of /etc/init.d/runscript.sh that caused |
706 | in the restart stuff of /etc/init.d/runscript.sh that caused |
7 | a restart of a 'net' service not to restart services again |
707 | a restart of a 'net' service not to restart services again |
8 | that depended on it. |
708 | that depended on it. |
9 | |
|
|
10 | Change the way /etc/mtab is created in /etc/init.d/checkroot to |
|
|
11 | be more generic. |
|
|
12 | |
709 | |
13 | * rc-scripts 1.2.5 (20 Jan 2002) |
710 | * rc-scripts 1.2.5 (20 Jan 2002) |
14 | |
711 | |
15 | 20 Jan 2002: Martin Schlemmer (azarah@gentoo.org): updated |
712 | 20 Jan 2002: Martin Schlemmer (azarah@gentoo.org): updated |
16 | /etc/init.d/net.eth0 to 'use' pcmcia. |
713 | /etc/init.d/net.eth0 to 'use' pcmcia. |
… | |
… | |
39 | /etc/init.d/checkfs to return 0 if the fs was successfully repaired. |
736 | /etc/init.d/checkfs to return 0 if the fs was successfully repaired. |
40 | |
737 | |
41 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
738 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
42 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
739 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
43 | |
740 | |
44 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Updated |
741 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
742 | |
45 | /etc/init.d/depscan.sh to store info about missing dependancies of |
743 | Updated /etc/init.d/depscan.sh to store info about missing dependancies |
46 | type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
744 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
47 | to use this when starting a script ('need' dependancies is critical for |
745 | to use this when starting a script ('need' dependancies is critical for |
48 | startup). Added the broken() function to /etc/init.d/runscript.sh |
746 | startup). Added the broken() function to /etc/init.d/runscript.sh |
49 | to list the missing dependancies. |
747 | to list the missing dependancies. |
50 | |
748 | |
51 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
749 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
… | |
… | |
53 | |
751 | |
54 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
752 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
55 | eend(), but print a warning on error, not a error. Updated |
753 | eend(), but print a warning on error, not a error. Updated |
56 | /etc/init.d/checkroot and /etc/init.d/checkfs to use this function. |
754 | /etc/init.d/checkroot and /etc/init.d/checkfs to use this function. |
57 | |
755 | |
58 | 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update /sbin/runscript.c |
756 | 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
59 | to run /etc/init.d/rc-help.sh if no arguments is passed to a rc-script. |
757 | |
|
|
758 | Update /sbin/runscript.c to run /etc/init.d/rc-help.sh if no arguments |
|
|
759 | is passed to a rc-script. |
60 | |
760 | |
61 | Added /etc/init.d/rc-help.sh, simple script that prints out help for |
761 | Added /etc/init.d/rc-help.sh, simple script that prints out help for |
62 | the rc-scripts. |
762 | the rc-scripts. |
63 | |
763 | |
64 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update |
764 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
765 | |
65 | /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the |
766 | Update /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the |
66 | halt and reboot. This fixes a problem where / was not unmounted |
767 | halt and reboot. This fixes a problem where / was not unmounted properly |
67 | properly in some cases. |
768 | in some cases. |
68 | |
769 | |
69 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Move $svcdir to |
770 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
70 | to /etc/init.d/functions.sh, and update /etc/init.d/runscript.sh and |
771 | |
71 | /etc/init.d/depscan.sh for this |
772 | Move $svcdir to to /etc/init.d/functions.sh, and update |
|
|
773 | /etc/init.d/runscript.sh and /etc/init.d/depscan.sh for this |
72 | |
774 | |
73 | Modified /etc/init.d/runscript.sh to also restart the services that |
775 | Modified /etc/init.d/runscript.sh to also restart the services that |
74 | depend on a service if that service is restarted. Enhanced the |
776 | depend on a service if that service is restarted. Enhanced the |
75 | restart function to be able to have custom restart() functions in |
777 | restart function to be able to have custom restart() functions in |
76 | rc-scripts. The custom restart() have to use svc_stop() and |
778 | rc-scripts. The custom restart() have to use svc_stop() and |
… | |
… | |
78 | |
780 | |
79 | Add a pause function to /etc/init.d/runscript.sh. It will basically |
781 | Add a pause function to /etc/init.d/runscript.sh. It will basically |
80 | stop a service without stopping the services that depends on that |
782 | stop a service without stopping the services that depends on that |
81 | service. |
783 | service. |
82 | |
784 | |
83 | Add a pause function to /etc/init.d/runscript.sh. It will basically stop a |
785 | Add a pause function to /etc/init.d/runscript.sh. It will basically stop a |
84 | service without stopping the services that depends on that service. |
786 | service without stopping the services that depends on that service. |
85 | |
787 | |
86 | * rc-scripts 1.2.3 (18 Dec 2001) |
788 | * rc-scripts 1.2.3 (18 Dec 2001) |
87 | |
789 | |
88 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Moved the stuff from |
790 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
89 | /sbin/init (old) to /sbin/rc (basically drop the init wrapper we used). |
791 | |
|
|
792 | Moved the stuff from /sbin/init (old) to /sbin/rc (basically drop the |
|
|
793 | init wrapper we used). |
90 | |
794 | |
91 | Some cleanups: take out the shm resize comment; |
795 | Some cleanups: take out the shm resize comment; |
92 | |
796 | |
93 | remove the $wrongmount; |
797 | remove the $wrongmount; |
94 | |
798 | |
… | |
… | |
105 | Also added functionality to detect if the kernel have DEVFS support |
809 | Also added functionality to detect if the kernel have DEVFS support |
106 | compiled in; seems new users thinks devfs is unstable and as they do |
810 | compiled in; seems new users thinks devfs is unstable and as they do |
107 | not always read the docs, it does not get compiled in ;/ Should |
811 | not always read the docs, it does not get compiled in ;/ Should |
108 | make live for us a bit easier. |
812 | make live for us a bit easier. |
109 | |
813 | |
110 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc to kill |
814 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
111 | a cosmetic bug in the part that stops all the unneeded services. |
815 | |
|
|
816 | Fixed /sbin/rc to kill a cosmetic bug in the part that stops all |
|
|
817 | the unneeded services. |
112 | |
818 | |
113 | * rc-scripts 1.2.2 (8 Dec 2001) |
819 | * rc-scripts 1.2.2 (8 Dec 2001) |
114 | |
820 | |
115 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
821 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
116 | |
822 | |
… | |
… | |
127 | to rc-scripts. Checked in two manpages there, one for modules.autoload.5 |
833 | to rc-scripts. Checked in two manpages there, one for modules.autoload.5 |
128 | and one for update-modules.8. These were adapted from Debian. Updated |
834 | and one for update-modules.8. These were adapted from Debian. Updated |
129 | tarball.sh to include the new man directory. Updated baselayout to install |
835 | tarball.sh to include the new man directory. Updated baselayout to install |
130 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
836 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
131 | |
837 | |
132 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated /sbin/init |
838 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
839 | |
133 | to work correctly with the 'gentoo=nodevfs' option, and cleaned |
840 | Updated /sbin/init to work correctly with the 'gentoo=nodevfs' option, |
134 | out old code. |
841 | and cleaned out old code. |
135 | |
842 | |
136 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
843 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
137 | |
844 | |
138 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
845 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
846 | |
139 | /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' |
847 | Updated /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' |
140 | that can be used for services that needs to have a logger started |
848 | that can be used for services that needs to have a logger started before |
141 | before they are started. Updated /etc/conf.d/basic with $SYSLOGGER |
849 | they are started. Updated /etc/conf.d/basic with $SYSLOGGER that is used |
142 | that is used to define what loggers the 'logger' depend represent. |
850 | to define what loggers the 'logger' depend represent. |
143 | |
851 | |
144 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
852 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
853 | |
145 | /etc/passwd and /etc/group with minor fixes to pass pwck and grpck. |
854 | Updated /etc/passwd and /etc/group with minor fixes to pass pwck |
|
|
855 | and grpck. |
146 | |
856 | |
147 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Changed umask in |
857 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
858 | |
148 | /etc/profile for the user to 077 for security. |
859 | Changed umask in /etc/profile for the user to 077 for security. |
149 | |
860 | |
150 | Added a stop() function to /etc/init.d/clock. Also removed uneeded |
861 | Added a stop() function to /etc/init.d/clock. Also removed uneeded |
151 | 'source /etc/rc.conf' line. |
862 | 'source /etc/rc.conf' line. |
152 | |
863 | |
153 | Updated /etc/init.d/hostname to set the hostname to 'localhost' if |
864 | Updated /etc/init.d/hostname to set the hostname to 'localhost' if |
… | |
… | |
164 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
875 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
165 | removed notail from the ext2 boot partition, other cleanups. |
876 | removed notail from the ext2 boot partition, other cleanups. |
166 | |
877 | |
167 | 25 Nov 2001; Fixed init.d/clock script to work in UTC mode. |
878 | 25 Nov 2001; Fixed init.d/clock script to work in UTC mode. |
168 | |
879 | |
169 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Added /etc/devfsd.conf |
880 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
170 | and updated /sbin/init to use a new scheme for saving /dev permissions. |
881 | |
|
|
882 | Added /etc/devfsd.conf and updated /sbin/init to use a new scheme for saving |
171 | Also moved /dev-state to /lib/dev-state which is a more standard location. |
883 | /dev permissions. Also moved /dev-state to /lib/dev-state which is a more |
|
|
884 | standard location. |
172 | |
885 | |
173 | Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on |
886 | Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on |
174 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
887 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
175 | similar to a 'mini fork bomb'. Afterwards the depends was broken, and |
888 | similar to a 'mini fork bomb'. Afterwards the depends was broken, and |
176 | changing runlevels did not want to work. |
889 | changing runlevels did not want to work. |
… | |
… | |
205 | |
918 | |
206 | * rc-scripts 1.1.8 (15 Nov 2001) |
919 | * rc-scripts 1.1.8 (15 Nov 2001) |
207 | |
920 | |
208 | 16 Nov 2001; removed bogus "mountall.test" script. |
921 | 16 Nov 2001; removed bogus "mountall.test" script. |
209 | |
922 | |
210 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
923 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
924 | |
211 | init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being 'use' not |
925 | Updated init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being |
212 | 'uses', as it fits better with 'need' (not 'needs'). Also removed unneeded |
926 | 'use' not 'uses', as it fits better with 'need' (not 'needs'). Also |
213 | for loop from init.d/depscan.sh, and other fixes. Updated names of new |
927 | removed unneeded for loop from init.d/depscan.sh, and other fixes. Updated |
214 | functions in init.d/runscript.sh to better sounding ones. Updated |
928 | names of new functions in init.d/runscript.sh to better sounding ones. |
215 | init.d/modules, init.d/netmount to use 'use'. Lots of other fixes/cleanups. |
929 | Updated init.d/modules, init.d/netmount to use 'use'. Lots of other |
|
|
930 | fixes/cleanups. |
|
|
931 | |
216 | Removed try() out of init.d/runscript.sh (why was this here ?). |
932 | Removed try() out of init.d/runscript.sh (why was this here ?). |
217 | |
933 | |
218 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): init.d/bootmisc: Now |
934 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
935 | |
219 | cleans /tmp. Also creates /etc/resolv.conf if it doesn't exist. |
936 | Now init.d/bootmisc cleans /tmp. Also creates /etc/resolv.conf if it |
|
|
937 | doesn't exist. |
220 | |
938 | |
221 | init.d/hostname: Added check for a valid /etc/hostname. |
939 | init.d/hostname: Added check for a valid /etc/hostname. |
222 | |
940 | |
223 | init.d/keymaps: Added check for valid $KEYMAP. |
941 | init.d/keymaps: Added check for valid $KEYMAP. |
224 | |
942 | |
… | |
… | |
230 | not 'default' runlevel. |
948 | not 'default' runlevel. |
231 | |
949 | |
232 | init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is |
950 | init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is |
233 | this really needed (I cannot see that it is used anywhere ...)? |
951 | this really needed (I cannot see that it is used anywhere ...)? |
234 | |
952 | |
235 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
953 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
954 | |
236 | init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend called |
955 | Updated init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend |
237 | 'uses'. It basically have the same usage as 'need', except that it do not |
956 | called 'uses'. It basically have the same usage as 'need', except that it |
238 | start services that is not in the current and 'boot' runlevels. |
957 | do not start services that is not in the current and 'boot' runlevels. |
239 | |
958 | |
240 | Updated init.d/netmount to use the 'uses' depend. |
959 | Updated init.d/netmount to use the 'uses' depend. |
241 | |
960 | |
242 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed init.d/runscript.sh |
961 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
243 | not to destroy the 'need' depends in /${svcdir}/need. This caused subsequent |
962 | |
244 | starting and stopping of services not to start depends. |
963 | Fixed init.d/runscript.sh not to destroy the 'need' depends in |
|
|
964 | /${svcdir}/need. This caused subsequent starting and stopping of services |
|
|
965 | not to start depends. |
245 | |
966 | |
246 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed a problem in sbin/rc |
967 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
247 | where the ${svcdir}/softscripts directory got destroyed before stopping |
968 | |
248 | running services scheduled to be stopped. This with the fact that $SOFTLEVEL |
969 | Fixed a problem in sbin/rc where the ${svcdir}/softscripts directory got |
249 | was set too early, caused the services to be stopped in the wrong order. |
970 | destroyed before stopping running services scheduled to be stopped. This |
|
|
971 | with the fact that $SOFTLEVEL was set too early, caused the services to be |
|
|
972 | stopped in the wrong order. |
250 | |
973 | |
251 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): Modified init.d/netmount to |
974 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
975 | |
252 | check if any network filesystems is mounted. |
976 | Modified init.d/netmount to check if any network filesystems is mounted. |
253 | |
977 | |
254 | 29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added |
978 | 29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added |
255 | some awk and grep magic to find all remote filesystems and umount them. |
979 | some awk and grep magic to find all remote filesystems and umount them. |
256 | |
980 | |
257 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): A fix for checkroot |
981 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
258 | (missing "/"); it now actually checks the root filesystem. Also, a |
982 | |
259 | localmount cleanliness fix. |
983 | A fix for checkroot (missing "/"); it now actually checks the root |
|
|
984 | filesystem. Also, a localmount cleanliness fix. |
260 | |
985 | |
261 | * rc-scripts 1.1.7 (18 Oct 2001) |
986 | * rc-scripts 1.1.7 (18 Oct 2001) |
262 | |
987 | |
263 | [old changelog format follows] |
988 | [old changelog format follows] |
264 | |
989 | |
… | |
… | |
299 | Brand new message functions (ewarn). |
1024 | Brand new message functions (ewarn). |
300 | |
1025 | |
301 | *sbin/init, init.d/checkroot |
1026 | *sbin/init, init.d/checkroot |
302 | We're going back to a /proc/mounts-based mtab symlink because it's |
1027 | We're going back to a /proc/mounts-based mtab symlink because it's |
303 | just plain better. Appropriate changes made. |
1028 | just plain better. Appropriate changes made. |
|
|
1029 | |
|
|
1030 | # vim:expandtab |