| 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-2003 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 | * rc-scripts 1.4.3.12p1 (26 Nov 2003) |
|
|
6 | |
|
|
7 | 26 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
8 | |
|
|
9 | Fix /etc/init.d/halt.sh to reset pam_console permissions, else |
|
|
10 | the next bootup might be done with some non-root nodes which cause |
|
|
11 | some odd issues. |
|
|
12 | |
|
|
13 | Add code to generate /dev from sysfs entries - not much it currently |
|
|
14 | support but block/tty devices, but it is a start for when we have |
|
|
15 | full sysfs support in all drivers. |
|
|
16 | |
|
|
17 | Revert carrier detection check, as there is currently too many |
|
|
18 | issues with it, bug #33272. |
|
|
19 | |
|
|
20 | Make sure we mount already mounted mount (done in /sbin/rc) with |
|
|
21 | correct permissions, etc, bug #33764. Modified /etc/init.d/checkroot |
|
|
22 | for this. |
|
|
23 | |
|
|
24 | 16 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
25 | |
|
|
26 | Fix carrier detection - we need to do a 'ifconfig $IFACE up' else |
|
|
27 | some drivers do not set the IFF_RUNNING bit, bug #33272, thanks to |
|
|
28 | Jason Rhinelander <jason-gentoo@gossamer-threads.com> for the fix. |
|
|
29 | |
|
|
30 | 15 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
31 | |
|
|
32 | Add a warning to cachedepends.awk if a rc-script's name ends in |
|
|
33 | '.sh', bug #33134. Add better error checking to /sbin/depscan.sh. |
|
|
34 | |
|
|
35 | Fix /etc/init.d/halt.sh to not try and remount virtual devices, |
|
|
36 | also do a few cleanups. Closes bug #33271. |
|
|
37 | |
|
|
38 | * rc-scripts 1.4.3.12 (11 Nov 2003) |
|
|
39 | |
|
|
40 | 11 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
41 | |
|
|
42 | Add carrier detection to /etc/init.d/net.eth0 closing bug #25480; |
|
|
43 | patch by Jordan Ritter <jpr5+gentoo@darkridge.com>. |
|
|
44 | |
|
|
45 | Add extra checks for critical directories to /sbin/rc. |
|
|
46 | |
|
|
47 | 04 Nov 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
48 | |
|
|
49 | Update /bin/rc-status giving a working '-u' parameter, bug #32417. |
|
|
50 | Fix by Michael Frysinger <vapier@gentoo.org>. |
|
|
51 | |
|
|
52 | 31 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
53 | |
|
|
54 | Add support for --tty switch added to setfont and remove consolechars |
|
|
55 | support; modified /etc/init.d/consolefont for this. Also remove |
|
|
56 | consoletools support from /etc/init.d/keymaps. |
|
|
57 | |
|
|
58 | 29 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
59 | |
|
|
60 | We should still use /sbin/udev as hotplug agent if /sbin/hotplug do |
|
|
61 | not exist. Updated /sbin/rc for this. |
|
|
62 | |
|
|
63 | Add a fix to /etc/init.d/keymaps for bug #32111 (we should not have |
|
|
64 | '-u' in the call to loadkeys when using unicode). |
|
|
65 | |
|
|
66 | We should not use '-' in variable names for bash, bug #31184, thanks |
|
|
67 | to Andreas Simon <yuipx@gmx.net>. Updated /sbin/MAKEDEV. |
|
|
68 | |
|
|
69 | 27 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
70 | |
|
|
71 | Fix return code checking of fsck in /etc/init.d/checkfs, bug #31349. |
|
|
72 | |
|
|
73 | 26 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
74 | |
|
|
75 | The unmount stuff in /etc/init.d/halt.sh was flawed, in the fact that |
|
|
76 | it called 'umount -t no<insert_fs_here>', which resulted in /proc, etc |
|
|
77 | unmounted anyhow. Change it to remount the last filesystems readonly |
|
|
78 | without trying to unmount any. This fixes a few cases where reboot |
|
|
79 | would halt due to unmounted /proc, etc. |
|
|
80 | |
|
|
81 | This change set fixes two things: |
|
|
82 | 1) In exporting all functions/variables in functions.sh, rc-services.sh |
|
|
83 | and rc-daemon.sh, we created an overly large environment, and also |
|
|
84 | broke stuff like glftpd. Do not do this, and hope whatever caused |
|
|
85 | the issues previously is fixed in the meantime. This should close |
|
|
86 | bugs #25754 and #31794. |
|
|
87 | 2) gendepend.awk used to generate deptree with functions called |
|
|
88 | depinfo_<scriptname> which set appropriate variables when called. |
|
|
89 | This broke if the scriptname contained characters that is not valid |
|
|
90 | for bash variable names. Changed things to use an array fixing this. |
|
|
91 | This closes bug #24092. |
|
|
92 | |
|
|
93 | Change /sbin/rc again to not set the hotplug agent to /sbin/udev, as |
|
|
94 | /sbin/hotplug will call udev as well. |
|
|
95 | |
|
|
96 | Fix a logic error in /lib/rcscripts/sh/rc-services.sh that cause the |
|
|
97 | get_dep_info() function to skip the last entry in the RC_DEPEND_TREE |
|
|
98 | array (in my case 'net'). |
|
|
99 | |
|
|
100 | We did not handle the 'net' dependency properly in valid_iuse() and |
|
|
101 | valid_iafter(). Fix this in /lib/rcscripts/sh/rc-services.sh, closing |
|
|
102 | bugs #30327 and #31950. |
|
|
103 | |
|
|
104 | Change an occurance of /etc/modutils in modules-update.8 to |
|
|
105 | /etc/modules.d/ closing bug #31171. |
|
|
106 | |
|
|
107 | 19 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
108 | |
|
|
109 | More bootsplash fixes, bug #21019 (comment #21). |
|
|
110 | |
|
|
111 | Remove the killall5 stuff from /etc/init.d/halt.sh, as it messes with |
|
|
112 | bootsplash. Add support to kill processes still using non-critical |
|
|
113 | mounts with fuser though. |
|
|
114 | |
|
|
115 | 17 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
116 | |
|
|
117 | Bootsplash fixes from Michael Aichler <micha@aichler.net>, (comment #15 |
|
|
118 | and #16 from bug #21019). |
|
|
119 | |
|
|
120 | Bootsplash coded did not play nice with boot profiles, so I fixed that |
|
|
121 | as well. Some other style tweaks. |
|
|
122 | |
|
|
123 | Fix /sbin/MAKEDEV to use 'user:group' form, and not depriciated '.'. |
|
|
124 | Also changed the permissions on tty's, ibcs and scanner devices |
|
|
125 | to 0660. |
|
|
126 | |
|
|
127 | * rc-scripts 1.4.3.11p2 (14 Sep 2003) |
|
|
128 | |
|
|
129 | 14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
130 | |
|
|
131 | Revert previous changes, and substitute it for the bootsplash patches |
|
|
132 | from Michael Aichler <micha@aichler.net>, bug #21019. His www pages |
|
|
133 | can be reached at: |
|
|
134 | |
|
|
135 | http://www.aichler.net/gentoo/bootsplash/ |
|
|
136 | |
|
|
137 | I should note that the bootsplash stuff is not 100% tested. |
|
|
138 | |
|
|
139 | |
|
|
140 | * rc-scripts 1.4.3.11p1 (14 Sep 2003) |
|
|
141 | |
|
|
142 | 14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
143 | |
|
|
144 | Initial bootsplash patch as from LiveCD's. |
|
|
145 | |
|
|
146 | Add more tty's to /etc/init.d/numlock, bug #28252. |
|
|
147 | |
|
|
148 | * rc-scripts 1.4.3.11 (14 Sep 2003) |
|
|
149 | |
|
|
150 | 14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
151 | |
|
|
152 | Add initial udev support. Modified /sbin/rc and /etc/init.d/halt.sh. |
|
|
153 | Resolves bug #27527. |
|
|
154 | |
|
|
155 | Add squid to /etc/services, bug #30995. Other cleanups from rac. |
|
|
156 | |
|
|
157 | Add patch from Kumba <kumba@gentoo.org> to MAKEDEV to not allow |
|
|
158 | running while pwd is root (/). |
|
|
159 | |
|
|
160 | Add 'after hotplug' to /etc/init.d/consolefont, bug #30856. |
|
|
161 | |
|
|
162 | Add entry for floppy in /etc/fstab, bug #30574. |
|
|
163 | |
|
|
164 | Remove changing group of /tmp/.{X,ICE}-unix, as it it not needed, |
|
|
165 | bug #28861. |
|
|
166 | |
|
|
167 | Apply a patch from Mike Frysinger <vapier@gentoo.org> for rc-status. |
|
|
168 | It now will work with runlevels named with any characters (other than |
|
|
169 | ones found in default bash IFS). It also adds a few sanity/error |
|
|
170 | checks, bug #26432. |
|
|
171 | |
|
|
172 | Change /etc/inputrc to have PageUp/PageDown search through bash |
|
|
173 | history again, bug #26036. |
|
|
174 | |
|
|
175 | 14 Sep 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
176 | |
|
|
177 | Change update-modules to modules-update in manpage, bug #28101. |
|
|
178 | |
|
|
179 | * rc-scripts 1.4.3.10p1 (08 Sep 2003) |
|
|
180 | |
|
|
181 | 08 Sep 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
182 | |
|
|
183 | Change the '-k' switch to dhcpcd to '-z' in /etc/init.d/net.eth0. |
|
|
184 | |
|
|
185 | 12 Aug 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
186 | |
|
|
187 | Add missing 'local x' to filter_environ() (bug #26429), thanks to |
|
|
188 | Mark Wagner <mark@lanfear.net>. Modified rc-services.sh for this. |
|
|
189 | |
|
|
190 | 11 Aug 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
191 | |
|
|
192 | Modify /etc/init.d/modules not to print the autoloading stuff if |
|
|
193 | no modules should be loaded (resolving bug #26288), per request from |
|
|
194 | Michael Frysinger <vapier@gentoo.org>. |
|
|
195 | |
|
|
196 | Fix get_bootparam() in /sbin/functions.sh to check for existance of |
|
|
197 | the /proc/cmdline proc entry. |
|
|
198 | |
|
|
199 | 10 Aug 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
200 | |
|
|
201 | Modify /etc/init.d/halt.sh to first kill, and then deactivate swap on |
|
|
202 | request of Luke-Jr <luke-jr@gentoo.org>. It should be ok now, as the |
|
|
203 | whole way of devfs handling changed long ago already. |
|
|
204 | |
|
|
205 | Fix /etc/init.d/halt.sh to unmount the mount point and not the device. |
|
|
206 | Also change it to 'mount -d' to detach the loop device. Patch by |
|
|
207 | Kalin KOZHUHAROV <kalin@ThinRope.net>, bug #26256. |
|
|
208 | |
|
|
209 | Fix /etc/init.d/consolefont to not error out if CONSOLEFONT in rc.conf |
|
|
210 | is not set, bug #26278 (noted by Michael Frysinger <vapier@gentoo.org>). |
|
|
211 | |
|
|
212 | * rc-scripts 1.4.3.10 (04 Aug 2003) |
|
|
213 | |
|
|
214 | 04 Aug 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
215 | |
|
|
216 | Add /bin/rc-status and 'show' support to /sbin/rc-update (long overdue), |
|
|
217 | bug #4222, thanks to Sean E Russell <ser@germane-software.com>, |
|
|
218 | Michael Frysinger <vapier@gentoo.org> (/bin/rc-status) and for the 'show' |
|
|
219 | stuff to /sbin/rc-update, Max Kalika <max@gentoo.org>. |
|
|
220 | |
|
|
221 | Fixed modules-update to only do the /etc/modprobe.conf generation if we |
|
|
222 | are actually running a 2.5+ kernel. |
|
|
223 | |
|
|
224 | Add pop3 entries to /etc/services, bug #25501. |
|
|
225 | |
|
|
226 | Add a switch for devfsd startup to /etc/conf.d/rc, fix /sbin/rc to check |
|
|
227 | RC_DEVFSD_STARTUP. Closes bug #24361, thanks to patches from |
|
|
228 | Kurt V. Hindenburg <khindenburg@cherrynebula.net>. |
|
|
229 | |
|
|
230 | Add LVM2 support thanks to Max Kalika <max@gentoo.org> (bug #21908). |
|
|
231 | |
|
|
232 | Add IPV6 versions of localhost and co in /etc/hosts, bug #25859. |
|
|
233 | |
|
|
234 | Fix type-o in /sbin/rc-update, bug #25854. |
|
|
235 | |
|
|
236 | 29 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
237 | |
|
|
238 | Tweak /etc/init.d/check{root,fs} to set retval after each fsck call, |
|
|
239 | and not the whole block. Tweak check checkroot to reboot if need be |
|
|
240 | (This is with sufficient warning and message). Tweak checkfs to not |
|
|
241 | drop to a sulogin if return code 2 or 3 is given - as we did not |
|
|
242 | mount the filesystems yet, we should not need to reboot ... bug #25398. |
|
|
243 | |
|
|
244 | Add '-T' option to fsck (/etc/init.d/check{root,fs} - requested by |
|
|
245 | Michael Frysinger <vapier@gentoo.org>. |
|
|
246 | |
|
|
247 | 28 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
248 | |
|
|
249 | Rework changes for the Adelie project to support boot config profiles |
|
|
250 | better. Added support for /etc/runlevels/LEVEL/.fake to specify which |
|
|
251 | runlevels should be marked started or stopped without executing the |
|
|
252 | script. Renamed the /etc/runlevels/LEVEL/critical to ".critical" for |
|
|
253 | more uniformity. Modified /sbin/rc, /sbin/functions.sh, /sbin/runscript.sh |
|
|
254 | for this. |
|
|
255 | |
|
|
256 | Add better support for services that provide the "logger" virtual. We |
|
|
257 | should really start the logger earlier, and stop it as late as possible. |
|
|
258 | Modified /sbin/rc, /lib/rcscripts/sh/rc-services.sh and gendepends.awk |
|
|
259 | for this. |
|
|
260 | |
|
|
261 | Fix .../boot/... paths hardcoded in /lib/rcscripts/sh/rc-services.sh, |
|
|
262 | thanks to Jean-Francois Richard <jean-francois@richard.name>. |
|
|
263 | |
|
|
264 | Replace the Suse /etc/inputrc with a non copyrighted one, bug #24918. |
|
|
265 | |
|
|
266 | 23 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
267 | |
|
|
268 | From Jean-Francois Richard <jean-francois@richard.name> and |
|
|
269 | Olivier Crete <tester@gentoo.org> from the Adelie project: |
|
|
270 | |
|
|
271 | The last four patches are the "adaptation" of our previous patches to |
|
|
272 | the new "no-tmpfs" init system in Gentoo. Since we were using quite |
|
|
273 | different scripts for the boot runlevel (no "checkroot" for example) and |
|
|
274 | that the new system hardcodes some of the boot services, we had to find |
|
|
275 | a simple yet elegant solution. |
|
|
276 | |
|
|
277 | We chose to make init scripts read "/etc/runlevels/LEVEL/critical" to |
|
|
278 | know what are the boot runlevel services. If this file is not present, |
|
|
279 | it uses the Gentoo hardcoded defaults. |
|
|
280 | |
|
|
281 | This touches /sbin/rc, /sbin/functions.sh, /sbin/runscript.sh and |
|
|
282 | /etc/init.d/halt.sh. |
|
|
283 | |
|
|
284 | I just changed the behaviour of 'softlevel' kernel command line argument |
|
|
285 | to not only add a suffix and some other cleanups. |
|
|
286 | |
|
|
287 | Add support for irqbalance. |
|
|
288 | |
|
|
289 | 22 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
290 | |
|
|
291 | Fix the /dev/root entry in /etc/mtab, bug #24916. |
|
|
292 | |
|
|
293 | Add EVMS2 support, thanks to Mike Javorski <mike_javorski@bigfoot.com>, |
|
|
294 | bug #24064. |
|
|
295 | |
|
|
296 | * rc-scripts 1.4.3.9 (17 Jul 2003) |
|
|
297 | |
|
|
298 | 17 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
299 | |
|
|
300 | Add vlan support to /etc/init.d/net.eth0, bug #15588, thanks to |
|
|
301 | Andy Dustman <andy-gentoo.54e552@dustman.net>. |
|
|
302 | |
|
|
303 | Add 'TERM=Eterm' to /etc/DIR_COLORS, bug #23423. |
|
|
304 | |
|
|
305 | Add mdadm support to /etc/init.d/checkfs, bug #23437, many thanks |
|
|
306 | to Wes Kurdziolek <wkurdzio@vtluug.org>. |
|
|
307 | |
|
|
308 | Rather use 'uname -r' to get kernel version, as else we need sysctl. |
|
|
309 | This closes bug #23923, modified /etc/init.d/modules. |
|
|
310 | |
|
|
311 | Fix a type-o in /etc/fstab, bug #23308. |
|
|
312 | |
|
|
313 | Add support for the new 'O' agetty option to display the DNS domainname |
|
|
314 | in the issue file thanks to Marius Mauch <genone@genone.de>, bug #22275. |
|
|
315 | Updated /etc/issue and /etc/issue.logo for this. |
|
|
316 | |
|
|
317 | 16 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
318 | |
|
|
319 | Add aliases for add/del to /sbin/rc-update closing bug #24317, thanks |
|
|
320 | to Antonio Dolcetta <zagarna@yahoo.com>. |
|
|
321 | |
|
|
322 | Fix /etc/init.d/net.eth0 to not set rp_filter if already set via |
|
|
323 | /etc/sysctl.conf, bug #24235 - thanks jochen <jochen.eisinger@gmx.de>. |
|
|
324 | |
|
|
325 | Fix /sbin/runscript.sh and /lib/rcscripts/awk/cachedepend.awk to work |
|
|
326 | with symlinks in /etc/init.d/, closing bug #24228. |
|
|
327 | |
|
|
328 | Fix /etc/init.d/clock to work with UML, closing bug #24225 thanks to |
|
|
329 | John Mylchreest <johnm@gentoo.org>. |
|
|
330 | |
|
|
331 | Fix hardcoded color escape sequence in /sbin/rc, closing bug #24109, |
|
|
332 | thanks to splite <splite-gentoo@sigint.cs.purdue.edu>. |
|
|
333 | |
|
|
334 | Fix /sbin/functions.sh to disable color printing if NOCOLOR is set to |
|
|
335 | "true" in /etc/make.conf, closing bug #24107. |
|
|
336 | |
|
|
337 | Fix /etc/init.d/keymaps to be more non-x86 friendly, and also allow |
|
|
338 | more keymaps to be specified in /etc/rc.conf, bug #24084. |
|
|
339 | |
|
|
340 | 15 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
341 | |
|
|
342 | Add /bin/csh to /etc/shells. |
|
|
343 | |
|
|
344 | Add new protocols to /etc/services, thanks Rajiv Aaron Manglani |
|
|
345 | <rajiv@gentoo.org>. |
|
|
346 | |
|
|
347 | 23 Jun 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
348 | |
|
|
349 | Cleanups for bug #21438 from bug #22637, thanks to |
|
|
350 | Christian Strauf <christian.strauf@gmx.de> and Ian Abbott <ian@abbott.org>. |
|
|
351 | |
|
|
352 | 22 Jun 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
353 | |
|
|
354 | Really commit fix for bug #21438 to CVS. |
|
|
355 | |
|
|
356 | 21 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
357 | |
|
|
358 | Call /proc mount with explicit options to fix issues where user |
|
|
359 | have 'bind' mounts for /proc in fstab as well, bug #21068. |
|
|
360 | |
|
|
361 | Fix /etc/init.d/bootmisc to check for /sbin/env-update.sh, bug #21384, |
|
|
362 | reported by Gunnlaugur Thor Briem <gthb@hi.is>. |
|
|
363 | |
|
|
364 | Add 'before bootmisc' to /etc/init.d/domainname, as we need to start |
|
|
365 | it before 'env-update.sh' gets run by /etc/init.d/bootmisc. |
|
|
366 | |
|
|
367 | * rc-scripts 1.4.3.8p1 (21 May 2003) |
|
|
368 | |
|
|
369 | 21 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
370 | |
|
|
371 | Last fix I did not use the modified 'myservice', but used $1 again, |
|
|
372 | causing the network dependencies to bork. I did not notice this |
|
|
373 | as I have net.eth0 in default runlevel. |
|
|
374 | |
|
|
375 | * rc-scripts 1.4.3.8 (20 May 2003) |
|
|
376 | |
|
|
377 | 20 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
378 | |
|
|
379 | A '-' in a bash variable is not valid as well. Fix gendepend.awk and |
|
|
380 | rc-service.sh to handle this, thanks to YAMAKURA Makoto |
|
|
381 | <makoto@dsb.club.ne.jp>. |
|
|
382 | |
|
|
383 | Move /etc/issue to /etc/issue.logo, and have /etc/issue only print info |
|
|
384 | about the host it is running on. |
|
|
385 | |
|
|
386 | 18 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
387 | |
|
|
388 | Do not let devfsd handle /dev/log's permission management, as it breaks |
|
|
389 | selinux. Modified /etc/devfsd.conf, changes submited by Chris PeBenito |
|
|
390 | <pebenito@gentoo.org>. |
|
|
391 | |
|
|
392 | Fix type-o in /etc/init.d/net.ppp0, and add local ip-up/ip-down support. |
|
|
393 | |
|
|
394 | 14 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
395 | |
|
|
396 | We should not export the RC_GOT_* variables, as it breaks on some systems, |
|
|
397 | thanks to J?rg Gollnick <gentoo-bugs@wurzelbenutzer.de>, bug #20851. |
|
|
398 | |
|
|
399 | From C. Brewer <killian@gentoo.org>: |
|
|
400 | - Add hide-password to the connect cmd-line of /etc/init.d/net.ppp0, which is |
|
|
401 | suppose to be default, but why take chances? |
|
|
402 | - Also, echoing chmod 640 in the resolv.conf two-step at the end to solve the |
|
|
403 | kppp complaint. |
|
|
404 | |
|
|
405 | 13 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
406 | |
|
|
407 | For the network functions, the dependency code tried to create a funcion |
|
|
408 | with a '.' in the name, causing the network rc-scripts to not have any |
|
|
409 | dependencies. This should fix bug #20849 's order issue, thanks to |
|
|
410 | YAMAKURA Makoto <makoto@dsb.club.ne.jp> for noticing. |
|
|
411 | |
|
|
412 | Fix query_{before,after} to also check 'net' if 'service2' is a network |
|
|
413 | service. |
|
|
414 | |
|
|
415 | 12 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
416 | |
|
|
417 | More cleanups: |
|
|
418 | - Move the broken stuff from symlinks to a DB entry in ${svcdir}/deptree. |
|
|
419 | Updated /sbin/runscript.sh, /sbin/rc-services.sh and gendepend.awk for |
|
|
420 | this. |
|
|
421 | - Add functions for more common tasks in /sbin/runscript.sh to |
|
|
422 | /sbin/rc-services.sh. |
|
|
423 | - Move 'consoletype' to /sbin. |
|
|
424 | - Rename /sbin/rc-envupdate.sh to /sbin/env-update.sh; updated |
|
|
425 | /etc/init.d/bootmisc for this. |
|
|
426 | - Move rc-services.sh, rc-daemon.sh and rc-help.sh to /lib/rcscripts/sh. |
|
|
427 | - Improve detection of circular depends ... modified gendepend.awk for this. |
|
|
428 | |
|
|
429 | * rc-scripts 1.4.3.7 (11 May 2003) |
|
|
430 | |
|
|
431 | 11 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
432 | |
|
|
433 | Too many things to remember, so here is changes of note: |
|
|
434 | - More changes to gendepend.awk. This basically modifies it to not use |
|
|
435 | symlinks in $svcdir/{need,use,before,after,provide} anymore, but rather |
|
|
436 | create a file that can be sourced. Seems to speedup things nicely. |
|
|
437 | - Add /sbin/rc-services.sh. This is basically a module to get dependency |
|
|
438 | info from the new $svcdir/deptree, and some other new service functions. |
|
|
439 | - Modify the whole works to *only* source all needed files once. This |
|
|
440 | includes /sbin/{functions.sh,rc-services.sh,rc-daemon.sh}. Also |
|
|
441 | rc-services.sh will only source $svcdir/deptree once. /sbin/runscript.sh |
|
|
442 | is sourced more than once (actually each time a service is started or |
|
|
443 | stopped, but is is cut down much). Also seems to speed things up again. |
|
|
444 | - Fix a long outstanding bug in gendepend.awk that caused the 'net' |
|
|
445 | dependency to not be actually used in shutdown, causing the services |
|
|
446 | needing it to be stoped before net.* services. |
|
|
447 | - Add the RC_PARALLEL_STARTUP variable, with schedule_service_startup() to |
|
|
448 | /sbin/rc-services.sh and /etc/conf.d/rc. This is experimental parallel |
|
|
449 | startup of services, and seems to work nicely. Only issues to date is |
|
|
450 | that printing of messages is not synced, and a race very intermittantly |
|
|
451 | that causes a service to be started when it was already scheduled. |
|
|
452 | - Add a new dependency type 'parallel' that can be used to control if a |
|
|
453 | service can be started in paralled or not. Possible arguments is "yes" |
|
|
454 | or "no"; if it is not present, it is considered as "yes": |
|
|
455 | |
|
|
456 | depend() { |
|
|
457 | parallel yes|no |
|
|
458 | } |
|
|
459 | |
|
|
460 | Modified cachedepend.awk, gendepend.awk and /sbin/rc-services.sh. |
|
|
461 | - Fix the 'single' runlevel to actually work properly, and without a |
|
|
462 | /etc/runlevels/single directory. |
|
|
463 | - Remove the BOOT variable, and update /sbin/rc to set SOFTLEVEL properly. |
|
|
464 | Fix /etc/init.d/{checkroot,bootmisc} to use SOFTLEVEL instead of BOOT. |
|
|
465 | |
|
|
466 | 08 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
467 | |
|
|
468 | Major rework of /lib/rcscript/awk/gendepend.awk, cleaning it up nicely, |
|
|
469 | and adding more sanity checks. |
|
|
470 | |
|
|
471 | 04 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
472 | |
|
|
473 | Revert /etc/init.d/hostname the way it was, as it should be the user's |
|
|
474 | choice if he want to have a FQDN in there or not, bug #14946. |
|
|
475 | |
|
|
476 | Add /etc/init.d/domainname for those that want to use it. |
|
|
477 | |
|
|
478 | 29 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
479 | |
|
|
480 | Change the root check back the way it was, else it breaks with non bash |
|
|
481 | shells; modified /etc/profile. |
|
|
482 | |
|
|
483 | 29 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
484 | |
|
|
485 | Change test in /etc/profile for root to '[ "$EUID" -eq 0 ]', bug #20140. |
|
|
486 | |
|
|
487 | 27 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
488 | |
|
|
489 | Add various patches from Rachel Holmes <rach@gmx.net>: |
|
|
490 | |
|
|
491 | Dropped use of 'cat' in bash scripts, '$(<$file)' is there for that |
|
|
492 | purpose. Modified: |
|
|
493 | |
|
|
494 | /etc/init.d/net.ppp0 |
|
|
495 | /etc/init.d/nscd |
|
|
496 | /sbin/functions.sh |
|
|
497 | /sbin/rc |
|
|
498 | /sbin/rc-daemon.sh |
|
|
499 | /sbin/rc-envupdate.sh.bash |
|
|
500 | /sbin/runscript.sh |
|
|
501 | |
|
|
502 | Exchanged some gratuitous use of awk for grep. Awk is a little resource |
|
|
503 | hungry just for a simple test. (I [azarah] did not apply the changes to |
|
|
504 | tests for 'devfs', as having 'usbdevfs' in the equation will break |
|
|
505 | things). Modified /sbin/rc for this. |
|
|
506 | |
|
|
507 | Gentoo enforces having /proc, so uname -r is a little redundant when the |
|
|
508 | information is available without an external command. Modified: |
|
|
509 | |
|
|
510 | /etc/init.d/modules |
|
|
511 | /etc/init.d/serial |
|
|
512 | /sbin/functions.sh |
|
|
513 | /sbin/modules-update |
|
|
514 | |
|
|
515 | Changed 'id -u' commands to use $EUID in bash executed scripts, same |
|
|
516 | result no extra command. Modified: |
|
|
517 | |
|
|
518 | /sbin/rc-envupdate.sh |
|
|
519 | /sbin/rc-envupdate.sh.bash |
|
|
520 | /sbin/rc-update |
|
|
521 | |
|
|
522 | Removed all the cat sections, and the separate echo sections. The output |
|
|
523 | is _exactly_ the same, minus some spare spaces that have been removed. |
|
|
524 | Fourfold speed increase in the (granted flimsy) tests I have done. |
|
|
525 | Modified /sbin/rc-help.sh for this. |
|
|
526 | |
|
|
527 | Final remaining 'cat' commands removed, in favour of using bash's internal |
|
|
528 | '$(< )' or 'echo'. Use of echo leads the way to future support for bash's |
|
|
529 | i18n anyway. Modified: |
|
|
530 | |
|
|
531 | /sbin/rc |
|
|
532 | /sbin/rc-envupdate.sh |
|
|
533 | /sbin/rc-envupdate.sh.bash |
|
|
534 | |
|
|
535 | |
|
|
536 | |
|
|
537 | * rc-scripts 1.4.3.6 (27 Apr 2003) |
|
|
538 | |
|
|
539 | 27 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
540 | |
|
|
541 | Add a 'save' function /etc/init.d/clock, bug #19685. |
|
|
542 | |
|
|
543 | Add a slocate group to /etc/group, bug #19604. |
|
|
544 | |
|
|
545 | Do not stop a network service if we do not reboot on runlevel change, |
|
|
546 | as it could have been started by the user or hotplug. This should |
|
|
547 | address bug #12763; modified /sbin/rc for this. |
|
|
548 | |
|
|
549 | Fix /etc/init.d/hostname to set only the hostname, and not the NIS |
|
|
550 | domainname. |
|
|
551 | |
|
|
552 | Fix /etc/init.d/keymaps to be able to set the extended keymap in rc.conf. |
|
|
553 | This should close bug #16884. |
|
|
554 | |
|
|
555 | Fix /etc/profile to be /bin/sh compadible, bug #18918. |
|
|
556 | |
|
|
557 | Change the swap comments in /sbin/rc to "Activating (possible) swap" to |
|
|
558 | be more 'generic' ? Only try to disable swap if any devices/files was |
|
|
559 | activated. This should close bug #19089. |
|
|
560 | |
|
|
561 | Fix /etc/init.d/checkroot to only remount / rw if not set explicitly to |
|
|
562 | rw in /etc/fstab, bug #19158. |
|
|
563 | |
|
|
564 | 24 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
565 | |
|
|
566 | Fix /etc/init.d/net.ppp0 to do the right thing if stopped was called, |
|
|
567 | but the ppp link was already down, bug #15333. |
|
|
568 | |
|
|
569 | 12 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
570 | |
|
|
571 | Fix type-o in /etc/init.d/consolefont (line 38 should be 'retval=$?'). |
|
|
572 | Thanks to Matt Taylor <liverbugg@juno.com> (comment #6, bug #18344). |
|
|
573 | |
|
|
574 | From linux-2.5.68, we need to mount devpts on /dev/pts again ... |
|
|
575 | updated /sbin/rc for this. |
|
|
576 | |
|
|
577 | 11 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
578 | |
|
|
579 | Fix errors on sourcing /etc/profile if EDITOR is not set, bug #18995. |
|
|
580 | |
|
|
581 | 10 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
582 | |
|
|
583 | Make checking in unmount more strict, fixing bug #19007. |
|
|
584 | |
|
|
585 | 09 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
586 | |
|
|
587 | Add one more check to genenviron.awk, to spot cases where there is a |
|
|
588 | space between the variable and the '='. |
|
|
589 | |
|
|
590 | 08 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
591 | |
|
|
592 | Fix interactive shell not to have coloured prompt when used as a |
|
|
593 | dumb client, bug #18886. Fix was inspired by patch from |
|
|
594 | Matthew Kennedy <mkennedy@gentoo.org>. |
|
|
595 | |
|
|
596 | * rc-scripts 1.4.3.5 (06 Apr 2003) |
|
|
597 | |
|
|
598 | 06 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
599 | |
|
|
600 | Hopefully get the serial support sane again. Added /bin/consoletype |
|
|
601 | from Redhat to check for serial console. This should resolve bug |
|
|
602 | #18329 partly. |
|
|
603 | |
|
|
604 | Add the --nocolor option to suppress the use of colors. |
|
|
605 | |
|
|
606 | Change the 'status' option to return true if the service is running, |
|
|
607 | and false if stopped. This is only if the '--quiet' flag was also |
|
|
608 | given. |
|
|
609 | |
|
|
610 | Change the start and stop options not to output or return false if |
|
|
611 | the '--quiet' flag was given. |
|
|
612 | |
|
|
613 | Redirect stderr for consolechars in /etc/init.d/consolefont to /dev/null |
|
|
614 | as well, fixing bug #18344. |
|
|
615 | |
|
|
616 | Optimize $EDITOR extraction in /etc/profile closing bug #18614, thanks to |
|
|
617 | Aron Griffis <agriffis@gentoo.org>. |
|
|
618 | |
|
|
619 | Set HALT to 'shutdown' or 'reboot' depending on if we are shutting down |
|
|
620 | or rebooting. |
|
|
621 | |
|
|
622 | 30 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
623 | |
|
|
624 | Fix bug #18329 ... $COLS was not setup properly for serial console. |
|
|
625 | |
|
|
626 | 24 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
627 | |
|
|
628 | Optimize USB fs stuff in /etc/init.d/localmount to use less cats etc. |
|
|
629 | Fix a problem where it might not have mounted the USB fs when usbcore |
|
|
630 | was compiled as module, and the kernel did not mount it by the time |
|
|
631 | the script was started. Get it to rather check what filesystems is |
|
|
632 | supported when deciding if it should use 'usbdevfs' or 'usbfs', as |
|
|
633 | later 2.4 kernels now also support the newer 'usbfs'. |
|
|
634 | |
|
|
635 | Optimize RAID stuff in /etc/init.d/checkfs a bit. |
|
|
636 | |
|
|
637 | 16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
638 | |
|
|
639 | Update sbin/rc-envupdate.sh.bash for bug #17549. |
|
|
640 | |
|
|
641 | * rc-scripts 1.4.3.4 (16 Mar 2003) |
|
|
642 | |
|
|
643 | 16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
644 | |
|
|
645 | Add /etc/issue done by a Polish ascii-artists, v|rus with some slight |
|
|
646 | modifications (purple and display hostname, etc). Closes bug #16806. |
|
|
647 | |
|
|
648 | Add 'use hotplug' to /etc/init.d/net.eth0, to get cardbus hardware to |
|
|
649 | work properly. Closes bug #17348. |
|
|
650 | |
|
|
651 | Add update from Wout Mertens <wmertens@gentoo.org> to speedup shutdown |
|
|
652 | of dhcp interfaces, closing bug #17378. This modified /etc/init.d/net.eth0. |
|
|
653 | |
|
|
654 | 11 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
655 | |
|
|
656 | Fix usage of /usr/bin/cut in /sbin/functions.sh, thanks Brandon Low |
|
|
657 | <lostlogic@gentoo.org>! |
|
|
658 | |
|
|
659 | 10 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
660 | |
|
|
661 | Add sysfs support for 2.5 kernels (mounted to /sys). Updated /sbin/rc |
|
|
662 | and /etc/init.d/halt.sh for this. |
|
|
663 | |
|
|
664 | Update /etc/fstab to correctly mount /proc with: |
|
|
665 | |
|
|
666 | mount -t proc none /proc |
|
|
667 | |
|
|
668 | Do the same for /dev/shm: |
|
|
669 | |
|
|
670 | mount -t tmpfs none /dev/shm |
|
|
671 | |
|
|
672 | Fix a typeo in /etc/init.d/checkroot that caused 'umount -a' to output |
|
|
673 | noise if we exited a recovery console. |
|
|
674 | |
|
|
675 | Fix /etc/init.d/hostname using /usr/bin/cut, closing bug #17175, thanks |
|
|
676 | to Bobby Bingham <uhmmmm@columbus.rr.com> for noticing this. |
|
|
677 | |
|
|
678 | Bring down default gateway before adding new one .. this fixes issues |
|
|
679 | where eth0/whatever was brought up by kernel. Changed /etc/init.d/net.eth0 |
|
|
680 | for this, closing bug #17164. Thanks to nth <y.lesaint@free.fr> for the |
|
|
681 | fix. |
|
|
682 | |
|
|
683 | Fix /etc/init.d/modules to call modprobe with -q .. this fix issues where |
|
|
684 | it fails for module-init-tools if the module is already loaded. This |
|
|
685 | closes bug #17163, thanks to nth <y.lesaint@free.fr>. |
|
|
686 | |
|
|
687 | * rc-scripts 1.4.3.3 (09 Mar 2003) |
|
|
688 | |
|
|
689 | 09 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
690 | |
|
|
691 | Fix /etc/init.d/netmount not to unmount / on nfs/whatever, bug #16274. |
|
|
692 | |
|
|
693 | Fix net.eth0 not to try and start an interface if already up. |
|
|
694 | |
|
|
695 | Update MAKEDEV from Debian to support more archs. This adds support |
|
|
696 | for 'arm', 'hppa' among others. URL: |
|
|
697 | |
|
|
698 | http://packages.debian.org/stable/base/makedev.html |
|
|
699 | |
|
|
700 | Add support to /etc/init.d/modules to use /etc/modules.autoload/kernel-2.4 |
|
|
701 | if we are using a 2.4 kernel, and /etc/modules.autoload/kernel-2.5 if we |
|
|
702 | are using a 2.5 kernel ... bug #17109. |
|
|
703 | |
|
|
704 | 02 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
705 | |
|
|
706 | Update /etc/init.d/hostname to only set the hostname to whatever is before |
|
|
707 | the first '.', and then set the domainname to the rest, closing bug #14946. |
|
|
708 | |
|
|
709 | 28 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
710 | |
|
|
711 | Merge some of the optimizations from Graham Forest <vladimir@gentoo.org>. |
|
|
712 | |
|
|
713 | Fix spelling of dependency and some other spelling/grammer issues. |
|
|
714 | Thanks goes to Kerin Millar <kerin@recruit2recruit.net> and |
|
|
715 | Mike Frysinger <vapier@gentoo.org>, bug #15498. |
|
|
716 | |
|
|
717 | Change $svcdir to '/var/lib/init.d' to be more FHS compliant, bug #15192. |
|
|
718 | |
|
|
719 | Add 'Eterm' to /etc/skel/.bashrc, closing bug #14662. |
|
|
720 | |
|
|
721 | Adjust comments about PROTOCOLS in /etc/rc.conf to try and prevent |
|
|
722 | bug #14556. |
|
|
723 | |
|
|
724 | 27 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
725 | |
|
|
726 | Finally fix /etc/init.d/halt.sh to unmount non critical mounts properly. |
|
|
727 | |
|
|
728 | 20 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
729 | |
|
|
730 | Kill /dev/ttyp0 error at boot by changing test in /etc/init.d/modules |
|
|
731 | to 'test -c /dev/ttyp0 &> /dev/null'. |
|
|
732 | |
|
|
733 | 18 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
734 | |
|
|
735 | Update /sbin/modules-update to generate /etc/modprobe.devfs from |
|
|
736 | /etc/modules.devfs. This along with the devfs-hack.patch in the latest |
|
|
737 | module-init-tools-0.9.9 should get rid of many of the warnings/errors |
|
|
738 | with devfs, and makes it work a bit better. |
|
|
739 | |
|
|
740 | 17 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
741 | |
|
|
742 | Fix /etc/inputrc for dvorak keyboard layout, bug #2599 again. |
|
|
743 | |
|
|
744 | 16 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
745 | |
|
|
746 | Fix the 'source /etc/profile.env' to be '. /etc/profile' to have ksh |
|
|
747 | support. This resolves bug #14994. |
|
|
748 | |
|
|
749 | Move EDITOR to /etc/rc.conf. Also update /etc/profile to set EDITOR |
|
|
750 | according to /etc/rc.conf. |
|
|
751 | |
|
|
752 | Update /etc/init.d/checkfs to fix bug #14282. It did not exclude comments, |
|
|
753 | and used 'basename' which is located in /usr/bin. |
|
|
754 | |
|
|
755 | 13 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
756 | |
|
|
757 | Merge changes from Nick Jones <carpaski@gentoo.org> to not run stty if |
|
|
758 | used in portage. Fix the NOCOLOR stuff. Updated /sbin/functions.sh for |
|
|
759 | this. |
|
|
760 | |
|
|
761 | 06 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
762 | |
|
|
763 | Update src/awk/genenviron.awk to properly set the environment for each |
|
|
764 | rc-script's depend() function by sourcing required config files. |
|
|
765 | |
|
|
766 | 05 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
767 | |
|
|
768 | Fix /sbin/rc-envupdate.sh to use $svcdir to set SVCDIR. This is thanks |
|
|
769 | to Max Kalika <alkern23@yahoo.com>, bug #15050. |
|
|
770 | |
|
|
771 | 03 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
772 | |
|
|
773 | Fix /sbin/modules-update to work with module-init-tools-0.9.9. |
|
|
774 | |
|
|
775 | 30 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
776 | |
|
|
777 | Add 'use isapnp' to /etc/init.d/modules, closing bug #14677, thanks to |
|
|
778 | Hubert Hanghofer <hubert.hanghofer@netbeer.co.at>. |
|
|
779 | |
|
|
780 | 27 Jan 2003; Donny Davies <woodchip@gentoo.org>: |
|
|
781 | |
|
|
782 | Fix halt.sh by moving the nut UPS kill power stuff back into a function! |
|
|
783 | Add fix from the wonderful analysis of Toby Dickenson |
|
|
784 | <tdickenson@geminidataloggers.com> in #12947. |
|
|
785 | |
|
|
786 | 26 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
787 | |
|
|
788 | Fix start-stop-daemon to check the call to nice() correctly for failure, |
|
|
789 | closing bug #14359, thanks to YAMAKURA Makoto <makoto@dsb.club.ne.jp>. |
|
|
790 | |
|
|
791 | Fix globbing $? when checking return value of fsck in /etc/init.d/checkroot |
|
|
792 | and /etc/init.d/checkfs. This closes bug #13320, thanks to good work from |
|
|
793 | Malcolm Scott <m@lcolm.org.uk>. |
|
|
794 | |
|
|
795 | 21 Jan 2003; Mike Frysinger <vapier@gentoo.org>: |
|
|
796 | |
|
|
797 | Updated /etc/rc.conf to add elogin/entrance support #13790. |
|
|
798 | |
|
|
799 | 21 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
800 | |
|
|
801 | Update /etc/init.d/keymaps to enable unicode if required. This closes |
|
|
802 | bug #14306 thanks to Danny Milosavljevic <danny_milo@yahoo.com>. |
|
|
803 | |
|
|
804 | 19 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
805 | |
|
|
806 | Fix deadlock durning shutdown if tmpfs filesystems larger than free |
|
|
807 | memory, and swap gets deactivated, bug #13599. Updated /etc/init.d/halt.sh |
|
|
808 | for this. |
|
|
809 | |
|
|
810 | Merge in some fixes from Vapier <vapier@gentoo.org> to /sbin/functions.sh. |
|
|
811 | This closes bug #13868. |
|
|
812 | |
|
|
813 | Always add "/bin:/sbin:/usr/bin:/usr/sbin" to PATH, as it fixes both |
|
|
814 | 'su -c foo' not finding start-stop-daemon (etc), and bug #14127. |
|
|
815 | |
|
|
816 | Add route for lo interface to /etc/init.d/net.lo, closing bug #14055. |
|
|
817 | |
|
|
818 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
819 | |
|
|
820 | Clear $svcdir in /sbin/rc before we run depscan to make sure we do |
|
|
821 | not have stale entries left from hard reboot, thanks to pac1085 on |
|
|
822 | irc. |
|
|
823 | |
|
|
824 | * rc-scripts 1.4.3.2 (15 Jan 2003) |
|
|
825 | |
|
|
826 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
827 | |
|
|
828 | Truely fix bootup on seperate /var. |
|
|
829 | |
|
|
830 | Add some fixes and optimizations to /sbin/rc-update, thanks to |
|
|
831 | Daniel Robbins <drobbins@gentoo.org>. |
|
|
832 | |
|
|
833 | * rc-scripts 1.4.3.1 (15 Jan 2003) |
|
|
834 | |
|
|
835 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
836 | |
|
|
837 | Fix bootup on seperate /var. |
|
|
838 | |
|
|
839 | 14 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
840 | |
|
|
841 | Fix /etc/init.d/hostname and /etc/init.d/serial to close bug #13636. |
|
|
842 | |
|
|
843 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
844 | |
|
|
845 | Fix /etc/init.d/keymaps to force linux keycodes for PPC, thanks |
|
|
846 | to Olaf Hering <gentoo@aepfle.de>, bug #13193. |
|
|
847 | |
|
|
848 | Turn on -C option to fsck on for all calls to fsck. Updated scripts |
|
|
849 | /etc/init.d/checkroot and /etc/init.d/checkfs, closing bug #13321. |
|
|
850 | |
|
|
851 | * rc-scripts 1.4.3.0 (07 Jan 2003) |
|
|
852 | |
|
|
853 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
854 | |
|
|
855 | Too much to mention, but here are a few: |
|
|
856 | - Major rewrite of software RAID startup, based on Mandrake's, as |
|
|
857 | ours was pretty broken :( |
|
|
858 | - Redone /sbin/rc to work without the tmpfs/ramfs stat directory. |
|
|
859 | Much of /sbin/functions.sh and other scripts have been changed |
|
|
860 | to support this. |
|
|
861 | - Reworked /etc/inittab to support this. Also moved critical |
|
|
862 | mounting of local filesystems to 'sysinit' function of /sbin/rc. |
|
|
863 | - Move state directory to /var/state/init.d/ ($svcdir). |
|
|
864 | - Move Adelie node init to /sbin/functions.sh to try and simplify |
|
|
865 | /sbin/rc a bit. |
|
|
866 | - Updated Copyright dates to 2003. |
|
|
867 | |
|
|
868 | * rc-scripts 1.4.2.8 (06 Jan 2003) |
|
|
869 | |
|
|
870 | 02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
871 | |
|
|
872 | Fix src/awk/genenviron.awk to work with multiple 'need', 'use', etc |
|
|
873 | lines, as it seems users do not note the need to have them all on |
|
|
874 | one line .... |
|
|
875 | |
|
|
876 | Fix /sbin/runscript.sh to detect 'net.adsl', or any other net.* |
|
|
877 | script not ending on a digit. This closes bug #12887. |
|
|
878 | |
|
|
879 | Fix get_KV to also check micro version of kernel; add KV_to_int() |
|
|
880 | helper function for get_KV. Update /etc/init.d/localmount to work |
|
|
881 | with new get_KV ... |
|
|
882 | |
|
|
883 | 28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
884 | |
|
|
885 | Add support for generate-modprobe.conf or generating /etc/modprobe.conf |
|
|
886 | in the new sys-apps/module-init-tools. Note that you need version |
|
|
887 | 0.9.7 or later of sys-apps/module-init-tools. Updated |
|
|
888 | /sbin/modules-update for this. |
|
|
889 | |
|
|
890 | Change /etc/init.d/localmount to use 'usbfs' and not 'usbdevfs' if |
|
|
891 | we are running kernel 2.5 or later ... |
|
|
892 | |
|
|
893 | 26 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
894 | |
|
|
895 | Add /etc/init.d/crypto-loop and /etc/conf.d/crypto-loop, a cool |
|
|
896 | rc-script to setup encrypted loopback devices. This was kindly |
|
|
897 | donated by Matthew Kennedy <mkennedy@gentoo.org> (bug #11471). |
|
|
898 | |
|
|
899 | 25 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
900 | |
|
|
901 | Fix src/awk/genenviron.awk stripping *all* '=', closing |
|
|
902 | bug #8901. |
|
|
903 | |
|
|
904 | Fix src/awk/genenviron.awk not seperating CONFIG_PROTECT with |
|
|
905 | spaces ... |
|
|
906 | |
|
|
907 | * rc-scripts 1.4.2.7 (24 Dec 2002) |
|
|
908 | |
|
|
909 | 24 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
910 | |
|
|
911 | Add a fix to /sbin/functions.sh for bug #12601. |
|
|
912 | |
|
|
913 | 22 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
914 | |
|
|
915 | Add INFOPATH to /etc/env.d/00basic. |
|
|
916 | |
|
|
917 | Fix src/awk/genenviron.awk to get the order of the env.d files |
|
|
918 | correct. Also fix it to handle *all* the SPECIALS correctly. |
|
|
919 | This closes bug #12411. |
|
|
920 | |
|
|
921 | * rc-scripts 1.4.2.6 (18 Dec 2002) |
|
|
922 | |
|
|
923 | 18 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
924 | |
|
|
925 | Add mips changes to sbin/MAKEDEV. This should close bug #12329, |
|
|
926 | thanks to Nicholas Wourms <nwourms@netscape.net>. |
|
|
927 | |
|
|
928 | Quote some tests in /sbin/rc-update to fix/avoid the problem |
|
|
929 | in bug # |
|
|
930 | |
|
|
931 | Fix awk regex in /etc/init.d/halt.sh to fix bug #11795. |
|
|
932 | |
|
|
933 | Update shell for postgres user, closing bug #12258. |
|
|
934 | |
|
|
935 | 11 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
936 | |
|
|
937 | Fix src/awk/genenviron.awk not to add duplicate entries, closing |
|
|
938 | bug #8999. |
|
|
939 | |
|
|
940 | * rc-scripts 1.4.2.5 (09 Dec 2002) |
|
|
941 | |
|
|
942 | 08 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
943 | |
|
|
944 | Add another sync to /etc/init.d/halt.sh, closing bug 8173. |
|
|
945 | |
|
|
946 | Add smmsp uid and gid. Closes bug #8952. |
|
|
947 | |
|
|
948 | 04 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
949 | |
|
|
950 | Setup colums, etc up properly for serial consoles in /sbin/functions.sh. |
|
|
951 | Closes bug #11557, thanks to Erik Scrafford <erik@scrafford.org>. |
|
|
952 | |
|
|
953 | Add headers similar to that of portage-2.0.45 and up to the |
|
|
954 | generated profile files (/etc/{profile,csh}.env). Updated |
|
|
955 | src/awk/genenviron.awk for this. |
|
|
956 | |
|
|
957 | 01 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
958 | |
|
|
959 | Fix typeo in /etc/devfsd.conf, closing bug #11424, thanks to the |
|
|
960 | sharp eye of Techie2000 <Linux@mochamail.com>. |
|
|
961 | |
|
|
962 | Rename /sbin/update-modules to /sbin/modules-update, closing |
|
|
963 | bug #11445. |
|
|
964 | |
|
|
965 | Nano moved from /usr/bin/nano to /bin/nano. Fix this in |
|
|
966 | /etc/env.d/00basic, bug #10916. |
|
|
967 | |
|
|
968 | 27 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
969 | |
|
|
970 | Add more improvements to clustering code. This is from |
|
|
971 | Olivier Crete <crete@cerca.umontreal.ca>, bug #4151. |
|
|
972 | |
|
|
973 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
974 | |
|
|
975 | Change default 'net' dependency behaviour to be more suited |
|
|
976 | for notebook users. Basically if at least one net.* service |
|
|
977 | beside net.lo start successfully, the 'net' dependency is |
|
|
978 | considered up. Server admin can set RC_NET_STRICT_CHECKING="yes" |
|
|
979 | in /etc/conf.d/rc to change this back to the old default. |
|
|
980 | This is the start to address bug #2706. |
|
|
981 | |
|
|
982 | * rc-scripts 1.4.2.4 (26 Nov 2002) |
|
|
983 | |
|
|
984 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
985 | |
|
|
986 | Initial merge of bits for Adelie Linux for SSI clusters. More |
|
|
987 | info at: |
|
|
988 | |
|
|
989 | http://www.cerca.umontreal.ca/hpc/en/projects/adelie/index.html |
|
|
990 | |
|
|
991 | 25 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
992 | |
|
|
993 | One liner fix to src/awk/cachedepends.awk to once again fix |
|
|
994 | bug #7803. |
|
|
995 | |
|
|
996 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
997 | |
|
|
998 | Add 'alias char-major-89 i2c-dev' to /etc/modules.d/aliases. |
|
|
999 | This should close bug #10891. |
|
|
1000 | |
|
|
1001 | * rc-scripts 1.4.2.3 (18 Nov 2002) |
|
|
1002 | |
|
|
1003 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1004 | |
|
|
1005 | Add some more checks to src/awk/*. Fix error printing for |
|
|
1006 | /sbin/depscan.sh. |
|
|
1007 | |
|
|
1008 | Link awk module with gcc and not with ld. This should fix |
|
|
1009 | problems on sparc and alpha. Many thanks for this fix to |
|
|
1010 | Stephan Jones <cretin@gentoo.org>. |
|
|
1011 | |
|
|
1012 | Remove the copyright info from config files, thanks to |
|
|
1013 | Matthew Kennedy <mkennedy@gentoo.org>. |
|
|
1014 | |
|
|
1015 | * rc-scripts 1.4.2.2 (18 Nov 2002) |
|
|
1016 | |
|
|
1017 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1018 | |
|
|
1019 | Add src/awk/genenviron.awk which is rc-envupdate.sh ported |
|
|
1020 | to awk. This is also much faster than its bash version. |
|
|
1021 | |
|
|
1022 | Remove the 'Spider cat fix' from depscan.sh.bash, as it makes |
|
|
1023 | things even slower on older boxes. Bug #10548. |
|
|
1024 | |
|
|
1025 | After a bored Vapier decided that he needed to update the |
|
|
1026 | licenses of things in /etc :P, I did the rest. Hopefully |
|
|
1027 | not too many people will nuke thier fstab :/ |
|
|
1028 | |
|
|
1029 | * rc-scripts 1.4.2.1 (18 Nov 2002) |
|
|
1030 | |
|
|
1031 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1032 | |
|
|
1033 | Update src/awk/cachedepends.awk to find its own rc-scripts, |
|
|
1034 | fixing the need for find which broke systems with /usr on |
|
|
1035 | a different partition. |
|
|
1036 | |
|
|
1037 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1038 | |
|
|
1039 | Add some extra checks to src/awk/cachedepends.awk and |
|
|
1040 | src/awk/gendepends.awk. |
|
|
1041 | |
|
|
1042 | Move some of the more generic functions in src/awk/gendepends.awk |
|
|
1043 | to src/awk/functions.awk. |
|
|
1044 | |
|
|
1045 | * rc-scripts 1.4.2 (17 Nov 2002) |
|
|
1046 | |
|
|
1047 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1048 | |
|
|
1049 | Add initial version of new depscan.sh. This uses awk scripts |
|
|
1050 | to do the main work, giving about 10 times speed improvement on |
|
|
1051 | slower machines. Updated /sbin/depscan.sh, src/filefuncts.c, |
|
|
1052 | src/Makefile, src/awk/cachedepends.awk and src/awk/gendepends.awk |
|
|
1053 | for this. This should close bug #10548. |
|
|
1054 | |
|
|
1055 | * rc-scripts 1.4.1.2 (5 Nov 2002) |
|
|
1056 | |
|
|
1057 | 5 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1058 | |
|
|
1059 | Add UID/GID of 250 for Portage Fakeroot account. |
|
|
1060 | |
|
|
1061 | 4 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1062 | |
|
|
1063 | Change /etc/init.d/clock to depend on localmount again, fixing |
|
|
1064 | bug #10048. |
|
|
1065 | |
|
|
1066 | Get deps on logger sane again. I wanted to get the logger started |
|
|
1067 | as early as possible, but clock for one breaks if /usr is mounted |
|
|
1068 | on seperate partition. |
|
|
1069 | |
|
|
1070 | 29 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1071 | |
|
|
1072 | Fix return in /etc/init.d/modules to return 0 if /proc/modules |
|
|
1073 | do not exists. Closes bug #7738, comment #5. |
|
|
1074 | |
|
|
1075 | * rc-scripts 1.4.1.1 (28 Oct 2002) |
|
|
1076 | |
|
|
1077 | 28 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1078 | |
|
|
1079 | Fix /sbin/update-modules not to include backup files. Closes |
|
|
1080 | bug #9707. |
|
|
1081 | |
|
|
1082 | 26 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1083 | |
|
|
1084 | Fix update-modules borking if there are directories present |
|
|
1085 | in /etc/modules.d/. Closes bug #9632. |
|
|
1086 | |
|
|
1087 | 17 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1088 | |
|
|
1089 | Change deps on /etc/init.d/{clock,hostname,modules} not to |
|
|
1090 | depend on localmount, but rather on checkroot, as all of them |
|
|
1091 | just need / to be mounted. This should fix race conditions |
|
|
1092 | because of checkfs dependency on modules. This should close |
|
|
1093 | bug #9266. |
|
|
1094 | |
|
|
1095 | * rc-scripts 1.4.1 (13 Oct 2002) |
|
|
1096 | |
|
|
1097 | 13 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1098 | |
|
|
1099 | Create and fix permissions on /tmp/.{ICE,X11}-unix/. This |
|
|
1100 | is additional measures for bug #8281. |
|
|
1101 | |
|
|
1102 | 12 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1103 | |
|
|
1104 | Update /etc/init.d/net.eth0 to fix bug #8626. |
|
|
1105 | |
|
|
1106 | Fix /sbin/rc-update to check return code of "ln". This should |
|
|
1107 | close bug #8867. |
|
|
1108 | |
|
|
1109 | 29 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1110 | |
|
|
1111 | Fix indentation in /etc/inputrc. This should close |
|
|
1112 | bug #8368. |
|
|
1113 | |
|
|
1114 | Add extended status functionality. Should close bug #2462. |
|
|
1115 | |
|
|
1116 | Add support for /sbin/rc-update to check if the rc-script |
|
|
1117 | is executable or not. Thanks to widersacher@gmx.net, closing |
|
|
1118 | bug #8326. |
|
|
1119 | |
|
|
1120 | 25 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1121 | |
|
|
1122 | Fix /etc/init.d/bootmisc not to kill pidfiles of running |
|
|
1123 | daemons. Improve NGPT support in /sbin/rc a bit. |
|
|
1124 | |
|
|
1125 | 23 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1126 | |
|
|
1127 | Fix my last screwup with /etc/init.d/net.ppp0. Basically |
|
|
1128 | forgot to change a few DEVICE's to IFACE ... |
|
|
1129 | |
|
|
1130 | 22 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1131 | |
|
|
1132 | NGPT support. |
|
|
1133 | |
|
|
1134 | 17 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1135 | |
|
|
1136 | Did a small fix to /etc/init.d/net.eth0, thanks to |
|
|
1137 | naanyaar2000@yahoo.com, bug #7407. |
|
|
1138 | |
|
|
1139 | 16 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1140 | |
|
|
1141 | Add the permission stuff for generic scsi when compiled as |
|
|
1142 | module, thanks to Bauno <bauno@inwind.it>. |
|
|
1143 | |
|
|
1144 | Add support for /etc/devfs.d/ for additional devfs config |
|
|
1145 | stuff .. idea from Denys Duchier <Denys.Duchier@ps.uni-sb.de>. |
|
|
1146 | |
|
|
1147 | 11 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1148 | |
|
|
1149 | Fix small type-o from last changes to /etc/init.d/netmount. |
|
|
1150 | Should resolve bug #7803. |
|
|
1151 | |
|
|
1152 | * rc-scripts 1.4.0 (7 Sep 2002) |
|
|
1153 | |
|
|
1154 | 7 Sep 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1155 | |
|
|
1156 | Update /etc/init.d/net.eth0 to handle individual broadcast |
|
|
1157 | and netmask for aliases. Should close bug #7407. |
|
|
1158 | |
|
|
1159 | Give /var/run/utmp and /var/log/wtmp the proper permissions |
|
|
1160 | and ownership. First steps in fixing bug #7630. |
|
|
1161 | |
|
|
1162 | Change Raid stuff again in /etc/init.d/checkfs. |
|
|
1163 | |
|
|
1164 | 26 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
1165 | |
|
|
1166 | Give root a 'root' GECOS in /etc/passwd, was NULL before. |
|
|
1167 | |
|
|
1168 | * rc-scripts 1.3.9 (25 Aug 2002) |
|
|
1169 | |
|
|
1170 | 25 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1171 | |
|
|
1172 | Update /sbin/rc to fix some spelling/slang mistakes. Closes |
|
|
1173 | bug #6887. |
|
|
1174 | |
|
|
1175 | Move /etc/init.d/net.ppp0 's config to /etc/conf.d/net.ppp0. |
|
|
1176 | This closes bug #6378. |
|
|
1177 | |
|
|
1178 | Add IPv6 support to /etc/init.d/net.eth0. Closes bug #6175, |
|
|
1179 | with many thanks to Asbjorn Sannes <ace@sannes.org>. |
|
|
1180 | |
|
|
1181 | 20 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1182 | |
|
|
1183 | Update /etc/init.d/bootmisc to reset pam_console permissions. |
|
|
1184 | |
|
|
1185 | Update /etc/devfsd.conf to have the "pam_console_apply_devfsd.so" |
|
|
1186 | line for getting devfs to work with pam_console. |
|
|
1187 | |
|
|
1188 | 12 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1189 | |
|
|
1190 | Update /etc/init.d/keymaps to first load the windowkeys.inc then |
|
|
1191 | the user selected one, fixing bug #6295. |
|
|
1192 | |
|
|
1193 | 11 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1194 | |
|
|
1195 | Change the 'cat' in check_rcscript() to a single 'awk' in |
|
|
1196 | /sbin/depscan.sh. This should fix broken pipe issues if the |
|
|
1197 | loop exists too early. Resolves bug #5961. |
|
|
1198 | |
|
|
1199 | Fix software RAID startup/shutdown, bug #5310. Modified |
|
|
1200 | /etc/init.d/checkfs and /etc/init.d/halt.sh for this. |
|
|
1201 | |
|
|
1202 | * rc-scripts 1.3.8 (08 Aug 2002) |
|
|
1203 | |
|
|
1204 | 7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1205 | |
|
|
1206 | Move the color ls stuff to .bashrc. Fix bug #5250. |
|
|
1207 | |
|
|
1208 | 6 Aug 2002; Dan Armak <danarmak@gentoo.org>: |
|
|
1209 | |
|
|
1210 | Correct the comments in rc.conf about the XSESSION variable: it should |
|
|
1211 | be set to "kde-<version>" not "KDE". Closes bug #5948. |
|
|
1212 | |
|
|
1213 | 5 Aug 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1214 | |
|
|
1215 | Fix the 'Usage' line in the help to return the correct options for |
|
|
1216 | the script (/sbin/runscript.sh). Resolve bug #6029. |
|
|
1217 | |
|
|
1218 | 3 Aug 2002; Donny Davies <woodchip@gentoo.org>: |
|
|
1219 | |
|
|
1220 | Added UPS shutdown support for nut to halt.sh. |
|
|
1221 | Added nut user/group as uid/gid 84. |
|
|
1222 | |
|
|
1223 | 27 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1224 | |
|
|
1225 | Updated /sbin/rc's way of checking for devfs support (now rather uses |
|
|
1226 | awk, as it is more accurate). Closes bug #5458. |
|
|
1227 | |
|
|
1228 | Add the Redhat/Mandrake /forcefsck and /fastboot options to our checkroot |
|
|
1229 | and checkfs. Updated /etc/init.d/{checkroot,checkfs,halt.sh} for this. |
|
|
1230 | Thanks goes to Chris PeBenito (bug #5570). |
|
|
1231 | |
|
|
1232 | Changed most daemons to use /bin/false as shell. Should close bug #5388. |
|
|
1233 | |
|
|
1234 | 27 Jul 2002; Nicholas Jones <carpaski@gentoo.org>: |
|
|
1235 | |
|
|
1236 | Added vpopmail user and group as 89:89 |
|
|
1237 | |
|
|
1238 | 22 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1239 | |
|
|
1240 | Add the cyrus user to /etc/passwd. Resolves bug #4100. |
|
|
1241 | |
|
|
1242 | Some bugfixes and speed improvements to /sbin/depscan.sh after |
|
|
1243 | last changes. |
|
|
1244 | |
|
|
1245 | Replace some cat/grep's in /sbin/rc-envupdate.sh with awk's to |
|
|
1246 | get some speed improvements. |
|
|
1247 | |
|
|
1248 | 21 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1249 | |
|
|
1250 | Fix LVM support in /etc/init.d/checkfs again, thanks to help from |
|
|
1251 | Kyle Manna <nitro@gentoo.org>. |
|
|
1252 | |
|
|
1253 | Add software RAID support to /etc/init.d/checkfs, thanks to |
|
|
1254 | Daniel Ahlberg <aliz@gentoo.org>. |
|
|
1255 | |
|
|
1256 | Update the cache_depend() funtion in /sbin/depscan.sh not to |
|
|
1257 | quit on any "}", but only on the one matching the first "{". This |
|
|
1258 | requires wc in /bin, so baselayout should depend on |
|
|
1259 | >=sys-apps/textutils-2.0.19-r2 |
|
|
1260 | |
|
|
1261 | Update /etc/init.d/netmount to try and detect nfs mounts that should be |
|
|
1262 | mounted automatically on boot. This requires awk in /bin, so baselayout |
|
|
1263 | should depend on >=sys-apps/gawk-3.1.0-r3. |
|
|
1264 | |
|
|
1265 | * rc-scripts 1.3.7 (17 Jul 2002) |
|
|
1266 | |
|
|
1267 | 17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1268 | |
|
|
1269 | Add logging functionality to the rc-scripts, thanks to Alexander Holler, |
|
|
1270 | bug #4037 for the basic idea. Updated /sbin/functions.sh for this. |
|
|
1271 | |
|
|
1272 | 16 Jul 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1273 | |
|
|
1274 | Add additional entries to /etc/services to support cyrus-imapd, thanks |
|
|
1275 | to Nick Hadaway <raker@gentoo.org>. |
|
|
1276 | |
|
|
1277 | Update /etc/init.d/consolefont to resolve bug #4968. This fixes a |
|
|
1278 | problem with non 7bit ascii symbols. |
|
|
1279 | |
|
|
1280 | Updated /etc/init.d/checkfs to detect if lvm is already active. |
|
|
1281 | This should resolve bug #3613. |
|
|
1282 | |
|
|
1283 | 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1284 | |
|
|
1285 | Add "usb" group, gid 85. Move "sshd" user and group to 22. Move |
|
|
1286 | "games" user and group to 35 |
|
|
1287 | |
|
|
1288 | 3 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1289 | |
|
|
1290 | Update Copyright displayed at boot, thanks to Sascha Schwabbauer |
|
|
1291 | (aka cybersystem). Updated /sbin/rc for this. |
|
|
1292 | |
|
|
1293 | 30 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1294 | |
|
|
1295 | Update /etc/skel/.bashrc to update the window title of X terminals |
|
|
1296 | that supports it. Closes bug #4232. |
|
|
1297 | |
|
|
1298 | 26 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1299 | |
|
|
1300 | Add sshd user and group. Updated /etc/passwd and /etc/group for this. |
|
|
1301 | |
|
|
1302 | Update /etc/inputrc to resolve bug #2599. |
|
|
1303 | |
|
|
1304 | 20 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1305 | |
|
|
1306 | Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified |
|
|
1307 | /etc/env.d/00basic for this. |
|
|
1308 | |
|
|
1309 | Add some new daemon stop and pid detection stuff to /sbin/functions.sh. |
|
|
1310 | Nothing official, but I spent enouth time on it not to want to loose it :) |
|
|
1311 | |
|
|
1312 | Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs |
|
|
1313 | to give output to stderr. This was caused by a call to "stty", which when |
|
|
1314 | run without a attatched terminal, have this effect. Basically just pipe |
|
|
1315 | stderr to /dev/null. |
|
|
1316 | |
|
|
1317 | 5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1318 | |
|
|
1319 | Add /usr/local/share/man to $MANPATH (/etc/env.d/00basic), resolving |
|
|
1320 | bug #3363 |
|
|
1321 | |
|
|
1322 | 26 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1323 | |
|
|
1324 | Update /etc/init.d/netmount not to try and mount NFS filesystems |
|
|
1325 | if portmap was not started. This is to stop "hang" problems for |
|
|
1326 | new users who do not add portmap to the default runlevel. See |
|
|
1327 | bug #2555. |
|
|
1328 | |
|
|
1329 | Add the video4linux stuff to /etc/devfsd.conf. Resolves bug #2015. |
|
|
1330 | |
|
|
1331 | 19 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
1332 | |
|
|
1333 | Move $EDITOR from /etc/profile to /etc/env.d/00basic. |
| 4 | |
1334 | |
| 5 | 13 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
1335 | 13 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 6 | |
1336 | |
| 7 | Change the homes of user "at" and "cron" in /etc/passwd, as |
1337 | Change the homes of user "at" and "cron" in /etc/passwd, as |
| 8 | they moved to /var/spool/cron... |
1338 | they moved to /var/spool/cron... |
| … | |
… | |
| 43 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
1373 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 44 | |
1374 | |
| 45 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
1375 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
| 46 | and is needed for some fixes. |
1376 | and is needed for some fixes. |
| 47 | |
1377 | |
| 48 | 28 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1378 | 28 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 49 | |
1379 | |
| 50 | Update /etc/rc.conf to be more clear and state that you should |
1380 | Update /etc/rc.conf to be more clear and state that you should |
| 51 | remove consolefont from startup if you do not use it. Should |
1381 | remove consolefont from startup if you do not use it. Should |
| 52 | resolve bug #2174. |
1382 | resolve bug #2174. |
| 53 | |
1383 | |
| 54 | 26 April 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
1384 | 26 Apr 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
| 55 | |
1385 | |
| 56 | Added user/group apache with uid/gid 81. |
1386 | Added user/group apache with uid/gid 81. |
| 57 | |
1387 | |
| 58 | 25 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1388 | 25 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 59 | |
1389 | |
| 60 | Remove the "-net" from the line setting the default gateway |
1390 | Remove the "-net" from the line setting the default gateway |
| 61 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
1391 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
| 62 | noting this. |
1392 | noting this. |
| 63 | |
1393 | |
| 64 | 24 April 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
1394 | 24 Apr 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
| 65 | |
1395 | |
| 66 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
1396 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
| 67 | which is installed with the nfs-utils package. Also tidied up some |
1397 | which is installed with the nfs-utils package. Also tidied up some |
| 68 | really old, leftover junk like the non-supported stuff from rc5. |
1398 | really old, leftover junk like the non-supported stuff from rc5. |
| 69 | Closes #1754. |
1399 | Closes #1754. |
| 70 | |
1400 | |
| 71 | 23 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1401 | 23 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 72 | |
1402 | |
| 73 | Remove creation of /var/run/utmpx from bootmisc again. Seems |
1403 | Remove creation of /var/run/utmpx from bootmisc again. Seems |
| 74 | other people have wierd problems. |
1404 | other people have wierd problems. |
| 75 | |
1405 | |
| 76 | * rc-scripts 1.3.4 (21 April 2002) |
1406 | * rc-scripts 1.3.4 (21 Apr 2002) |
| 77 | |
1407 | |
| 78 | 21 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1408 | 21 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 79 | |
1409 | |
| 80 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
1410 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
| 81 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
1411 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
| 82 | |
1412 | |
| 83 | Implement the status commandline argument. Updated /sbin/runscript.sh |
1413 | Implement the status commandline argument. Updated /sbin/runscript.sh |
| 84 | and /sbin/rc-help.sh for this. |
1414 | and /sbin/rc-help.sh for this. |
| 85 | |
1415 | |
| 86 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
1416 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
| 87 | and AFTER. |
1417 | and AFTER. |
| 88 | |
1418 | |
| 89 | 12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1419 | 12 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 90 | |
1420 | |
| 91 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
1421 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
| 92 | is needed, else /usr/bin/newgrp segfault. |
1422 | is needed, else /usr/bin/newgrp segfault. |
| 93 | |
1423 | |
| 94 | 11 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1424 | 11 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 95 | |
1425 | |
| 96 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
1426 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
| 97 | Thanks to Väinö Järvelä for this fix. |
1427 | Thanks to Väinö Järvelä for this fix. |
| 98 | |
1428 | |
| 99 | Update /etc/profile to also set the PS? variables if $SHELL |
1429 | Update /etc/profile to also set the PS? variables if $SHELL |
| … | |
… | |
| 101 | bootstrap work again. |
1431 | bootstrap work again. |
| 102 | |
1432 | |
| 103 | Move LVM stuff to checkfs to ensure that they get fscked. |
1433 | Move LVM stuff to checkfs to ensure that they get fscked. |
| 104 | This resolves bug #1552. |
1434 | This resolves bug #1552. |
| 105 | |
1435 | |
| 106 | * rc-scripts 1.3.3 (5 April 2002) |
1436 | * rc-scripts 1.3.3 (5 Apr 2002) |
| 107 | |
1437 | |
| 108 | 5 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1438 | 5 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 109 | |
1439 | |
| 110 | Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
1440 | Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
| 111 | This is done to try and ensure system integrity. |
1441 | This is done to try and ensure system integrity. |
| 112 | |
1442 | |
| 113 | 1 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1443 | 1 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 114 | |
1444 | |
| 115 | Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
1445 | Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
| 116 | |
1446 | |
| 117 | Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
1447 | Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
| 118 | |
1448 | |
| 119 | Add a bash check to the code that sets the prompt, fixing bug #1078. |
1449 | Add a bash check to the code that sets the prompt, fixing bug #1078. |
| 120 | |
1450 | |
| 121 | * rc-scripts 1.3.2 (24 Mar 2002) |
1451 | * rc-scripts 1.3.2 (24 Mar 2002) |
| 122 | |
1452 | |
| 123 | 24 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1453 | 24 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 124 | |
1454 | |
| 125 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
1455 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
| 126 | for this. |
1456 | for this. |
| 127 | |
1457 | |
| 128 | With the "before" and "after" stuff, recursion levels was getting too high, |
1458 | With the "before" and "after" stuff, recursion levels was getting too high, |
| … | |
… | |
| 142 | Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
1472 | Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
| 143 | and it seems it has fallen now to my discression. |
1473 | and it seems it has fallen now to my discression. |
| 144 | |
1474 | |
| 145 | * rc-scripts 1.3.1 (23 Mar 2002) |
1475 | * rc-scripts 1.3.1 (23 Mar 2002) |
| 146 | |
1476 | |
| 147 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
1477 | 23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
| 148 | DHCP lease release from Jim Nutt. |
1478 | DHCP lease release from Jim Nutt. |
| 149 | |
1479 | |
| 150 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
1480 | 23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
| 151 | since there are a lot of important bug fixes in here that are needed. |
1481 | since there are a lot of important bug fixes in here that are needed. |
| 152 | |
1482 | |
| 153 | 23 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1483 | 23 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 154 | |
1484 | |
| 155 | Resolve bug #1292. |
1485 | Resolve bug #1292. |
| 156 | |
1486 | |
| 157 | Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
1487 | Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
| 158 | Spidler. |
1488 | Spidler. |
| 159 | |
1489 | |
| 160 | 21 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1490 | 21 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 161 | |
1491 | |
| 162 | Update /sbin/rc to fix a 'cat mounts' instead of the correct |
1492 | Update /sbin/rc to fix a 'cat mounts' instead of the correct |
| 163 | version, 'cat /proc/mounts'. |
1493 | version, 'cat /proc/mounts'. |
| 164 | |
1494 | |
| 165 | 19 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1495 | 19 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 166 | |
1496 | |
| 167 | Add initial support for the --quiet flag that suppress output. |
1497 | Add initial support for the --quiet flag that suppress output. |
| 168 | |
1498 | |
| 169 | 18 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1499 | 18 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 170 | |
1500 | |
| 171 | Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
1501 | Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
| 172 | as not all errors by depscan.sh is critical. It should be |
1502 | as not all errors by depscan.sh is critical. It should be |
| 173 | reworked to do better error handeling. |
1503 | reworked to do better error handeling. |
| 174 | |
1504 | |
| 175 | 14 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1505 | 14 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 176 | |
1506 | |
| 177 | Fix the GID and UID of nobody and nogroup in /etc/passwd and |
1507 | Fix the GID and UID of nobody and nogroup in /etc/passwd and |
| 178 | /etc/group to match those of Debian, FBSD and others. Thanks |
1508 | /etc/group to match those of Debian, FBSD and others. Thanks |
| 179 | to those who reported it, and Woodchip for looking up the |
1509 | to those who reported it, and Woodchip for looking up the |
| 180 | proper values. |
1510 | proper values. |
| 181 | |
1511 | |
| 182 | Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
1512 | Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
| 183 | This resolves bug #1150, thanks to Paul Fleischer. |
1513 | This resolves bug #1150, thanks to Paul Fleischer. |
| 184 | |
1514 | |
| 185 | 11 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1515 | 11 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 186 | |
1516 | |
| 187 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
1517 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
| 188 | as some users have /usr on seperate partition which is not |
1518 | as some users have /usr on seperate partition which is not |
| 189 | mounted when depscan.sh is run the first time. |
1519 | mounted when depscan.sh is run the first time. |
| 190 | |
1520 | |
| 191 | Updated the checking for more than one service providing the |
1521 | Updated the checking for more than one service providing the |
| 192 | same virtual function in /etc/init.d/depscan.sh. It should |
1522 | same virtual function in /etc/init.d/depscan.sh. It should |
| 193 | be working now, and this also fix a problem that when there is no |
1523 | be working now, and this also fix a problem that when there is no |
| 194 | service providing a virtual, counter was used uninitialized. |
1524 | service providing a virtual, counter was used uninitialized. |
| 195 | |
1525 | |
| 196 | * rc-scripts 1.3.0 (10 March 2002) |
1526 | * rc-scripts 1.3.0 (10 Mar 2002) |
| 197 | |
1527 | |
| 198 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1528 | 10 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 199 | |
1529 | |
| 200 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
1530 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
| 201 | |
1531 | |
| 202 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
1532 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
| 203 | |
1533 | |
| … | |
… | |
| 222 | Also fixed try() for mounting /proc (maybe all mount commands). |
1552 | Also fixed try() for mounting /proc (maybe all mount commands). |
| 223 | The function worked fine in a simulated test, but in real life failed |
1553 | The function worked fine in a simulated test, but in real life failed |
| 224 | to detect a error when mounting /proc (remember to thank Grant for |
1554 | to detect a error when mounting /proc (remember to thank Grant for |
| 225 | his UserMode ebuilds, and Guide). |
1555 | his UserMode ebuilds, and Guide). |
| 226 | |
1556 | |
| 227 | * rc-scripts 1.2.9 (6 March 2002) |
1557 | * rc-scripts 1.2.9 (6 Mar 2002) |
| 228 | |
1558 | |
| 229 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1559 | 6 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 230 | |
1560 | |
| 231 | General form updates and some piping fixes. |
1561 | General form updates and some piping fixes. |
| 232 | |
1562 | |
| 233 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
1563 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
| 234 | to fix a problem where startDM.sh would be respawned repeatedly |
1564 | to fix a problem where startDM.sh would be respawned repeatedly |
| 235 | if xdm was not in the default runlevel. |
1565 | if xdm was not in the default runlevel. |
| 236 | |
1566 | |
| 237 | * rc-scripts 1.2.8 (4 March 2002) |
1567 | * rc-scripts 1.2.8 (4 Mar 2002) |
| 238 | |
1568 | |
| 239 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1569 | 4 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 240 | |
1570 | |
| 241 | Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
1571 | Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
| 242 | to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
1572 | to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
| 243 | move them to the xfree ebuild later on when things settles down. |
1573 | move them to the xfree ebuild later on when things settles down. |
| 244 | |
1574 | |
| … | |
… | |
| 248 | where we had a invalid $PATH on boot in some cases. |
1578 | where we had a invalid $PATH on boot in some cases. |
| 249 | |
1579 | |
| 250 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
1580 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
| 251 | the new sys-apps/kbd package. |
1581 | the new sys-apps/kbd package. |
| 252 | |
1582 | |
| 253 | * rc-scripts 1.2.7 (3 March 2002) |
1583 | * rc-scripts 1.2.7 (3 Mar 2002) |
| 254 | |
1584 | |
| 255 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1585 | 3 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 256 | |
1586 | |
| 257 | Fixed the problem of rc-scripts trying to start/stop a service multiple |
1587 | Fixed the problem of rc-scripts trying to start/stop a service multiple |
| 258 | times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
1588 | times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
| 259 | for this. |
1589 | for this. |
| 260 | |
1590 | |
| … | |
… | |
| 262 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
1592 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
| 263 | this. |
1593 | this. |
| 264 | |
1594 | |
| 265 | Added caching of the "depend() { need foo; } " lines, and updated |
1595 | Added caching of the "depend() { need foo; } " lines, and updated |
| 266 | /etc/init.d/depscan.sh to touch the actual files less. This should |
1596 | /etc/init.d/depscan.sh to touch the actual files less. This should |
| 267 | speedup dependancy caching a lot, especially on slow machines. |
1597 | speedup dependency caching a lot, especially on slow machines. |
| 268 | |
1598 | |
| 269 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
1599 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
| 270 | for security. |
1600 | for security. |
| 271 | |
1601 | |
| 272 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
1602 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
| 273 | |
1603 | |
| 274 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1604 | 1 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 275 | |
1605 | |
| 276 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
1606 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
| 277 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
1607 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
| 278 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
1608 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
| 279 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
1609 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
| 280 | |
1610 | |
| 281 | Removed stopping of dependant services that have current service as |
1611 | Removed stopping of dependent services that have current service as |
| 282 | a 'use'dependancy ... should be less confusing now. |
1612 | a 'use'dependency ... should be less confusing now. |
| 283 | Updated /etc/init.d/runscript.sh for this. |
1613 | Updated /etc/init.d/runscript.sh for this. |
| 284 | |
1614 | |
| 285 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
1615 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 286 | |
1616 | |
| 287 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
1617 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
| … | |
… | |
| 369 | Added the 'before' depend type. This is more for changing the |
1699 | Added the 'before' depend type. This is more for changing the |
| 370 | order services start in. Updated /etc/init.d/depscan.sh and |
1700 | order services start in. Updated /etc/init.d/depscan.sh and |
| 371 | /etc/init.d/functions.sh for this. |
1701 | /etc/init.d/functions.sh for this. |
| 372 | |
1702 | |
| 373 | Updated /etc/init.d/depscan.sh to work with '*' as argument for |
1703 | Updated /etc/init.d/depscan.sh to work with '*' as argument for |
| 374 | dependancy types. This can be used with 'use' and 'before' to |
1704 | dependency types. This can be used with 'use' and 'before' to |
| 375 | start a script last or first respectively. |
1705 | start a script last or first respectively. |
| 376 | |
1706 | |
| 377 | Added save_options() and get_options() to /etc/init.d/functions.sh |
1707 | Added save_options() and get_options() to /etc/init.d/functions.sh |
| 378 | for saving misc settings between startup/shutdown. Updated |
1708 | for saving misc settings between startup/shutdown. Updated |
| 379 | /etc/init.d/net.eth0 to use these and properly down virtual |
1709 | /etc/init.d/net.eth0 to use these and properly down virtual |
| … | |
… | |
| 448 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
1778 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
| 449 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
1779 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
| 450 | |
1780 | |
| 451 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
1781 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
| 452 | |
1782 | |
| 453 | Updated /etc/init.d/depscan.sh to store info about missing dependancies |
1783 | Updated /etc/init.d/depscan.sh to store info about missing dependencies |
| 454 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
1784 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
| 455 | to use this when starting a script ('need' dependancies is critical for |
1785 | to use this when starting a script ('need' dependencies is critical for |
| 456 | startup). Added the broken() function to /etc/init.d/runscript.sh |
1786 | startup). Added the broken() function to /etc/init.d/runscript.sh |
| 457 | to list the missing dependancies. |
1787 | to list the missing dependencies. |
| 458 | |
1788 | |
| 459 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
1789 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
| 460 | checking. |
1790 | checking. |
| 461 | |
1791 | |
| 462 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
1792 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
| … | |
… | |
| 695 | |
2025 | |
| 696 | * rc-scripts 1.1.7 (18 Oct 2001) |
2026 | * rc-scripts 1.1.7 (18 Oct 2001) |
| 697 | |
2027 | |
| 698 | [old changelog format follows] |
2028 | [old changelog format follows] |
| 699 | |
2029 | |
| 700 | *lots of scripts; woodchip |
2030 | *lots of scripts; woodchip |
| 701 | removed old rc5 scripts from cvs |
2031 | removed old rc5 scripts from cvs |
| 702 | |
2032 | |
| 703 | *init.d/runscript.sh; agriffis |
2033 | *init.d/runscript.sh; agriffis |
| 704 | Added support for rc.conf and home-grown functions |
2034 | Added support for rc.conf and home-grown functions |
| 705 | |
2035 | |
| 706 | *init.d/modules; |
2036 | *init.d/modules; |
| 707 | Now correctly looks at /etc/modules.autoload |
2037 | Now correctly looks at /etc/modules.autoload |
| 708 | |
2038 | |
| 709 | rc-scripts-1.1.6, released 15 Sep 2001 |
2039 | rc-scripts-1.1.6, released 15 Sep 2001 |
| 710 | ====================================== |
2040 | ====================================== |
| 711 | |
2041 | |
| 712 | *init.d/runscript.sh, others |
2042 | *init.d/runscript.sh, others |
| 713 | Handling of "net" dependencies resolve to all net devices in |
2043 | Handling of "net" dependencies resolve to all net devices in |
| 714 | /etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES |
2044 | /etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES |
| 715 | variable in /etc/rc.conf has been removed. |
2045 | variable in /etc/rc.conf has been removed. |
| 716 | |
2046 | |
| 717 | *init.d/runscript.sh |
2047 | *init.d/runscript.sh |
| 718 | New "zap" option for manually resetting the state of an initscript |
2048 | New "zap" option for manually resetting the state of an initscript |
| 719 | to stopped. |
2049 | to stopped. |
| 720 | |
2050 | |
| 721 | *init.d/{samba,sysklogd,sshd} |
2051 | *init.d/{samba,sysklogd,sshd} |
| 722 | Removed from CVS; they live in their respective packages. |
2052 | Removed from CVS; they live in their respective packages. |
| 723 | |
2053 | |
| 724 | rc-scripts-1.1.5, released 02 Sep 2001 |
2054 | rc-scripts-1.1.5, released 02 Sep 2001 |
| 725 | ==================================== |
2055 | ==================================== |
| 726 | |
2056 | |
| 727 | *sbin/rc-update |
2057 | *sbin/rc-update |
| 728 | New version of the rc-update command for the new initscripts. Works |
2058 | New version of the rc-update command for the new initscripts. Works |
| 729 | similarly to the old version, except this one updates our dependency |
2059 | similarly to the old version, except this one updates our dependency |
| 730 | cache. |
2060 | cache. |
| 731 | |
2061 | |
| 732 | *init.d/functions.sh |
2062 | *init.d/functions.sh |
| 733 | New and better looking informational message functions (einfo, einfon). |
2063 | New and better looking informational message functions (einfo, einfon). |
| 734 | Brand new message functions (ewarn). |
2064 | Brand new message functions (ewarn). |
| 735 | |
2065 | |
| 736 | *sbin/init, init.d/checkroot |
2066 | *sbin/init, init.d/checkroot |
| 737 | We're going back to a /proc/mounts-based mtab symlink because it's |
2067 | We're going back to a /proc/mounts-based mtab symlink because it's |
| 738 | just plain better. Appropriate changes made. |
2068 | just plain better. Appropriate changes made. |
| 739 | |
2069 | |
| 740 | # vim:expandtab |
2070 | # vim:expandtab |