| 1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
| 2 | # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL |
2 | # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL |
| 3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
|
|
4 | |
|
|
5 | 22 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
6 | |
|
|
7 | Fix the /dev/root entry in /etc/mtab, bug #24916. |
|
|
8 | |
|
|
9 | Add EVMS2 support, thanks to Mike Javorski <mike_javorski@bigfoot.com>, |
|
|
10 | bug #24064. |
|
|
11 | |
|
|
12 | * rc-scripts 1.4.3.9 (17 Jul 2003) |
|
|
13 | |
|
|
14 | 17 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
15 | |
|
|
16 | Add vlan support to /etc/init.d/net.eth0, bug #15588, thanks to |
|
|
17 | Andy Dustman <andy-gentoo.54e552@dustman.net>. |
|
|
18 | |
|
|
19 | Add 'TERM=Eterm' to /etc/DIR_COLORS, bug #23423. |
|
|
20 | |
|
|
21 | Add mdadm support to /etc/init.d/checkfs, bug #23437, many thanks |
|
|
22 | to Wes Kurdziolek <wkurdzio@vtluug.org>. |
|
|
23 | |
|
|
24 | Rather use 'uname -r' to get kernel version, as else we need sysctl. |
|
|
25 | This closes bug #23923, modified /etc/init.d/modules. |
|
|
26 | |
|
|
27 | Fix a type-o in /etc/fstab, bug #23308. |
|
|
28 | |
|
|
29 | Add support for the new 'O' agetty option to display the DNS domainname |
|
|
30 | in the issue file thanks to Marius Mauch <genone@genone.de>, bug #22275. |
|
|
31 | Updated /etc/issue and /etc/issue.logo for this. |
|
|
32 | |
|
|
33 | 16 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
34 | |
|
|
35 | Add aliases for add/del to /sbin/rc-update closing bug #24317, thanks |
|
|
36 | to Antonio Dolcetta <zagarna@yahoo.com>. |
|
|
37 | |
|
|
38 | Fix /etc/init.d/net.eth0 to not set rp_filter if already set via |
|
|
39 | /etc/sysctl.conf, bug #24235 - thanks jochen <jochen.eisinger@gmx.de>. |
|
|
40 | |
|
|
41 | Fix /sbin/runscript.sh and /lib/rcscripts/awk/cachedepend.awk to work |
|
|
42 | with symlinks in /etc/init.d/, closing bug #24228. |
|
|
43 | |
|
|
44 | Fix /etc/init.d/clock to work with UML, closing bug #24225 thanks to |
|
|
45 | John Mylchreest <johnm@gentoo.org>. |
|
|
46 | |
|
|
47 | Fix hardcoded color escape sequence in /sbin/rc, closing bug #24109, |
|
|
48 | thanks to splite <splite-gentoo@sigint.cs.purdue.edu>. |
|
|
49 | |
|
|
50 | Fix /sbin/functions.sh to disable color printing if NOCOLOR is set to |
|
|
51 | "true" in /etc/make.conf, closing bug #24107. |
|
|
52 | |
|
|
53 | Fix /etc/init.d/keymaps to be more non-x86 friendly, and also allow |
|
|
54 | more keymaps to be specified in /etc/rc.conf, bug #24084. |
|
|
55 | |
|
|
56 | 15 Jul 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
57 | |
|
|
58 | Add /bin/csh to /etc/shells. |
|
|
59 | |
|
|
60 | Add new protocols to /etc/services, thanks Rajiv Aaron Manglani |
|
|
61 | <rajiv@gentoo.org>. |
|
|
62 | |
|
|
63 | 23 Jun 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
64 | |
|
|
65 | Cleanups for bug #21438 from bug #22637, thanks to |
|
|
66 | Christian Strauf <christian.strauf@gmx.de> and Ian Abbott <ian@abbott.org>. |
|
|
67 | |
|
|
68 | 22 Jun 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
69 | |
|
|
70 | Really commit fix for bug #21438 to CVS. |
|
|
71 | |
|
|
72 | 21 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
73 | |
|
|
74 | Call /proc mount with explicit options to fix issues where user |
|
|
75 | have 'bind' mounts for /proc in fstab as well, bug #21068. |
|
|
76 | |
|
|
77 | Fix /etc/init.d/bootmisc to check for /sbin/env-update.sh, bug #21384, |
|
|
78 | reported by Gunnlaugur Thor Briem <gthb@hi.is>. |
|
|
79 | |
|
|
80 | Add 'before bootmisc' to /etc/init.d/domainname, as we need to start |
|
|
81 | it before 'env-update.sh' gets run by /etc/init.d/bootmisc. |
|
|
82 | |
|
|
83 | * rc-scripts 1.4.3.8p1 (21 May 2003) |
|
|
84 | |
|
|
85 | 21 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
86 | |
|
|
87 | Last fix I did not use the modified 'myservice', but used $1 again, |
|
|
88 | causing the network dependencies to bork. I did not notice this |
|
|
89 | as I have net.eth0 in default runlevel. |
|
|
90 | |
|
|
91 | * rc-scripts 1.4.3.8 (20 May 2003) |
|
|
92 | |
|
|
93 | 20 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
94 | |
|
|
95 | A '-' in a bash variable is not valid as well. Fix gendepend.awk and |
|
|
96 | rc-service.sh to handle this, thanks to YAMAKURA Makoto |
|
|
97 | <makoto@dsb.club.ne.jp>. |
|
|
98 | |
|
|
99 | Move /etc/issue to /etc/issue.logo, and have /etc/issue only print info |
|
|
100 | about the host it is running on. |
|
|
101 | |
|
|
102 | 18 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
103 | |
|
|
104 | Do not let devfsd handle /dev/log's permission management, as it breaks |
|
|
105 | selinux. Modified /etc/devfsd.conf, changes submited by Chris PeBenito |
|
|
106 | <pebenito@gentoo.org>. |
|
|
107 | |
|
|
108 | Fix type-o in /etc/init.d/net.ppp0, and add local ip-up/ip-down support. |
|
|
109 | |
|
|
110 | 14 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
111 | |
|
|
112 | We should not export the RC_GOT_* variables, as it breaks on some systems, |
|
|
113 | thanks to J?rg Gollnick <gentoo-bugs@wurzelbenutzer.de>, bug #20851. |
|
|
114 | |
|
|
115 | From C. Brewer <killian@gentoo.org>: |
|
|
116 | - Add hide-password to the connect cmd-line of /etc/init.d/net.ppp0, which is |
|
|
117 | suppose to be default, but why take chances? |
|
|
118 | - Also, echoing chmod 640 in the resolv.conf two-step at the end to solve the |
|
|
119 | kppp complaint. |
|
|
120 | |
|
|
121 | 13 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
122 | |
|
|
123 | For the network functions, the dependency code tried to create a funcion |
|
|
124 | with a '.' in the name, causing the network rc-scripts to not have any |
|
|
125 | dependencies. This should fix bug #20849 's order issue, thanks to |
|
|
126 | YAMAKURA Makoto <makoto@dsb.club.ne.jp> for noticing. |
|
|
127 | |
|
|
128 | Fix query_{before,after} to also check 'net' if 'service2' is a network |
|
|
129 | service. |
|
|
130 | |
|
|
131 | 12 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
132 | |
|
|
133 | More cleanups: |
|
|
134 | - Move the broken stuff from symlinks to a DB entry in ${svcdir}/deptree. |
|
|
135 | Updated /sbin/runscript.sh, /sbin/rc-services.sh and gendepend.awk for |
|
|
136 | this. |
|
|
137 | - Add functions for more common tasks in /sbin/runscript.sh to |
|
|
138 | /sbin/rc-services.sh. |
|
|
139 | - Move 'consoletype' to /sbin. |
|
|
140 | - Rename /sbin/rc-envupdate.sh to /sbin/env-update.sh; updated |
|
|
141 | /etc/init.d/bootmisc for this. |
|
|
142 | - Move rc-services.sh, rc-daemon.sh and rc-help.sh to /lib/rcscripts/sh. |
|
|
143 | - Improve detection of circular depends ... modified gendepend.awk for this. |
|
|
144 | |
|
|
145 | * rc-scripts 1.4.3.7 (11 May 2003) |
|
|
146 | |
|
|
147 | 11 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
148 | |
|
|
149 | Too many things to remember, so here is changes of note: |
|
|
150 | - More changes to gendepend.awk. This basically modifies it to not use |
|
|
151 | symlinks in $svcdir/{need,use,before,after,provide} anymore, but rather |
|
|
152 | create a file that can be sourced. Seems to speedup things nicely. |
|
|
153 | - Add /sbin/rc-services.sh. This is basically a module to get dependency |
|
|
154 | info from the new $svcdir/deptree, and some other new service functions. |
|
|
155 | - Modify the whole works to *only* source all needed files once. This |
|
|
156 | includes /sbin/{functions.sh,rc-services.sh,rc-daemon.sh}. Also |
|
|
157 | rc-services.sh will only source $svcdir/deptree once. /sbin/runscript.sh |
|
|
158 | is sourced more than once (actually each time a service is started or |
|
|
159 | stopped, but is is cut down much). Also seems to speed things up again. |
|
|
160 | - Fix a long outstanding bug in gendepend.awk that caused the 'net' |
|
|
161 | dependency to not be actually used in shutdown, causing the services |
|
|
162 | needing it to be stoped before net.* services. |
|
|
163 | - Add the RC_PARALLEL_STARTUP variable, with schedule_service_startup() to |
|
|
164 | /sbin/rc-services.sh and /etc/conf.d/rc. This is experimental parallel |
|
|
165 | startup of services, and seems to work nicely. Only issues to date is |
|
|
166 | that printing of messages is not synced, and a race very intermittantly |
|
|
167 | that causes a service to be started when it was already scheduled. |
|
|
168 | - Add a new dependency type 'parallel' that can be used to control if a |
|
|
169 | service can be started in paralled or not. Possible arguments is "yes" |
|
|
170 | or "no"; if it is not present, it is considered as "yes": |
|
|
171 | |
|
|
172 | depend() { |
|
|
173 | parallel yes|no |
|
|
174 | } |
|
|
175 | |
|
|
176 | Modified cachedepend.awk, gendepend.awk and /sbin/rc-services.sh. |
|
|
177 | - Fix the 'single' runlevel to actually work properly, and without a |
|
|
178 | /etc/runlevels/single directory. |
|
|
179 | - Remove the BOOT variable, and update /sbin/rc to set SOFTLEVEL properly. |
|
|
180 | Fix /etc/init.d/{checkroot,bootmisc} to use SOFTLEVEL instead of BOOT. |
|
|
181 | |
|
|
182 | 08 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
183 | |
|
|
184 | Major rework of /lib/rcscript/awk/gendepend.awk, cleaning it up nicely, |
|
|
185 | and adding more sanity checks. |
|
|
186 | |
|
|
187 | 04 May 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
188 | |
|
|
189 | Revert /etc/init.d/hostname the way it was, as it should be the user's |
|
|
190 | choice if he want to have a FQDN in there or not, bug #14946. |
|
|
191 | |
|
|
192 | Add /etc/init.d/domainname for those that want to use it. |
|
|
193 | |
|
|
194 | 29 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
195 | |
|
|
196 | Change the root check back the way it was, else it breaks with non bash |
|
|
197 | shells; modified /etc/profile. |
|
|
198 | |
|
|
199 | 29 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
200 | |
|
|
201 | Change test in /etc/profile for root to '[ "$EUID" -eq 0 ]', bug #20140. |
|
|
202 | |
|
|
203 | 27 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
204 | |
|
|
205 | Add various patches from Rachel Holmes <rach@gmx.net>: |
|
|
206 | |
|
|
207 | Dropped use of 'cat' in bash scripts, '$(<$file)' is there for that |
|
|
208 | purpose. Modified: |
|
|
209 | |
|
|
210 | /etc/init.d/net.ppp0 |
|
|
211 | /etc/init.d/nscd |
|
|
212 | /sbin/functions.sh |
|
|
213 | /sbin/rc |
|
|
214 | /sbin/rc-daemon.sh |
|
|
215 | /sbin/rc-envupdate.sh.bash |
|
|
216 | /sbin/runscript.sh |
|
|
217 | |
|
|
218 | Exchanged some gratuitous use of awk for grep. Awk is a little resource |
|
|
219 | hungry just for a simple test. (I [azarah] did not apply the changes to |
|
|
220 | tests for 'devfs', as having 'usbdevfs' in the equation will break |
|
|
221 | things). Modified /sbin/rc for this. |
|
|
222 | |
|
|
223 | Gentoo enforces having /proc, so uname -r is a little redundant when the |
|
|
224 | information is available without an external command. Modified: |
|
|
225 | |
|
|
226 | /etc/init.d/modules |
|
|
227 | /etc/init.d/serial |
|
|
228 | /sbin/functions.sh |
|
|
229 | /sbin/modules-update |
|
|
230 | |
|
|
231 | Changed 'id -u' commands to use $EUID in bash executed scripts, same |
|
|
232 | result no extra command. Modified: |
|
|
233 | |
|
|
234 | /sbin/rc-envupdate.sh |
|
|
235 | /sbin/rc-envupdate.sh.bash |
|
|
236 | /sbin/rc-update |
|
|
237 | |
|
|
238 | Removed all the cat sections, and the separate echo sections. The output |
|
|
239 | is _exactly_ the same, minus some spare spaces that have been removed. |
|
|
240 | Fourfold speed increase in the (granted flimsy) tests I have done. |
|
|
241 | Modified /sbin/rc-help.sh for this. |
|
|
242 | |
|
|
243 | Final remaining 'cat' commands removed, in favour of using bash's internal |
|
|
244 | '$(< )' or 'echo'. Use of echo leads the way to future support for bash's |
|
|
245 | i18n anyway. Modified: |
|
|
246 | |
|
|
247 | /sbin/rc |
|
|
248 | /sbin/rc-envupdate.sh |
|
|
249 | /sbin/rc-envupdate.sh.bash |
|
|
250 | |
|
|
251 | |
|
|
252 | |
|
|
253 | * rc-scripts 1.4.3.6 (27 Apr 2003) |
|
|
254 | |
|
|
255 | 27 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
256 | |
|
|
257 | Add a 'save' function /etc/init.d/clock, bug #19685. |
|
|
258 | |
|
|
259 | Add a slocate group to /etc/group, bug #19604. |
|
|
260 | |
|
|
261 | Do not stop a network service if we do not reboot on runlevel change, |
|
|
262 | as it could have been started by the user or hotplug. This should |
|
|
263 | address bug #12763; modified /sbin/rc for this. |
|
|
264 | |
|
|
265 | Fix /etc/init.d/hostname to set only the hostname, and not the NIS |
|
|
266 | domainname. |
|
|
267 | |
|
|
268 | Fix /etc/init.d/keymaps to be able to set the extended keymap in rc.conf. |
|
|
269 | This should close bug #16884. |
|
|
270 | |
|
|
271 | Fix /etc/profile to be /bin/sh compadible, bug #18918. |
|
|
272 | |
|
|
273 | Change the swap comments in /sbin/rc to "Activating (possible) swap" to |
|
|
274 | be more 'generic' ? Only try to disable swap if any devices/files was |
|
|
275 | activated. This should close bug #19089. |
|
|
276 | |
|
|
277 | Fix /etc/init.d/checkroot to only remount / rw if not set explicitly to |
|
|
278 | rw in /etc/fstab, bug #19158. |
|
|
279 | |
|
|
280 | 24 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
281 | |
|
|
282 | Fix /etc/init.d/net.ppp0 to do the right thing if stopped was called, |
|
|
283 | but the ppp link was already down, bug #15333. |
|
|
284 | |
|
|
285 | 12 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
286 | |
|
|
287 | Fix type-o in /etc/init.d/consolefont (line 38 should be 'retval=$?'). |
|
|
288 | Thanks to Matt Taylor <liverbugg@juno.com> (comment #6, bug #18344). |
|
|
289 | |
|
|
290 | From linux-2.5.68, we need to mount devpts on /dev/pts again ... |
|
|
291 | updated /sbin/rc for this. |
|
|
292 | |
|
|
293 | 11 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
294 | |
|
|
295 | Fix errors on sourcing /etc/profile if EDITOR is not set, bug #18995. |
|
|
296 | |
|
|
297 | 10 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
298 | |
|
|
299 | Make checking in unmount more strict, fixing bug #19007. |
|
|
300 | |
|
|
301 | 09 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
302 | |
|
|
303 | Add one more check to genenviron.awk, to spot cases where there is a |
|
|
304 | space between the variable and the '='. |
|
|
305 | |
|
|
306 | 08 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
307 | |
|
|
308 | Fix interactive shell not to have coloured prompt when used as a |
|
|
309 | dumb client, bug #18886. Fix was inspired by patch from |
|
|
310 | Matthew Kennedy <mkennedy@gentoo.org>. |
|
|
311 | |
|
|
312 | * rc-scripts 1.4.3.5 (06 Apr 2003) |
|
|
313 | |
|
|
314 | 06 Apr 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
315 | |
|
|
316 | Hopefully get the serial support sane again. Added /bin/consoletype |
|
|
317 | from Redhat to check for serial console. This should resolve bug |
|
|
318 | #18329 partly. |
|
|
319 | |
|
|
320 | Add the --nocolor option to suppress the use of colors. |
|
|
321 | |
|
|
322 | Change the 'status' option to return true if the service is running, |
|
|
323 | and false if stopped. This is only if the '--quiet' flag was also |
|
|
324 | given. |
|
|
325 | |
|
|
326 | Change the start and stop options not to output or return false if |
|
|
327 | the '--quiet' flag was given. |
|
|
328 | |
|
|
329 | Redirect stderr for consolechars in /etc/init.d/consolefont to /dev/null |
|
|
330 | as well, fixing bug #18344. |
|
|
331 | |
|
|
332 | Optimize $EDITOR extraction in /etc/profile closing bug #18614, thanks to |
|
|
333 | Aron Griffis <agriffis@gentoo.org>. |
|
|
334 | |
|
|
335 | Set HALT to 'shutdown' or 'reboot' depending on if we are shutting down |
|
|
336 | or rebooting. |
|
|
337 | |
|
|
338 | 30 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
339 | |
|
|
340 | Fix bug #18329 ... $COLS was not setup properly for serial console. |
|
|
341 | |
|
|
342 | 24 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
343 | |
|
|
344 | Optimize USB fs stuff in /etc/init.d/localmount to use less cats etc. |
|
|
345 | Fix a problem where it might not have mounted the USB fs when usbcore |
|
|
346 | was compiled as module, and the kernel did not mount it by the time |
|
|
347 | the script was started. Get it to rather check what filesystems is |
|
|
348 | supported when deciding if it should use 'usbdevfs' or 'usbfs', as |
|
|
349 | later 2.4 kernels now also support the newer 'usbfs'. |
|
|
350 | |
|
|
351 | Optimize RAID stuff in /etc/init.d/checkfs a bit. |
|
|
352 | |
|
|
353 | 16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
354 | |
|
|
355 | Update sbin/rc-envupdate.sh.bash for bug #17549. |
|
|
356 | |
|
|
357 | * rc-scripts 1.4.3.4 (16 Mar 2003) |
|
|
358 | |
|
|
359 | 16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
360 | |
|
|
361 | Add /etc/issue done by a Polish ascii-artists, v|rus with some slight |
|
|
362 | modifications (purple and display hostname, etc). Closes bug #16806. |
|
|
363 | |
|
|
364 | Add 'use hotplug' to /etc/init.d/net.eth0, to get cardbus hardware to |
|
|
365 | work properly. Closes bug #17348. |
|
|
366 | |
|
|
367 | Add update from Wout Mertens <wmertens@gentoo.org> to speedup shutdown |
|
|
368 | of dhcp interfaces, closing bug #17378. This modified /etc/init.d/net.eth0. |
|
|
369 | |
|
|
370 | 11 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
371 | |
|
|
372 | Fix usage of /usr/bin/cut in /sbin/functions.sh, thanks Brandon Low |
|
|
373 | <lostlogic@gentoo.org>! |
|
|
374 | |
|
|
375 | 10 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
376 | |
|
|
377 | Add sysfs support for 2.5 kernels (mounted to /sys). Updated /sbin/rc |
|
|
378 | and /etc/init.d/halt.sh for this. |
|
|
379 | |
|
|
380 | Update /etc/fstab to correctly mount /proc with: |
|
|
381 | |
|
|
382 | mount -t proc none /proc |
|
|
383 | |
|
|
384 | Do the same for /dev/shm: |
|
|
385 | |
|
|
386 | mount -t tmpfs none /dev/shm |
|
|
387 | |
|
|
388 | Fix a typeo in /etc/init.d/checkroot that caused 'umount -a' to output |
|
|
389 | noise if we exited a recovery console. |
|
|
390 | |
|
|
391 | Fix /etc/init.d/hostname using /usr/bin/cut, closing bug #17175, thanks |
|
|
392 | to Bobby Bingham <uhmmmm@columbus.rr.com> for noticing this. |
|
|
393 | |
|
|
394 | Bring down default gateway before adding new one .. this fixes issues |
|
|
395 | where eth0/whatever was brought up by kernel. Changed /etc/init.d/net.eth0 |
|
|
396 | for this, closing bug #17164. Thanks to nth <y.lesaint@free.fr> for the |
|
|
397 | fix. |
|
|
398 | |
|
|
399 | Fix /etc/init.d/modules to call modprobe with -q .. this fix issues where |
|
|
400 | it fails for module-init-tools if the module is already loaded. This |
|
|
401 | closes bug #17163, thanks to nth <y.lesaint@free.fr>. |
|
|
402 | |
|
|
403 | * rc-scripts 1.4.3.3 (09 Mar 2003) |
|
|
404 | |
|
|
405 | 09 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
406 | |
|
|
407 | Fix /etc/init.d/netmount not to unmount / on nfs/whatever, bug #16274. |
|
|
408 | |
|
|
409 | Fix net.eth0 not to try and start an interface if already up. |
|
|
410 | |
|
|
411 | Update MAKEDEV from Debian to support more archs. This adds support |
|
|
412 | for 'arm', 'hppa' among others. URL: |
|
|
413 | |
|
|
414 | http://packages.debian.org/stable/base/makedev.html |
|
|
415 | |
|
|
416 | Add support to /etc/init.d/modules to use /etc/modules.autoload/kernel-2.4 |
|
|
417 | if we are using a 2.4 kernel, and /etc/modules.autoload/kernel-2.5 if we |
|
|
418 | are using a 2.5 kernel ... bug #17109. |
|
|
419 | |
|
|
420 | 02 Mar 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
421 | |
|
|
422 | Update /etc/init.d/hostname to only set the hostname to whatever is before |
|
|
423 | the first '.', and then set the domainname to the rest, closing bug #14946. |
|
|
424 | |
|
|
425 | 28 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
426 | |
|
|
427 | Merge some of the optimizations from Graham Forest <vladimir@gentoo.org>. |
|
|
428 | |
|
|
429 | Fix spelling of dependency and some other spelling/grammer issues. |
|
|
430 | Thanks goes to Kerin Millar <kerin@recruit2recruit.net> and |
|
|
431 | Mike Frysinger <vapier@gentoo.org>, bug #15498. |
|
|
432 | |
|
|
433 | Change $svcdir to '/var/lib/init.d' to be more FHS compliant, bug #15192. |
|
|
434 | |
|
|
435 | Add 'Eterm' to /etc/skel/.bashrc, closing bug #14662. |
|
|
436 | |
|
|
437 | Adjust comments about PROTOCOLS in /etc/rc.conf to try and prevent |
|
|
438 | bug #14556. |
|
|
439 | |
|
|
440 | 27 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
441 | |
|
|
442 | Finally fix /etc/init.d/halt.sh to unmount non critical mounts properly. |
|
|
443 | |
|
|
444 | 20 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
445 | |
|
|
446 | Kill /dev/ttyp0 error at boot by changing test in /etc/init.d/modules |
|
|
447 | to 'test -c /dev/ttyp0 &> /dev/null'. |
|
|
448 | |
|
|
449 | 18 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
450 | |
|
|
451 | Update /sbin/modules-update to generate /etc/modprobe.devfs from |
|
|
452 | /etc/modules.devfs. This along with the devfs-hack.patch in the latest |
|
|
453 | module-init-tools-0.9.9 should get rid of many of the warnings/errors |
|
|
454 | with devfs, and makes it work a bit better. |
|
|
455 | |
|
|
456 | 17 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
457 | |
|
|
458 | Fix /etc/inputrc for dvorak keyboard layout, bug #2599 again. |
|
|
459 | |
|
|
460 | 16 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
461 | |
|
|
462 | Fix the 'source /etc/profile.env' to be '. /etc/profile' to have ksh |
|
|
463 | support. This resolves bug #14994. |
|
|
464 | |
|
|
465 | Move EDITOR to /etc/rc.conf. Also update /etc/profile to set EDITOR |
|
|
466 | according to /etc/rc.conf. |
|
|
467 | |
|
|
468 | Update /etc/init.d/checkfs to fix bug #14282. It did not exclude comments, |
|
|
469 | and used 'basename' which is located in /usr/bin. |
|
|
470 | |
|
|
471 | 13 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
472 | |
|
|
473 | Merge changes from Nick Jones <carpaski@gentoo.org> to not run stty if |
|
|
474 | used in portage. Fix the NOCOLOR stuff. Updated /sbin/functions.sh for |
|
|
475 | this. |
|
|
476 | |
|
|
477 | 06 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
478 | |
|
|
479 | Update src/awk/genenviron.awk to properly set the environment for each |
|
|
480 | rc-script's depend() function by sourcing required config files. |
|
|
481 | |
|
|
482 | 05 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
483 | |
|
|
484 | Fix /sbin/rc-envupdate.sh to use $svcdir to set SVCDIR. This is thanks |
|
|
485 | to Max Kalika <alkern23@yahoo.com>, bug #15050. |
|
|
486 | |
|
|
487 | 03 Feb 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
488 | |
|
|
489 | Fix /sbin/modules-update to work with module-init-tools-0.9.9. |
|
|
490 | |
|
|
491 | 30 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
492 | |
|
|
493 | Add 'use isapnp' to /etc/init.d/modules, closing bug #14677, thanks to |
|
|
494 | Hubert Hanghofer <hubert.hanghofer@netbeer.co.at>. |
|
|
495 | |
|
|
496 | 27 Jan 2003; Donny Davies <woodchip@gentoo.org>: |
|
|
497 | |
|
|
498 | Fix halt.sh by moving the nut UPS kill power stuff back into a function! |
|
|
499 | Add fix from the wonderful analysis of Toby Dickenson |
|
|
500 | <tdickenson@geminidataloggers.com> in #12947. |
|
|
501 | |
|
|
502 | 26 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
503 | |
|
|
504 | Fix start-stop-daemon to check the call to nice() correctly for failure, |
|
|
505 | closing bug #14359, thanks to YAMAKURA Makoto <makoto@dsb.club.ne.jp>. |
|
|
506 | |
|
|
507 | Fix globbing $? when checking return value of fsck in /etc/init.d/checkroot |
|
|
508 | and /etc/init.d/checkfs. This closes bug #13320, thanks to good work from |
|
|
509 | Malcolm Scott <m@lcolm.org.uk>. |
|
|
510 | |
|
|
511 | 21 Jan 2003; Mike Frysinger <vapier@gentoo.org>: |
|
|
512 | |
|
|
513 | Updated /etc/rc.conf to add elogin/entrance support #13790. |
|
|
514 | |
|
|
515 | 21 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
516 | |
|
|
517 | Update /etc/init.d/keymaps to enable unicode if required. This closes |
|
|
518 | bug #14306 thanks to Danny Milosavljevic <danny_milo@yahoo.com>. |
|
|
519 | |
|
|
520 | 19 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
521 | |
|
|
522 | Fix deadlock durning shutdown if tmpfs filesystems larger than free |
|
|
523 | memory, and swap gets deactivated, bug #13599. Updated /etc/init.d/halt.sh |
|
|
524 | for this. |
|
|
525 | |
|
|
526 | Merge in some fixes from Vapier <vapier@gentoo.org> to /sbin/functions.sh. |
|
|
527 | This closes bug #13868. |
|
|
528 | |
|
|
529 | Always add "/bin:/sbin:/usr/bin:/usr/sbin" to PATH, as it fixes both |
|
|
530 | 'su -c foo' not finding start-stop-daemon (etc), and bug #14127. |
|
|
531 | |
|
|
532 | Add route for lo interface to /etc/init.d/net.lo, closing bug #14055. |
|
|
533 | |
|
|
534 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
535 | |
|
|
536 | Clear $svcdir in /sbin/rc before we run depscan to make sure we do |
|
|
537 | not have stale entries left from hard reboot, thanks to pac1085 on |
|
|
538 | irc. |
|
|
539 | |
|
|
540 | * rc-scripts 1.4.3.2 (15 Jan 2003) |
|
|
541 | |
|
|
542 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
543 | |
|
|
544 | Truely fix bootup on seperate /var. |
|
|
545 | |
|
|
546 | Add some fixes and optimizations to /sbin/rc-update, thanks to |
|
|
547 | Daniel Robbins <drobbins@gentoo.org>. |
|
|
548 | |
|
|
549 | * rc-scripts 1.4.3.1 (15 Jan 2003) |
|
|
550 | |
|
|
551 | 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
552 | |
|
|
553 | Fix bootup on seperate /var. |
|
|
554 | |
|
|
555 | 14 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
556 | |
|
|
557 | Fix /etc/init.d/hostname and /etc/init.d/serial to close bug #13636. |
|
|
558 | |
|
|
559 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
560 | |
|
|
561 | Fix /etc/init.d/keymaps to force linux keycodes for PPC, thanks |
|
|
562 | to Olaf Hering <gentoo@aepfle.de>, bug #13193. |
|
|
563 | |
|
|
564 | Turn on -C option to fsck on for all calls to fsck. Updated scripts |
|
|
565 | /etc/init.d/checkroot and /etc/init.d/checkfs, closing bug #13321. |
|
|
566 | |
|
|
567 | * rc-scripts 1.4.3.0 (07 Jan 2003) |
|
|
568 | |
|
|
569 | 07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
570 | |
|
|
571 | Too much to mention, but here are a few: |
|
|
572 | - Major rewrite of software RAID startup, based on Mandrake's, as |
|
|
573 | ours was pretty broken :( |
|
|
574 | - Redone /sbin/rc to work without the tmpfs/ramfs stat directory. |
|
|
575 | Much of /sbin/functions.sh and other scripts have been changed |
|
|
576 | to support this. |
|
|
577 | - Reworked /etc/inittab to support this. Also moved critical |
|
|
578 | mounting of local filesystems to 'sysinit' function of /sbin/rc. |
|
|
579 | - Move state directory to /var/state/init.d/ ($svcdir). |
|
|
580 | - Move Adelie node init to /sbin/functions.sh to try and simplify |
|
|
581 | /sbin/rc a bit. |
|
|
582 | - Updated Copyright dates to 2003. |
|
|
583 | |
|
|
584 | * rc-scripts 1.4.2.8 (06 Jan 2003) |
|
|
585 | |
|
|
586 | 02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>: |
|
|
587 | |
|
|
588 | Fix src/awk/genenviron.awk to work with multiple 'need', 'use', etc |
|
|
589 | lines, as it seems users do not note the need to have them all on |
|
|
590 | one line .... |
|
|
591 | |
|
|
592 | Fix /sbin/runscript.sh to detect 'net.adsl', or any other net.* |
|
|
593 | script not ending on a digit. This closes bug #12887. |
|
|
594 | |
|
|
595 | Fix get_KV to also check micro version of kernel; add KV_to_int() |
|
|
596 | helper function for get_KV. Update /etc/init.d/localmount to work |
|
|
597 | with new get_KV ... |
|
|
598 | |
|
|
599 | 28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
600 | |
|
|
601 | Add support for generate-modprobe.conf or generating /etc/modprobe.conf |
|
|
602 | in the new sys-apps/module-init-tools. Note that you need version |
|
|
603 | 0.9.7 or later of sys-apps/module-init-tools. Updated |
|
|
604 | /sbin/modules-update for this. |
|
|
605 | |
|
|
606 | Change /etc/init.d/localmount to use 'usbfs' and not 'usbdevfs' if |
|
|
607 | we are running kernel 2.5 or later ... |
|
|
608 | |
|
|
609 | 26 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
610 | |
|
|
611 | Add /etc/init.d/crypto-loop and /etc/conf.d/crypto-loop, a cool |
|
|
612 | rc-script to setup encrypted loopback devices. This was kindly |
|
|
613 | donated by Matthew Kennedy <mkennedy@gentoo.org> (bug #11471). |
|
|
614 | |
|
|
615 | 25 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
616 | |
|
|
617 | Fix src/awk/genenviron.awk stripping *all* '=', closing |
|
|
618 | bug #8901. |
|
|
619 | |
|
|
620 | Fix src/awk/genenviron.awk not seperating CONFIG_PROTECT with |
|
|
621 | spaces ... |
|
|
622 | |
|
|
623 | * rc-scripts 1.4.2.7 (24 Dec 2002) |
|
|
624 | |
|
|
625 | 24 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
626 | |
|
|
627 | Add a fix to /sbin/functions.sh for bug #12601. |
|
|
628 | |
|
|
629 | 22 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
630 | |
|
|
631 | Add INFOPATH to /etc/env.d/00basic. |
|
|
632 | |
|
|
633 | Fix src/awk/genenviron.awk to get the order of the env.d files |
|
|
634 | correct. Also fix it to handle *all* the SPECIALS correctly. |
|
|
635 | This closes bug #12411. |
|
|
636 | |
|
|
637 | * rc-scripts 1.4.2.6 (18 Dec 2002) |
|
|
638 | |
|
|
639 | 18 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
640 | |
|
|
641 | Add mips changes to sbin/MAKEDEV. This should close bug #12329, |
|
|
642 | thanks to Nicholas Wourms <nwourms@netscape.net>. |
|
|
643 | |
|
|
644 | Quote some tests in /sbin/rc-update to fix/avoid the problem |
|
|
645 | in bug # |
|
|
646 | |
|
|
647 | Fix awk regex in /etc/init.d/halt.sh to fix bug #11795. |
|
|
648 | |
|
|
649 | Update shell for postgres user, closing bug #12258. |
|
|
650 | |
|
|
651 | 11 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
652 | |
|
|
653 | Fix src/awk/genenviron.awk not to add duplicate entries, closing |
|
|
654 | bug #8999. |
|
|
655 | |
|
|
656 | * rc-scripts 1.4.2.5 (09 Dec 2002) |
|
|
657 | |
|
|
658 | 08 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
659 | |
|
|
660 | Add another sync to /etc/init.d/halt.sh, closing bug 8173. |
|
|
661 | |
|
|
662 | Add smmsp uid and gid. Closes bug #8952. |
|
|
663 | |
|
|
664 | 04 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
665 | |
|
|
666 | Setup colums, etc up properly for serial consoles in /sbin/functions.sh. |
|
|
667 | Closes bug #11557, thanks to Erik Scrafford <erik@scrafford.org>. |
|
|
668 | |
|
|
669 | Add headers similar to that of portage-2.0.45 and up to the |
|
|
670 | generated profile files (/etc/{profile,csh}.env). Updated |
|
|
671 | src/awk/genenviron.awk for this. |
|
|
672 | |
|
|
673 | 01 Dec 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
674 | |
|
|
675 | Fix typeo in /etc/devfsd.conf, closing bug #11424, thanks to the |
|
|
676 | sharp eye of Techie2000 <Linux@mochamail.com>. |
|
|
677 | |
|
|
678 | Rename /sbin/update-modules to /sbin/modules-update, closing |
|
|
679 | bug #11445. |
|
|
680 | |
|
|
681 | Nano moved from /usr/bin/nano to /bin/nano. Fix this in |
|
|
682 | /etc/env.d/00basic, bug #10916. |
|
|
683 | |
|
|
684 | 27 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
685 | |
|
|
686 | Add more improvements to clustering code. This is from |
|
|
687 | Olivier Crete <crete@cerca.umontreal.ca>, bug #4151. |
|
|
688 | |
|
|
689 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
690 | |
|
|
691 | Change default 'net' dependency behaviour to be more suited |
|
|
692 | for notebook users. Basically if at least one net.* service |
|
|
693 | beside net.lo start successfully, the 'net' dependency is |
|
|
694 | considered up. Server admin can set RC_NET_STRICT_CHECKING="yes" |
|
|
695 | in /etc/conf.d/rc to change this back to the old default. |
|
|
696 | This is the start to address bug #2706. |
|
|
697 | |
|
|
698 | * rc-scripts 1.4.2.4 (26 Nov 2002) |
|
|
699 | |
|
|
700 | 26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
701 | |
|
|
702 | Initial merge of bits for Adelie Linux for SSI clusters. More |
|
|
703 | info at: |
|
|
704 | |
|
|
705 | http://www.cerca.umontreal.ca/hpc/en/projects/adelie/index.html |
|
|
706 | |
|
|
707 | 25 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
708 | |
|
|
709 | One liner fix to src/awk/cachedepends.awk to once again fix |
|
|
710 | bug #7803. |
|
|
711 | |
|
|
712 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
713 | |
|
|
714 | Add 'alias char-major-89 i2c-dev' to /etc/modules.d/aliases. |
|
|
715 | This should close bug #10891. |
|
|
716 | |
|
|
717 | * rc-scripts 1.4.2.3 (18 Nov 2002) |
|
|
718 | |
|
|
719 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
720 | |
|
|
721 | Add some more checks to src/awk/*. Fix error printing for |
|
|
722 | /sbin/depscan.sh. |
|
|
723 | |
|
|
724 | Link awk module with gcc and not with ld. This should fix |
|
|
725 | problems on sparc and alpha. Many thanks for this fix to |
|
|
726 | Stephan Jones <cretin@gentoo.org>. |
|
|
727 | |
|
|
728 | Remove the copyright info from config files, thanks to |
|
|
729 | Matthew Kennedy <mkennedy@gentoo.org>. |
|
|
730 | |
|
|
731 | * rc-scripts 1.4.2.2 (18 Nov 2002) |
|
|
732 | |
|
|
733 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
734 | |
|
|
735 | Add src/awk/genenviron.awk which is rc-envupdate.sh ported |
|
|
736 | to awk. This is also much faster than its bash version. |
|
|
737 | |
|
|
738 | Remove the 'Spider cat fix' from depscan.sh.bash, as it makes |
|
|
739 | things even slower on older boxes. Bug #10548. |
|
|
740 | |
|
|
741 | After a bored Vapier decided that he needed to update the |
|
|
742 | licenses of things in /etc :P, I did the rest. Hopefully |
|
|
743 | not too many people will nuke thier fstab :/ |
|
|
744 | |
|
|
745 | * rc-scripts 1.4.2.1 (18 Nov 2002) |
|
|
746 | |
|
|
747 | 18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
748 | |
|
|
749 | Update src/awk/cachedepends.awk to find its own rc-scripts, |
|
|
750 | fixing the need for find which broke systems with /usr on |
|
|
751 | a different partition. |
|
|
752 | |
|
|
753 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
754 | |
|
|
755 | Add some extra checks to src/awk/cachedepends.awk and |
|
|
756 | src/awk/gendepends.awk. |
|
|
757 | |
|
|
758 | Move some of the more generic functions in src/awk/gendepends.awk |
|
|
759 | to src/awk/functions.awk. |
|
|
760 | |
|
|
761 | * rc-scripts 1.4.2 (17 Nov 2002) |
|
|
762 | |
|
|
763 | 17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
764 | |
|
|
765 | Add initial version of new depscan.sh. This uses awk scripts |
|
|
766 | to do the main work, giving about 10 times speed improvement on |
|
|
767 | slower machines. Updated /sbin/depscan.sh, src/filefuncts.c, |
|
|
768 | src/Makefile, src/awk/cachedepends.awk and src/awk/gendepends.awk |
|
|
769 | for this. This should close bug #10548. |
|
|
770 | |
|
|
771 | * rc-scripts 1.4.1.2 (5 Nov 2002) |
|
|
772 | |
|
|
773 | 5 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
774 | |
|
|
775 | Add UID/GID of 250 for Portage Fakeroot account. |
|
|
776 | |
|
|
777 | 4 Nov 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
778 | |
|
|
779 | Change /etc/init.d/clock to depend on localmount again, fixing |
|
|
780 | bug #10048. |
|
|
781 | |
|
|
782 | Get deps on logger sane again. I wanted to get the logger started |
|
|
783 | as early as possible, but clock for one breaks if /usr is mounted |
|
|
784 | on seperate partition. |
|
|
785 | |
|
|
786 | 29 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
787 | |
|
|
788 | Fix return in /etc/init.d/modules to return 0 if /proc/modules |
|
|
789 | do not exists. Closes bug #7738, comment #5. |
|
|
790 | |
|
|
791 | * rc-scripts 1.4.1.1 (28 Oct 2002) |
|
|
792 | |
|
|
793 | 28 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
|
|
794 | |
|
|
795 | Fix /sbin/update-modules not to include backup files. Closes |
|
|
796 | bug #9707. |
| 4 | |
797 | |
| 5 | 26 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
798 | 26 Oct 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 6 | |
799 | |
| 7 | Fix update-modules borking if there are directories present |
800 | Fix update-modules borking if there are directories present |
| 8 | in /etc/modules.d/. Closes bug #9632. |
801 | in /etc/modules.d/. Closes bug #9632. |
| … | |
… | |
| 296 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
1089 | 5 May 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 297 | |
1090 | |
| 298 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
1091 | Add /etc/DIR_COLORS as it is no longer shipped with fileutils, |
| 299 | and is needed for some fixes. |
1092 | and is needed for some fixes. |
| 300 | |
1093 | |
| 301 | 28 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1094 | 28 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 302 | |
1095 | |
| 303 | Update /etc/rc.conf to be more clear and state that you should |
1096 | Update /etc/rc.conf to be more clear and state that you should |
| 304 | remove consolefont from startup if you do not use it. Should |
1097 | remove consolefont from startup if you do not use it. Should |
| 305 | resolve bug #2174. |
1098 | resolve bug #2174. |
| 306 | |
1099 | |
| 307 | 26 April 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
1100 | 26 Apr 2002; Donny Davies <woodchip@gentoo.org> passwd, group : |
| 308 | |
1101 | |
| 309 | Added user/group apache with uid/gid 81. |
1102 | Added user/group apache with uid/gid 81. |
| 310 | |
1103 | |
| 311 | 25 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1104 | 25 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 312 | |
1105 | |
| 313 | Remove the "-net" from the line setting the default gateway |
1106 | Remove the "-net" from the line setting the default gateway |
| 314 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
1107 | in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for |
| 315 | noting this. |
1108 | noting this. |
| 316 | |
1109 | |
| 317 | 24 April 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
1110 | 24 Apr 2002; Donny Davies <woodchip@gentoo.org> rc.conf : |
| 318 | |
1111 | |
| 319 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
1112 | Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs |
| 320 | which is installed with the nfs-utils package. Also tidied up some |
1113 | which is installed with the nfs-utils package. Also tidied up some |
| 321 | really old, leftover junk like the non-supported stuff from rc5. |
1114 | really old, leftover junk like the non-supported stuff from rc5. |
| 322 | Closes #1754. |
1115 | Closes #1754. |
| 323 | |
1116 | |
| 324 | 23 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1117 | 23 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 325 | |
1118 | |
| 326 | Remove creation of /var/run/utmpx from bootmisc again. Seems |
1119 | Remove creation of /var/run/utmpx from bootmisc again. Seems |
| 327 | other people have wierd problems. |
1120 | other people have wierd problems. |
| 328 | |
1121 | |
| 329 | * rc-scripts 1.3.4 (21 April 2002) |
1122 | * rc-scripts 1.3.4 (21 Apr 2002) |
| 330 | |
1123 | |
| 331 | 21 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1124 | 21 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 332 | |
1125 | |
| 333 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
1126 | Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env, |
| 334 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
1127 | and /etc/csh.env. Update /etc/init.d/bootmisc to use this. |
| 335 | |
1128 | |
| 336 | Implement the status commandline argument. Updated /sbin/runscript.sh |
1129 | Implement the status commandline argument. Updated /sbin/runscript.sh |
| 337 | and /sbin/rc-help.sh for this. |
1130 | and /sbin/rc-help.sh for this. |
| 338 | |
1131 | |
| 339 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
1132 | Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE |
| 340 | and AFTER. |
1133 | and AFTER. |
| 341 | |
1134 | |
| 342 | 12 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1135 | 12 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 343 | |
1136 | |
| 344 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
1137 | Update /etc/init.d/bootmisc to create /var/run/utmpx. This |
| 345 | is needed, else /usr/bin/newgrp segfault. |
1138 | is needed, else /usr/bin/newgrp segfault. |
| 346 | |
1139 | |
| 347 | 11 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1140 | 11 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 348 | |
1141 | |
| 349 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
1142 | Update /etc/skel/.bash_profile to make it tcsh compadible. |
| 350 | Thanks to Väinö Järvelä for this fix. |
1143 | Thanks to Väinö Järvelä for this fix. |
| 351 | |
1144 | |
| 352 | Update /etc/profile to also set the PS? variables if $SHELL |
1145 | Update /etc/profile to also set the PS? variables if $SHELL |
| … | |
… | |
| 354 | bootstrap work again. |
1147 | bootstrap work again. |
| 355 | |
1148 | |
| 356 | Move LVM stuff to checkfs to ensure that they get fscked. |
1149 | Move LVM stuff to checkfs to ensure that they get fscked. |
| 357 | This resolves bug #1552. |
1150 | This resolves bug #1552. |
| 358 | |
1151 | |
| 359 | * rc-scripts 1.3.3 (5 April 2002) |
1152 | * rc-scripts 1.3.3 (5 Apr 2002) |
| 360 | |
1153 | |
| 361 | 5 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1154 | 5 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 362 | |
1155 | |
| 363 | Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
1156 | Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin. |
| 364 | This is done to try and ensure system integrity. |
1157 | This is done to try and ensure system integrity. |
| 365 | |
1158 | |
| 366 | 1 April 2002; Martin Schlemmer <azarah@gentoo.org>: |
1159 | 1 Apr 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 367 | |
1160 | |
| 368 | Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
1161 | Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391. |
| 369 | |
1162 | |
| 370 | Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
1163 | Add a error message to /etc/init.d/consolefont, resolving bug #1415. |
| 371 | |
1164 | |
| 372 | Add a bash check to the code that sets the prompt, fixing bug #1078. |
1165 | Add a bash check to the code that sets the prompt, fixing bug #1078. |
| 373 | |
1166 | |
| 374 | * rc-scripts 1.3.2 (24 Mar 2002) |
1167 | * rc-scripts 1.3.2 (24 Mar 2002) |
| 375 | |
1168 | |
| 376 | 24 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1169 | 24 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 377 | |
1170 | |
| 378 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
1171 | Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc |
| 379 | for this. |
1172 | for this. |
| 380 | |
1173 | |
| 381 | With the "before" and "after" stuff, recursion levels was getting too high, |
1174 | With the "before" and "after" stuff, recursion levels was getting too high, |
| … | |
… | |
| 395 | Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
1188 | Added $INPUTRC to /etc/profile, since too many people keep on bugging me, |
| 396 | and it seems it has fallen now to my discression. |
1189 | and it seems it has fallen now to my discression. |
| 397 | |
1190 | |
| 398 | * rc-scripts 1.3.1 (23 Mar 2002) |
1191 | * rc-scripts 1.3.1 (23 Mar 2002) |
| 399 | |
1192 | |
| 400 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
1193 | 23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
| 401 | DHCP lease release from Jim Nutt. |
1194 | DHCP lease release from Jim Nutt. |
| 402 | |
1195 | |
| 403 | 23 March 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
1196 | 23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
| 404 | since there are a lot of important bug fixes in here that are needed. |
1197 | since there are a lot of important bug fixes in here that are needed. |
| 405 | |
1198 | |
| 406 | 23 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1199 | 23 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 407 | |
1200 | |
| 408 | Resolve bug #1292. |
1201 | Resolve bug #1292. |
| 409 | |
1202 | |
| 410 | Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
1203 | Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
| 411 | Spidler. |
1204 | Spidler. |
| 412 | |
1205 | |
| 413 | 21 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1206 | 21 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 414 | |
1207 | |
| 415 | Update /sbin/rc to fix a 'cat mounts' instead of the correct |
1208 | Update /sbin/rc to fix a 'cat mounts' instead of the correct |
| 416 | version, 'cat /proc/mounts'. |
1209 | version, 'cat /proc/mounts'. |
| 417 | |
1210 | |
| 418 | 19 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1211 | 19 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 419 | |
1212 | |
| 420 | Add initial support for the --quiet flag that suppress output. |
1213 | Add initial support for the --quiet flag that suppress output. |
| 421 | |
1214 | |
| 422 | 18 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1215 | 18 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 423 | |
1216 | |
| 424 | Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
1217 | Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
| 425 | as not all errors by depscan.sh is critical. It should be |
1218 | as not all errors by depscan.sh is critical. It should be |
| 426 | reworked to do better error handeling. |
1219 | reworked to do better error handeling. |
| 427 | |
1220 | |
| 428 | 14 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1221 | 14 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 429 | |
1222 | |
| 430 | Fix the GID and UID of nobody and nogroup in /etc/passwd and |
1223 | Fix the GID and UID of nobody and nogroup in /etc/passwd and |
| 431 | /etc/group to match those of Debian, FBSD and others. Thanks |
1224 | /etc/group to match those of Debian, FBSD and others. Thanks |
| 432 | to those who reported it, and Woodchip for looking up the |
1225 | to those who reported it, and Woodchip for looking up the |
| 433 | proper values. |
1226 | proper values. |
| 434 | |
1227 | |
| 435 | Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
1228 | Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
| 436 | This resolves bug #1150, thanks to Paul Fleischer. |
1229 | This resolves bug #1150, thanks to Paul Fleischer. |
| 437 | |
1230 | |
| 438 | 11 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1231 | 11 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 439 | |
1232 | |
| 440 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
1233 | Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
| 441 | as some users have /usr on seperate partition which is not |
1234 | as some users have /usr on seperate partition which is not |
| 442 | mounted when depscan.sh is run the first time. |
1235 | mounted when depscan.sh is run the first time. |
| 443 | |
1236 | |
| 444 | Updated the checking for more than one service providing the |
1237 | Updated the checking for more than one service providing the |
| 445 | same virtual function in /etc/init.d/depscan.sh. It should |
1238 | same virtual function in /etc/init.d/depscan.sh. It should |
| 446 | be working now, and this also fix a problem that when there is no |
1239 | be working now, and this also fix a problem that when there is no |
| 447 | service providing a virtual, counter was used uninitialized. |
1240 | service providing a virtual, counter was used uninitialized. |
| 448 | |
1241 | |
| 449 | * rc-scripts 1.3.0 (10 March 2002) |
1242 | * rc-scripts 1.3.0 (10 Mar 2002) |
| 450 | |
1243 | |
| 451 | 10 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1244 | 10 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 452 | |
1245 | |
| 453 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
1246 | Resolved bug #1021; updated /etc/init.d/consolefont for this. |
| 454 | |
1247 | |
| 455 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
1248 | Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
| 456 | |
1249 | |
| … | |
… | |
| 475 | Also fixed try() for mounting /proc (maybe all mount commands). |
1268 | Also fixed try() for mounting /proc (maybe all mount commands). |
| 476 | The function worked fine in a simulated test, but in real life failed |
1269 | The function worked fine in a simulated test, but in real life failed |
| 477 | to detect a error when mounting /proc (remember to thank Grant for |
1270 | to detect a error when mounting /proc (remember to thank Grant for |
| 478 | his UserMode ebuilds, and Guide). |
1271 | his UserMode ebuilds, and Guide). |
| 479 | |
1272 | |
| 480 | * rc-scripts 1.2.9 (6 March 2002) |
1273 | * rc-scripts 1.2.9 (6 Mar 2002) |
| 481 | |
1274 | |
| 482 | 6 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1275 | 6 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 483 | |
1276 | |
| 484 | General form updates and some piping fixes. |
1277 | General form updates and some piping fixes. |
| 485 | |
1278 | |
| 486 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
1279 | Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
| 487 | to fix a problem where startDM.sh would be respawned repeatedly |
1280 | to fix a problem where startDM.sh would be respawned repeatedly |
| 488 | if xdm was not in the default runlevel. |
1281 | if xdm was not in the default runlevel. |
| 489 | |
1282 | |
| 490 | * rc-scripts 1.2.8 (4 March 2002) |
1283 | * rc-scripts 1.2.8 (4 Mar 2002) |
| 491 | |
1284 | |
| 492 | 4 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1285 | 4 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 493 | |
1286 | |
| 494 | Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
1287 | Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab |
| 495 | to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
1288 | to fix the "dead key" problem we had with xdm/gdm/kdm. We should |
| 496 | move them to the xfree ebuild later on when things settles down. |
1289 | move them to the xfree ebuild later on when things settles down. |
| 497 | |
1290 | |
| … | |
… | |
| 501 | where we had a invalid $PATH on boot in some cases. |
1294 | where we had a invalid $PATH on boot in some cases. |
| 502 | |
1295 | |
| 503 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
1296 | Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
| 504 | the new sys-apps/kbd package. |
1297 | the new sys-apps/kbd package. |
| 505 | |
1298 | |
| 506 | * rc-scripts 1.2.7 (3 March 2002) |
1299 | * rc-scripts 1.2.7 (3 Mar 2002) |
| 507 | |
1300 | |
| 508 | 3 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1301 | 3 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 509 | |
1302 | |
| 510 | Fixed the problem of rc-scripts trying to start/stop a service multiple |
1303 | Fixed the problem of rc-scripts trying to start/stop a service multiple |
| 511 | times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
1304 | times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc |
| 512 | for this. |
1305 | for this. |
| 513 | |
1306 | |
| … | |
… | |
| 515 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
1308 | /etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
| 516 | this. |
1309 | this. |
| 517 | |
1310 | |
| 518 | Added caching of the "depend() { need foo; } " lines, and updated |
1311 | Added caching of the "depend() { need foo; } " lines, and updated |
| 519 | /etc/init.d/depscan.sh to touch the actual files less. This should |
1312 | /etc/init.d/depscan.sh to touch the actual files less. This should |
| 520 | speedup dependancy caching a lot, especially on slow machines. |
1313 | speedup dependency caching a lot, especially on slow machines. |
| 521 | |
1314 | |
| 522 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
1315 | Updated /etc/passwd to have users with no shell defined, use /bin/false |
| 523 | for security. |
1316 | for security. |
| 524 | |
1317 | |
| 525 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
1318 | Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
| 526 | |
1319 | |
| 527 | 1 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
1320 | 1 Mar 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 528 | |
1321 | |
| 529 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
1322 | Added a wrapper for sourcing the rc-scripts to eliminate syntax errors. |
| 530 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
1323 | Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
| 531 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
1324 | /etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
| 532 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
1325 | /etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
| 533 | |
1326 | |
| 534 | Removed stopping of dependant services that have current service as |
1327 | Removed stopping of dependent services that have current service as |
| 535 | a 'use'dependancy ... should be less confusing now. |
1328 | a 'use'dependency ... should be less confusing now. |
| 536 | Updated /etc/init.d/runscript.sh for this. |
1329 | Updated /etc/init.d/runscript.sh for this. |
| 537 | |
1330 | |
| 538 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
1331 | 28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 539 | |
1332 | |
| 540 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
1333 | Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc |
| … | |
… | |
| 622 | Added the 'before' depend type. This is more for changing the |
1415 | Added the 'before' depend type. This is more for changing the |
| 623 | order services start in. Updated /etc/init.d/depscan.sh and |
1416 | order services start in. Updated /etc/init.d/depscan.sh and |
| 624 | /etc/init.d/functions.sh for this. |
1417 | /etc/init.d/functions.sh for this. |
| 625 | |
1418 | |
| 626 | Updated /etc/init.d/depscan.sh to work with '*' as argument for |
1419 | Updated /etc/init.d/depscan.sh to work with '*' as argument for |
| 627 | dependancy types. This can be used with 'use' and 'before' to |
1420 | dependency types. This can be used with 'use' and 'before' to |
| 628 | start a script last or first respectively. |
1421 | start a script last or first respectively. |
| 629 | |
1422 | |
| 630 | Added save_options() and get_options() to /etc/init.d/functions.sh |
1423 | Added save_options() and get_options() to /etc/init.d/functions.sh |
| 631 | for saving misc settings between startup/shutdown. Updated |
1424 | for saving misc settings between startup/shutdown. Updated |
| 632 | /etc/init.d/net.eth0 to use these and properly down virtual |
1425 | /etc/init.d/net.eth0 to use these and properly down virtual |
| … | |
… | |
| 701 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
1494 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
| 702 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
1495 | sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
| 703 | |
1496 | |
| 704 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
1497 | 28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); |
| 705 | |
1498 | |
| 706 | Updated /etc/init.d/depscan.sh to store info about missing dependancies |
1499 | Updated /etc/init.d/depscan.sh to store info about missing dependencies |
| 707 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
1500 | of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
| 708 | to use this when starting a script ('need' dependancies is critical for |
1501 | to use this when starting a script ('need' dependencies is critical for |
| 709 | startup). Added the broken() function to /etc/init.d/runscript.sh |
1502 | startup). Added the broken() function to /etc/init.d/runscript.sh |
| 710 | to list the missing dependancies. |
1503 | to list the missing dependencies. |
| 711 | |
1504 | |
| 712 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
1505 | Updated /etc/init.d/runscript.sh for svc_start() to have better error |
| 713 | checking. |
1506 | checking. |
| 714 | |
1507 | |
| 715 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
1508 | Updated /etc/init.d/functions.sh with ewend(), which is the same as |
| … | |
… | |
| 948 | |
1741 | |
| 949 | * rc-scripts 1.1.7 (18 Oct 2001) |
1742 | * rc-scripts 1.1.7 (18 Oct 2001) |
| 950 | |
1743 | |
| 951 | [old changelog format follows] |
1744 | [old changelog format follows] |
| 952 | |
1745 | |
| 953 | *lots of scripts; woodchip |
1746 | *lots of scripts; woodchip |
| 954 | removed old rc5 scripts from cvs |
1747 | removed old rc5 scripts from cvs |
| 955 | |
1748 | |
| 956 | *init.d/runscript.sh; agriffis |
1749 | *init.d/runscript.sh; agriffis |
| 957 | Added support for rc.conf and home-grown functions |
1750 | Added support for rc.conf and home-grown functions |
| 958 | |
1751 | |
| 959 | *init.d/modules; |
1752 | *init.d/modules; |
| 960 | Now correctly looks at /etc/modules.autoload |
1753 | Now correctly looks at /etc/modules.autoload |
| 961 | |
1754 | |
| 962 | rc-scripts-1.1.6, released 15 Sep 2001 |
1755 | rc-scripts-1.1.6, released 15 Sep 2001 |
| 963 | ====================================== |
1756 | ====================================== |
| 964 | |
1757 | |
| 965 | *init.d/runscript.sh, others |
1758 | *init.d/runscript.sh, others |
| 966 | Handling of "net" dependencies resolve to all net devices in |
1759 | Handling of "net" dependencies resolve to all net devices in |
| 967 | /etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES |
1760 | /etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES |
| 968 | variable in /etc/rc.conf has been removed. |
1761 | variable in /etc/rc.conf has been removed. |
| 969 | |
1762 | |
| 970 | *init.d/runscript.sh |
1763 | *init.d/runscript.sh |
| 971 | New "zap" option for manually resetting the state of an initscript |
1764 | New "zap" option for manually resetting the state of an initscript |
| 972 | to stopped. |
1765 | to stopped. |
| 973 | |
1766 | |
| 974 | *init.d/{samba,sysklogd,sshd} |
1767 | *init.d/{samba,sysklogd,sshd} |
| 975 | Removed from CVS; they live in their respective packages. |
1768 | Removed from CVS; they live in their respective packages. |
| 976 | |
1769 | |
| 977 | rc-scripts-1.1.5, released 02 Sep 2001 |
1770 | rc-scripts-1.1.5, released 02 Sep 2001 |
| 978 | ==================================== |
1771 | ==================================== |
| 979 | |
1772 | |
| 980 | *sbin/rc-update |
1773 | *sbin/rc-update |
| 981 | New version of the rc-update command for the new initscripts. Works |
1774 | New version of the rc-update command for the new initscripts. Works |
| 982 | similarly to the old version, except this one updates our dependency |
1775 | similarly to the old version, except this one updates our dependency |
| 983 | cache. |
1776 | cache. |
| 984 | |
1777 | |
| 985 | *init.d/functions.sh |
1778 | *init.d/functions.sh |
| 986 | New and better looking informational message functions (einfo, einfon). |
1779 | New and better looking informational message functions (einfo, einfon). |
| 987 | Brand new message functions (ewarn). |
1780 | Brand new message functions (ewarn). |
| 988 | |
1781 | |
| 989 | *sbin/init, init.d/checkroot |
1782 | *sbin/init, init.d/checkroot |
| 990 | We're going back to a /proc/mounts-based mtab symlink because it's |
1783 | We're going back to a /proc/mounts-based mtab symlink because it's |
| 991 | just plain better. Appropriate changes made. |
1784 | just plain better. Appropriate changes made. |
| 992 | |
1785 | |
| 993 | # vim:expandtab |
1786 | # vim:expandtab |