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