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 | |
5 | 17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): more fixes to |
334 | 17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
335 | |
6 | 'after' and 'before', updated /etc/init.d/runscript.sh for this. |
336 | 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 |
337 | 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 |
338 | 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. |
339 | sanity checks. Updated rc-script.sh for updated help. |
12 | |
340 | |
13 | 15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): update |
341 | 15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
14 | /etc/profile to resolve bug #588. |
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. |
15 | |
347 | |
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 |
348 | 13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
349 | |
22 | entries to /etc/devfsd.conf to make alsa users life easier ... |
350 | Add some more entries to /etc/devfsd.conf to make alsa users life |
23 | thanks Tod. |
351 | easier ... thanks Tod. |
24 | |
352 | |
25 | 12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): Some more |
353 | 12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
354 | |
26 | cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
355 | Some more cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
27 | |
356 | |
28 | Fixed some services not starting again when restarting a service. |
357 | Fixed some services not starting again when restarting a service. |
29 | Seems simple is still the best way. |
358 | Seems simple is still the best way. |
30 | |
359 | |
31 | Fixed some other problems created with feature additions and cleanups. |
360 | Fixed some other problems created with feature additions and cleanups. |
32 | |
361 | |
33 | 11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): General cleanups |
362 | 11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
363 | |
34 | to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
364 | General cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
35 | |
365 | |
36 | Added 'before *' to /etc/init.d/checkroot to make sure it gets |
366 | Added 'before *' to /etc/init.d/checkroot to make sure it gets |
37 | started first. |
367 | started first. |
38 | |
368 | |
39 | Added 'use *' to /etc/init.d/local to make sure it gets started |
369 | Added 'use *' to /etc/init.d/local to make sure it gets started |
40 | last. |
370 | last. |
41 | |
371 | |
42 | 10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc |
372 | 10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
373 | |
43 | to stop a service on change of runlevel if it is in 'use' by |
374 | Fixed /sbin/rc to stop a service on change of runlevel if it is |
44 | another service. |
375 | in 'use' by another service. |
45 | |
376 | |
46 | Added the 'provide' depend type for creating virtual services. |
377 | Added the 'provide' depend type for creating virtual services. |
47 | Updated /etc/init.d/depscan.sh for this. |
378 | Updated /etc/init.d/depscan.sh for this. |
48 | |
379 | |
49 | Added the 'before' depend type. This is more for changing the |
380 | Added the 'before' depend type. This is more for changing the |
… | |
… | |
57 | Added save_options() and get_options() to /etc/init.d/functions.sh |
388 | Added save_options() and get_options() to /etc/init.d/functions.sh |
58 | for saving misc settings between startup/shutdown. Updated |
389 | for saving misc settings between startup/shutdown. Updated |
59 | /etc/init.d/net.eth0 to use these and properly down virtual |
390 | /etc/init.d/net.eth0 to use these and properly down virtual |
60 | interfaces. |
391 | interfaces. |
61 | |
392 | |
62 | 6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): updated both |
393 | 6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
394 | |
63 | /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet on no |
395 | Updated both /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet |
64 | errors. |
396 | on no errors. |
65 | |
397 | |
66 | * rc-scripts 1.2.6 (6 Feb 2002) |
398 | * rc-scripts 1.2.6 (6 Feb 2002) |
67 | |
399 | |
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 |
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 | |
73 | /etc/init.d/numlock, for enabling numlock at boot. |
407 | Added rc-script /etc/init.d/numlock, for enabling numlock at boot. |
74 | |
408 | |
75 | 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): hopefully the |
409 | 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
410 | |
76 | 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 |
77 | implements a retry if not successful the first time, and will |
412 | implements a retry if not successful the first time, and will kill |
78 | 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. |
79 | /etc/init.d/halt.sh. |
|
|
80 | |
414 | |
81 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
415 | 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. |
416 | /etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
83 | Fixed /etc/passwd,group for user/group mysql. |
417 | Fixed /etc/passwd,group for user/group mysql. |
84 | |
418 | |
… | |
… | |
123 | /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. |
124 | |
458 | |
125 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
459 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
126 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
460 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
127 | |
461 | |
128 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Updated |
462 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
463 | |
129 | /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 |
130 | 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 |
131 | 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 |
132 | startup). Added the broken() function to /etc/init.d/runscript.sh |
467 | startup). Added the broken() function to /etc/init.d/runscript.sh |
133 | to list the missing dependancies. |
468 | to list the missing dependancies. |
134 | |
469 | |
135 | 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 |
… | |
… | |
137 | |
472 | |
138 | 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 |
139 | eend(), but print a warning on error, not a error. Updated |
474 | 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. |
475 | /etc/init.d/checkroot and /etc/init.d/checkfs to use this function. |
141 | |
476 | |
142 | 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update /sbin/runscript.c |
477 | 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. |
478 | |
|
|
479 | Update /sbin/runscript.c to run /etc/init.d/rc-help.sh if no arguments |
|
|
480 | is passed to a rc-script. |
144 | |
481 | |
145 | 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 |
146 | the rc-scripts. |
483 | the rc-scripts. |
147 | |
484 | |
148 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update |
485 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
486 | |
149 | /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 |
150 | halt and reboot. This fixes a problem where / was not unmounted |
488 | halt and reboot. This fixes a problem where / was not unmounted properly |
151 | properly in some cases. |
489 | in some cases. |
152 | |
490 | |
153 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Move $svcdir to |
491 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
154 | to /etc/init.d/functions.sh, and update /etc/init.d/runscript.sh and |
492 | |
155 | /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 |
156 | |
495 | |
157 | 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 |
158 | depend on a service if that service is restarted. Enhanced the |
497 | depend on a service if that service is restarted. Enhanced the |
159 | restart function to be able to have custom restart() functions in |
498 | restart function to be able to have custom restart() functions in |
160 | rc-scripts. The custom restart() have to use svc_stop() and |
499 | rc-scripts. The custom restart() have to use svc_stop() and |
… | |
… | |
162 | |
501 | |
163 | 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 |
164 | stop a service without stopping the services that depends on that |
503 | stop a service without stopping the services that depends on that |
165 | service. |
504 | service. |
166 | |
505 | |
167 | 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 |
168 | service without stopping the services that depends on that service. |
507 | service without stopping the services that depends on that service. |
169 | |
508 | |
170 | * rc-scripts 1.2.3 (18 Dec 2001) |
509 | * rc-scripts 1.2.3 (18 Dec 2001) |
171 | |
510 | |
172 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Moved the stuff from |
511 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
173 | /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). |
174 | |
515 | |
175 | Some cleanups: take out the shm resize comment; |
516 | Some cleanups: take out the shm resize comment; |
176 | |
517 | |
177 | remove the $wrongmount; |
518 | remove the $wrongmount; |
178 | |
519 | |
… | |
… | |
189 | Also added functionality to detect if the kernel have DEVFS support |
530 | 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 |
531 | 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 |
532 | not always read the docs, it does not get compiled in ;/ Should |
192 | make live for us a bit easier. |
533 | make live for us a bit easier. |
193 | |
534 | |
194 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc to kill |
535 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
195 | 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. |
196 | |
539 | |
197 | * rc-scripts 1.2.2 (8 Dec 2001) |
540 | * rc-scripts 1.2.2 (8 Dec 2001) |
198 | |
541 | |
199 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
542 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
200 | |
543 | |
… | |
… | |
211 | 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 |
212 | 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 |
213 | 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 |
214 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
557 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
215 | |
558 | |
216 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated /sbin/init |
559 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
560 | |
217 | to work correctly with the 'gentoo=nodevfs' option, and cleaned |
561 | Updated /sbin/init to work correctly with the 'gentoo=nodevfs' option, |
218 | out old code. |
562 | and cleaned out old code. |
219 | |
563 | |
220 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
564 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
221 | |
565 | |
222 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
566 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
567 | |
223 | /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' |
224 | 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 |
225 | 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 |
226 | that is used to define what loggers the 'logger' depend represent. |
571 | to define what loggers the 'logger' depend represent. |
227 | |
572 | |
228 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
573 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
574 | |
229 | /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. |
230 | |
577 | |
231 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Changed umask in |
578 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
579 | |
232 | /etc/profile for the user to 077 for security. |
580 | Changed umask in /etc/profile for the user to 077 for security. |
233 | |
581 | |
234 | 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 |
235 | 'source /etc/rc.conf' line. |
583 | 'source /etc/rc.conf' line. |
236 | |
584 | |
237 | 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 |
… | |
… | |
248 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
596 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
249 | removed notail from the ext2 boot partition, other cleanups. |
597 | removed notail from the ext2 boot partition, other cleanups. |
250 | |
598 | |
251 | 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. |
252 | |
600 | |
253 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Added /etc/devfsd.conf |
601 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
254 | 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 |
255 | 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. |
256 | |
606 | |
257 | 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 |
258 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
608 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
259 | 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 |
260 | changing runlevels did not want to work. |
610 | changing runlevels did not want to work. |
… | |
… | |
289 | |
639 | |
290 | * rc-scripts 1.1.8 (15 Nov 2001) |
640 | * rc-scripts 1.1.8 (15 Nov 2001) |
291 | |
641 | |
292 | 16 Nov 2001; removed bogus "mountall.test" script. |
642 | 16 Nov 2001; removed bogus "mountall.test" script. |
293 | |
643 | |
294 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
644 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
645 | |
295 | 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 |
296 | '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 |
297 | 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 |
298 | 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. |
299 | 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 | |
300 | 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 ?). |
301 | |
654 | |
302 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): init.d/bootmisc: Now |
655 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
656 | |
303 | 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. |
304 | |
659 | |
305 | init.d/hostname: Added check for a valid /etc/hostname. |
660 | init.d/hostname: Added check for a valid /etc/hostname. |
306 | |
661 | |
307 | init.d/keymaps: Added check for valid $KEYMAP. |
662 | init.d/keymaps: Added check for valid $KEYMAP. |
308 | |
663 | |
… | |
… | |
314 | not 'default' runlevel. |
669 | not 'default' runlevel. |
315 | |
670 | |
316 | 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 |
317 | this really needed (I cannot see that it is used anywhere ...)? |
672 | this really needed (I cannot see that it is used anywhere ...)? |
318 | |
673 | |
319 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
674 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
675 | |
320 | 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 |
321 | '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 |
322 | 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. |
323 | |
679 | |
324 | Updated init.d/netmount to use the 'uses' depend. |
680 | Updated init.d/netmount to use the 'uses' depend. |
325 | |
681 | |
326 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed init.d/runscript.sh |
682 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
327 | not to destroy the 'need' depends in /${svcdir}/need. This caused subsequent |
683 | |
328 | 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. |
329 | |
687 | |
330 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed a problem in sbin/rc |
688 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
331 | where the ${svcdir}/softscripts directory got destroyed before stopping |
689 | |
332 | 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 |
333 | 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. |
334 | |
694 | |
335 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): Modified init.d/netmount to |
695 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
696 | |
336 | check if any network filesystems is mounted. |
697 | Modified init.d/netmount to check if any network filesystems is mounted. |
337 | |
698 | |
338 | 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 |
339 | 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. |
340 | |
701 | |
341 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): A fix for checkroot |
702 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
342 | (missing "/"); it now actually checks the root filesystem. Also, a |
703 | |
343 | localmount cleanliness fix. |
704 | A fix for checkroot (missing "/"); it now actually checks the root |
|
|
705 | filesystem. Also, a localmount cleanliness fix. |
344 | |
706 | |
345 | * rc-scripts 1.1.7 (18 Oct 2001) |
707 | * rc-scripts 1.1.7 (18 Oct 2001) |
346 | |
708 | |
347 | [old changelog format follows] |
709 | [old changelog format follows] |
348 | |
710 | |
… | |
… | |
383 | Brand new message functions (ewarn). |
745 | Brand new message functions (ewarn). |
384 | |
746 | |
385 | *sbin/init, init.d/checkroot |
747 | *sbin/init, init.d/checkroot |
386 | 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 |
387 | just plain better. Appropriate changes made. |
749 | just plain better. Appropriate changes made. |
|
|
750 | |
|
|
751 | # vim:expandtab |