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