| 1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
| 2 | # Copyright 2002 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 | |
|
|
5 | 7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Move the color ls stuff to .bashrc. Fix bug #5250. |
|
|
8 | |
|
|
9 | 6 Aug 2002; Dan Armak <danarmak@gentoo.org>: |
|
|
10 | |
|
|
11 | Correct the comments in rc.conf about the XSESSION variable: it should |
|
|
12 | be set to "kde-<version>" not "KDE". Closes bug #5948. |
|
|
13 | |
|
|
14 | 5 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
15 | |
|
|
16 | Fix the 'Usage' line in the help to return the correct options for |
|
|
17 | the script (/sbin/runscript.sh). Resolve bug #6029. |
|
|
18 | |
|
|
19 | 3 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
20 | |
|
|
21 | Added UPS shutdown support for nut to halt.sh. |
|
|
22 | Added nut user/group as uid/gid 84. |
|
|
23 | |
|
|
24 | 27 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
25 | |
|
|
26 | Updated /sbin/rc's way of checking for devfs support (now rather uses |
|
|
27 | awk, as it is more accurate). Closes bug #5458. |
|
|
28 | |
|
|
29 | Add the Redhat/Mandrake /forcefsck and /fastboot options to our checkroot |
|
|
30 | and checkfs. Updated /etc/init.d/{checkroot,checkfs,halt.sh} for this. |
|
|
31 | Thanks goes to Chris PeBenito (bug #5570). |
|
|
32 | |
|
|
33 | Changed most daemons to use /bin/false as shell. Should close bug #5388. |
|
|
34 | |
|
|
35 | 27 Jul 2002; Nicholas Jones <carpaski@gentoo.org>: |
|
|
36 | |
|
|
37 | Added vpopmail user and group as 89:89 |
|
|
38 | |
|
|
39 | 22 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
40 | |
|
|
41 | Add the cyrus user to /etc/passwd. Resolves bug #4100. |
|
|
42 | |
|
|
43 | Some bugfixes and speed improvements to /sbin/depscan.sh after |
|
|
44 | last changes. |
|
|
45 | |
|
|
46 | Replace some cat/grep's in /sbin/rc-envupdate.sh with awk's to |
|
|
47 | get some speed improvements. |
|
|
48 | |
|
|
49 | 21 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
50 | |
|
|
51 | Fix LVM support in /etc/init.d/checkfs again, thanks to help from |
|
|
52 | Kyle Manna <nitro@gentoo.org>. |
|
|
53 | |
|
|
54 | Add software RAID support to /etc/init.d/checkfs, thanks to |
|
|
55 | Daniel Ahlberg <aliz@gentoo.org>. |
|
|
56 | |
|
|
57 | Update the cache_depend() funtion in /sbin/depscan.sh not to |
|
|
58 | quit on any "}", but only on the one matching the first "{". This |
|
|
59 | requires wc in /bin, so baselayout should depend on |
|
|
60 | >=sys-apps/textutils-2.0.19-r2 |
|
|
61 | |
|
|
62 | Update /etc/init.d/netmount to try and detect nfs mounts that should be |
|
|
63 | mounted automatically on boot. This requires awk in /bin, so baselayout |
|
|
64 | should depend on >=sys-apps/gawk-3.1.0-r3. |
|
|
65 | |
|
|
66 | * rc-scripts 1.3.6 (17 Jul 2002) |
|
|
67 | |
|
|
68 | 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
69 | |
|
|
70 | Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
|
|
71 | bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |
|
|
72 | |
|
|
73 | 16 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
74 | |
|
|
75 | Add additional entries to /etc/services to support cyrus-imapd, thanks |
|
|
76 | to Nick Hadaway <raker@gentoo.org>. |
|
|
77 | |
|
|
78 | Update /etc/init.d/consolefont to resolve bug #4968. This fixes a |
|
|
79 | problem with non 7bit ascii symbols. |
|
|
80 | |
|
|
81 | Updated /etc/init.d/checkfs to detect if lvm is already active. |
|
|
82 | This should resolve bug #3613. |
|
|
83 | |
|
|
84 | 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
85 | |
|
|
86 | Add "usb" group, gid 85. Move "sshd" user and group to 22. Move |
|
|
87 | "games" user and group to 35 |
|
|
88 | |
|
|
89 | 3 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
90 | |
|
|
91 | Update Copyright displayed at boot, thanks to Sascha Schwabbauer |
|
|
92 | (aka cybersystem). Updated /sbin/rc for this. |
|
|
93 | |
|
|
94 | 30 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
95 | |
|
|
96 | Update /etc/skel/.bashrc to update the window title of X terminals |
|
|
97 | that supports it. Closes bug #4232. |
|
|
98 | |
|
|
99 | 26 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
100 | |
|
|
101 | Add sshd user and group. Updated /etc/passwd and /etc/group for this. |
|
|
102 | |
|
|
103 | Update /etc/inputrc to resolve bug #2599. |
|
|
104 | |
|
|
105 | 20 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
106 | |
|
|
107 | Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified |
|
|
108 | /etc/env.d/00basic for this. |
|
|
109 | |
|
|
110 | Add some new daemon stop and pid detection stuff to /sbin/functions.sh. |
|
|
111 | Nothing official, but I spent enouth time on it not to want to loose it :) |
|
|
112 | |
|
|
113 | Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs |
|
|
114 | to give output to stderr. This was caused by a call to "stty", which when |
|
|
115 | run without a attatched terminal, have this effect. Basically just pipe |
|
|
116 | stderr to /dev/null. |
|
|
117 | |
|
|
118 | 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
119 | |
|
|
120 | Add /usr/local/share/man to $MANPATH (/etc/env.d/00basic), resolving |
|
|
121 | bug #3363 |
|
|
122 | |
|
|
123 | 26 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
124 | |
|
|
125 | Update /etc/init.d/netmount not to try and mount NFS filesystems |
|
|
126 | if portmap was not started. This is to stop "hang" problems for |
|
|
127 | new users who do not add portmap to the default runlevel. See |
|
|
128 | bug #2555. |
|
|
129 | |
|
|
130 | Add the video4linux stuff to /etc/devfsd.conf. Resolves bug #2015. |
|
|
131 | |
|
|
132 | 19 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
133 | |
|
|
134 | Move $EDITOR from /etc/profile to /etc/env.d/00basic. |
|
|
135 | |
|
|
136 | 13 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
137 | |
|
|
138 | Change the homes of user "at" and "cron" in /etc/passwd, as |
|
|
139 | they moved to /var/spool/cron... |
|
|
140 | |
|
|
141 | * rc-scripts 1.3.5 (12 May 2002) |
|
|
142 | |
|
|
143 | 12 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
144 | |
|
|
145 | Make slight modifications to /sbin/depscan.sh to improve speed (about |
|
|
146 | 1 second on a celeron 633). |
|
|
147 | |
|
|
148 | Finally fix /sbin/runscript.sh to properly handle interdependencies |
|
|
149 | between types need/use and before/after on runlevel change. I can |
|
|
150 | actually kick myself for previous implementations, as this fix simplifies |
|
|
151 | things a lot, and is almost 30 lines of code less! |
|
|
152 | |
|
|
153 | Change /etc/init.d/netmount not to fail if all mounts are not mounted. |
|
|
154 | It rather just exit with a warning, as I think most people have like |
|
|
155 | me mounts that are to boxes that are not always up. |
|
|
156 | |
|
|
157 | Resolve bug #2439 (should not use try with the dd command for ramdisk |
|
|
158 | stuff). Also increase the number of inodes used for the ramdisk to |
|
|
159 | fix "out of space" errors. Updated /sbin/rc for this. |
|
|
160 | |
|
|
161 | 10 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
162 | |
|
|
163 | Resolve bug #2505 ... /sbin/rc-envupdate.sh should not use |
|
|
164 | backup files to generate /etc/profile.env. |
|
|
165 | |
|
|
166 | Resolve bug #2489 and #2175. Modified /etc/init.d/net.eth0 |
|
|
167 | for this. |
|
|
168 | |
|
|
169 | 6 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
170 | |
|
|
171 | Fixed /sbin/rc-envupdate.sh to only use the $KDEDIR of the highest |
|
|
172 | /etc/env.d/ file. Same for $QTDIR. |
|
|
173 | |
|
|
174 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
175 | |
|
|
176 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
|
|
177 | and is needed for some fixes. |
|
|
178 | |
|
|
179 | 28 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
180 | |
|
|
181 | Update /etc/rc.conf to be more clear and state that you should |
|
|
182 | remove consolefont from startup if you do not use it. Should |
|
|
183 | resolve bug #2174. |
|
|
184 | |
|
|
185 | 26 April 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
|
|
186 | |
|
|
187 | Added user/group apache with uid/gid 81. |
|
|
188 | |
|
|
189 | 25 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
190 | |
|
|
191 | Remove the "-net" from the line setting the default gateway |
|
|
192 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
|
|
193 | noting this. |
|
|
194 | |
|
|
195 | 24 April 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
|
|
196 | |
|
|
197 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
|
|
198 | which is installed with the nfs-utils package. Also tidied up some |
|
|
199 | really old, leftover junk like the non-supported stuff from rc5. |
|
|
200 | Closes #1754. |
|
|
201 | |
|
|
202 | 23 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
203 | |
|
|
204 | Remove creation of /var/run/utmpx from bootmisc again. Seems |
|
|
205 | other people have wierd problems. |
|
|
206 | |
|
|
207 | * rc-scripts 1.3.4 (21 April 2002) |
|
|
208 | |
|
|
209 | 21 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
210 | |
|
|
211 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
|
|
212 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
|
|
213 | |
|
|
214 | Implement the status commandline argument. Updated /sbin/runscript.sh |
|
|
215 | and /sbin/rc-help.sh for this. |
|
|
216 | |
|
|
217 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
|
|
218 | and AFTER. |
|
|
219 | |
|
|
220 | 12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
221 | |
|
|
222 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
|
|
223 | is needed, else /usr/bin/newgrp segfault. |
|
|
224 | |
|
|
225 | 11 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
226 | |
|
|
227 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
|
|
228 | Thanks to Väinö Järvelä for this fix. |
|
|
229 | |
|
|
230 | Update /etc/profile to also set the PS? variables if $SHELL |
|
|
231 | is set to /bin/sh. This should make prompt colours in |
|
|
232 | bootstrap work again. |
|
|
233 | |
|
|
234 | Move LVM stuff to checkfs to ensure that they get fscked. |
|
|
235 | This resolves bug #1552. |
|
|
236 | |
|
|
237 | * rc-scripts 1.3.3 (5 April 2002) |
|
|
238 | |
|
|
239 | 5 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
240 | |
|
|
241 | Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
|
|
242 | This is done to try and ensure system integrity. |
|
|
243 | |
|
|
244 | 1 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
245 | |
|
|
246 | Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
|
|
247 | |
|
|
248 | Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
|
|
249 | |
|
|
250 | Add a bash check to the code that sets the prompt, fixing bug #1078. |
|
|
251 | |
|
|
252 | * rc-scripts 1.3.2 (24 Mar 2002) |
| 4 | |
253 | |
| 5 | 24 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
254 | 24 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 6 | |
255 | |
| 7 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
256 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
| 8 | for this. |
257 | for this. |
| … | |
… | |
| 75 | be working now, and this also fix a problem that when there is no |
324 | be working now, and this also fix a problem that when there is no |
| 76 | service providing a virtual, counter was used uninitialized. |
325 | service providing a virtual, counter was used uninitialized. |
| 77 | |
326 | |
| 78 | * rc-scripts 1.3.0 (10 March 2002) |
327 | * rc-scripts 1.3.0 (10 March 2002) |
| 79 | |
328 | |
| 80 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: Resolved |
329 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
330 | |
| 81 | bug #1021; updated /etc/init.d/consolefont for this. |
331 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
| 82 | |
332 | |
| 83 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
333 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
| 84 | |
334 | |
| 85 | Resolved bug #990; updated /etc/init.d/net.eth0, /etc/init.d/netmount |
335 | Resolved bug #990; updated /etc/init.d/net.eth0, /etc/init.d/netmount |
| 86 | and /etc/init.d/localmount for this. |
336 | and /etc/init.d/localmount for this. |
| … | |
… | |
| 105 | to detect a error when mounting /proc (remember to thank Grant for |
355 | to detect a error when mounting /proc (remember to thank Grant for |
| 106 | his UserMode ebuilds, and Guide). |
356 | his UserMode ebuilds, and Guide). |
| 107 | |
357 | |
| 108 | * rc-scripts 1.2.9 (6 March 2002) |
358 | * rc-scripts 1.2.9 (6 March 2002) |
| 109 | |
359 | |
| 110 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: General form |
360 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
361 | |
| 111 | updates and some piping fixes. |
362 | General form updates and some piping fixes. |
| 112 | |
363 | |
| 113 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
364 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
| 114 | to fix a problem where startDM.sh would be respawned repeatedly |
365 | to fix a problem where startDM.sh would be respawned repeatedly |
| 115 | if xdm was not in the default runlevel. |
366 | if xdm was not in the default runlevel. |
| 116 | |
367 | |
| 117 | * rc-scripts 1.2.8 (4 March 2002) |
368 | * rc-scripts 1.2.8 (4 March 2002) |
| 118 | |
369 | |
| 119 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: add /etc/init.d/xdm, |
370 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 120 | /etc/X11/startDM.sh and updated /etc/inittab to fix the "dead key" |
371 | |
| 121 | problem we had with xdm/gdm/kdm. We should move them to the |
372 | Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
|
|
373 | to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
| 122 | xfree ebuild later on when things settles down. |
374 | move them to the xfree ebuild later on when things settles down. |
| 123 | |
375 | |
| 124 | Added some sanity checks to /sbin/rc, /etc/init.d/runscripts.sh. |
376 | Added some sanity checks to /sbin/rc, /etc/init.d/runscripts.sh. |
| 125 | |
377 | |
| 126 | Added a basic $PATH to /etc/init.d/functions.sh to fix a problem |
378 | Added a basic $PATH to /etc/init.d/functions.sh to fix a problem |
| 127 | where we had a invalid $PATH on boot in some cases. |
379 | where we had a invalid $PATH on boot in some cases. |
| … | |
… | |
| 129 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
381 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
| 130 | the new sys-apps/kbd package. |
382 | the new sys-apps/kbd package. |
| 131 | |
383 | |
| 132 | * rc-scripts 1.2.7 (3 March 2002) |
384 | * rc-scripts 1.2.7 (3 March 2002) |
| 133 | |
385 | |
| 134 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: fixed the problem |
386 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
387 | |
| 135 | of rc-scripts trying to start/stop a service multiple times if it |
388 | Fixed the problem of rc-scripts trying to start/stop a service multiple |
| 136 | fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc for |
389 | times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
| 137 | this. |
390 | for this. |
| 138 | |
391 | |
| 139 | Fixing some variable declarations in /etc/init.d/runscript.sh caused |
392 | Fixing some variable declarations in /etc/init.d/runscript.sh caused |
| 140 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
393 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
| 141 | this. |
394 | this. |
| 142 | |
395 | |
| … | |
… | |
| 147 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
400 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
| 148 | for security. |
401 | for security. |
| 149 | |
402 | |
| 150 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
403 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
| 151 | |
404 | |
| 152 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: added a wrapper for |
405 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
406 | |
| 153 | sourcing the rc-scripts to eliminate syntax errors. Thanks to |
407 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
| 154 | Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
408 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
| 155 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
409 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
| 156 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
410 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
| 157 | |
411 | |
| 158 | Removed stopping of dependant services that have current service as |
412 | Removed stopping of dependant services that have current service as |
| 159 | a 'use'dependancy ... should be less confusing now. |
413 | a 'use'dependancy ... should be less confusing now. |
| 160 | Updated /etc/init.d/runscript.sh for this. |
414 | Updated /etc/init.d/runscript.sh for this. |
| 161 | |
415 | |
| 162 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: add /etc/conf.d/local.start |
416 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 163 | and /etc/conf.d/local.stop for adding any misc programs to startup. This |
417 | |
| 164 | should pretty much have /etc/init.d/ static, except for baselayout updates, |
418 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
| 165 | etc. |
419 | programs to startup. This should pretty much have /etc/init.d/ static, |
|
|
420 | except for baselayout updates, etc. |
| 166 | |
421 | |
| 167 | 27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: in some wierd cases, |
422 | 27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
423 | |
| 168 | a redundent /dev/.devfsd on a unmounted /dev can cause problems. Fixed |
424 | In some wierd cases, a redundent /dev/.devfsd on a unmounted /dev can cause |
| 169 | this in /sbin/rc. |
425 | problems. Fixed this in /sbin/rc. |
| 170 | |
426 | |
| 171 | Added the patches from Grant Goodyear (aka g2boojum) to enable us to |
427 | Added the patches from Grant Goodyear (aka g2boojum) to enable us to |
| 172 | use a ramdisk to store the contents of ${svcdir}. Updated /sbin/rc, |
428 | use a ramdisk to store the contents of ${svcdir}. Updated /sbin/rc, |
| 173 | /etc/init.d/functions.sh and /etc/init.d/checkroot for this. |
429 | /etc/init.d/functions.sh and /etc/init.d/checkroot for this. |
| 174 | |
430 | |
| 175 | 26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: fix my brain dead |
431 | 26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 176 | update of the 25th. It really should keep "gentoo=nodevfs" in mind. |
432 | |
| 177 | Also added 'get_bootparam()' to help in retrieving kernel options. |
433 | Fix my brain dead update of the 25th. It really should keep |
| 178 | Updated /etc/init.d/functions.sh, /etc/init.d/checkroot and /sbin/rc |
434 | "gentoo=nodevfs" in mind. Also added 'get_bootparam()' to help in |
| 179 | for this. |
435 | retrieving kernel options. Updated /etc/init.d/functions.sh, |
|
|
436 | /etc/init.d/checkroot and /sbin/rc for this. |
| 180 | |
437 | |
| 181 | Updated /etc/init.d/consolefont to work without devfs as well. |
438 | Updated /etc/init.d/consolefont to work without devfs as well. |
| 182 | |
439 | |
| 183 | When rebooting or shutting down, a service should not fail to stop |
440 | When rebooting or shutting down, a service should not fail to stop |
| 184 | if a service it depends on, fails. Updated /etc/init.d/runscript.sh |
441 | if a service it depends on, fails. Updated /etc/init.d/runscript.sh |
| 185 | for this. |
442 | for this. |
| 186 | |
443 | |
| 187 | 25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: added a check if |
444 | 25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 188 | /dev is mounted when creating entries for /etc/mtab. This should solve a |
445 | |
| 189 | invalid entry or /dev being mounted even with 'gentoo=nodevfs' option. |
446 | Added a check if /dev is mounted when creating entries for /etc/mtab. |
| 190 | Updated /etc/init.d/checkroot for this. |
447 | This should solve a invalid entry or /dev being mounted even with |
|
|
448 | 'gentoo=nodevfs' option. Updated /etc/init.d/checkroot for this. |
| 191 | |
449 | |
| 192 | 17 Feb 2002: Daniel Robbins <drobbins@gentoo.org>: Made "xfs" the default |
450 | 17 Feb 2002: Daniel Robbins <drobbins@gentoo.org>: Made "xfs" the default |
| 193 | filesystem in /etc/fstab (from ReiserFS) and removed "notail" option (it's |
451 | filesystem in /etc/fstab (from ReiserFS) and removed "notail" option (it's |
| 194 | just in a comment now) |
452 | just in a comment now) |
| 195 | |
453 | |
| 196 | 17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): more fixes to 'after' and |
454 | 17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 197 | 'before', updated /etc/init.d/runscript.sh for this. This should fix |
|
|
| 198 | services not getting started in the correct order in a tight loop, services |
|
|
| 199 | getting stopped out of order, and some other sanity checks. Updated |
|
|
| 200 | rc-script.sh for updated help. |
|
|
| 201 | |
455 | |
|
|
456 | Mmore fixes to 'after' and 'before', updated /etc/init.d/runscript.sh for |
|
|
457 | this. This should fix services not getting started in the correct order |
|
|
458 | in a tight loop, services getting stopped out of order, and some other |
|
|
459 | sanity checks. Updated rc-script.sh for updated help. |
|
|
460 | |
| 202 | 15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): update /etc/profile to |
461 | 15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 203 | resolve bug #588. Reimplemented things a bit, and added the 'after' type. |
462 | |
| 204 | 'before' and 'after' will only work currently for a change of runlevel. |
463 | Update /etc/profile to resolve bug #588. Reimplemented things a bit, |
| 205 | Updated /etc/init.d/depscan.sh, /etc/init.d/runscript.sh and /sbin/rc for it. |
464 | and added the 'after' type. 'before' and 'after' will only work currently |
|
|
465 | for a change of runlevel. Updated /etc/init.d/depscan.sh, |
|
|
466 | /etc/init.d/runscript.sh and /sbin/rc for this. |
| 206 | |
467 | |
| 207 | 13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): add some more entries to |
468 | 13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
| 208 | /etc/devfsd.conf to make alsa users life easier ... thanks Tod. |
469 | |
|
|
470 | Add some more entries to /etc/devfsd.conf to make alsa users life |
|
|
471 | easier ... thanks Tod. |
| 209 | |
472 | |
| 210 | 12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): Some more cleanups to |
473 | 12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
474 | |
| 211 | /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
475 | Some more cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
| 212 | |
476 | |
| 213 | Fixed some services not starting again when restarting a service. |
477 | Fixed some services not starting again when restarting a service. |
| 214 | Seems simple is still the best way. |
478 | Seems simple is still the best way. |
| 215 | |
479 | |
| 216 | Fixed some other problems created with feature additions and cleanups. |
480 | Fixed some other problems created with feature additions and cleanups. |
| 217 | |
481 | |
| 218 | 11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): General cleanups to |
482 | 11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
483 | |
| 219 | /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
484 | General cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
| 220 | |
485 | |
| 221 | Added 'before *' to /etc/init.d/checkroot to make sure it gets |
486 | Added 'before *' to /etc/init.d/checkroot to make sure it gets |
| 222 | started first. |
487 | started first. |
| 223 | |
488 | |
| 224 | Added 'use *' to /etc/init.d/local to make sure it gets started |
489 | Added 'use *' to /etc/init.d/local to make sure it gets started |
| 225 | last. |
490 | last. |
| 226 | |
491 | |
| 227 | 10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc |
492 | 10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
493 | |
| 228 | to stop a service on change of runlevel if it is in 'use' by |
494 | Fixed /sbin/rc to stop a service on change of runlevel if it is |
| 229 | another service. |
495 | in 'use' by another service. |
| 230 | |
496 | |
| 231 | Added the 'provide' depend type for creating virtual services. |
497 | Added the 'provide' depend type for creating virtual services. |
| 232 | Updated /etc/init.d/depscan.sh for this. |
498 | Updated /etc/init.d/depscan.sh for this. |
| 233 | |
499 | |
| 234 | Added the 'before' depend type. This is more for changing the |
500 | Added the 'before' depend type. This is more for changing the |
| … | |
… | |
| 242 | Added save_options() and get_options() to /etc/init.d/functions.sh |
508 | Added save_options() and get_options() to /etc/init.d/functions.sh |
| 243 | for saving misc settings between startup/shutdown. Updated |
509 | for saving misc settings between startup/shutdown. Updated |
| 244 | /etc/init.d/net.eth0 to use these and properly down virtual |
510 | /etc/init.d/net.eth0 to use these and properly down virtual |
| 245 | interfaces. |
511 | interfaces. |
| 246 | |
512 | |
| 247 | 6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): updated both |
513 | 6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
514 | |
| 248 | /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet on no |
515 | Updated both /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet |
| 249 | errors. |
516 | on no errors. |
| 250 | |
517 | |
| 251 | * rc-scripts 1.2.6 (6 Feb 2002) |
518 | * rc-scripts 1.2.6 (6 Feb 2002) |
| 252 | |
519 | |
| 253 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): updated /etc/net.eth0 |
|
|
| 254 | to specify the gateway device via the $gateway variable (something like |
|
|
| 255 | gateway="eth0/192.168.0.1"). |
|
|
| 256 | |
|
|
| 257 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): added rc-script |
520 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
521 | |
|
|
522 | Updated /etc/net.eth0 to specify the gateway device via the $gateway |
|
|
523 | variable (something like gateway="eth0/192.168.0.1"). |
|
|
524 | |
|
|
525 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
526 | |
| 258 | /etc/init.d/numlock, for enabling numlock at boot. |
527 | Added rc-script /etc/init.d/numlock, for enabling numlock at boot. |
| 259 | |
528 | |
| 260 | 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): hopefully the |
529 | 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
530 | |
| 261 | last fix to /etc/init.d/netmount to umount cleanly. This fix |
531 | Hopefully the last fix to /etc/init.d/netmount to umount cleanly. This fix |
| 262 | implements a retry if not successful the first time, and will |
532 | implements a retry if not successful the first time, and will kill |
| 263 | kill processess using the mount. Also small type-o fix to |
533 | processess using the mount. Also small type-o fix to /etc/init.d/halt.sh. |
| 264 | /etc/init.d/halt.sh. |
|
|
| 265 | |
534 | |
| 266 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
535 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
| 267 | /etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
536 | /etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
| 268 | Fixed /etc/passwd,group for user/group mysql. |
537 | Fixed /etc/passwd,group for user/group mysql. |
| 269 | |
538 | |
| … | |
… | |
| 308 | /etc/init.d/checkfs to return 0 if the fs was successfully repaired. |
577 | /etc/init.d/checkfs to return 0 if the fs was successfully repaired. |
| 309 | |
578 | |
| 310 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
579 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
| 311 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
580 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
| 312 | |
581 | |
| 313 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Updated |
582 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
583 | |
| 314 | /etc/init.d/depscan.sh to store info about missing dependancies of |
584 | Updated /etc/init.d/depscan.sh to store info about missing dependancies |
| 315 | type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
585 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
| 316 | to use this when starting a script ('need' dependancies is critical for |
586 | to use this when starting a script ('need' dependancies is critical for |
| 317 | startup). Added the broken() function to /etc/init.d/runscript.sh |
587 | startup). Added the broken() function to /etc/init.d/runscript.sh |
| 318 | to list the missing dependancies. |
588 | to list the missing dependancies. |
| 319 | |
589 | |
| 320 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
590 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
| … | |
… | |
| 322 | |
592 | |
| 323 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
593 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
| 324 | eend(), but print a warning on error, not a error. Updated |
594 | eend(), but print a warning on error, not a error. Updated |
| 325 | /etc/init.d/checkroot and /etc/init.d/checkfs to use this function. |
595 | /etc/init.d/checkroot and /etc/init.d/checkfs to use this function. |
| 326 | |
596 | |
| 327 | 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update /sbin/runscript.c |
597 | 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
| 328 | to run /etc/init.d/rc-help.sh if no arguments is passed to a rc-script. |
598 | |
|
|
599 | Update /sbin/runscript.c to run /etc/init.d/rc-help.sh if no arguments |
|
|
600 | is passed to a rc-script. |
| 329 | |
601 | |
| 330 | Added /etc/init.d/rc-help.sh, simple script that prints out help for |
602 | Added /etc/init.d/rc-help.sh, simple script that prints out help for |
| 331 | the rc-scripts. |
603 | the rc-scripts. |
| 332 | |
604 | |
| 333 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update |
605 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
606 | |
| 334 | /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the |
607 | Update /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the |
| 335 | halt and reboot. This fixes a problem where / was not unmounted |
608 | halt and reboot. This fixes a problem where / was not unmounted properly |
| 336 | properly in some cases. |
609 | in some cases. |
| 337 | |
610 | |
| 338 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Move $svcdir to |
611 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
| 339 | to /etc/init.d/functions.sh, and update /etc/init.d/runscript.sh and |
612 | |
| 340 | /etc/init.d/depscan.sh for this |
613 | Move $svcdir to to /etc/init.d/functions.sh, and update |
|
|
614 | /etc/init.d/runscript.sh and /etc/init.d/depscan.sh for this |
| 341 | |
615 | |
| 342 | Modified /etc/init.d/runscript.sh to also restart the services that |
616 | Modified /etc/init.d/runscript.sh to also restart the services that |
| 343 | depend on a service if that service is restarted. Enhanced the |
617 | depend on a service if that service is restarted. Enhanced the |
| 344 | restart function to be able to have custom restart() functions in |
618 | restart function to be able to have custom restart() functions in |
| 345 | rc-scripts. The custom restart() have to use svc_stop() and |
619 | rc-scripts. The custom restart() have to use svc_stop() and |
| … | |
… | |
| 347 | |
621 | |
| 348 | Add a pause function to /etc/init.d/runscript.sh. It will basically |
622 | Add a pause function to /etc/init.d/runscript.sh. It will basically |
| 349 | stop a service without stopping the services that depends on that |
623 | stop a service without stopping the services that depends on that |
| 350 | service. |
624 | service. |
| 351 | |
625 | |
| 352 | Add a pause function to /etc/init.d/runscript.sh. It will basically stop a |
626 | Add a pause function to /etc/init.d/runscript.sh. It will basically stop a |
| 353 | service without stopping the services that depends on that service. |
627 | service without stopping the services that depends on that service. |
| 354 | |
628 | |
| 355 | * rc-scripts 1.2.3 (18 Dec 2001) |
629 | * rc-scripts 1.2.3 (18 Dec 2001) |
| 356 | |
630 | |
| 357 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Moved the stuff from |
631 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
| 358 | /sbin/init (old) to /sbin/rc (basically drop the init wrapper we used). |
632 | |
|
|
633 | Moved the stuff from /sbin/init (old) to /sbin/rc (basically drop the |
|
|
634 | init wrapper we used). |
| 359 | |
635 | |
| 360 | Some cleanups: take out the shm resize comment; |
636 | Some cleanups: take out the shm resize comment; |
| 361 | |
637 | |
| 362 | remove the $wrongmount; |
638 | remove the $wrongmount; |
| 363 | |
639 | |
| … | |
… | |
| 374 | Also added functionality to detect if the kernel have DEVFS support |
650 | Also added functionality to detect if the kernel have DEVFS support |
| 375 | compiled in; seems new users thinks devfs is unstable and as they do |
651 | compiled in; seems new users thinks devfs is unstable and as they do |
| 376 | not always read the docs, it does not get compiled in ;/ Should |
652 | not always read the docs, it does not get compiled in ;/ Should |
| 377 | make live for us a bit easier. |
653 | make live for us a bit easier. |
| 378 | |
654 | |
| 379 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc to kill |
655 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
| 380 | a cosmetic bug in the part that stops all the unneeded services. |
656 | |
|
|
657 | Fixed /sbin/rc to kill a cosmetic bug in the part that stops all |
|
|
658 | the unneeded services. |
| 381 | |
659 | |
| 382 | * rc-scripts 1.2.2 (8 Dec 2001) |
660 | * rc-scripts 1.2.2 (8 Dec 2001) |
| 383 | |
661 | |
| 384 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
662 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
| 385 | |
663 | |
| … | |
… | |
| 396 | to rc-scripts. Checked in two manpages there, one for modules.autoload.5 |
674 | to rc-scripts. Checked in two manpages there, one for modules.autoload.5 |
| 397 | and one for update-modules.8. These were adapted from Debian. Updated |
675 | and one for update-modules.8. These were adapted from Debian. Updated |
| 398 | tarball.sh to include the new man directory. Updated baselayout to install |
676 | tarball.sh to include the new man directory. Updated baselayout to install |
| 399 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
677 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
| 400 | |
678 | |
| 401 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated /sbin/init |
679 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
680 | |
| 402 | to work correctly with the 'gentoo=nodevfs' option, and cleaned |
681 | Updated /sbin/init to work correctly with the 'gentoo=nodevfs' option, |
| 403 | out old code. |
682 | and cleaned out old code. |
| 404 | |
683 | |
| 405 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
684 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
| 406 | |
685 | |
| 407 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
686 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
687 | |
| 408 | /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' |
688 | Updated /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' |
| 409 | that can be used for services that needs to have a logger started |
689 | that can be used for services that needs to have a logger started before |
| 410 | before they are started. Updated /etc/conf.d/basic with $SYSLOGGER |
690 | they are started. Updated /etc/conf.d/basic with $SYSLOGGER that is used |
| 411 | that is used to define what loggers the 'logger' depend represent. |
691 | to define what loggers the 'logger' depend represent. |
| 412 | |
692 | |
| 413 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
693 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
694 | |
| 414 | /etc/passwd and /etc/group with minor fixes to pass pwck and grpck. |
695 | Updated /etc/passwd and /etc/group with minor fixes to pass pwck |
|
|
696 | and grpck. |
| 415 | |
697 | |
| 416 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Changed umask in |
698 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
699 | |
| 417 | /etc/profile for the user to 077 for security. |
700 | Changed umask in /etc/profile for the user to 077 for security. |
| 418 | |
701 | |
| 419 | Added a stop() function to /etc/init.d/clock. Also removed uneeded |
702 | Added a stop() function to /etc/init.d/clock. Also removed uneeded |
| 420 | 'source /etc/rc.conf' line. |
703 | 'source /etc/rc.conf' line. |
| 421 | |
704 | |
| 422 | Updated /etc/init.d/hostname to set the hostname to 'localhost' if |
705 | Updated /etc/init.d/hostname to set the hostname to 'localhost' if |
| … | |
… | |
| 433 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
716 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
| 434 | removed notail from the ext2 boot partition, other cleanups. |
717 | removed notail from the ext2 boot partition, other cleanups. |
| 435 | |
718 | |
| 436 | 25 Nov 2001; Fixed init.d/clock script to work in UTC mode. |
719 | 25 Nov 2001; Fixed init.d/clock script to work in UTC mode. |
| 437 | |
720 | |
| 438 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Added /etc/devfsd.conf |
721 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 439 | and updated /sbin/init to use a new scheme for saving /dev permissions. |
722 | |
|
|
723 | Added /etc/devfsd.conf and updated /sbin/init to use a new scheme for saving |
| 440 | Also moved /dev-state to /lib/dev-state which is a more standard location. |
724 | /dev permissions. Also moved /dev-state to /lib/dev-state which is a more |
|
|
725 | standard location. |
| 441 | |
726 | |
| 442 | Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on |
727 | Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on |
| 443 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
728 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
| 444 | similar to a 'mini fork bomb'. Afterwards the depends was broken, and |
729 | similar to a 'mini fork bomb'. Afterwards the depends was broken, and |
| 445 | changing runlevels did not want to work. |
730 | changing runlevels did not want to work. |
| … | |
… | |
| 474 | |
759 | |
| 475 | * rc-scripts 1.1.8 (15 Nov 2001) |
760 | * rc-scripts 1.1.8 (15 Nov 2001) |
| 476 | |
761 | |
| 477 | 16 Nov 2001; removed bogus "mountall.test" script. |
762 | 16 Nov 2001; removed bogus "mountall.test" script. |
| 478 | |
763 | |
| 479 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
764 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
765 | |
| 480 | init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being 'use' not |
766 | Updated init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being |
| 481 | 'uses', as it fits better with 'need' (not 'needs'). Also removed unneeded |
767 | 'use' not 'uses', as it fits better with 'need' (not 'needs'). Also |
| 482 | for loop from init.d/depscan.sh, and other fixes. Updated names of new |
768 | removed unneeded for loop from init.d/depscan.sh, and other fixes. Updated |
| 483 | functions in init.d/runscript.sh to better sounding ones. Updated |
769 | names of new functions in init.d/runscript.sh to better sounding ones. |
| 484 | init.d/modules, init.d/netmount to use 'use'. Lots of other fixes/cleanups. |
770 | Updated init.d/modules, init.d/netmount to use 'use'. Lots of other |
|
|
771 | fixes/cleanups. |
|
|
772 | |
| 485 | Removed try() out of init.d/runscript.sh (why was this here ?). |
773 | Removed try() out of init.d/runscript.sh (why was this here ?). |
| 486 | |
774 | |
| 487 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): init.d/bootmisc: Now |
775 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
776 | |
| 488 | cleans /tmp. Also creates /etc/resolv.conf if it doesn't exist. |
777 | Now init.d/bootmisc cleans /tmp. Also creates /etc/resolv.conf if it |
|
|
778 | doesn't exist. |
| 489 | |
779 | |
| 490 | init.d/hostname: Added check for a valid /etc/hostname. |
780 | init.d/hostname: Added check for a valid /etc/hostname. |
| 491 | |
781 | |
| 492 | init.d/keymaps: Added check for valid $KEYMAP. |
782 | init.d/keymaps: Added check for valid $KEYMAP. |
| 493 | |
783 | |
| … | |
… | |
| 499 | not 'default' runlevel. |
789 | not 'default' runlevel. |
| 500 | |
790 | |
| 501 | init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is |
791 | init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is |
| 502 | this really needed (I cannot see that it is used anywhere ...)? |
792 | this really needed (I cannot see that it is used anywhere ...)? |
| 503 | |
793 | |
| 504 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
794 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
795 | |
| 505 | init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend called |
796 | Updated init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend |
| 506 | 'uses'. It basically have the same usage as 'need', except that it do not |
797 | called 'uses'. It basically have the same usage as 'need', except that it |
| 507 | start services that is not in the current and 'boot' runlevels. |
798 | do not start services that is not in the current and 'boot' runlevels. |
| 508 | |
799 | |
| 509 | Updated init.d/netmount to use the 'uses' depend. |
800 | Updated init.d/netmount to use the 'uses' depend. |
| 510 | |
801 | |
| 511 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed init.d/runscript.sh |
802 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 512 | not to destroy the 'need' depends in /${svcdir}/need. This caused subsequent |
803 | |
| 513 | starting and stopping of services not to start depends. |
804 | Fixed init.d/runscript.sh not to destroy the 'need' depends in |
|
|
805 | /${svcdir}/need. This caused subsequent starting and stopping of services |
|
|
806 | not to start depends. |
| 514 | |
807 | |
| 515 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed a problem in sbin/rc |
808 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
| 516 | where the ${svcdir}/softscripts directory got destroyed before stopping |
809 | |
| 517 | running services scheduled to be stopped. This with the fact that $SOFTLEVEL |
810 | Fixed a problem in sbin/rc where the ${svcdir}/softscripts directory got |
| 518 | was set too early, caused the services to be stopped in the wrong order. |
811 | destroyed before stopping running services scheduled to be stopped. This |
|
|
812 | with the fact that $SOFTLEVEL was set too early, caused the services to be |
|
|
813 | stopped in the wrong order. |
| 519 | |
814 | |
| 520 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): Modified init.d/netmount to |
815 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
816 | |
| 521 | check if any network filesystems is mounted. |
817 | Modified init.d/netmount to check if any network filesystems is mounted. |
| 522 | |
818 | |
| 523 | 29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added |
819 | 29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added |
| 524 | some awk and grep magic to find all remote filesystems and umount them. |
820 | some awk and grep magic to find all remote filesystems and umount them. |
| 525 | |
821 | |
| 526 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): A fix for checkroot |
822 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
| 527 | (missing "/"); it now actually checks the root filesystem. Also, a |
823 | |
| 528 | localmount cleanliness fix. |
824 | A fix for checkroot (missing "/"); it now actually checks the root |
|
|
825 | filesystem. Also, a localmount cleanliness fix. |
| 529 | |
826 | |
| 530 | * rc-scripts 1.1.7 (18 Oct 2001) |
827 | * rc-scripts 1.1.7 (18 Oct 2001) |
| 531 | |
828 | |
| 532 | [old changelog format follows] |
829 | [old changelog format follows] |
| 533 | |
830 | |
| … | |
… | |
| 568 | Brand new message functions (ewarn). |
865 | Brand new message functions (ewarn). |
| 569 | |
866 | |
| 570 | *sbin/init, init.d/checkroot |
867 | *sbin/init, init.d/checkroot |
| 571 | We're going back to a /proc/mounts-based mtab symlink because it's |
868 | We're going back to a /proc/mounts-based mtab symlink because it's |
| 572 | just plain better. Appropriate changes made. |
869 | just plain better. Appropriate changes made. |
|
|
870 | |
|
|
871 | # vim:expandtab |