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 | 26 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Update /etc/init.d/netmount not to try and mount NFS filesystems |
|
|
8 | if portmap was not started. This is to stop "hang" problems for |
|
|
9 | new users who do not add portmap to the default runlevel. See |
|
|
10 | bug #2555. |
|
|
11 | |
|
|
12 | 19 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
13 | |
|
|
14 | Move $EDITOR from /etc/profile to /etc/env.d/00basic. |
|
|
15 | |
|
|
16 | 13 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
17 | |
|
|
18 | Change the homes of user "at" and "cron" in /etc/passwd, as |
|
|
19 | they moved to /var/spool/cron... |
|
|
20 | |
|
|
21 | * rc-scripts 1.3.5 (12 May 2002) |
|
|
22 | |
|
|
23 | 12 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
24 | |
|
|
25 | Make slight modifications to /sbin/depscan.sh to improve speed (about |
|
|
26 | 1 second on a celeron 633). |
|
|
27 | |
|
|
28 | Finally fix /sbin/runscript.sh to properly handle interdependencies |
|
|
29 | between types need/use and before/after on runlevel change. I can |
|
|
30 | actually kick myself for previous implementations, as this fix simplifies |
|
|
31 | things a lot, and is almost 30 lines of code less! |
|
|
32 | |
|
|
33 | Change /etc/init.d/netmount not to fail if all mounts are not mounted. |
|
|
34 | It rather just exit with a warning, as I think most people have like |
|
|
35 | me mounts that are to boxes that are not always up. |
|
|
36 | |
|
|
37 | Resolve bug #2439 (should not use try with the dd command for ramdisk |
|
|
38 | stuff). Also increase the number of inodes used for the ramdisk to |
|
|
39 | fix "out of space" errors. Updated /sbin/rc for this. |
|
|
40 | |
|
|
41 | 10 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
42 | |
|
|
43 | Resolve bug #2505 ... /sbin/rc-envupdate.sh should not use |
|
|
44 | backup files to generate /etc/profile.env. |
|
|
45 | |
|
|
46 | Resolve bug #2489 and #2175. Modified /etc/init.d/net.eth0 |
|
|
47 | for this. |
|
|
48 | |
|
|
49 | 6 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
50 | |
|
|
51 | Fixed /sbin/rc-envupdate.sh to only use the $KDEDIR of the highest |
|
|
52 | /etc/env.d/ file. Same for $QTDIR. |
|
|
53 | |
|
|
54 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
55 | |
|
|
56 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
|
|
57 | and is needed for some fixes. |
|
|
58 | |
|
|
59 | 28 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
60 | |
|
|
61 | Update /etc/rc.conf to be more clear and state that you should |
|
|
62 | remove consolefont from startup if you do not use it. Should |
|
|
63 | resolve bug #2174. |
|
|
64 | |
|
|
65 | 26 April 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
|
|
66 | |
|
|
67 | Added user/group apache with uid/gid 81. |
|
|
68 | |
|
|
69 | 25 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
70 | |
|
|
71 | Remove the "-net" from the line setting the default gateway |
|
|
72 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
|
|
73 | noting this. |
|
|
74 | |
|
|
75 | 24 April 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
|
|
76 | |
|
|
77 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
|
|
78 | which is installed with the nfs-utils package. Also tidied up some |
|
|
79 | really old, leftover junk like the non-supported stuff from rc5. |
|
|
80 | Closes #1754. |
|
|
81 | |
|
|
82 | 23 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
83 | |
|
|
84 | Remove creation of /var/run/utmpx from bootmisc again. Seems |
|
|
85 | other people have wierd problems. |
|
|
86 | |
|
|
87 | * rc-scripts 1.3.4 (21 April 2002) |
|
|
88 | |
|
|
89 | 21 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
90 | |
|
|
91 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
|
|
92 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
|
|
93 | |
|
|
94 | Implement the status commandline argument. Updated /sbin/runscript.sh |
|
|
95 | and /sbin/rc-help.sh for this. |
|
|
96 | |
|
|
97 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
|
|
98 | and AFTER. |
|
|
99 | |
|
|
100 | 12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
101 | |
|
|
102 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
|
|
103 | is needed, else /usr/bin/newgrp segfault. |
|
|
104 | |
|
|
105 | 11 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
106 | |
|
|
107 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
|
|
108 | Thanks to Väinö Järvelä for this fix. |
|
|
109 | |
|
|
110 | Update /etc/profile to also set the PS? variables if $SHELL |
|
|
111 | is set to /bin/sh. This should make prompt colours in |
|
|
112 | bootstrap work again. |
|
|
113 | |
|
|
114 | Move LVM stuff to checkfs to ensure that they get fscked. |
|
|
115 | This resolves bug #1552. |
|
|
116 | |
|
|
117 | * rc-scripts 1.3.3 (5 April 2002) |
|
|
118 | |
|
|
119 | 5 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
120 | |
|
|
121 | Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
|
|
122 | This is done to try and ensure system integrity. |
|
|
123 | |
|
|
124 | 1 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
125 | |
|
|
126 | Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
|
|
127 | |
|
|
128 | Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
|
|
129 | |
|
|
130 | Add a bash check to the code that sets the prompt, fixing bug #1078. |
|
|
131 | |
|
|
132 | * rc-scripts 1.3.2 (24 Mar 2002) |
|
|
133 | |
|
|
134 | 24 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
135 | |
|
|
136 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
|
|
137 | for this. |
|
|
138 | |
|
|
139 | With the "before" and "after" stuff, recursion levels was getting too high, |
|
|
140 | and with some cases, things just plain did not work as it should. Reworked |
|
|
141 | things to to lower the levels of recursion and get the order right. Updated |
|
|
142 | /etc/init.d/runscript.sh for this. |
|
|
143 | |
|
|
144 | Fixed a problem in /sbin/rc and /etc/init.d/runscript.sh where |
|
|
145 | ${svcdir}/softlevel did not always exist, but runscript.sh tried to open it. |
|
|
146 | |
|
|
147 | Enhance --quiet support. Updated /etc/init.d/functions.sh for this. |
|
|
148 | |
|
|
149 | Remove /etc/pwdb.conf, as pwdb already install a copy of this. |
|
|
150 | |
|
|
151 | Remove /etc/pam.d/{rexec,rlogin,rsh} as pam already install this. |
|
|
152 | |
|
|
153 | Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
|
|
154 | and it seems it has fallen now to my discression. |
|
|
155 | |
|
|
156 | * rc-scripts 1.3.1 (23 Mar 2002) |
|
|
157 | |
|
|
158 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
|
|
159 | DHCP lease release from Jim Nutt. |
|
|
160 | |
|
|
161 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
|
|
162 | since there are a lot of important bug fixes in here that are needed. |
|
|
163 | |
|
|
164 | 23 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
165 | |
|
|
166 | Resolve bug #1292. |
|
|
167 | |
|
|
168 | Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
|
|
169 | Spidler. |
|
|
170 | |
|
|
171 | 21 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
172 | |
|
|
173 | Update /sbin/rc to fix a 'cat mounts' instead of the correct |
|
|
174 | version, 'cat /proc/mounts'. |
|
|
175 | |
|
|
176 | 19 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
177 | |
|
|
178 | Add initial support for the --quiet flag that suppress output. |
|
|
179 | |
|
|
180 | 18 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
181 | |
|
|
182 | Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
|
|
183 | as not all errors by depscan.sh is critical. It should be |
|
|
184 | reworked to do better error handeling. |
|
|
185 | |
|
|
186 | 14 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
187 | |
|
|
188 | Fix the GID and UID of nobody and nogroup in /etc/passwd and |
|
|
189 | /etc/group to match those of Debian, FBSD and others. Thanks |
|
|
190 | to those who reported it, and Woodchip for looking up the |
|
|
191 | proper values. |
|
|
192 | |
|
|
193 | Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
|
|
194 | This resolves bug #1150, thanks to Paul Fleischer. |
|
|
195 | |
|
|
196 | 11 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
197 | |
|
|
198 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
|
|
199 | as some users have /usr on seperate partition which is not |
|
|
200 | mounted when depscan.sh is run the first time. |
|
|
201 | |
|
|
202 | Updated the checking for more than one service providing the |
|
|
203 | same virtual function in /etc/init.d/depscan.sh. It should |
|
|
204 | be working now, and this also fix a problem that when there is no |
|
|
205 | service providing a virtual, counter was used uninitialized. |
|
|
206 | |
|
|
207 | * rc-scripts 1.3.0 (10 March 2002) |
|
|
208 | |
|
|
209 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
210 | |
|
|
211 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
|
|
212 | |
|
|
213 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
|
|
214 | |
|
|
215 | Resolved bug #990; updated /etc/init.d/net.eth0, /etc/init.d/netmount |
|
|
216 | and /etc/init.d/localmount for this. |
|
|
217 | |
|
|
218 | Lots of form/syntax cleanups, most things should be more |
|
|
219 | consistant now. Fixed fail detection/return values of lots of |
|
|
220 | scripts. |
|
|
221 | |
|
|
222 | Lots of cleanup/fixes in the three main scripts behind our |
|
|
223 | rc-system, /sbin/rc, /etc/init.d/depscan.sh, /etc/init.d/runscript.sh |
|
|
224 | |
|
|
225 | Fix a bug regarding a invalid $PATH for portage if /etc/init.d/functions.sh |
|
|
226 | is sourced in a ebuild. |
|
|
227 | |
|
|
228 | Fix a bug that our rc-script wrapper introduced: Global variables |
|
|
229 | in scripts no longer worked. Updated /etc/init.d/runscript.sh for |
|
|
230 | this. |
|
|
231 | |
|
|
232 | Implemented more error checking for the main startup code in /sbin/rc. |
|
|
233 | Also fixed try() for mounting /proc (maybe all mount commands). |
|
|
234 | The function worked fine in a simulated test, but in real life failed |
|
|
235 | to detect a error when mounting /proc (remember to thank Grant for |
|
|
236 | his UserMode ebuilds, and Guide). |
|
|
237 | |
|
|
238 | * rc-scripts 1.2.9 (6 March 2002) |
|
|
239 | |
|
|
240 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
241 | |
|
|
242 | General form updates and some piping fixes. |
|
|
243 | |
|
|
244 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
|
|
245 | to fix a problem where startDM.sh would be respawned repeatedly |
|
|
246 | if xdm was not in the default runlevel. |
|
|
247 | |
|
|
248 | * rc-scripts 1.2.8 (4 March 2002) |
|
|
249 | |
|
|
250 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
251 | |
|
|
252 | Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
|
|
253 | to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
|
|
254 | move them to the xfree ebuild later on when things settles down. |
|
|
255 | |
|
|
256 | Added some sanity checks to /sbin/rc, /etc/init.d/runscripts.sh. |
|
|
257 | |
|
|
258 | Added a basic $PATH to /etc/init.d/functions.sh to fix a problem |
|
|
259 | where we had a invalid $PATH on boot in some cases. |
|
|
260 | |
|
|
261 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
|
|
262 | the new sys-apps/kbd package. |
|
|
263 | |
|
|
264 | * rc-scripts 1.2.7 (3 March 2002) |
|
|
265 | |
|
|
266 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
267 | |
|
|
268 | Fixed the problem of rc-scripts trying to start/stop a service multiple |
|
|
269 | times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
|
|
270 | for this. |
|
|
271 | |
|
|
272 | Fixing some variable declarations in /etc/init.d/runscript.sh caused |
|
|
273 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
|
|
274 | this. |
|
|
275 | |
|
|
276 | Added caching of the "depend() { need foo; } " lines, and updated |
|
|
277 | /etc/init.d/depscan.sh to touch the actual files less. This should |
|
|
278 | speedup dependancy caching a lot, especially on slow machines. |
|
|
279 | |
|
|
280 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
|
|
281 | for security. |
|
|
282 | |
|
|
283 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
|
|
284 | |
|
|
285 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
286 | |
|
|
287 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
|
|
288 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
|
|
289 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
|
|
290 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
|
|
291 | |
|
|
292 | Removed stopping of dependant services that have current service as |
|
|
293 | a 'use'dependancy ... should be less confusing now. |
|
|
294 | Updated /etc/init.d/runscript.sh for this. |
|
|
295 | |
|
|
296 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
297 | |
|
|
298 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
|
|
299 | programs to startup. This should pretty much have /etc/init.d/ static, |
|
|
300 | except for baselayout updates, etc. |
|
|
301 | |
|
|
302 | 27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
303 | |
|
|
304 | In some wierd cases, a redundent /dev/.devfsd on a unmounted /dev can cause |
|
|
305 | problems. Fixed this in /sbin/rc. |
|
|
306 | |
|
|
307 | Added the patches from Grant Goodyear (aka g2boojum) to enable us to |
|
|
308 | use a ramdisk to store the contents of ${svcdir}. Updated /sbin/rc, |
|
|
309 | /etc/init.d/functions.sh and /etc/init.d/checkroot for this. |
|
|
310 | |
|
|
311 | 26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
312 | |
|
|
313 | Fix my brain dead update of the 25th. It really should keep |
|
|
314 | "gentoo=nodevfs" in mind. Also added 'get_bootparam()' to help in |
|
|
315 | retrieving kernel options. Updated /etc/init.d/functions.sh, |
|
|
316 | /etc/init.d/checkroot and /sbin/rc for this. |
|
|
317 | |
|
|
318 | Updated /etc/init.d/consolefont to work without devfs as well. |
|
|
319 | |
|
|
320 | When rebooting or shutting down, a service should not fail to stop |
|
|
321 | if a service it depends on, fails. Updated /etc/init.d/runscript.sh |
|
|
322 | for this. |
|
|
323 | |
|
|
324 | 25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
325 | |
|
|
326 | Added a check if /dev is mounted when creating entries for /etc/mtab. |
|
|
327 | This should solve a invalid entry or /dev being mounted even with |
|
|
328 | 'gentoo=nodevfs' option. Updated /etc/init.d/checkroot for this. |
|
|
329 | |
|
|
330 | 17 Feb 2002: Daniel Robbins <drobbins@gentoo.org>: Made "xfs" the default |
|
|
331 | filesystem in /etc/fstab (from ReiserFS) and removed "notail" option (it's |
|
|
332 | just in a comment now) |
|
|
333 | |
|
|
334 | 17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
335 | |
|
|
336 | Mmore fixes to 'after' and 'before', updated /etc/init.d/runscript.sh for |
|
|
337 | this. This should fix services not getting started in the correct order |
|
|
338 | in a tight loop, services getting stopped out of order, and some other |
|
|
339 | sanity checks. Updated rc-script.sh for updated help. |
|
|
340 | |
|
|
341 | 15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
342 | |
|
|
343 | Update /etc/profile to resolve bug #588. Reimplemented things a bit, |
|
|
344 | and added the 'after' type. 'before' and 'after' will only work currently |
|
|
345 | for a change of runlevel. Updated /etc/init.d/depscan.sh, |
|
|
346 | /etc/init.d/runscript.sh and /sbin/rc for this. |
|
|
347 | |
|
|
348 | 13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
349 | |
|
|
350 | Add some more entries to /etc/devfsd.conf to make alsa users life |
|
|
351 | easier ... thanks Tod. |
|
|
352 | |
5 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): updated /etc/net.eth0 |
353 | 12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
6 | to specify the gateway device via the $gateway variable (something like |
354 | |
7 | gateway="eth0/192.168.0.1"). |
355 | Some more cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
8 | |
356 | |
|
|
357 | Fixed some services not starting again when restarting a service. |
|
|
358 | Seems simple is still the best way. |
|
|
359 | |
|
|
360 | Fixed some other problems created with feature additions and cleanups. |
|
|
361 | |
|
|
362 | 11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
363 | |
|
|
364 | General cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
|
|
365 | |
|
|
366 | Added 'before *' to /etc/init.d/checkroot to make sure it gets |
|
|
367 | started first. |
|
|
368 | |
|
|
369 | Added 'use *' to /etc/init.d/local to make sure it gets started |
|
|
370 | last. |
|
|
371 | |
|
|
372 | 10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
373 | |
|
|
374 | Fixed /sbin/rc to stop a service on change of runlevel if it is |
|
|
375 | in 'use' by another service. |
|
|
376 | |
|
|
377 | Added the 'provide' depend type for creating virtual services. |
|
|
378 | Updated /etc/init.d/depscan.sh for this. |
|
|
379 | |
|
|
380 | Added the 'before' depend type. This is more for changing the |
|
|
381 | order services start in. Updated /etc/init.d/depscan.sh and |
|
|
382 | /etc/init.d/functions.sh for this. |
|
|
383 | |
|
|
384 | Updated /etc/init.d/depscan.sh to work with '*' as argument for |
|
|
385 | dependancy types. This can be used with 'use' and 'before' to |
|
|
386 | start a script last or first respectively. |
|
|
387 | |
|
|
388 | Added save_options() and get_options() to /etc/init.d/functions.sh |
|
|
389 | for saving misc settings between startup/shutdown. Updated |
|
|
390 | /etc/init.d/net.eth0 to use these and properly down virtual |
|
|
391 | interfaces. |
|
|
392 | |
|
|
393 | 6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
394 | |
|
|
395 | Updated both /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet |
|
|
396 | on no errors. |
|
|
397 | |
|
|
398 | * rc-scripts 1.2.6 (6 Feb 2002) |
|
|
399 | |
9 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): added rc-script |
400 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
401 | |
|
|
402 | Updated /etc/net.eth0 to specify the gateway device via the $gateway |
|
|
403 | variable (something like gateway="eth0/192.168.0.1"). |
|
|
404 | |
|
|
405 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
406 | |
10 | /etc/init.d/numlock, for enabling numlock at boot. |
407 | Added rc-script /etc/init.d/numlock, for enabling numlock at boot. |
11 | |
408 | |
12 | 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): hopefully the |
409 | 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
410 | |
13 | last fix to /etc/init.d/netmount to umount cleanly. This fix |
411 | Hopefully the last fix to /etc/init.d/netmount to umount cleanly. This fix |
14 | implements a retry if not successful the first time, and will |
412 | implements a retry if not successful the first time, and will kill |
15 | kill processess using the mount. Also small type-o fix to |
413 | processess using the mount. Also small type-o fix to /etc/init.d/halt.sh. |
16 | /etc/init.d/halt.sh. |
|
|
17 | |
414 | |
18 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
415 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
19 | /etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
416 | /etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
20 | Fixed /etc/passwd,group for user/group mysql. |
417 | Fixed /etc/passwd,group for user/group mysql. |
21 | |
418 | |
… | |
… | |
60 | /etc/init.d/checkfs to return 0 if the fs was successfully repaired. |
457 | /etc/init.d/checkfs to return 0 if the fs was successfully repaired. |
61 | |
458 | |
62 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
459 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
63 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
460 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
64 | |
461 | |
65 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Updated |
462 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
463 | |
66 | /etc/init.d/depscan.sh to store info about missing dependancies of |
464 | Updated /etc/init.d/depscan.sh to store info about missing dependancies |
67 | type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
465 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
68 | to use this when starting a script ('need' dependancies is critical for |
466 | to use this when starting a script ('need' dependancies is critical for |
69 | startup). Added the broken() function to /etc/init.d/runscript.sh |
467 | startup). Added the broken() function to /etc/init.d/runscript.sh |
70 | to list the missing dependancies. |
468 | to list the missing dependancies. |
71 | |
469 | |
72 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
470 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
… | |
… | |
74 | |
472 | |
75 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
473 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
76 | eend(), but print a warning on error, not a error. Updated |
474 | eend(), but print a warning on error, not a error. Updated |
77 | /etc/init.d/checkroot and /etc/init.d/checkfs to use this function. |
475 | /etc/init.d/checkroot and /etc/init.d/checkfs to use this function. |
78 | |
476 | |
79 | 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update /sbin/runscript.c |
477 | 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
80 | to run /etc/init.d/rc-help.sh if no arguments is passed to a rc-script. |
478 | |
|
|
479 | Update /sbin/runscript.c to run /etc/init.d/rc-help.sh if no arguments |
|
|
480 | is passed to a rc-script. |
81 | |
481 | |
82 | Added /etc/init.d/rc-help.sh, simple script that prints out help for |
482 | Added /etc/init.d/rc-help.sh, simple script that prints out help for |
83 | the rc-scripts. |
483 | the rc-scripts. |
84 | |
484 | |
85 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update |
485 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
486 | |
86 | /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the |
487 | Update /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the |
87 | halt and reboot. This fixes a problem where / was not unmounted |
488 | halt and reboot. This fixes a problem where / was not unmounted properly |
88 | properly in some cases. |
489 | in some cases. |
89 | |
490 | |
90 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Move $svcdir to |
491 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
91 | to /etc/init.d/functions.sh, and update /etc/init.d/runscript.sh and |
492 | |
92 | /etc/init.d/depscan.sh for this |
493 | Move $svcdir to to /etc/init.d/functions.sh, and update |
|
|
494 | /etc/init.d/runscript.sh and /etc/init.d/depscan.sh for this |
93 | |
495 | |
94 | Modified /etc/init.d/runscript.sh to also restart the services that |
496 | Modified /etc/init.d/runscript.sh to also restart the services that |
95 | depend on a service if that service is restarted. Enhanced the |
497 | depend on a service if that service is restarted. Enhanced the |
96 | restart function to be able to have custom restart() functions in |
498 | restart function to be able to have custom restart() functions in |
97 | rc-scripts. The custom restart() have to use svc_stop() and |
499 | rc-scripts. The custom restart() have to use svc_stop() and |
… | |
… | |
99 | |
501 | |
100 | Add a pause function to /etc/init.d/runscript.sh. It will basically |
502 | Add a pause function to /etc/init.d/runscript.sh. It will basically |
101 | stop a service without stopping the services that depends on that |
503 | stop a service without stopping the services that depends on that |
102 | service. |
504 | service. |
103 | |
505 | |
104 | Add a pause function to /etc/init.d/runscript.sh. It will basically stop a |
506 | Add a pause function to /etc/init.d/runscript.sh. It will basically stop a |
105 | service without stopping the services that depends on that service. |
507 | service without stopping the services that depends on that service. |
106 | |
508 | |
107 | * rc-scripts 1.2.3 (18 Dec 2001) |
509 | * rc-scripts 1.2.3 (18 Dec 2001) |
108 | |
510 | |
109 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Moved the stuff from |
511 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
110 | /sbin/init (old) to /sbin/rc (basically drop the init wrapper we used). |
512 | |
|
|
513 | Moved the stuff from /sbin/init (old) to /sbin/rc (basically drop the |
|
|
514 | init wrapper we used). |
111 | |
515 | |
112 | Some cleanups: take out the shm resize comment; |
516 | Some cleanups: take out the shm resize comment; |
113 | |
517 | |
114 | remove the $wrongmount; |
518 | remove the $wrongmount; |
115 | |
519 | |
… | |
… | |
126 | Also added functionality to detect if the kernel have DEVFS support |
530 | Also added functionality to detect if the kernel have DEVFS support |
127 | compiled in; seems new users thinks devfs is unstable and as they do |
531 | compiled in; seems new users thinks devfs is unstable and as they do |
128 | not always read the docs, it does not get compiled in ;/ Should |
532 | not always read the docs, it does not get compiled in ;/ Should |
129 | make live for us a bit easier. |
533 | make live for us a bit easier. |
130 | |
534 | |
131 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc to kill |
535 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
132 | a cosmetic bug in the part that stops all the unneeded services. |
536 | |
|
|
537 | Fixed /sbin/rc to kill a cosmetic bug in the part that stops all |
|
|
538 | the unneeded services. |
133 | |
539 | |
134 | * rc-scripts 1.2.2 (8 Dec 2001) |
540 | * rc-scripts 1.2.2 (8 Dec 2001) |
135 | |
541 | |
136 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
542 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
137 | |
543 | |
… | |
… | |
148 | to rc-scripts. Checked in two manpages there, one for modules.autoload.5 |
554 | to rc-scripts. Checked in two manpages there, one for modules.autoload.5 |
149 | and one for update-modules.8. These were adapted from Debian. Updated |
555 | and one for update-modules.8. These were adapted from Debian. Updated |
150 | tarball.sh to include the new man directory. Updated baselayout to install |
556 | tarball.sh to include the new man directory. Updated baselayout to install |
151 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
557 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
152 | |
558 | |
153 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated /sbin/init |
559 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
560 | |
154 | to work correctly with the 'gentoo=nodevfs' option, and cleaned |
561 | Updated /sbin/init to work correctly with the 'gentoo=nodevfs' option, |
155 | out old code. |
562 | and cleaned out old code. |
156 | |
563 | |
157 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
564 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
158 | |
565 | |
159 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
566 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
567 | |
160 | /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' |
568 | Updated /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' |
161 | that can be used for services that needs to have a logger started |
569 | that can be used for services that needs to have a logger started before |
162 | before they are started. Updated /etc/conf.d/basic with $SYSLOGGER |
570 | they are started. Updated /etc/conf.d/basic with $SYSLOGGER that is used |
163 | that is used to define what loggers the 'logger' depend represent. |
571 | to define what loggers the 'logger' depend represent. |
164 | |
572 | |
165 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
573 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
574 | |
166 | /etc/passwd and /etc/group with minor fixes to pass pwck and grpck. |
575 | Updated /etc/passwd and /etc/group with minor fixes to pass pwck |
|
|
576 | and grpck. |
167 | |
577 | |
168 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Changed umask in |
578 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
579 | |
169 | /etc/profile for the user to 077 for security. |
580 | Changed umask in /etc/profile for the user to 077 for security. |
170 | |
581 | |
171 | Added a stop() function to /etc/init.d/clock. Also removed uneeded |
582 | Added a stop() function to /etc/init.d/clock. Also removed uneeded |
172 | 'source /etc/rc.conf' line. |
583 | 'source /etc/rc.conf' line. |
173 | |
584 | |
174 | Updated /etc/init.d/hostname to set the hostname to 'localhost' if |
585 | Updated /etc/init.d/hostname to set the hostname to 'localhost' if |
… | |
… | |
185 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
596 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
186 | removed notail from the ext2 boot partition, other cleanups. |
597 | removed notail from the ext2 boot partition, other cleanups. |
187 | |
598 | |
188 | 25 Nov 2001; Fixed init.d/clock script to work in UTC mode. |
599 | 25 Nov 2001; Fixed init.d/clock script to work in UTC mode. |
189 | |
600 | |
190 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Added /etc/devfsd.conf |
601 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
191 | and updated /sbin/init to use a new scheme for saving /dev permissions. |
602 | |
|
|
603 | Added /etc/devfsd.conf and updated /sbin/init to use a new scheme for saving |
192 | Also moved /dev-state to /lib/dev-state which is a more standard location. |
604 | /dev permissions. Also moved /dev-state to /lib/dev-state which is a more |
|
|
605 | standard location. |
193 | |
606 | |
194 | Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on |
607 | Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on |
195 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
608 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
196 | similar to a 'mini fork bomb'. Afterwards the depends was broken, and |
609 | similar to a 'mini fork bomb'. Afterwards the depends was broken, and |
197 | changing runlevels did not want to work. |
610 | changing runlevels did not want to work. |
… | |
… | |
226 | |
639 | |
227 | * rc-scripts 1.1.8 (15 Nov 2001) |
640 | * rc-scripts 1.1.8 (15 Nov 2001) |
228 | |
641 | |
229 | 16 Nov 2001; removed bogus "mountall.test" script. |
642 | 16 Nov 2001; removed bogus "mountall.test" script. |
230 | |
643 | |
231 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
644 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
645 | |
232 | init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being 'use' not |
646 | Updated init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being |
233 | 'uses', as it fits better with 'need' (not 'needs'). Also removed unneeded |
647 | 'use' not 'uses', as it fits better with 'need' (not 'needs'). Also |
234 | for loop from init.d/depscan.sh, and other fixes. Updated names of new |
648 | removed unneeded for loop from init.d/depscan.sh, and other fixes. Updated |
235 | functions in init.d/runscript.sh to better sounding ones. Updated |
649 | names of new functions in init.d/runscript.sh to better sounding ones. |
236 | init.d/modules, init.d/netmount to use 'use'. Lots of other fixes/cleanups. |
650 | Updated init.d/modules, init.d/netmount to use 'use'. Lots of other |
|
|
651 | fixes/cleanups. |
|
|
652 | |
237 | Removed try() out of init.d/runscript.sh (why was this here ?). |
653 | Removed try() out of init.d/runscript.sh (why was this here ?). |
238 | |
654 | |
239 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): init.d/bootmisc: Now |
655 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
656 | |
240 | cleans /tmp. Also creates /etc/resolv.conf if it doesn't exist. |
657 | Now init.d/bootmisc cleans /tmp. Also creates /etc/resolv.conf if it |
|
|
658 | doesn't exist. |
241 | |
659 | |
242 | init.d/hostname: Added check for a valid /etc/hostname. |
660 | init.d/hostname: Added check for a valid /etc/hostname. |
243 | |
661 | |
244 | init.d/keymaps: Added check for valid $KEYMAP. |
662 | init.d/keymaps: Added check for valid $KEYMAP. |
245 | |
663 | |
… | |
… | |
251 | not 'default' runlevel. |
669 | not 'default' runlevel. |
252 | |
670 | |
253 | init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is |
671 | init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is |
254 | this really needed (I cannot see that it is used anywhere ...)? |
672 | this really needed (I cannot see that it is used anywhere ...)? |
255 | |
673 | |
256 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
674 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
675 | |
257 | init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend called |
676 | Updated init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend |
258 | 'uses'. It basically have the same usage as 'need', except that it do not |
677 | called 'uses'. It basically have the same usage as 'need', except that it |
259 | start services that is not in the current and 'boot' runlevels. |
678 | do not start services that is not in the current and 'boot' runlevels. |
260 | |
679 | |
261 | Updated init.d/netmount to use the 'uses' depend. |
680 | Updated init.d/netmount to use the 'uses' depend. |
262 | |
681 | |
263 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed init.d/runscript.sh |
682 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
264 | not to destroy the 'need' depends in /${svcdir}/need. This caused subsequent |
683 | |
265 | starting and stopping of services not to start depends. |
684 | Fixed init.d/runscript.sh not to destroy the 'need' depends in |
|
|
685 | /${svcdir}/need. This caused subsequent starting and stopping of services |
|
|
686 | not to start depends. |
266 | |
687 | |
267 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed a problem in sbin/rc |
688 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
268 | where the ${svcdir}/softscripts directory got destroyed before stopping |
689 | |
269 | running services scheduled to be stopped. This with the fact that $SOFTLEVEL |
690 | Fixed a problem in sbin/rc where the ${svcdir}/softscripts directory got |
270 | was set too early, caused the services to be stopped in the wrong order. |
691 | destroyed before stopping running services scheduled to be stopped. This |
|
|
692 | with the fact that $SOFTLEVEL was set too early, caused the services to be |
|
|
693 | stopped in the wrong order. |
271 | |
694 | |
272 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): Modified init.d/netmount to |
695 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
696 | |
273 | check if any network filesystems is mounted. |
697 | Modified init.d/netmount to check if any network filesystems is mounted. |
274 | |
698 | |
275 | 29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added |
699 | 29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added |
276 | some awk and grep magic to find all remote filesystems and umount them. |
700 | some awk and grep magic to find all remote filesystems and umount them. |
277 | |
701 | |
278 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): A fix for checkroot |
702 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
279 | (missing "/"); it now actually checks the root filesystem. Also, a |
703 | |
280 | localmount cleanliness fix. |
704 | A fix for checkroot (missing "/"); it now actually checks the root |
|
|
705 | filesystem. Also, a localmount cleanliness fix. |
281 | |
706 | |
282 | * rc-scripts 1.1.7 (18 Oct 2001) |
707 | * rc-scripts 1.1.7 (18 Oct 2001) |
283 | |
708 | |
284 | [old changelog format follows] |
709 | [old changelog format follows] |
285 | |
710 | |
… | |
… | |
320 | Brand new message functions (ewarn). |
745 | Brand new message functions (ewarn). |
321 | |
746 | |
322 | *sbin/init, init.d/checkroot |
747 | *sbin/init, init.d/checkroot |
323 | We're going back to a /proc/mounts-based mtab symlink because it's |
748 | We're going back to a /proc/mounts-based mtab symlink because it's |
324 | just plain better. Appropriate changes made. |
749 | just plain better. Appropriate changes made. |
|
|
750 | |
|
|
751 | # vim:expandtab |