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