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