| 1 |
# ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
| 2 |
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL |
| 3 |
# Written by Daniel Robbins (drobbins@gentoo.org) |
| 4 |
|
| 5 |
* rc-scripts 1.3.1 (23 Mar 2002) |
| 6 |
|
| 7 |
23 March 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for |
| 8 |
DHCP lease release from Jim Nutt. |
| 9 |
|
| 10 |
23 March 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release |
| 11 |
since there are a lot of important bug fixes in here that are needed. |
| 12 |
|
| 13 |
23 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 14 |
|
| 15 |
Resolve bug #1292. |
| 16 |
|
| 17 |
Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to |
| 18 |
Spidler. |
| 19 |
|
| 20 |
21 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 21 |
|
| 22 |
Update /sbin/rc to fix a 'cat mounts' instead of the correct |
| 23 |
version, 'cat /proc/mounts'. |
| 24 |
|
| 25 |
19 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 26 |
|
| 27 |
Add initial support for the --quiet flag that suppress output. |
| 28 |
|
| 29 |
18 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 30 |
|
| 31 |
Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc |
| 32 |
as not all errors by depscan.sh is critical. It should be |
| 33 |
reworked to do better error handeling. |
| 34 |
|
| 35 |
14 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 36 |
|
| 37 |
Fix the GID and UID of nobody and nogroup in /etc/passwd and |
| 38 |
/etc/group to match those of Debian, FBSD and others. Thanks |
| 39 |
to those who reported it, and Woodchip for looking up the |
| 40 |
proper values. |
| 41 |
|
| 42 |
Update /etc/init.d/net.eth0 to properly down DHCP interfaces. |
| 43 |
This resolves bug #1150, thanks to Paul Fleischer. |
| 44 |
|
| 45 |
11 March 2002; Martin Schlemmer <azarah@gentoo.org>: |
| 46 |
|
| 47 |
Updated /etc/init.d/functions.sh not to use /usr/bin/basename, |
| 48 |
as some users have /usr on seperate partition which is not |
| 49 |
mounted when depscan.sh is run the first time. |
| 50 |
|
| 51 |
Updated the checking for more than one service providing the |
| 52 |
same virtual function in /etc/init.d/depscan.sh. It should |
| 53 |
be working now, and this also fix a problem that when there is no |
| 54 |
service providing a virtual, counter was used uninitialized. |
| 55 |
|
| 56 |
* rc-scripts 1.3.0 (10 March 2002) |
| 57 |
|
| 58 |
10 March 2002; Martin Schlemmer <azarah@gentoo.org>: Resolved |
| 59 |
bug #1021; updated /etc/init.d/consolefont for this. |
| 60 |
|
| 61 |
Resolved bug #1029; updated /etc/init.d/net.eth0 for this. |
| 62 |
|
| 63 |
Resolved bug #990; updated /etc/init.d/net.eth0, /etc/init.d/netmount |
| 64 |
and /etc/init.d/localmount for this. |
| 65 |
|
| 66 |
Lots of form/syntax cleanups, most things should be more |
| 67 |
consistant now. Fixed fail detection/return values of lots of |
| 68 |
scripts. |
| 69 |
|
| 70 |
Lots of cleanup/fixes in the three main scripts behind our |
| 71 |
rc-system, /sbin/rc, /etc/init.d/depscan.sh, /etc/init.d/runscript.sh |
| 72 |
|
| 73 |
Fix a bug regarding a invalid $PATH for portage if /etc/init.d/functions.sh |
| 74 |
is sourced in a ebuild. |
| 75 |
|
| 76 |
Fix a bug that our rc-script wrapper introduced: Global variables |
| 77 |
in scripts no longer worked. Updated /etc/init.d/runscript.sh for |
| 78 |
this. |
| 79 |
|
| 80 |
Implemented more error checking for the main startup code in /sbin/rc. |
| 81 |
Also fixed try() for mounting /proc (maybe all mount commands). |
| 82 |
The function worked fine in a simulated test, but in real life failed |
| 83 |
to detect a error when mounting /proc (remember to thank Grant for |
| 84 |
his UserMode ebuilds, and Guide). |
| 85 |
|
| 86 |
* rc-scripts 1.2.9 (6 March 2002) |
| 87 |
|
| 88 |
6 March 2002; Martin Schlemmer <azarah@gentoo.org>: General form |
| 89 |
updates and some piping fixes. |
| 90 |
|
| 91 |
Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh |
| 92 |
to fix a problem where startDM.sh would be respawned repeatedly |
| 93 |
if xdm was not in the default runlevel. |
| 94 |
|
| 95 |
* rc-scripts 1.2.8 (4 March 2002) |
| 96 |
|
| 97 |
4 March 2002; Martin Schlemmer <azarah@gentoo.org>: add /etc/init.d/xdm, |
| 98 |
/etc/X11/startDM.sh and updated /etc/inittab to fix the "dead key" |
| 99 |
problem we had with xdm/gdm/kdm. We should move them to the |
| 100 |
xfree ebuild later on when things settles down. |
| 101 |
|
| 102 |
Added some sanity checks to /sbin/rc, /etc/init.d/runscripts.sh. |
| 103 |
|
| 104 |
Added a basic $PATH to /etc/init.d/functions.sh to fix a problem |
| 105 |
where we had a invalid $PATH on boot in some cases. |
| 106 |
|
| 107 |
Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with |
| 108 |
the new sys-apps/kbd package. |
| 109 |
|
| 110 |
* rc-scripts 1.2.7 (3 March 2002) |
| 111 |
|
| 112 |
3 March 2002; Martin Schlemmer <azarah@gentoo.org>: fixed the problem |
| 113 |
of rc-scripts trying to start/stop a service multiple times if it |
| 114 |
fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc for |
| 115 |
this. |
| 116 |
|
| 117 |
Fixing some variable declarations in /etc/init.d/runscript.sh caused |
| 118 |
/etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed |
| 119 |
this. |
| 120 |
|
| 121 |
Added caching of the "depend() { need foo; } " lines, and updated |
| 122 |
/etc/init.d/depscan.sh to touch the actual files less. This should |
| 123 |
speedup dependancy caching a lot, especially on slow machines. |
| 124 |
|
| 125 |
Updated /etc/passwd to have users with no shell defined, use /bin/false |
| 126 |
for security. |
| 127 |
|
| 128 |
Update /etc/fstab to mention /dev/shm since we dont mount it anymore. |
| 129 |
|
| 130 |
1 March 2002; Martin Schlemmer <azarah@gentoo.org>: added a wrapper for |
| 131 |
sourcing the rc-scripts to eliminate syntax errors. Thanks to |
| 132 |
Karl Trygve Kalleberg (aka karltk) for the idea. Updated |
| 133 |
/etc/init.d/depscan.sh, /etc/init.d/functions.sh and |
| 134 |
/etc/init.d/runscript.sh for this (added wrap_rcscript() function). |
| 135 |
|
| 136 |
Removed stopping of dependant services that have current service as |
| 137 |
a 'use'dependancy ... should be less confusing now. |
| 138 |
Updated /etc/init.d/runscript.sh for this. |
| 139 |
|
| 140 |
28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: add /etc/conf.d/local.start |
| 141 |
and /etc/conf.d/local.stop for adding any misc programs to startup. This |
| 142 |
should pretty much have /etc/init.d/ static, except for baselayout updates, |
| 143 |
etc. |
| 144 |
|
| 145 |
27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: in some wierd cases, |
| 146 |
a redundent /dev/.devfsd on a unmounted /dev can cause problems. Fixed |
| 147 |
this in /sbin/rc. |
| 148 |
|
| 149 |
Added the patches from Grant Goodyear (aka g2boojum) to enable us to |
| 150 |
use a ramdisk to store the contents of ${svcdir}. Updated /sbin/rc, |
| 151 |
/etc/init.d/functions.sh and /etc/init.d/checkroot for this. |
| 152 |
|
| 153 |
26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: fix my brain dead |
| 154 |
update of the 25th. It really should keep "gentoo=nodevfs" in mind. |
| 155 |
Also added 'get_bootparam()' to help in retrieving kernel options. |
| 156 |
Updated /etc/init.d/functions.sh, /etc/init.d/checkroot and /sbin/rc |
| 157 |
for this. |
| 158 |
|
| 159 |
Updated /etc/init.d/consolefont to work without devfs as well. |
| 160 |
|
| 161 |
When rebooting or shutting down, a service should not fail to stop |
| 162 |
if a service it depends on, fails. Updated /etc/init.d/runscript.sh |
| 163 |
for this. |
| 164 |
|
| 165 |
25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>: added a check if |
| 166 |
/dev is mounted when creating entries for /etc/mtab. This should solve a |
| 167 |
invalid entry or /dev being mounted even with 'gentoo=nodevfs' option. |
| 168 |
Updated /etc/init.d/checkroot for this. |
| 169 |
|
| 170 |
17 Feb 2002: Daniel Robbins <drobbins@gentoo.org>: Made "xfs" the default |
| 171 |
filesystem in /etc/fstab (from ReiserFS) and removed "notail" option (it's |
| 172 |
just in a comment now) |
| 173 |
|
| 174 |
17 Feb 2002: Martin Schlemmer (azarah@gentoo.org): more fixes to 'after' and |
| 175 |
'before', updated /etc/init.d/runscript.sh for this. This should fix |
| 176 |
services not getting started in the correct order in a tight loop, services |
| 177 |
getting stopped out of order, and some other sanity checks. Updated |
| 178 |
rc-script.sh for updated help. |
| 179 |
|
| 180 |
15 Feb 2002: Martin Schlemmer (azarah@gentoo.org): update /etc/profile to |
| 181 |
resolve bug #588. Reimplemented things a bit, and added the 'after' type. |
| 182 |
'before' and 'after' will only work currently for a change of runlevel. |
| 183 |
Updated /etc/init.d/depscan.sh, /etc/init.d/runscript.sh and /sbin/rc for it. |
| 184 |
|
| 185 |
13 Feb 2002: Martin Schlemmer (azarah@gentoo.org): add some more entries to |
| 186 |
/etc/devfsd.conf to make alsa users life easier ... thanks Tod. |
| 187 |
|
| 188 |
12 Feb 2002: Martin Schlemmer (azarah@gentoo.org): Some more cleanups to |
| 189 |
/etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
| 190 |
|
| 191 |
Fixed some services not starting again when restarting a service. |
| 192 |
Seems simple is still the best way. |
| 193 |
|
| 194 |
Fixed some other problems created with feature additions and cleanups. |
| 195 |
|
| 196 |
11 Feb 2002: Martin Schlemmer (azarah@gentoo.org): General cleanups to |
| 197 |
/etc/init.d/depscan.sh and /etc/init.d/runscript.sh. |
| 198 |
|
| 199 |
Added 'before *' to /etc/init.d/checkroot to make sure it gets |
| 200 |
started first. |
| 201 |
|
| 202 |
Added 'use *' to /etc/init.d/local to make sure it gets started |
| 203 |
last. |
| 204 |
|
| 205 |
10 Feb 2002: Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc |
| 206 |
to stop a service on change of runlevel if it is in 'use' by |
| 207 |
another service. |
| 208 |
|
| 209 |
Added the 'provide' depend type for creating virtual services. |
| 210 |
Updated /etc/init.d/depscan.sh for this. |
| 211 |
|
| 212 |
Added the 'before' depend type. This is more for changing the |
| 213 |
order services start in. Updated /etc/init.d/depscan.sh and |
| 214 |
/etc/init.d/functions.sh for this. |
| 215 |
|
| 216 |
Updated /etc/init.d/depscan.sh to work with '*' as argument for |
| 217 |
dependancy types. This can be used with 'use' and 'before' to |
| 218 |
start a script last or first respectively. |
| 219 |
|
| 220 |
Added save_options() and get_options() to /etc/init.d/functions.sh |
| 221 |
for saving misc settings between startup/shutdown. Updated |
| 222 |
/etc/init.d/net.eth0 to use these and properly down virtual |
| 223 |
interfaces. |
| 224 |
|
| 225 |
6 Feb 2002: Martin Schlemmer (azarah@gentoo.org): updated both |
| 226 |
/etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet on no |
| 227 |
errors. |
| 228 |
|
| 229 |
* rc-scripts 1.2.6 (6 Feb 2002) |
| 230 |
|
| 231 |
2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): updated /etc/net.eth0 |
| 232 |
to specify the gateway device via the $gateway variable (something like |
| 233 |
gateway="eth0/192.168.0.1"). |
| 234 |
|
| 235 |
2 Feb 2002: Martin Schlemmer (azarah@gentoo.org): added rc-script |
| 236 |
/etc/init.d/numlock, for enabling numlock at boot. |
| 237 |
|
| 238 |
29 Jan 2002: Martin Schlemmer (azarah@gentoo.org): hopefully the |
| 239 |
last fix to /etc/init.d/netmount to umount cleanly. This fix |
| 240 |
implements a retry if not successful the first time, and will |
| 241 |
kill processess using the mount. Also small type-o fix to |
| 242 |
/etc/init.d/halt.sh. |
| 243 |
|
| 244 |
27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to |
| 245 |
/etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack. |
| 246 |
Fixed /etc/passwd,group for user/group mysql. |
| 247 |
|
| 248 |
27 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added charset |
| 249 |
map file support to /etc/init.d/consolefont and the setting to |
| 250 |
/etc/rc.conf. |
| 251 |
|
| 252 |
25 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed dircolors |
| 253 |
in skel files to support both versions of dircolors. |
| 254 |
|
| 255 |
23 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed bug |
| 256 |
in the restart stuff of /etc/init.d/runscript.sh that caused |
| 257 |
a restart of a 'net' service not to restart services again |
| 258 |
that depended on it. |
| 259 |
|
| 260 |
* rc-scripts 1.2.5 (20 Jan 2002) |
| 261 |
|
| 262 |
20 Jan 2002: Martin Schlemmer (azarah@gentoo.org): updated |
| 263 |
/etc/init.d/net.eth0 to 'use' pcmcia. |
| 264 |
|
| 265 |
8 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added '--sh' to |
| 266 |
the dircolors command in /etc/skel/.bash_profile to handle cases |
| 267 |
where bash do not export $SHELL. |
| 268 |
|
| 269 |
6 Jan 2002: Martin Schlemmer (azarah@gentoo.org): updated |
| 270 |
/etc/init.d/runscripts.sh, /etc/init.d/net.eth0, /etc/conf.d/net and |
| 271 |
removed /etc/init.d/net.eth0-dhcp to reflect a new 'bsd-ish' config |
| 272 |
scheme for the net.eth* scripts. |
| 273 |
|
| 274 |
6 Jan 2002: Donny Davies (woodchip@gentoo.org): Removed email address |
| 275 |
from manpages; no need for that.. |
| 276 |
|
| 277 |
5 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fix type-o in |
| 278 |
/etc/devfsd.conf; had 'dvd' in the cdrw stuff. |
| 279 |
|
| 280 |
* rc-scripts 1.2.4 (30 Dec 2001) |
| 281 |
|
| 282 |
30 Dec 2001: Daniel Robbins (drobbins@gentoo.org): Changed default umask |
| 283 |
back to 022 as it should be. |
| 284 |
|
| 285 |
30 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
| 286 |
/etc/init.d/checkfs to return 0 if the fs was successfully repaired. |
| 287 |
|
| 288 |
29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
| 289 |
sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :)) |
| 290 |
|
| 291 |
28 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Updated |
| 292 |
/etc/init.d/depscan.sh to store info about missing dependancies of |
| 293 |
type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh |
| 294 |
to use this when starting a script ('need' dependancies is critical for |
| 295 |
startup). Added the broken() function to /etc/init.d/runscript.sh |
| 296 |
to list the missing dependancies. |
| 297 |
|
| 298 |
Updated /etc/init.d/runscript.sh for svc_start() to have better error |
| 299 |
checking. |
| 300 |
|
| 301 |
Updated /etc/init.d/functions.sh with ewend(), which is the same as |
| 302 |
eend(), but print a warning on error, not a error. Updated |
| 303 |
/etc/init.d/checkroot and /etc/init.d/checkfs to use this function. |
| 304 |
|
| 305 |
27 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update /sbin/runscript.c |
| 306 |
to run /etc/init.d/rc-help.sh if no arguments is passed to a rc-script. |
| 307 |
|
| 308 |
Added /etc/init.d/rc-help.sh, simple script that prints out help for |
| 309 |
the rc-scripts. |
| 310 |
|
| 311 |
25 Dec 2001; Martin Schlemmer (azarah@gentoo.org); Update |
| 312 |
/etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the |
| 313 |
halt and reboot. This fixes a problem where / was not unmounted |
| 314 |
properly in some cases. |
| 315 |
|
| 316 |
24 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Move $svcdir to |
| 317 |
to /etc/init.d/functions.sh, and update /etc/init.d/runscript.sh and |
| 318 |
/etc/init.d/depscan.sh for this |
| 319 |
|
| 320 |
Modified /etc/init.d/runscript.sh to also restart the services that |
| 321 |
depend on a service if that service is restarted. Enhanced the |
| 322 |
restart function to be able to have custom restart() functions in |
| 323 |
rc-scripts. The custom restart() have to use svc_stop() and |
| 324 |
svc_start() to restart the service. |
| 325 |
|
| 326 |
Add a pause function to /etc/init.d/runscript.sh. It will basically |
| 327 |
stop a service without stopping the services that depends on that |
| 328 |
service. |
| 329 |
|
| 330 |
Add a pause function to /etc/init.d/runscript.sh. It will basically stop a |
| 331 |
service without stopping the services that depends on that service. |
| 332 |
|
| 333 |
* rc-scripts 1.2.3 (18 Dec 2001) |
| 334 |
|
| 335 |
16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Moved the stuff from |
| 336 |
/sbin/init (old) to /sbin/rc (basically drop the init wrapper we used). |
| 337 |
|
| 338 |
Some cleanups: take out the shm resize comment; |
| 339 |
|
| 340 |
remove the $wrongmount; |
| 341 |
|
| 342 |
remove the mountshm() function and insert it directly |
| 343 |
where needed; |
| 344 |
|
| 345 |
remove the setting of $PATH as /sbin/init already do |
| 346 |
this for us. |
| 347 |
|
| 348 |
Added the if statement to detect if it is the first time the 'boot' |
| 349 |
runlevel is executed (if [ "$RUNLEVEL" = "S" ] && [ "$argv1" = "boot" ]). |
| 350 |
$RUNLEVEL is a env var set by /sbin/init. |
| 351 |
|
| 352 |
Also added functionality to detect if the kernel have DEVFS support |
| 353 |
compiled in; seems new users thinks devfs is unstable and as they do |
| 354 |
not always read the docs, it does not get compiled in ;/ Should |
| 355 |
make live for us a bit easier. |
| 356 |
|
| 357 |
14 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Fixed /sbin/rc to kill |
| 358 |
a cosmetic bug in the part that stops all the unneeded services. |
| 359 |
|
| 360 |
* rc-scripts 1.2.2 (8 Dec 2001) |
| 361 |
|
| 362 |
10 Dec 2001; Added a localhost entry in /etc/hosts. |
| 363 |
|
| 364 |
8 Dec 2001; Donny Davies (woodchip@gentoo.org): Added start-stop-daemon.c |
| 365 |
to rc-scripts/sbin source. Moved rc-scripts/init.d/runscript.c to |
| 366 |
rc-scripts/sbin/runscript.c. Added manpage for start-stop-daemon. |
| 367 |
Start-stop-daemon is moved here from sysvinit by the way. There is stuff |
| 368 |
in this ChangeLog that needs to be removed! Like the changes to hosts, |
| 369 |
profile. /etc/{passwd,group} have minor UID and GID type fixes for |
| 370 |
users ftp, postgres, xfs. Tweaked tarball.sh to not include CVS |
| 371 |
directories. |
| 372 |
|
| 373 |
29 Nov 2001; Donny Davies (woodchip@gentoo.org): Added a man directory |
| 374 |
to rc-scripts. Checked in two manpages there, one for modules.autoload.5 |
| 375 |
and one for update-modules.8. These were adapted from Debian. Updated |
| 376 |
tarball.sh to include the new man directory. Updated baselayout to install |
| 377 |
these manpages. Slightly tweak the /etc/modules.autoload comments. |
| 378 |
|
| 379 |
28 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated /sbin/init |
| 380 |
to work correctly with the 'gentoo=nodevfs' option, and cleaned |
| 381 |
out old code. |
| 382 |
|
| 383 |
Updated /etc/init.d/bootmisc with additional lock files to clean. |
| 384 |
|
| 385 |
27 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
| 386 |
/etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger' |
| 387 |
that can be used for services that needs to have a logger started |
| 388 |
before they are started. Updated /etc/conf.d/basic with $SYSLOGGER |
| 389 |
that is used to define what loggers the 'logger' depend represent. |
| 390 |
|
| 391 |
26 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
| 392 |
/etc/passwd and /etc/group with minor fixes to pass pwck and grpck. |
| 393 |
|
| 394 |
25 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Changed umask in |
| 395 |
/etc/profile for the user to 077 for security. |
| 396 |
|
| 397 |
Added a stop() function to /etc/init.d/clock. Also removed uneeded |
| 398 |
'source /etc/rc.conf' line. |
| 399 |
|
| 400 |
Updated /etc/init.d/hostname to set the hostname to 'localhost' if |
| 401 |
/etc/hostname is invalid. |
| 402 |
|
| 403 |
Updated /sbin/init to move the entries in /lib/dev-state to /dev before |
| 404 |
running devfsd, as it did still not save settings properly. Also removed |
| 405 |
old /dev-state/compat stuff. |
| 406 |
|
| 407 |
25 Nov 2001; ncsd, the name service cache daemon script, has been removed |
| 408 |
from the default "default" runlevel. It still exists in the archive so that |
| 409 |
users who want/need it can add it easily. |
| 410 |
|
| 411 |
25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted), |
| 412 |
removed notail from the ext2 boot partition, other cleanups. |
| 413 |
|
| 414 |
25 Nov 2001; Fixed init.d/clock script to work in UTC mode. |
| 415 |
|
| 416 |
24 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Added /etc/devfsd.conf |
| 417 |
and updated /sbin/init to use a new scheme for saving /dev permissions. |
| 418 |
Also moved /dev-state to /lib/dev-state which is a more standard location. |
| 419 |
|
| 420 |
Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on |
| 421 |
itself, calling depscan.sh or changing runlevels cause a tempory effect |
| 422 |
similar to a 'mini fork bomb'. Afterwards the depends was broken, and |
| 423 |
changing runlevels did not want to work. |
| 424 |
|
| 425 |
Updated /etc/init.d/halt.sh to terminate and display message for devfsd. |
| 426 |
More cosmetic than anything else, but cant hurt with the new dev-state |
| 427 |
scheme. |
| 428 |
|
| 429 |
Updated /sbin/init to set the console log level to 1, so that bootup |
| 430 |
can be much cleaner. Also updated /etc/init.d/modules not to have |
| 431 |
a logger in it 'use' depends, as it should not be needed anymore. |
| 432 |
|
| 433 |
Updated /sbin/rc to check if devfsd is still running between runlevel |
| 434 |
changes. |
| 435 |
|
| 436 |
Updated /etc/init.d/modules to run update-modules. We want to be sure |
| 437 |
/etc/modules.conf is updated when running depmod -a. |
| 438 |
|
| 439 |
Change ftp's uid to 21 in /etc/passwd (was the same as bind). Also |
| 440 |
added a entry for xfs (X Font Server) in /etc/passwd and /etc/group. |
| 441 |
|
| 442 |
Added /etc/init.d/net.ppp0, /etc/conf.d/net.ppp0 and |
| 443 |
/usr/lib/ppp/chat-default as part of my new pppd scripts. Also |
| 444 |
updated tarball.sh to handle ppp/chat-default. |
| 445 |
|
| 446 |
Added /etc/skel/.bash* to make things cleaner. |
| 447 |
|
| 448 |
Other minor changes. |
| 449 |
|
| 450 |
17 Nov 2001; Donny Davies (woodchip@gentoo.org): Added /etc/shells file |
| 451 |
to rc-scripts. Can remove it from sys-libs/shadow at the next release. |
| 452 |
|
| 453 |
* rc-scripts 1.1.8 (15 Nov 2001) |
| 454 |
|
| 455 |
16 Nov 2001; removed bogus "mountall.test" script. |
| 456 |
|
| 457 |
15 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
| 458 |
init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being 'use' not |
| 459 |
'uses', as it fits better with 'need' (not 'needs'). Also removed unneeded |
| 460 |
for loop from init.d/depscan.sh, and other fixes. Updated names of new |
| 461 |
functions in init.d/runscript.sh to better sounding ones. Updated |
| 462 |
init.d/modules, init.d/netmount to use 'use'. Lots of other fixes/cleanups. |
| 463 |
Removed try() out of init.d/runscript.sh (why was this here ?). |
| 464 |
|
| 465 |
14 Nov 2001; Martin Schlemmer (azarah@gentoo.org): init.d/bootmisc: Now |
| 466 |
cleans /tmp. Also creates /etc/resolv.conf if it doesn't exist. |
| 467 |
|
| 468 |
init.d/hostname: Added check for a valid /etc/hostname. |
| 469 |
|
| 470 |
init.d/keymaps: Added check for valid $KEYMAP. |
| 471 |
|
| 472 |
init.d/modules: Added sysklogd, metalog, syslog-ng as 'use' deps. This |
| 473 |
should solve Woodchip's syslog+glue issue. We just have to change the |
| 474 |
console loglevel for metalog and syslog-ng (sysklogd already updated) not to |
| 475 |
output info and warnings, etc to the console, then boot will be much cleaner. |
| 476 |
Also the install guide will need changing to add the loggers to 'boot' and |
| 477 |
not 'default' runlevel. |
| 478 |
|
| 479 |
init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is |
| 480 |
this really needed (I cannot see that it is used anywhere ...)? |
| 481 |
|
| 482 |
13 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
| 483 |
init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend called |
| 484 |
'uses'. It basically have the same usage as 'need', except that it do not |
| 485 |
start services that is not in the current and 'boot' runlevels. |
| 486 |
|
| 487 |
Updated init.d/netmount to use the 'uses' depend. |
| 488 |
|
| 489 |
11 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed init.d/runscript.sh |
| 490 |
not to destroy the 'need' depends in /${svcdir}/need. This caused subsequent |
| 491 |
starting and stopping of services not to start depends. |
| 492 |
|
| 493 |
7 Nov 2001; Martin Schlemmer (azarah@gentoo.org): Fixed a problem in sbin/rc |
| 494 |
where the ${svcdir}/softscripts directory got destroyed before stopping |
| 495 |
running services scheduled to be stopped. This with the fact that $SOFTLEVEL |
| 496 |
was set too early, caused the services to be stopped in the wrong order. |
| 497 |
|
| 498 |
30 Oct 2001; Martin Schlemmer (azarah@gentoo.org): Modified init.d/netmount to |
| 499 |
check if any network filesystems is mounted. |
| 500 |
|
| 501 |
29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added |
| 502 |
some awk and grep magic to find all remote filesystems and umount them. |
| 503 |
|
| 504 |
29 Oct 2001; Martin Schlemmer (azarah@gentoo.org): A fix for checkroot |
| 505 |
(missing "/"); it now actually checks the root filesystem. Also, a |
| 506 |
localmount cleanliness fix. |
| 507 |
|
| 508 |
* rc-scripts 1.1.7 (18 Oct 2001) |
| 509 |
|
| 510 |
[old changelog format follows] |
| 511 |
|
| 512 |
*lots of scripts; woodchip |
| 513 |
removed old rc5 scripts from cvs |
| 514 |
|
| 515 |
*init.d/runscript.sh; agriffis |
| 516 |
Added support for rc.conf and home-grown functions |
| 517 |
|
| 518 |
*init.d/modules; |
| 519 |
Now correctly looks at /etc/modules.autoload |
| 520 |
|
| 521 |
rc-scripts-1.1.6, released 15 Sep 2001 |
| 522 |
====================================== |
| 523 |
|
| 524 |
*init.d/runscript.sh, others |
| 525 |
Handling of "net" dependencies resolve to all net devices in |
| 526 |
/etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES |
| 527 |
variable in /etc/rc.conf has been removed. |
| 528 |
|
| 529 |
*init.d/runscript.sh |
| 530 |
New "zap" option for manually resetting the state of an initscript |
| 531 |
to stopped. |
| 532 |
|
| 533 |
*init.d/{samba,sysklogd,sshd} |
| 534 |
Removed from CVS; they live in their respective packages. |
| 535 |
|
| 536 |
rc-scripts-1.1.5, released 02 Sep 2001 |
| 537 |
==================================== |
| 538 |
|
| 539 |
*sbin/rc-update |
| 540 |
New version of the rc-update command for the new initscripts. Works |
| 541 |
similarly to the old version, except this one updates our dependency |
| 542 |
cache. |
| 543 |
|
| 544 |
*init.d/functions.sh |
| 545 |
New and better looking informational message functions (einfo, einfon). |
| 546 |
Brand new message functions (ewarn). |
| 547 |
|
| 548 |
*sbin/init, init.d/checkroot |
| 549 |
We're going back to a /proc/mounts-based mtab symlink because it's |
| 550 |
just plain better. Appropriate changes made. |