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