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