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