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 | |
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) |
|
|
253 | |
|
|
254 | 24 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
255 | |
|
|
256 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
|
|
257 | for this. |
|
|
258 | |
|
|
259 | With the "before" and "after" stuff, recursion levels was getting too high, |
|
|
260 | and with some cases, things just plain did not work as it should. Reworked |
|
|
261 | things to to lower the levels of recursion and get the order right. Updated |
|
|
262 | /etc/init.d/runscript.sh for this. |
|
|
263 | |
|
|
264 | Fixed a problem in /sbin/rc and /etc/init.d/runscript.sh where |
|
|
265 | ${svcdir}/softlevel did not always exist, but runscript.sh tried to open it. |
|
|
266 | |
|
|
267 | Enhance --quiet support. Updated /etc/init.d/functions.sh for this. |
|
|
268 | |
|
|
269 | Remove /etc/pwdb.conf, as pwdb already install a copy of this. |
|
|
270 | |
|
|
271 | Remove /etc/pam.d/{rexec,rlogin,rsh} as pam already install this. |
|
|
272 | |
|
|
273 | Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
|
|
274 | and it seems it has fallen now to my discression. |
|
|
275 | |
5 | * rc-scripts 1.3.1 (23 Mar 2002) |
276 | * rc-scripts 1.3.1 (23 Mar 2002) |
6 | |
277 | |
|
|
278 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
|
|
279 | DHCP lease release from Jim Nutt. |
|
|
280 | |
7 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new |
281 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
8 | release since there are a lot of important bug fixes in here that |
282 | since there are a lot of important bug fixes in here that are needed. |
9 | are needed. |
|
|
10 | |
283 | |
11 | 23 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
284 | 23 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
12 | |
285 | |
13 | Resolve bug #1292. |
286 | Resolve bug #1292. |
14 | |
287 | |
… | |
… | |
51 | 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 |
52 | service providing a virtual, counter was used uninitialized. |
325 | service providing a virtual, counter was used uninitialized. |
53 | |
326 | |
54 | * rc-scripts 1.3.0 (10 March 2002) |
327 | * rc-scripts 1.3.0 (10 March 2002) |
55 | |
328 | |
56 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: Resolved |
329 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
330 | |
57 | bug #1021; updated /etc/init.d/consolefont for this. |
331 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
58 | |
332 | |
59 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
333 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
60 | |
334 | |
61 | 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 |
62 | and /etc/init.d/localmount for this. |
336 | and /etc/init.d/localmount for this. |
… | |
… | |
81 | 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 |
82 | his UserMode ebuilds, and Guide). |
356 | his UserMode ebuilds, and Guide). |
83 | |
357 | |
84 | * rc-scripts 1.2.9 (6 March 2002) |
358 | * rc-scripts 1.2.9 (6 March 2002) |
85 | |
359 | |
86 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: General form |
360 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
361 | |
87 | updates and some piping fixes. |
362 | General form updates and some piping fixes. |
88 | |
363 | |
89 | 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 |
90 | to fix a problem where startDM.sh would be respawned repeatedly |
365 | to fix a problem where startDM.sh would be respawned repeatedly |
91 | if xdm was not in the default runlevel. |
366 | if xdm was not in the default runlevel. |
92 | |
367 | |
93 | * rc-scripts 1.2.8 (4 March 2002) |
368 | * rc-scripts 1.2.8 (4 March 2002) |
94 | |
369 | |
95 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: add /etc/init.d/xdm, |
370 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
96 | /etc/X11/startDM.sh and updated /etc/inittab to fix the "dead key" |
371 | |
97 | 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 |
98 | xfree ebuild later on when things settles down. |
374 | move them to the xfree ebuild later on when things settles down. |
99 | |
375 | |
100 | 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. |
101 | |
377 | |
102 | 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 |
103 | where we had a invalid $PATH on boot in some cases. |
379 | where we had a invalid $PATH on boot in some cases. |
… | |
… | |
105 | 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 |
106 | the new sys-apps/kbd package. |
382 | the new sys-apps/kbd package. |
107 | |
383 | |
108 | * rc-scripts 1.2.7 (3 March 2002) |
384 | * rc-scripts 1.2.7 (3 March 2002) |
109 | |
385 | |
110 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: fixed the problem |
386 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
387 | |
111 | 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 |
112 | 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 |
113 | this. |
390 | for this. |
114 | |
391 | |
115 | Fixing some variable declarations in /etc/init.d/runscript.sh caused |
392 | Fixing some variable declarations in /etc/init.d/runscript.sh caused |
116 | /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 |
117 | this. |
394 | this. |
118 | |
395 | |
… | |
… | |
123 | 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 |
124 | for security. |
401 | for security. |
125 | |
402 | |
126 | 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. |
127 | |
404 | |
128 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: added a wrapper for |
405 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
406 | |
129 | sourcing the rc-scripts to eliminate syntax errors. Thanks to |
407 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
130 | Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
408 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
131 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
409 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
132 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
410 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
133 | |
411 | |
134 | Removed stopping of dependant services that have current service as |
412 | Removed stopping of dependant services that have current service as |
135 | a 'use'dependancy ... should be less confusing now. |
413 | a 'use'dependancy ... should be less confusing now. |
136 | Updated /etc/init.d/runscript.sh for this. |
414 | Updated /etc/init.d/runscript.sh for this. |
137 | |
415 | |
138 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: add /etc/conf.d/local.start |
416 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
139 | and /etc/conf.d/local.stop for adding any misc programs to startup. This |
417 | |
140 | 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 |
141 | etc. |
419 | programs to startup. This should pretty much have /etc/init.d/ static, |
|
|
420 | except for baselayout updates, etc. |
142 | |
421 | |
143 | 27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: in some wierd cases, |
422 | 27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
423 | |
144 | 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 |
145 | this in /sbin/rc. |
425 | problems. Fixed this in /sbin/rc. |
146 | |
426 | |
147 | 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 |
148 | 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, |
149 | /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. |
150 | |
430 | |
151 | 26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: fix my brain dead |
431 | 26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
152 | update of the 25th. It really should keep "gentoo=nodevfs" in mind. |
432 | |
153 | Also added 'get_bootparam()' to help in retrieving kernel options. |
433 | Fix my brain dead update of the 25th. It really should keep |
154 | 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 |
155 | for this. |
435 | retrieving kernel options. Updated /etc/init.d/functions.sh, |
|
|
436 | /etc/init.d/checkroot and /sbin/rc for this. |
156 | |
437 | |
157 | Updated /etc/init.d/consolefont to work without devfs as well. |
438 | Updated /etc/init.d/consolefont to work without devfs as well. |
158 | |
439 | |
159 | 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 |
160 | 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 |
161 | for this. |
442 | for this. |
162 | |
443 | |
163 | 25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: added a check if |
444 | 25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
164 | /dev is mounted when creating entries for /etc/mtab. This should solve a |
445 | |
165 | 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. |
166 | 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. |
167 | |
449 | |
168 | 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 |
169 | 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 |
170 | just in a comment now) |
452 | just in a comment now) |
171 | |
453 | |
172 | 17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): more fixes to 'after' and |
454 | 17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
173 | 'before', updated /etc/init.d/runscript.sh for this. This should fix |
|
|
174 | services not getting started in the correct order in a tight loop, services |
|
|
175 | getting stopped out of order, and some other sanity checks. Updated |
|
|
176 | rc-script.sh for updated help. |
|
|
177 | |
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 | |
178 | 15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): update /etc/profile to |
461 | 15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
179 | resolve bug #588. Reimplemented things a bit, and added the 'after' type. |
462 | |
180 | 'before' and 'after' will only work currently for a change of runlevel. |
463 | Update /etc/profile to resolve bug #588. Reimplemented things a bit, |
181 | 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. |
182 | |
467 | |
183 | 13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): add some more entries to |
468 | 13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
184 | /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. |
185 | |
472 | |
186 | 12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): Some more cleanups to |
473 | 12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
474 | |
187 | /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. |
188 | |
476 | |
189 | Fixed some services not starting again when restarting a service. |
477 | Fixed some services not starting again when restarting a service. |
190 | Seems simple is still the best way. |
478 | Seems simple is still the best way. |
191 | |
479 | |
192 | Fixed some other problems created with feature additions and cleanups. |
480 | Fixed some other problems created with feature additions and cleanups. |
193 | |
481 | |
194 | 11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): General cleanups to |
482 | 11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
483 | |
195 | /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. |
196 | |
485 | |
197 | 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 |
198 | started first. |
487 | started first. |
199 | |
488 | |
200 | 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 |
201 | last. |
490 | last. |
202 | |
491 | |
203 | 10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc |
492 | 10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
493 | |
204 | 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 |
205 | another service. |
495 | in 'use' by another service. |
206 | |
496 | |
207 | Added the 'provide' depend type for creating virtual services. |
497 | Added the 'provide' depend type for creating virtual services. |
208 | Updated /etc/init.d/depscan.sh for this. |
498 | Updated /etc/init.d/depscan.sh for this. |
209 | |
499 | |
210 | Added the 'before' depend type. This is more for changing the |
500 | Added the 'before' depend type. This is more for changing the |
… | |
… | |
218 | 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 |
219 | for saving misc settings between startup/shutdown. Updated |
509 | for saving misc settings between startup/shutdown. Updated |
220 | /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 |
221 | interfaces. |
511 | interfaces. |
222 | |
512 | |
223 | 6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): updated both |
513 | 6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
514 | |
224 | /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 |
225 | errors. |
516 | on no errors. |
226 | |
517 | |
227 | * rc-scripts 1.2.6 (6 Feb 2002) |
518 | * rc-scripts 1.2.6 (6 Feb 2002) |
228 | |
519 | |
229 | 2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): updated /etc/net.eth0 |
|
|
230 | to specify the gateway device via the $gateway variable (something like |
|
|
231 | gateway="eth0/192.168.0.1"). |
|
|
232 | |
|
|
233 | 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 | |
234 | /etc/init.d/numlock, for enabling numlock at boot. |
527 | Added rc-script /etc/init.d/numlock, for enabling numlock at boot. |
235 | |
528 | |
236 | 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): hopefully the |
529 | 29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): |
|
|
530 | |
237 | 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 |
238 | implements a retry if not successful the first time, and will |
532 | implements a retry if not successful the first time, and will kill |
239 | 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. |
240 | /etc/init.d/halt.sh. |
|
|
241 | |
534 | |
242 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
535 | 27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
243 | /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. |
244 | Fixed /etc/passwd,group for user/group mysql. |
537 | Fixed /etc/passwd,group for user/group mysql. |
245 | |
538 | |
… | |
… | |
284 | /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. |
285 | |
578 | |
286 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
579 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
287 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
580 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
288 | |
581 | |
289 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Updated |
582 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
583 | |
290 | /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 |
291 | 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 |
292 | 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 |
293 | startup). Added the broken() function to /etc/init.d/runscript.sh |
587 | startup). Added the broken() function to /etc/init.d/runscript.sh |
294 | to list the missing dependancies. |
588 | to list the missing dependancies. |
295 | |
589 | |
296 | 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 |
… | |
… | |
298 | |
592 | |
299 | 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 |
300 | eend(), but print a warning on error, not a error. Updated |
594 | eend(), but print a warning on error, not a error. Updated |
301 | /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. |
302 | |
596 | |
303 | 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update /sbin/runscript.c |
597 | 27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
304 | 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. |
305 | |
601 | |
306 | 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 |
307 | the rc-scripts. |
603 | the rc-scripts. |
308 | |
604 | |
309 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update |
605 | 25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
|
|
606 | |
310 | /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 |
311 | halt and reboot. This fixes a problem where / was not unmounted |
608 | halt and reboot. This fixes a problem where / was not unmounted properly |
312 | properly in some cases. |
609 | in some cases. |
313 | |
610 | |
314 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Move $svcdir to |
611 | 24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
315 | to /etc/init.d/functions.sh, and update /etc/init.d/runscript.sh and |
612 | |
316 | /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 |
317 | |
615 | |
318 | 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 |
319 | depend on a service if that service is restarted. Enhanced the |
617 | depend on a service if that service is restarted. Enhanced the |
320 | restart function to be able to have custom restart() functions in |
618 | restart function to be able to have custom restart() functions in |
321 | rc-scripts. The custom restart() have to use svc_stop() and |
619 | rc-scripts. The custom restart() have to use svc_stop() and |
… | |
… | |
323 | |
621 | |
324 | 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 |
325 | stop a service without stopping the services that depends on that |
623 | stop a service without stopping the services that depends on that |
326 | service. |
624 | service. |
327 | |
625 | |
328 | 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 |
329 | service without stopping the services that depends on that service. |
627 | service without stopping the services that depends on that service. |
330 | |
628 | |
331 | * rc-scripts 1.2.3 (18 Dec 2001) |
629 | * rc-scripts 1.2.3 (18 Dec 2001) |
332 | |
630 | |
333 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Moved the stuff from |
631 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
334 | /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). |
335 | |
635 | |
336 | Some cleanups: take out the shm resize comment; |
636 | Some cleanups: take out the shm resize comment; |
337 | |
637 | |
338 | remove the $wrongmount; |
638 | remove the $wrongmount; |
339 | |
639 | |
… | |
… | |
350 | Also added functionality to detect if the kernel have DEVFS support |
650 | Also added functionality to detect if the kernel have DEVFS support |
351 | 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 |
352 | 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 |
353 | make live for us a bit easier. |
653 | make live for us a bit easier. |
354 | |
654 | |
355 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc to kill |
655 | 14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): |
356 | 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. |
357 | |
659 | |
358 | * rc-scripts 1.2.2 (8 Dec 2001) |
660 | * rc-scripts 1.2.2 (8 Dec 2001) |
359 | |
661 | |
360 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
662 | 10 Dec 2001; Added a localhost entry in /etc/hosts. |
361 | |
663 | |
… | |
… | |
372 | 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 |
373 | 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 |
374 | 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 |
375 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
677 | these manpages. Slightly tweak the /etc/modules.autoload comments. |
376 | |
678 | |
377 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated /sbin/init |
679 | 28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
680 | |
378 | to work correctly with the 'gentoo=nodevfs' option, and cleaned |
681 | Updated /sbin/init to work correctly with the 'gentoo=nodevfs' option, |
379 | out old code. |
682 | and cleaned out old code. |
380 | |
683 | |
381 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
684 | Updated /etc/init.d/bootmisc with additional lock files to clean. |
382 | |
685 | |
383 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
686 | 27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
687 | |
384 | /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' |
385 | 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 |
386 | 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 |
387 | that is used to define what loggers the 'logger' depend represent. |
691 | to define what loggers the 'logger' depend represent. |
388 | |
692 | |
389 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
693 | 26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
694 | |
390 | /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. |
391 | |
697 | |
392 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Changed umask in |
698 | 25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
699 | |
393 | /etc/profile for the user to 077 for security. |
700 | Changed umask in /etc/profile for the user to 077 for security. |
394 | |
701 | |
395 | 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 |
396 | 'source /etc/rc.conf' line. |
703 | 'source /etc/rc.conf' line. |
397 | |
704 | |
398 | 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 |
… | |
… | |
409 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
716 | 25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
410 | removed notail from the ext2 boot partition, other cleanups. |
717 | removed notail from the ext2 boot partition, other cleanups. |
411 | |
718 | |
412 | 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. |
413 | |
720 | |
414 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Added /etc/devfsd.conf |
721 | 24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
415 | 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 |
416 | 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. |
417 | |
726 | |
418 | 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 |
419 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
728 | itself, calling depscan.sh or changing runlevels cause a tempory effect |
420 | 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 |
421 | changing runlevels did not want to work. |
730 | changing runlevels did not want to work. |
… | |
… | |
450 | |
759 | |
451 | * rc-scripts 1.1.8 (15 Nov 2001) |
760 | * rc-scripts 1.1.8 (15 Nov 2001) |
452 | |
761 | |
453 | 16 Nov 2001; removed bogus "mountall.test" script. |
762 | 16 Nov 2001; removed bogus "mountall.test" script. |
454 | |
763 | |
455 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
764 | 15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
765 | |
456 | 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 |
457 | '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 |
458 | 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 |
459 | 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. |
460 | 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 | |
461 | 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 ?). |
462 | |
774 | |
463 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): init.d/bootmisc: Now |
775 | 14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
776 | |
464 | 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. |
465 | |
779 | |
466 | init.d/hostname: Added check for a valid /etc/hostname. |
780 | init.d/hostname: Added check for a valid /etc/hostname. |
467 | |
781 | |
468 | init.d/keymaps: Added check for valid $KEYMAP. |
782 | init.d/keymaps: Added check for valid $KEYMAP. |
469 | |
783 | |
… | |
… | |
475 | not 'default' runlevel. |
789 | not 'default' runlevel. |
476 | |
790 | |
477 | 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 |
478 | this really needed (I cannot see that it is used anywhere ...)? |
792 | this really needed (I cannot see that it is used anywhere ...)? |
479 | |
793 | |
480 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
794 | 13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
795 | |
481 | 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 |
482 | '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 |
483 | 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. |
484 | |
799 | |
485 | Updated init.d/netmount to use the 'uses' depend. |
800 | Updated init.d/netmount to use the 'uses' depend. |
486 | |
801 | |
487 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed init.d/runscript.sh |
802 | 11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
488 | not to destroy the 'need' depends in /${svcdir}/need. This caused subsequent |
803 | |
489 | 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. |
490 | |
807 | |
491 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed a problem in sbin/rc |
808 | 7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): |
492 | where the ${svcdir}/softscripts directory got destroyed before stopping |
809 | |
493 | 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 |
494 | 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. |
495 | |
814 | |
496 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): Modified init.d/netmount to |
815 | 30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
|
|
816 | |
497 | check if any network filesystems is mounted. |
817 | Modified init.d/netmount to check if any network filesystems is mounted. |
498 | |
818 | |
499 | 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 |
500 | 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. |
501 | |
821 | |
502 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): A fix for checkroot |
822 | 29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): |
503 | (missing "/"); it now actually checks the root filesystem. Also, a |
823 | |
504 | localmount cleanliness fix. |
824 | A fix for checkroot (missing "/"); it now actually checks the root |
|
|
825 | filesystem. Also, a localmount cleanliness fix. |
505 | |
826 | |
506 | * rc-scripts 1.1.7 (18 Oct 2001) |
827 | * rc-scripts 1.1.7 (18 Oct 2001) |
507 | |
828 | |
508 | [old changelog format follows] |
829 | [old changelog format follows] |
509 | |
830 | |
… | |
… | |
544 | Brand new message functions (ewarn). |
865 | Brand new message functions (ewarn). |
545 | |
866 | |
546 | *sbin/init, init.d/checkroot |
867 | *sbin/init, init.d/checkroot |
547 | 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 |
548 | just plain better. Appropriate changes made. |
869 | just plain better. Appropriate changes made. |
|
|
870 | |
|
|
871 | # vim:expandtab |