| 1 |
# ChangeLog for Gentoo System Intialization ("rc") scripts
|
| 2 |
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPLv2
|
| 3 |
|
| 4 |
12 June 2006; Roy Marples <uberlord@gentoo.org>:
|
| 5 |
|
| 6 |
We now have a Makefile to install our scripts.
|
| 7 |
|
| 8 |
06 June 2006; Roy Marples <uberlord@gentoo.org>:
|
| 9 |
|
| 10 |
shutdown.sh now uses the INIT_HALT variable correctly, #135740
|
| 11 |
thanks to Steve Moerk.
|
| 12 |
|
| 13 |
start-stop-daemon now has PAM support, #64700 thanks to Scott Dial.
|
| 14 |
|
| 15 |
* baselayout-1.12.1 (05 Jun 2006)
|
| 16 |
|
| 17 |
05 June 2006; Roy Marples <uberlord@gentoo.org>:
|
| 18 |
|
| 19 |
Restore the man user/group, #113298 thanks to Chris Gianelloni.
|
| 20 |
|
| 21 |
Fix typo in /sbin/rc, #135323 thanks to Ed Catmur.
|
| 22 |
|
| 23 |
rc now stops services again, #135340.
|
| 24 |
|
| 25 |
depscan.sh now tries to touch files in with future mtimes so that
|
| 26 |
users only see the clock skew message once, #135212.
|
| 27 |
|
| 28 |
Show help when rc-update is called without arguments, #133434.
|
| 29 |
|
| 30 |
Ensure that an empty NET_FS_LIST doesn't cause localmount to error,
|
| 31 |
#132928 thanks to Dominik Buerkle.
|
| 32 |
|
| 33 |
02 June 2006; Roy Marples <uberlord@gentoo.org>:
|
| 34 |
|
| 35 |
Allow LC_* and LANG vars through to runscript.sh by default.
|
| 36 |
|
| 37 |
net.lo now comes after bootmisc, #135118 thanks to Oldrich Jedlicka.
|
| 38 |
|
| 39 |
arping.sh now has MAC address support, #134253 thanks to Oldrich Jedlicka.
|
| 40 |
|
| 41 |
pppd.sh now updates secret files with a blank password, #134337
|
| 42 |
|
| 43 |
Remove swapon call from /sbin/rc as localmount already calls it,
|
| 44 |
#47932 and also a partial fix for #134489
|
| 45 |
|
| 46 |
30 May 2006; Roy Marples <uberlord@gentoo.org>:
|
| 47 |
|
| 48 |
Allow users to specify netplugd options.
|
| 49 |
|
| 50 |
Really fix is_xenU_sys, #134571 thanks to Stefan Hellermann.
|
| 51 |
|
| 52 |
24 May 2006; Roy Marples <uberlord@gentoo.org>:
|
| 53 |
|
| 54 |
Ensure that we call halt.sh in a new shell with LC_ALL=C so that we don't
|
| 55 |
load any locale information which may stop us unmounting /usr, #128848
|
| 56 |
and #133090.
|
| 57 |
|
| 58 |
Don't set clock for OpenVZ systems, #133265 thanks to Kir Kolyshkin.
|
| 59 |
|
| 60 |
Don't remount / in checkroot for unionfs /, #129975 thanks to Daniel.
|
| 61 |
|
| 62 |
Don't stop net interfaces / is unionfs and a branch is network mounted.
|
| 63 |
|
| 64 |
* baselayout-1.12.0 (23 May 2006)
|
| 65 |
|
| 66 |
23 May 2006; Roy Marples <uberlord@gentoo.org>:
|
| 67 |
|
| 68 |
halt.sh can now deal with unionfs a bit better, #99682.
|
| 69 |
|
| 70 |
16 May 2006; Roy Marples <uberlord@gentoo.org>:
|
| 71 |
|
| 72 |
Always report Xen domU domains correctly, #107976.
|
| 73 |
|
| 74 |
15 May 2006; Roy Marples <uberlord@gentoo.org>:
|
| 75 |
|
| 76 |
Always test for space at the end of the bridge name.
|
| 77 |
|
| 78 |
14 May 2006; Roy Marples <uberlord@gentoo.org>:
|
| 79 |
|
| 80 |
Don't stop coldplugged services when changing runlevels, #113264.
|
| 81 |
|
| 82 |
Only report inactive start once.
|
| 83 |
|
| 84 |
13 May 2006; Mike Frysinger <vapier@gentoo.org>:
|
| 85 |
|
| 86 |
Remove SVCDIR from functions.sh #133171 by petre rodan.
|
| 87 |
|
| 88 |
07 May 2006; Roy Marples <uberlord@gentoo.org>:
|
| 89 |
|
| 90 |
Fix logic in br2684ctl.sh as reported by Alin Nastac, #132549.
|
| 91 |
|
| 92 |
05 May 2006; Mike Frysinger <vapier@gentoo.org>:
|
| 93 |
|
| 94 |
Fix typo s/veend/vewend/ in functions.sh as reported by Yoshino #132262.
|
| 95 |
|
| 96 |
05 May 2006; Roy Marples <uberlord@gentoo.org>:
|
| 97 |
|
| 98 |
If a device initiated service is in the default runlevel then we no
|
| 99 |
longer start it in the boot runlevel.
|
| 100 |
|
| 101 |
04 May 2006; Roy Marples <uberlord@gentoo.org>:
|
| 102 |
|
| 103 |
RC_COLDPLUG is now just a yes|no setting and the service list allowed
|
| 104 |
is now in RC_PLUG_SERVICES.
|
| 105 |
Added RC_HOTPLUG setting similar to RC_COLDPLUG.
|
| 106 |
|
| 107 |
* baselayout-1.12.0_pre19 (02 May 2006)
|
| 108 |
|
| 109 |
01 May 2006; Roy Marples <uberlord@gentoo.org>:
|
| 110 |
|
| 111 |
/proc/net/wireless may not have whitespace after $iface:
|
| 112 |
wpa_supplicant no longer requires ctrl_interface set.
|
| 113 |
Thanks to kelmo for those ideas.
|
| 114 |
|
| 115 |
28 Apr 2006; Mike Frysinger <vapier@gentoo.org>:
|
| 116 |
|
| 117 |
Tweak is_older_than than so it skips checking the timestamps on directories,
|
| 118 |
just the files in the directory.
|
| 119 |
|
| 120 |
Rewrite modules-update to make it readable and usuable without old modutils.
|
| 121 |
|
| 122 |
24 Apr 2006; Roy Marples <uberlord@gentoo.org>:
|
| 123 |
|
| 124 |
revert the -k2 addition to sort in halt.sh as we only echo the second
|
| 125 |
key to sort, #131001.
|
| 126 |
|
| 127 |
* baselayout-1.12.0_pre18 (22 Apr 2006)
|
| 128 |
|
| 129 |
22 Apr 2006; Mike Frysinger <vapier@gentoo.org>:
|
| 130 |
|
| 131 |
Touchup fuser arguments in halt.sh so we dont have to pipe to /dev/null.
|
| 132 |
|
| 133 |
22 Apr 2006; Roy Marples <uberlord@gentoo.org>:
|
| 134 |
|
| 135 |
udhcpc module now requires udhcp-0.9.9_pre20041216-r3 or newer with
|
| 136 |
the --env command option.
|
| 137 |
|
| 138 |
21 Apr 2006; Roy Marples <uberlord@gentoo.org>:
|
| 139 |
|
| 140 |
br2684 module should now work correctly.
|
| 141 |
Document usage of br2684 module.
|
| 142 |
|
| 143 |
move /lib/rcscripts/net.modules.d to /lib/rcscripts/net
|
| 144 |
|
| 145 |
20 Apr 2006; Mike Frysinger <vapier@gentoo.org>:
|
| 146 |
|
| 147 |
Document --verbose option in rc-update #130643 by Christian Heim.
|
| 148 |
|
| 149 |
18 Apr 2006; Mike Frysinger <vapier@gentoo.org>:
|
| 150 |
|
| 151 |
Sort by mount point, not mount source, in halt.sh #130219 by Mark McKenna.
|
| 152 |
|
| 153 |
Disable CTRL+C in depscan.sh while booting #126512 by Marko Djukic.
|
| 154 |
|
| 155 |
18 Apr 2006; Roy Marples <uberlord@gentoo.org>:
|
| 156 |
|
| 157 |
start-stop-daemon only removes the daemon stopping from the daemon
|
| 158 |
started list, #130166.
|
| 159 |
|
| 160 |
15 Apr 2006; Roy Marples <uberlord@gentoo.org>:
|
| 161 |
|
| 162 |
net services are now calculated properly in trace_dependencies.
|
| 163 |
|
| 164 |
arping.sh now tests if the interface exists or not.
|
| 165 |
|
| 166 |
12 Apr 2006; Roy Marples <uberlord@gentoo.org>:
|
| 167 |
|
| 168 |
vlans can now be configured with their own interface scripts, which
|
| 169 |
means that they can now be renamed, #128283.
|
| 170 |
Thanks to Jonathan deBoer.
|
| 171 |
|
| 172 |
11 Apr 2006; Roy Marples <uberlord@gentoo.org>:
|
| 173 |
|
| 174 |
udhcpc.sh now works with the -q|--quit option again, #129437.
|
| 175 |
|
| 176 |
09 Apr 2006; Roy Marples <uberlord@gentoo.org>:
|
| 177 |
|
| 178 |
RC_COLDPLUG now controls if we add coldplugged services to the boot
|
| 179 |
runlevel or not, #129331.
|
| 180 |
|
| 181 |
The ccwgroup module now really works!
|
| 182 |
|
| 183 |
* baselayout-1.12.0_pre17 (08 Apr 2006)
|
| 184 |
|
| 185 |
07 Apr 2006; Roy Marples <uberlord@gentoo.org>:
|
| 186 |
|
| 187 |
net modules now apply their own metric if they are activated, which makes
|
| 188 |
for a much easier and less mesy calculation.
|
| 189 |
|
| 190 |
05 Apr 2006; Roy Marples <uberlord@gentoo.org>:
|
| 191 |
|
| 192 |
runscript.sh now stores the fact that it failed to to /dev/.rcsysinit
|
| 193 |
existing in the directory /dev/.rcboot. rc adds services in
|
| 194 |
/dev/.rcboot to the boot list and then rm -f's that directory. This
|
| 195 |
solves the issue of udev-089 forcing coldplug removal.
|
| 196 |
|
| 197 |
03 Apr 2006; Roy Marples <uberlord@gentoo.org>:
|
| 198 |
|
| 199 |
rc-status doesn't report broken symlinks when querying all levels,
|
| 200 |
#113755 again.
|
| 201 |
|
| 202 |
All net modules how have a .sh suffix to indicate that they are shell
|
| 203 |
scripts as not everyone uses vim.
|
| 204 |
|
| 205 |
runscript.sh now has a --nodeps option so that no depends are checked
|
| 206 |
when starting and stopping a service.
|
| 207 |
|
| 208 |
net.lo and system modules now support resolvconf instead of using our
|
| 209 |
own internal system.
|
| 210 |
|
| 211 |
DHCP and PPP clients no longer have helper scripts. As such they don't
|
| 212 |
change service status at all. Moved helpers.d/functions back into net.lo
|
| 213 |
|
| 214 |
Moved {get,save}_options from functions.sh to rc-services.sh
|
| 215 |
|
| 216 |
Removed whole load of crud from hostname init script, fixes #38172 again
|
| 217 |
and #122794. Also, it's no longer a critical service as defined by rc.
|
| 218 |
|
| 219 |
Added net modules for ccwgroup (s390 qeth ethernet) and br2684ctl
|
| 220 |
(speedtouch usb).
|
| 221 |
|
| 222 |
Removed xargs and find from all net scripts as /usr maybe net mounted,
|
| 223 |
#107260.
|
| 224 |
|
| 225 |
Punted the domainname script. Functionality has been in conf.d/net so you
|
| 226 |
can do this.
|
| 227 |
dns_domain_lo="foo"
|
| 228 |
nis_domain_lo="bar"
|
| 229 |
|
| 230 |
ppd module now checks to see if link exists if prefixed with /, #126916.
|
| 231 |
|
| 232 |
28 Mar 2006; Mike Frysinger <vapier@gentoo.org>:
|
| 233 |
|
| 234 |
Make sure rc-status exit status is 0 #127733 by Timo Boettcher.
|
| 235 |
|
| 236 |
23 Mar 2006; Mike Frysinger <vapier@gentoo.org>:
|
| 237 |
|
| 238 |
Disable hwclock script on s390 hosts.
|
| 239 |
|
| 240 |
14 Mar 2006; Roy Marples <uberlord@gentoo.org>:
|
| 241 |
|
| 242 |
Allow services that depend on net to be stopped/started in post
|
| 243 |
up/down functions when the net service is started by rc.
|
| 244 |
|
| 245 |
13 Mar 2006; Roy Marples <uberlord@gentoo.org>:
|
| 246 |
|
| 247 |
Allow more than 1 inactive dependant service to start us when it is
|
| 248 |
started, #125819 thanks to Arnuad Fabre.
|
| 249 |
|
| 250 |
12 Mar 2006; Roy Marples <uberlord@gentoo.org>:
|
| 251 |
|
| 252 |
iwconfig now strips duplicate mac addresses from scan results which means
|
| 253 |
we only try and connect to ad-hoc networks once.
|
| 254 |
|
| 255 |
10 Mar 2006; Roy Marples <uberlord@gentoo.org>:
|
| 256 |
|
| 257 |
iwconfig now reports mode in scan results
|
| 258 |
|
| 259 |
net script modules variables function has been moved into module_expose
|
| 260 |
and removed from module_depend to be more correct.
|
| 261 |
|
| 262 |
net script modules have had #!/bin/bash removed from the top and now
|
| 263 |
set vim fs=sh to be more correct.
|
| 264 |
|
| 265 |
06 Mar 2006; Mike Frysinger <vapier@gentoo.org>:
|
| 266 |
|
| 267 |
Touchup fuser options in netmount so we don't pipe output to /dev/null.
|
| 268 |
|
| 269 |
03 Mar 2006; Mike Frysinger <vapier@gentoo.org>:
|
| 270 |
|
| 271 |
Pass '-O no_netdev' to `mount -a` in localmount init.d.
|
| 272 |
|
| 273 |
Add note to sysctl.conf about needing nfsd for fs.nfs.* to work #66575.
|
| 274 |
|
| 275 |
02 Mar 2006; Roy Marples <uberlord@gentoo.org>:
|
| 276 |
|
| 277 |
$myservice is now deprecated for init scripts.
|
| 278 |
$SVCNAME should be used instead and is read-only so it cannot be
|
| 279 |
clobbered.
|
| 280 |
|
| 281 |
Several variables in global scope that provided functions rely on,
|
| 282 |
such as BOOTLEVEL, SOFTLEVEL and svcdir are now read only for init
|
| 283 |
scripts.
|
| 284 |
|
| 285 |
depscan.sh now accepts the --svcdir option so that svcdir can now be
|
| 286 |
specified as the variable is marked readonly in functions.sh. Splash
|
| 287 |
programs will have to be updated.
|
| 288 |
|
| 289 |
24 Feb 2006; Roy Marples <uberlord@gentoo.org>:
|
| 290 |
|
| 291 |
Misc STYLE and quoting issues fixes in net scripts.
|
| 292 |
|
| 293 |
dhclient and udhcpc now work with RFC violating space separated
|
| 294 |
domain names in /etc/resolv.conf - they get appended to the search
|
| 295 |
option if it's not specified.
|
| 296 |
|
| 297 |
punted clean_pidfile and process_finished functions and as
|
| 298 |
start-stop-daemon as provided by rc-daemon.sh now provides
|
| 299 |
the same thing, just better.
|
| 300 |
|
| 301 |
We now send extra configuration to dhclient via stdin.
|
| 302 |
This means we don't have to edit /etc/dhcp/dhclient.conf anymore
|
| 303 |
or warn users about script settings. Requires net-misc/dhcp-3.0.3-r5.
|
| 304 |
|
| 305 |
22 Feb 2006; Mike Frysinger <vapier@gentoo.org>:
|
| 306 |
|
| 307 |
Overhaul rc-update and make it more user friendly.
|
| 308 |
|
| 309 |
22 Feb 2006; Roy Marples <uberlord@gentoo.org>:
|
| 310 |
|
| 311 |
Ensure that ifplugd, netplugd and wpa_supplicant timeouts really are
|
| 312 |
infinite when requested. Thanks to embobo.
|
| 313 |
|
| 314 |
21 Feb 2006; Mike Frysinger <vapier@gentoo.org>:
|
| 315 |
|
| 316 |
Add patch by Alun Jones to respect RC_QUIET_STDOUT in conf.d/rc #123606.
|
| 317 |
|
| 318 |
18 Feb 2006; Mike Frysinger <vapier@gentoo.org>:
|
| 319 |
|
| 320 |
Add patch by Craig to nuke swap at shutdown #122893.
|
| 321 |
|
| 322 |
17 Feb 2006; Roy Marples <uberlord@gentoo.org>:
|
| 323 |
|
| 324 |
Fixed typo in functions, #123136 thanks to Alexander Danilov.
|
| 325 |
|
| 326 |
* baselayout-1.12.0_pre16 (16 Feb 2006)
|
| 327 |
|
| 328 |
15 Feb 2006; Roy Marples <uberlord@gentoo.org>:
|
| 329 |
|
| 330 |
tuntap now works if openvpn is installed, #122452.
|
| 331 |
|
| 332 |
14 Feb 2006; Roy Marples <uberlord@gentoo.org>:
|
| 333 |
|
| 334 |
ip rules setup has been documented in net.example, #107628.
|
| 335 |
|
| 336 |
pppd should now be fully re-entrant, #122396.
|
| 337 |
|
| 338 |
08 Feb 2006; Roy Marples <uberlord@gentoo.org>:
|
| 339 |
|
| 340 |
New module ip6to4 that creates tunnels with IPv6 addresses based off
|
| 341 |
global IPv4 addresses on a specified interface, #122015.
|
| 342 |
Thanks to Antti Mäkelä for testing and ideas.
|
| 343 |
|
| 344 |
07 Feb 2006; Roy Marples <uberlord@gentoo.org>:
|
| 345 |
|
| 346 |
Always ensure that end_service is called, #119233 again.
|
| 347 |
|
| 348 |
You can now specify a maxfail value for pppd (default 0), #115346.
|
| 349 |
|
| 350 |
net.lo now depends on isapnp to work with older NICs, #121539.
|
| 351 |
|
| 352 |
chat commands in pppd are now re-quoted, #121665.
|
| 353 |
|
| 354 |
wpa_supplicant now looks for config files in order
|
| 355 |
/etc/wpa_supplicant/wpa_supplicant-$iface.conf
|
| 356 |
/etc/wpa_supplicant/wpa_supplicant.conf
|
| 357 |
/etc/wpa_supplicant.conf
|
| 358 |
and for these wpa_cli scripts
|
| 359 |
/etc/wpa_supplicant/wpa_cli.sh
|
| 360 |
/sbin/wpa_cli.action
|
| 361 |
|
| 362 |
6 Feb 2006; Mike Frysinger <vapier@gentoo.org>:
|
| 363 |
|
| 364 |
Update xen checks #96240 by Tuan Van and #107976 by Chris Bainbridge.
|
| 365 |
|
| 366 |
29 Jan 2006; Mike Frysinger <vapier@gentoo.org>:
|
| 367 |
|
| 368 |
Update modules-update to run depmod even if /proc/modules doesn't exist
|
| 369 |
and warn if the depdir doesn't exist but the user ran in verbose mode
|
| 370 |
#117212 by Alex Guensche.
|
| 371 |
|
| 372 |
26 Jan 2006; Mike Frysinger <vapier@gentoo.org>:
|
| 373 |
|
| 374 |
Add fixes by Robert Millan to consoletype so that it's more portable #80021.
|
| 375 |
|
| 376 |
Fix grepping of --assume-kernel in modules-update as pointed out by
|
| 377 |
Patrick McLean in #117212.
|
| 378 |
|
| 379 |
Make sure / is actually read-only before trying to remount it read/write
|
| 380 |
(to fix people using like unionfs for /) #118646 by Alun Jones.
|
| 381 |
|
| 382 |
25 Jan 2006; Roy Marples <uberlord@gentoo.org>:
|
| 383 |
|
| 384 |
New variable RC_ULIMIT applies ulimit commands before starting a service.
|
| 385 |
This should be configured in /etc/conf.d/foo for service foo, but can also
|
| 386 |
be configured in /etc/conf.d/rc on a global basis.
|
| 387 |
RC_DAEMON now works in a similar way, instead of RC_DAEMON_foo.
|
| 388 |
Fixes, #120151.
|
| 389 |
|
| 390 |
24 Jan 2006; Roy Marples <uberlord@gentoo.org>:
|
| 391 |
|
| 392 |
Dependant services are restarted correctly when the restarted
|
| 393 |
service is started and not inactive, #120154.
|
| 394 |
|
| 395 |
21 Jan 2006; Roy Marples <uberlord@gentoo.org>:
|
| 396 |
|
| 397 |
Ensure that CRITICAL_SERVICES are in the boot runlevel, #117912.
|
| 398 |
|
| 399 |
* baselayout-1.12.0_pre15 (20 Jan 2006)
|
| 400 |
|
| 401 |
20 Jan 2006; Roy Marples <uberlord@gentoo.org>:
|
| 402 |
|
| 403 |
Fix quoting in iwconfig, #119629.
|
| 404 |
Fix process pid selection in rc-daemon.sh, #119631.
|
| 405 |
Both of the above thanks to Dominik Buerkle.
|
| 406 |
|
| 407 |
init scripts no longer run during the sysinit runlevel, #118419.
|
| 408 |
Thanks to Greg KH and the Linux Hotplug mailing list for advice.
|
| 409 |
|
| 410 |
19 Jan 2006; Roy Marples <uberlord@gentoo.org>:
|
| 411 |
|
| 412 |
Give a better error message when no valid DHCP client is installed.
|
| 413 |
|
| 414 |
18 Jan 2006; Roy Marples <uberlord@gentoo.org>:
|
| 415 |
|
| 416 |
Services should not get stuck in rc anymore, #119233, #119242.
|
| 417 |
|
| 418 |
We only hotplug net.* scripts on interfaces that are marked as ethernet.
|
| 419 |
|
| 420 |
16 Jan 2006; Roy Marples <uberlord@gentoo.org>:
|
| 421 |
|
| 422 |
Renamed restart in $svcdir to scheduled as it makes much more sense.
|
| 423 |
|
| 424 |
Interfaces names with a dot in them now work.
|
| 425 |
|
| 426 |
14 Jan 2006; Roy Marples <uberlord@gentoo.org>:
|
| 427 |
|
| 428 |
Changed runscript.sh to store it's services to restart like rc.
|
| 429 |
|
| 430 |
* baselayout-1.12.0_pre14 (13 Jan 2006)
|
| 431 |
|
| 432 |
13 Jan 2006; Mike Frysinger <vapier@gentoo.org>:
|
| 433 |
|
| 434 |
Filter all of fuse as network based since there's no way for us to know
|
| 435 |
if the thing is local or not #118552 by Pete Ezzo.'
|
| 436 |
|
| 437 |
13 Jan 2006; Roy Marples <uberlord@gentoo.org>:
|
| 438 |
|
| 439 |
Added warning to modules.autoload.d files stating that it's a bad idea
|
| 440 |
to put modules there that trigger hotplug events which in turn start
|
| 441 |
services, #118419.
|
| 442 |
|
| 443 |
Services that need a service which is inactive at boot are now scheduled
|
| 444 |
to start when the inactive service starts, #118801.
|
| 445 |
|
| 446 |
12 Jan 2006; Roy Marples <uberlord@gentoo.org>:
|
| 447 |
|
| 448 |
Interactive start is now controllable by RC_INTERACTIVE="yes" and will
|
| 449 |
probe to see if we can go interactive.
|
| 450 |
|
| 451 |
11 Jan 2006; Roy Marples <uberlord@gentoo.org>:
|
| 452 |
|
| 453 |
runscript.sh now traps interrupt signals and rolls back its status to what
|
| 454 |
it was when before it started.
|
| 455 |
|
| 456 |
bonding module now supports space seperated and array variables, #118590.
|
| 457 |
|
| 458 |
start-stop-daemon now waits for upto 1 second if it returns 0 and we
|
| 459 |
don't have a valid process.
|
| 460 |
|
| 461 |
A more user friendly message is reported when an interface does not exist.
|
| 462 |
|
| 463 |
10 Jan 2006; Roy Marples <uberlord@gentoo.org>:
|
| 464 |
|
| 465 |
Removed runlevel dependancies from runscript.sh as they're now in rc.
|
| 466 |
|
| 467 |
runscript.sh now has much better locking, #118418.
|
| 468 |
|
| 469 |
We now store services to restart when we end up as inactive from a restart
|
| 470 |
or we were stopped with IN_BACKGROUND=true, #112088.
|
| 471 |
|
| 472 |
We no longer stop and start services already running on runlevel change if
|
| 473 |
they're in the runlevel we're changing too.
|
| 474 |
|
| 475 |
We can now wait_sevice on services started outside of rc.
|
| 476 |
|
| 477 |
rc-status now reports "Could not locate" instead of "Could not local",
|
| 478 |
thanks to Christian Heim.
|
| 479 |
|
| 480 |
09 Jan 2006; Roy Marples <uberlord@gentoo.org>:
|
| 481 |
|
| 482 |
Ensure that specific configuration is loaded after net, #118368.
|
| 483 |
|
| 484 |
iwconfig now supports multiple iwconfig_* and iwpriv_* statements and is
|
| 485 |
also configurable for specific ESSIDs. This allows use to use the inbuilt
|
| 486 |
WPA support in the rt2500 driver.
|
| 487 |
|
| 488 |
module-loader now loads interface specific configuration files, #118366.
|
| 489 |
|
| 490 |
07 Jan 2006; Roy Marples <uberlord@gentoo.org>:
|
| 491 |
|
| 492 |
Save a few CPU cycles by storing add_suffix in variable.
|
| 493 |
|
| 494 |
06 Jan 2006; Roy Marples <uberlord@gentoo.org>:
|
| 495 |
|
| 496 |
Use ${DEFAULTLEVEL} if ${SOFTLEVEL} is boot, shutdown, reboot or single
|
| 497 |
in add_suffix.
|
| 498 |
|
| 499 |
Sync style changes in functions.sh
|
| 500 |
|
| 501 |
Critical services now load a suffixed config and fail gracefully.
|
| 502 |
|
| 503 |
05 Jan 2006; Roy Marples <uberlord@gentoo.org>:
|
| 504 |
|
| 505 |
iproute deletes addresses again, fixes #117799.
|
| 506 |
|
| 507 |
dhclient now supports dhclient-enter-hooks, #117763.
|
| 508 |
|
| 509 |
* baselayout-1.12.0_pre13 (04 Jan 2006)
|
| 510 |
|
| 511 |
03 Jan 2006; Roy Marples <uberlord@gentoo.org>:
|
| 512 |
|
| 513 |
net scripts now work with bash-3.1-r2, #116352.
|
| 514 |
|
| 515 |
02 Jan 2006; Roy Marples <uberlord@gentoo.org>:
|
| 516 |
|
| 517 |
Interfaces can be dynamically added to bridges again, #117406.
|
| 518 |
Updated copyright to 2006.
|
| 519 |
|
| 520 |
27 Dec 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 521 |
|
| 522 |
Startup volume related stuff (lvm/raid/etc...) in rc instead of
|
| 523 |
init.d/checkfs (lvm/raid/etc...) #50711.
|
| 524 |
|
| 525 |
25 Dec 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 526 |
|
| 527 |
Clean up and display the ${TMPFILE2}.err error file in modules-update
|
| 528 |
where appropriate #116745 by Daniele Gaffuri.
|
| 529 |
|
| 530 |
21 Dec 2005; Roy Marples <uberlord@gentoo.org>:
|
| 531 |
|
| 532 |
Add new variable RC_DOWN_INTERFACE and documentation so that interfaces
|
| 533 |
are kept up for Wake On LAN support, #113880.
|
| 534 |
|
| 535 |
* baselayout-1.12.0_pre12 (20 Dec 2005)
|
| 536 |
|
| 537 |
20 Dec 2005; Roy Marples <uberlord@gentoo.org>:
|
| 538 |
|
| 539 |
Ensure that tty has keyboard and stty reports icanon before enabling
|
| 540 |
interactive rc, #112161.
|
| 541 |
|
| 542 |
15 Dec 2005; Roy Marples <uberlord@gentoo.org>:
|
| 543 |
|
| 544 |
When setting ad-hoc or master modes, set the mode before anything else,
|
| 545 |
#115664 thanks to Oldrich Jedlicka.
|
| 546 |
|
| 547 |
14 Dec 2005; Roy Marples <uberlord@gentoo.org>:
|
| 548 |
|
| 549 |
Add great big warning in documentation advising people not to use the
|
| 550 |
IPv6 examples if they don't have IPv6 enabled in their kernel, #115396.
|
| 551 |
|
| 552 |
09 Dec 2005; Roy Marples <uberlord@gentoo.org>:
|
| 553 |
|
| 554 |
Remove nasty undocumented backgrounding as we now support
|
| 555 |
ifplugd, netplug and wpa_supplicant-0.4.x which do much better jobs.
|
| 556 |
|
| 557 |
08 Dec 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 558 |
|
| 559 |
Use getent instead of trying to read /etc/groups directly in localmount
|
| 560 |
#114833 by Justin Sanchez.
|
| 561 |
|
| 562 |
Make modules-update a little more friendly by adding --help, --verbose,
|
| 563 |
and --debug runtime options.
|
| 564 |
|
| 565 |
Remove rtc clock sleep hack for udev and replace with a modprobe rtc.
|
| 566 |
|
| 567 |
06 Dec 2005; Roy Marples <uberlord@gentoo.org>:
|
| 568 |
|
| 569 |
ppp documentation updated, #114551.
|
| 570 |
|
| 571 |
05 Dec 2005; Roy Marples <uberlord@gentoo.org>:
|
| 572 |
|
| 573 |
Fix dhcp options, #114519.
|
| 574 |
|
| 575 |
29 Nov 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 576 |
|
| 577 |
Add po/Makefile, based mostly on work done by Rach Holmes <Rach.Holmes@GMX.net>
|
| 578 |
and James Rowe <Jay@jnrowe.uklinux.net> since Mike changed most rc-scripts to
|
| 579 |
support it.
|
| 580 |
|
| 581 |
Set TEXTDOMAIN and TEXTDOMAINDIR. Install locale into $svclib.
|
| 582 |
|
| 583 |
28 Nov 2005; Roy Marples <uberlord@gentoo.org>:
|
| 584 |
|
| 585 |
Fixed fallback_routes, #113776.
|
| 586 |
Fixed variable array references, #113661.
|
| 587 |
Fixed iwconfig mode selection, #113677 - thanks to Tuan Van.
|
| 588 |
Fixed iproute2 is_up check, #113672 - thanks to Georgi Georgiev.
|
| 589 |
Added information about the "broken" status as reported by rc-status to
|
| 590 |
its output, #113755.
|
| 591 |
|
| 592 |
27 Nov 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 593 |
|
| 594 |
Don't set default RC_VOLUME_ORDER anymore in functions.sh #113700.
|
| 595 |
|
| 596 |
24 Nov 2005; Roy Marples <uberlord@gentoo.org>:
|
| 597 |
|
| 598 |
ifconfig routes now work with metrics and older configs again
|
| 599 |
#113378 and #113406.
|
| 600 |
|
| 601 |
arping now works with multiple gateways, #113402.
|
| 602 |
|
| 603 |
pppd module now updates an emply secrets file, #113431.
|
| 604 |
|
| 605 |
use ${svclib} instead of hardcoding /lib/rcscripts.
|
| 606 |
|
| 607 |
* baselayout-1.12.0_pre11 (23 Nov 2005)
|
| 608 |
|
| 609 |
23 Nov 2005; Roy Marples <uberlord@gentoo.org>:
|
| 610 |
|
| 611 |
RC_KILL_CHILDREN now defaults to "no". This stops ssh children being
|
| 612 |
killed when a network interface is restarted.
|
| 613 |
|
| 614 |
macchanger now ensures the interface is down before attempting to change
|
| 615 |
the mac address, #112333.
|
| 616 |
|
| 617 |
22 Nov 2005; Roy Marples <uberlord@gentoo.org>:
|
| 618 |
|
| 619 |
Stop ifplugd and netplugd from operating on bonded and vlan interfaces.
|
| 620 |
|
| 621 |
21 Nov 2005; Roy Marples <uberlord@gentoo.org>:
|
| 622 |
|
| 623 |
Fix wpa_suppicant error when auth is IEEE 802.1X (NO WPA) #112938.
|
| 624 |
|
| 625 |
20 Nov 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 626 |
|
| 627 |
Call reboot with -k to support people who want to use kexec #80220.
|
| 628 |
|
| 629 |
Source /etc/profile.d/*.sh files in /etc/profile #4854.
|
| 630 |
|
| 631 |
18 Nov 2005; Roy Marples <uberlord@gentoo.org>:
|
| 632 |
|
| 633 |
Changed from eval foo=\"\$config_$ifvar\" to foo=config_$ivar; foo=$!foo
|
| 634 |
This is to avoid using the eval statement to extract user configured vars.
|
| 635 |
|
| 636 |
Enhanced pppd module so that it obeys metric routes, does not mess
|
| 637 |
with the system resolv.conf and works with updetach a bit better, #112049.
|
| 638 |
|
| 639 |
Fixed pointotpoint, #112757 thanks to Felix Braun.
|
| 640 |
|
| 641 |
10 Nov 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 642 |
|
| 643 |
Fix module-update searching for System.map in /usr/src/linux #104288.
|
| 644 |
|
| 645 |
10 Nov 2005; Roy Marples <uberlord@gentoo.org>:
|
| 646 |
|
| 647 |
Fix WEP for forced AP's, #112031
|
| 648 |
|
| 649 |
Change pppd behaviour for updetach, #112049
|
| 650 |
|
| 651 |
Fix "Device foo not found" error when stopping an interface and the
|
| 652 |
interface does not physically exist.
|
| 653 |
|
| 654 |
09 Nov 2005; Roy Marples <uberlord@gentoo.org>:
|
| 655 |
|
| 656 |
ifplugd, netplug and wpa_supplicant now background automatically
|
| 657 |
instead of waiting to see if the interface was configured OK
|
| 658 |
|
| 659 |
* baselayout-1.12.0_pre10 (08 Nov 2005)
|
| 660 |
|
| 661 |
08 Nov 2005; Roy Marples <uberlord@gentoo.org>:
|
| 662 |
|
| 663 |
punted serial from rc-lists/boot as it's no longer provided by baselayout
|
| 664 |
|
| 665 |
07 Nov 2005; Roy Marples <uberlord@gentoo.org>:
|
| 666 |
|
| 667 |
documented pppd module settings, #53954
|
| 668 |
|
| 669 |
rc-status now warns about broken symbolic links in /etc/runlevels and
|
| 670 |
trace_dependencies got a bit of a revamp, attempts to fix #104394
|
| 671 |
|
| 672 |
Always setup_defaultlevels as we need the default vars set for
|
| 673 |
rc-status.
|
| 674 |
|
| 675 |
04 Nov 2005; Roy Marples <uberlord@gentoo.org>:
|
| 676 |
|
| 677 |
udhcpc now checks the dhcp lease file for a valid IP address.
|
| 678 |
|
| 679 |
We prefer iproute2 when stopping an interface by default.
|
| 680 |
|
| 681 |
03 Nov 2005; Roy Marples <uberlord@gentoo.org>:
|
| 682 |
|
| 683 |
iwconfig now detects an unencrypted AP and doesn't apply any configured
|
| 684 |
WEP settings.
|
| 685 |
|
| 686 |
baselayout now caters for systems without /bin/hostname (from net-tools)
|
| 687 |
and uses sysctl instead.
|
| 688 |
|
| 689 |
02 Nov 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 690 |
|
| 691 |
Grab updates from IANA for /etc/services including OpenVPN #111194.
|
| 692 |
|
| 693 |
31 Oct 2005; Roy Marples <uberlord@gentoo.org>:
|
| 694 |
|
| 695 |
Replace the bubble-esq sort routine with a tsort based one for
|
| 696 |
loading modules. This means that we are much faster than before :)
|
| 697 |
|
| 698 |
Fix ifconfig with multiple IP addresses, #110956
|
| 699 |
|
| 700 |
28 Oct 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 701 |
|
| 702 |
Fix typo in rc-status error message #110685 by Eduardo Tongson.
|
| 703 |
|
| 704 |
27 Oct 2005; Roy Marples <uberlord@gentoo.org>:
|
| 705 |
|
| 706 |
New net scripts depend calls - functions, variables and provide.
|
| 707 |
This saves having to create 3 seperate functions in each module which means
|
| 708 |
a saving of around 600-800 bytes per module.
|
| 709 |
|
| 710 |
Split apipa out of arping module due to user demand for seperate
|
| 711 |
functionality.
|
| 712 |
|
| 713 |
arping module now works correctly.
|
| 714 |
|
| 715 |
runscript sets RC_KILL_CHILDREN="no" when restarting a service, otherwise
|
| 716 |
things like your ssh session get killed.
|
| 717 |
|
| 718 |
adsl module supports new rp-pppoe-3.6 ebuild, #102820
|
| 719 |
|
| 720 |
Config profile is now changed correctly when doing "rc foo" and you're in
|
| 721 |
the default runlevel, #101105
|
| 722 |
|
| 723 |
26 Oct 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 724 |
|
| 725 |
Tweak runscript error output to only show the invalid arg once rather than
|
| 726 |
twice #110558 by Toralf Förster.
|
| 727 |
|
| 728 |
24 Oct 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 729 |
|
| 730 |
Fix remove_net_fs space handling in netmount script #110313 DominikBuerkle.
|
| 731 |
|
| 732 |
19 Oct 2005; Roy Marples <uberlord@gentoo.org>:
|
| 733 |
|
| 734 |
rc-daemon.sh now kills children correctly.
|
| 735 |
|
| 736 |
18 Oct 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 737 |
|
| 738 |
Touchup the devfsd init code to be a bit more resilient.
|
| 739 |
|
| 740 |
Cache get_KV() so we don't keep calling `uname -r`.
|
| 741 |
|
| 742 |
18 Oct 2005; Roy Marples <uberlord@gentoo.org>:
|
| 743 |
|
| 744 |
You can now specify a custom wpa_supplicant configuration file.
|
| 745 |
wpa_supplicant now works on more than one interface.
|
| 746 |
|
| 747 |
17 Oct 2005; Roy Marples <uberlord@gentoo.org>:
|
| 748 |
|
| 749 |
wpa_supplicant now works on wired interfaces, and can work with
|
| 750 |
ifplugd and netplug too.
|
| 751 |
|
| 752 |
16 Oct 2005; Roy Marples <uberlord@gentoo.org>:
|
| 753 |
|
| 754 |
Fixed typo in dhcpcd-wrapper so the new resolv.conf gets created
|
| 755 |
in /var/lib/net-scripts and not the current directory. Thanks to
|
| 756 |
Mark-Dominik Bürkle for the patch.
|
| 757 |
|
| 758 |
13 Oct 2005; Roy Marples <uberlord@gentoo.org>:
|
| 759 |
|
| 760 |
Fix test_service_state() so it always returns 1 when it's not in that
|
| 761 |
state.
|
| 762 |
|
| 763 |
12 Oct 2005; Roy Marples <uberlord@gentoo.org>:
|
| 764 |
|
| 765 |
Changed number of preferred modules from 3 to 4 in net.lo, #108960.
|
| 766 |
|
| 767 |
11 Oct 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 768 |
|
| 769 |
Note that RC_BOOTLOG won't work with boot splash stuff #108645.
|
| 770 |
|
| 771 |
* baselayout-1.12.0_pre9 (11 Oct 2005)
|
| 772 |
|
| 773 |
11 Oct 2005; Roy Marples <uberlord@gentoo.org>:
|
| 774 |
|
| 775 |
arping now dis-regards 0.0.0.0 and 0 addresses, #108737.
|
| 776 |
|
| 777 |
dhcpcd now allows the user to configure the -c script option, #108345.
|
| 778 |
|
| 779 |
bash doesn't handle floats, so we eumlate it. Fixes the issue
|
| 780 |
where some daemons didn't stop, #107492. Thanks to Giampaolo Tomassoni.
|
| 781 |
|
| 782 |
09 Oct 2005; Roy Marples <uberlord@gentoo.org>:
|
| 783 |
|
| 784 |
Fix chroot handling and enable custom env vars for start-stop-daemon
|
| 785 |
binary #101642, thanks to Quequero.
|
| 786 |
|
| 787 |
07 Oct 2005; Roy Marples <uberlord@gentoo.org>:
|
| 788 |
|
| 789 |
Fix some vlan/bridge/tap/neplugd/ifplugd interdependencies #107406.
|
| 790 |
|
| 791 |
06 Oct 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 792 |
|
| 793 |
Tweak clock start/stop display to be clearer about behavior #105681.
|
| 794 |
|
| 795 |
06 Oct 2005; Roy Marples <uberlord@gentoo.org>:
|
| 796 |
|
| 797 |
Fixup IPv6 documentation and support, #108143.
|
| 798 |
|
| 799 |
02 Oct 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 800 |
|
| 801 |
Add support for ROOT to rc-update script.
|
| 802 |
|
| 803 |
01 Oct 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 804 |
|
| 805 |
Add support for running some features of rc-update as non-root.
|
| 806 |
Patch by RiverRat #107775.
|
| 807 |
|
| 808 |
Drop -a and keep -y from the forced fsck since -a and -y can't be used at
|
| 809 |
the same time #107812.
|
| 810 |
|
| 811 |
23 Sep 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 812 |
|
| 813 |
Add a note to conf.d/clock for people who dual boot with Windows.
|
| 814 |
|
| 815 |
Touchup comments in conf.d/domainname to help clear confusion.
|
| 816 |
|
| 817 |
Rework how we setup default rc variables in sbin/functions.sh to help
|
| 818 |
keep users from doing stupid things and destroying their system.
|
| 819 |
|
| 820 |
17 Sep 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 821 |
|
| 822 |
Fix up support for NetBSD #106112 by Damian Florczyk.
|
| 823 |
|
| 824 |
When doing a forced fsck, don't show title at startup (-T).
|
| 825 |
|
| 826 |
16 Sep 2005; Roy Marples <uberlord@gentoo.org>:
|
| 827 |
|
| 828 |
iwconfig and wpa_supplicant now check to see if /proc/net/wireless exists
|
| 829 |
before checking for extensions, #106036
|
| 830 |
|
| 831 |
14 Sep 2005; Roy Marples <uberlord@gentoo.org>:
|
| 832 |
|
| 833 |
netplug module renamed to netplugd for consistency
|
| 834 |
|
| 835 |
pppd module added, #53954 thanks to Alin Nastac
|
| 836 |
|
| 837 |
14 Sep 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 838 |
|
| 839 |
Need to source init-functions.sh to provid try() for halt.sh.
|
| 840 |
|
| 841 |
13 Sep 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 842 |
|
| 843 |
Don't mount ${svcdir} with -n since / is writable at that point.
|
| 844 |
|
| 845 |
Clean up udev tarball temp files in halt.sh #105827 by Robert Forsman.
|
| 846 |
|
| 847 |
13 Sep 2005; Roy Marples <uberlord@gentoo.org>:
|
| 848 |
|
| 849 |
Changed net.lo depend from isdn4linux to isdn, #102846
|
| 850 |
|
| 851 |
12 Sep 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 852 |
|
| 853 |
Split /sbin/rc into more modular pieces to allow easy porting to the bsd's.
|
| 854 |
Thanks goes to Mike who did the initial version.
|
| 855 |
|
| 856 |
Split out devfs and udev stuff to addons.
|
| 857 |
|
| 858 |
Lots of syntax and quoting fixes.
|
| 859 |
|
| 860 |
Move noblock_read() back to /sbin/rc, as its used there.
|
| 861 |
|
| 862 |
12 Sep 2005; Roy Marples <uberlord@gentoo.org>:
|
| 863 |
|
| 864 |
Set essid before mode for ad-hoc/master configurations, #105452
|
| 865 |
|
| 866 |
Fixed force_any associate order option, #99256
|
| 867 |
|
| 868 |
09 Sep 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 869 |
|
| 870 |
Add PKG_CONFIG_PATH to incremental env var list #105384 by Sven Wegener.
|
| 871 |
|
| 872 |
08 Sep 2005; Roy Marples <uberlord@gentoo.org>:
|
| 873 |
|
| 874 |
Added ifplugd module, but we prefer netplug by default
|
| 875 |
|
| 876 |
07 Sep 2005; Roy Marples <uberlord@gentoo.org>:
|
| 877 |
|
| 878 |
replace the apipa module with a generic arping module which can now
|
| 879 |
do gateway detection and apply a configuration for it as well as the
|
| 880 |
apipa stuff
|
| 881 |
|
| 882 |
updated env_whitelist so that nothing is allowed by default
|
| 883 |
|
| 884 |
system module now runs through pre instead of post and is run by
|
| 885 |
lo as well, so dns_ options can be configured for it
|
| 886 |
|
| 887 |
netplug and wpa_supplicant understand negative timeouts to be defined
|
| 888 |
as "return immediately and don't wait for success"
|
| 889 |
|
| 890 |
dns options and sortlist now get merged in resolv.conf too
|
| 891 |
|
| 892 |
bridge error message regarding the kernel module should work with
|
| 893 |
newer versions of bridge-utils
|
| 894 |
|
| 895 |
06 Sep 2005; Roy Marples <uberlord@gentoo.org>:
|
| 896 |
|
| 897 |
dns_*, nis_* and ntp_* options now work globally too, but are overridden
|
| 898 |
by specific interface/essid/mac ones.
|
| 899 |
|
| 900 |
dhcpcd and pump now support the "options" and "sortlist" directives too,
|
| 901 |
#104870
|
| 902 |
|
| 903 |
05 Sep 2005; Roy Marples <uberlord@gentoo.org>:
|
| 904 |
|
| 905 |
Added resolv.conf options for "options" and "sortlist" directives, #104870
|
| 906 |
|
| 907 |
dns_search_path_eth0 renamed to dns_search_eth0 so that all the dns_
|
| 908 |
variables match their resolv.conf counterpart.
|
| 909 |
|
| 910 |
04 Sep 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 911 |
|
| 912 |
Do not unmount /usr, but rather remount it ro, else we run into issues
|
| 913 |
with systems that have locales enabled, as the fuser call in halt.sh tries
|
| 914 |
to kill bash (due to it using /usr/lib/locale/*).
|
| 915 |
|
| 916 |
03 Sep 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 917 |
|
| 918 |
Clean up netmount and don't unmount afs filesystems if the user has the
|
| 919 |
afs-client init.d script running.
|
| 920 |
|
| 921 |
Update rc-help.sh to show custom init.d opts #49663 and in general make
|
| 922 |
the output a lot more useful.
|
| 923 |
|
| 924 |
03 Sep 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 925 |
|
| 926 |
Add warning about having LANG in env_whitelist, add TERM to system
|
| 927 |
env_whitelist, set argv[0] to '/bin/bash' and not 'runscript'.
|
| 928 |
|
| 929 |
02 Sep 2005; Roy Marples <uberlord@gentoo.org>:
|
| 930 |
|
| 931 |
Fixed netplug from stopping on the wrong interface
|
| 932 |
|
| 933 |
* baselayout-1.12.0_pre8 (02 Sep 2005)
|
| 934 |
|
| 935 |
02 Sep 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 936 |
|
| 937 |
Split the enviroment whitelist for runscript into a system and user part.
|
| 938 |
Update it to use LIBDIR so that we can set 'lib' or 'lib64'.
|
| 939 |
|
| 940 |
02 Sep 2005; Roy Marples <uberlord@gentoo.org>:
|
| 941 |
|
| 942 |
netplug module added + documentation for it.
|
| 943 |
|
| 944 |
We also set MTU in the pre_start of ifconfig/iproute2 incase a DHCP
|
| 945 |
client or similar needs it.
|
| 946 |
|
| 947 |
01 Sep 2005; Roy Marples <uberlord@gentoo.org>:
|
| 948 |
|
| 949 |
Altered iproute2 to use the same lo logic as ifconfig below
|
| 950 |
|
| 951 |
Fixed ifconfig bringing lo up and then working out aliases, bug #104415
|
| 952 |
|
| 953 |
31 Aug 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 954 |
|
| 955 |
Add the initial stuff for filtering of env variables for the rc-system.
|
| 956 |
|
| 957 |
Use /sbin/functions.sh instead of /etc/init.d/functions.sh.
|
| 958 |
|
| 959 |
Fix for the 'local starts and stops unneeded' issue when calling /sbin/rc
|
| 960 |
in some cases.
|
| 961 |
|
| 962 |
* baselayout-1.12.0_pre7 (31 Aug 2005)
|
| 963 |
|
| 964 |
31 Aug 2005; Roy Marples <uberlord@gentoo.org>:
|
| 965 |
|
| 966 |
service status requests (either by /etc/init.d/foo status or rc-status)
|
| 967 |
now update the service status by checking daemons and/or pidfiles to check
|
| 968 |
if they are still running or not. To update the status in your own code,
|
| 969 |
source "${svclib}/sh/rc-daemon.sh" and call
|
| 970 |
update_service_status "${service}"
|
| 971 |
|
| 972 |
Trimmed $Header$ from a few files
|
| 973 |
|
| 974 |
30 Aug 2005; Roy Marples <uberlord@gentoo.org>:
|
| 975 |
|
| 976 |
iwconfig fixed for scanned ad-hoc networks
|
| 977 |
we now prefer managed over ad-hoc when processing scan results
|
| 978 |
|
| 979 |
iwconfig associate_test_quality now works. Fixes #103579 thanks to
|
| 980 |
Harald Schioeberg
|
| 981 |
|
| 982 |
iproute2 now understands ifconfig style netmask routes
|
| 983 |
|
| 984 |
fixed IPv6 address problems in ifconfig and iproute2 modules
|
| 985 |
|
| 986 |
25 Aug 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 987 |
|
| 988 |
Fix typo in /sbin/rc - we should check if ${argv1} is in /etc/inittab, and
|
| 989 |
not if 'default' is in there ...
|
| 990 |
|
| 991 |
Add /sbin/evms_activate to populate_udev(), bug #50711.
|
| 992 |
|
| 993 |
24 Aug 2005; Roy Marples <uberlord@gentoo.org>:
|
| 994 |
|
| 995 |
rc-daemon now handles --signal correct - fixes #103182
|
| 996 |
|
| 997 |
23 Aug 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 998 |
|
| 999 |
Sync our MAKEDEV with Debian's latest version.
|
| 1000 |
|
| 1001 |
19 Aug 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1002 |
|
| 1003 |
dhcpcd now reports the correct needed version
|
| 1004 |
|
| 1005 |
iwconfig and wpa_supplicant have better tests for wireless interface
|
| 1006 |
which fixes the "lan wlan" problem
|
| 1007 |
|
| 1008 |
* baselayout-1.12.0_pre6 (18 Aug 2005)
|
| 1009 |
|
| 1010 |
18 Aug 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1011 |
|
| 1012 |
RC_AUTO_INTERFACE defaults to NO - but we still default to DHCP
|
| 1013 |
|
| 1014 |
consoletype is now cached. This has the benefit of being very slightly
|
| 1015 |
faster and you now get coloured text for parallel startup
|
| 1016 |
|
| 1017 |
Parallel startup also does parallel shutdown as well
|
| 1018 |
|
| 1019 |
You're now warned if you're using a deprecated conf.d/net syntax
|
| 1020 |
|
| 1021 |
18 Aug 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1022 |
|
| 1023 |
Add a note about the 6th field for root filesystems #95846.
|
| 1024 |
|
| 1025 |
16 Aug 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1026 |
|
| 1027 |
rquotad is supposed to be an alias for port 4003 not 4002.
|
| 1028 |
|
| 1029 |
15 Aug 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1030 |
|
| 1031 |
Add ocfs2 to the NET_FS_LIST #102659 by Lazar Obradovic.
|
| 1032 |
|
| 1033 |
15 Aug 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1034 |
|
| 1035 |
iproute2 now understands the old iface_xxx syntax, but this only works
|
| 1036 |
if ifconfig (from net-tools) is installed
|
| 1037 |
|
| 1038 |
14 Aug 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1039 |
|
| 1040 |
fallback_route_eth0 now works again
|
| 1041 |
|
| 1042 |
Implemented interactive startup - fixes #5353
|
| 1043 |
Thanks to Paul Pacheco for the patch
|
| 1044 |
|
| 1045 |
13 Aug 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1046 |
|
| 1047 |
Parallel startup races should now be fixed
|
| 1048 |
|
| 1049 |
iwconfig now scans for mode so you can prefer ad-hoc networks
|
| 1050 |
|
| 1051 |
12 Aug 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1052 |
|
| 1053 |
RC_AUTO_INTERFACE now defaults to no - we no longer mess with /etc unless
|
| 1054 |
told too
|
| 1055 |
|
| 1056 |
tuntap no longer complains about ${devnull}
|
| 1057 |
|
| 1058 |
We now merge resolv.conf and ntp.conf from active interfaces
|
| 1059 |
|
| 1060 |
11 Aug 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1061 |
|
| 1062 |
Add support for --pid ${pidfile} and --pidfile=${pidfile} in rc-daemon.sh
|
| 1063 |
|
| 1064 |
Remove tail from depdir() in /sbin/modules-update
|
| 1065 |
|
| 1066 |
10 Aug 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1067 |
|
| 1068 |
Document the boot logging option RC_BOOTLOG with app-admin/showconsole.
|
| 1069 |
|
| 1070 |
08 Aug 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1071 |
|
| 1072 |
Add failup/faildown user functions when an interface fails to come up/go
|
| 1073 |
down. Fixes bug #101087.
|
| 1074 |
|
| 1075 |
06 Aug 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1076 |
|
| 1077 |
Add a lot more documentation to /etc/hosts from FreeBSD's standard hosts
|
| 1078 |
file #101418 by Mark Cooper.
|
| 1079 |
|
| 1080 |
06 Aug 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1081 |
|
| 1082 |
Revert 'mtime' changes to depscan.sh, and just make it warn if it detects
|
| 1083 |
that there are files with mtime in the future.
|
| 1084 |
|
| 1085 |
06 Aug 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1086 |
|
| 1087 |
Enhance gendepends.awk to check more than one level of dependencies. Also
|
| 1088 |
break checking of NEED/USE/BEFORE/AFTER into more stages, so that we can
|
| 1089 |
but sure that all NEED's will override the rest, that USE will override
|
| 1090 |
BEFORE/AFTER, and also check both the resolved and unresolved trees.
|
| 1091 |
|
| 1092 |
Also test if RUNLEVEL is '1' besides 'S', fixing 'init 1'.
|
| 1093 |
|
| 1094 |
Hack init.d/clock to wait for /dev/rtc if compiled as a module ... hopefully
|
| 1095 |
udev will get sorted soon.
|
| 1096 |
|
| 1097 |
Try a workaround for the "mtime in future" issues we have with depscan.sh.
|
| 1098 |
|
| 1099 |
05 Aug 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1100 |
|
| 1101 |
Rationalise if/then/else login in runscript.sh svc_start() and svc_stop()
|
| 1102 |
|
| 1103 |
Fixed a few quoting issues in iwconfig
|
| 1104 |
Use return values instead of capturing stderr output for iwconfig commands
|
| 1105 |
|
| 1106 |
Added # vim:ts=4 to all net-script files and re-indented
|
| 1107 |
|
| 1108 |
${svcdir}/dep{cache,tree} are now chmodded 0644 so users can read them
|
| 1109 |
|
| 1110 |
04 Aug 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1111 |
|
| 1112 |
Update /sbin/rc to actually use init's single level, and also to launch
|
| 1113 |
sulogin, bug #66834.
|
| 1114 |
|
| 1115 |
Fix a typo and some logic issues in new trace_dependencies().
|
| 1116 |
|
| 1117 |
Whitespace cleanups in new trace_dependencies().
|
| 1118 |
|
| 1119 |
Fix my own logic issue in new trace_dependencies().
|
| 1120 |
|
| 1121 |
04 Aug 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1122 |
|
| 1123 |
interface state directories are now created with -m 0755 to ensure that
|
| 1124 |
everyone can read them
|
| 1125 |
|
| 1126 |
rc-daemon.sh now supports multiple cmds - partial fix for #98745
|
| 1127 |
|
| 1128 |
trace_dependencies gets a re-write (again) to try and solve the hanging
|
| 1129 |
issues that many people are reporting
|
| 1130 |
|
| 1131 |
More anal about RHS quoting
|
| 1132 |
|
| 1133 |
02 Aug 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1134 |
|
| 1135 |
0 timeout now means infinite for wpa_supplicant and iwconfig wrt #90443
|
| 1136 |
|
| 1137 |
iwconfig no longer downs and ups the interface after a scan - instead we
|
| 1138 |
set essid any just before doing it
|
| 1139 |
|
| 1140 |
01 Aug 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1141 |
|
| 1142 |
Only create /dev/core if /proc/kcore exists #100978 by Timo Hirvonen.
|
| 1143 |
|
| 1144 |
01 Aug 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1145 |
|
| 1146 |
dhclient now has to be told it can edit dhclient.conf instead of assuming
|
| 1147 |
it. Final fix to #100745.
|
| 1148 |
|
| 1149 |
Tweaked module depends to fix order when no dhcp client is found.
|
| 1150 |
|
| 1151 |
rc-daemon now works with mysql - fixes #100982, thanks to bju from the
|
| 1152 |
forums.
|
| 1153 |
|
| 1154 |
We now only link /etc/{resolv,ntp,yp}.conf when the file exists.
|
| 1155 |
We now link back everything in the state dir except for .sv files.
|
| 1156 |
|
| 1157 |
30 Jul 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1158 |
|
| 1159 |
Fixed associate_order "forcepreferred" #100799, thanks to Benoit Boissinot.
|
| 1160 |
|
| 1161 |
29 Jul 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1162 |
|
| 1163 |
Fixed dhclient sending hostname #100745, thanks to Benoit Boissinot.
|
| 1164 |
|
| 1165 |
26 Jul 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1166 |
|
| 1167 |
Remove the "parallel" depend stuff from the awk backend.
|
| 1168 |
|
| 1169 |
Remove the "parallel" depend stuff from the help.
|
| 1170 |
|
| 1171 |
26 Jul 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1172 |
|
| 1173 |
Removed the "parallel" depend for init scripts and related functions.
|
| 1174 |
The RC_PARALLEL_STARTUP works well for all - no need for init scripts to
|
| 1175 |
state if they parallel or not.
|
| 1176 |
|
| 1177 |
Removed loops from trace_dependencies for a nice speed boost.
|
| 1178 |
|
| 1179 |
Fixed failure in runscript.sh to proceed when a non needed dependency
|
| 1180 |
(ie use, after, before) failed to start.
|
| 1181 |
|
| 1182 |
25 Jul 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1183 |
|
| 1184 |
If we do not have net services, check both boot and current runlevel for
|
| 1185 |
net services in trace_dependencies(). Sort services and make sure they
|
| 1186 |
are unique.
|
| 1187 |
|
| 1188 |
Fix the adding of dependencies to properly add netservices as 'net'.
|
| 1189 |
|
| 1190 |
25 Jul 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1191 |
|
| 1192 |
trace_dependencies no longer clobbers the net service.
|
| 1193 |
|
| 1194 |
RC_AUTO_INTERFACE no longer symlinks /etc/{resolv,ntp,yp}.conf when no.
|
| 1195 |
|
| 1196 |
25 Jul 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1197 |
|
| 1198 |
Do not restart dependencies on runlevel change if the service that needs
|
| 1199 |
them are in the next runlevel.
|
| 1200 |
|
| 1201 |
22 Jul 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1202 |
|
| 1203 |
When a service is stopped, the IN_BACKGROUND variable is cleared
|
| 1204 |
before any dependencies are stopped so they are not marked inactive.
|
| 1205 |
The IN_BACKGROUND variable is then restored so the parent script can be
|
| 1206 |
marked inactive.
|
| 1207 |
|
| 1208 |
21 Jul 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1209 |
|
| 1210 |
Change the -l option to tar to --one-file-system #99775.
|
| 1211 |
|
| 1212 |
Add a --debug option to depscan.sh.
|
| 1213 |
|
| 1214 |
21 Jul 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1215 |
|
| 1216 |
Fix hangs in bootup, bug #99663.
|
| 1217 |
|
| 1218 |
21 Jul 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1219 |
|
| 1220 |
dhclient now sets the hostname correctly.
|
| 1221 |
|
| 1222 |
Fixed some start/stop/restart logic for #99663.
|
| 1223 |
|
| 1224 |
Stopped rc-status from checking failed and broken which no longer apply.
|
| 1225 |
|
| 1226 |
20 Jul 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1227 |
|
| 1228 |
Make sure the X11 dirs are always created in /tmp #99679 by Marc Ballarin.
|
| 1229 |
|
| 1230 |
20 Jul 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1231 |
|
| 1232 |
Fixed <wpa_supplicant-0.4 support
|
| 1233 |
|
| 1234 |
Removed trailing tab from local.start - fixes #99624
|
| 1235 |
|
| 1236 |
Moved RC_AUTO_INTERFACE definition to /etc/conf.d/rc
|
| 1237 |
|
| 1238 |
19 Jul 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1239 |
|
| 1240 |
Punt the at/bind/cron/cyrus/ftp/games/gdm/man/mysql/nut/postfix/postgres/
|
| 1241 |
qmail/slocate/squid/sshd/vpopmail/xfs users/groups to the respective
|
| 1242 |
ebuilds.
|
| 1243 |
|
| 1244 |
19 Jul 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1245 |
|
| 1246 |
${ESSID} and ${ESSIDVAR} are now available in predown() - fixes #99106
|
| 1247 |
|
| 1248 |
18 Jul 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1249 |
|
| 1250 |
Changed wpa-supplicant to wpa_supplicant when reporting that it is not
|
| 1251 |
installed. Fixes #99381
|
| 1252 |
|
| 1253 |
Fixed some startup problems caused by a mixture of inactive +
|
| 1254 |
begin_service/end_service functions.
|
| 1255 |
|
| 1256 |
16 Jul 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1257 |
|
| 1258 |
Add Darwin support for start-stop-daemon, bug #82421.
|
| 1259 |
|
| 1260 |
15 Jul 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1261 |
|
| 1262 |
Do not run depmod in modules-update if System.map is missing, bug #59188.
|
| 1263 |
|
| 1264 |
14 Jul 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1265 |
|
| 1266 |
Remove pointless check of depmod existence in modules init.d since the
|
| 1267 |
modules-update script checks for it.
|
| 1268 |
|
| 1269 |
Run kbd_mode earlier for unicode users so initial loadkeys doesn't
|
| 1270 |
trigger a warning #94048 by Eugene Pavlovsky.
|
| 1271 |
|
| 1272 |
13 Jul 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1273 |
|
| 1274 |
pump-0.8.21-r4 now creates ntp.conf by itself so the ntp.conf creation
|
| 1275 |
code has been removed from the pump module and helper.
|
| 1276 |
|
| 1277 |
Moved wpa_supplicant and iwconfig et all from /usr/sbin to /sbin
|
| 1278 |
|
| 1279 |
12 Jul 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1280 |
|
| 1281 |
Added dhcp_eth0="nogateway" option, generic to all dhcp clients.
|
| 1282 |
Fixes #98466
|
| 1283 |
|
| 1284 |
11 Jul 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1285 |
|
| 1286 |
Add fix -r to unmount to be -n .. bug #98667, thanks to Patrick McLean.
|
| 1287 |
|
| 1288 |
11 Jul 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1289 |
|
| 1290 |
udhcpc/dhclient helpers no longer flush IPv6 addresses - fixes #98539
|
| 1291 |
|
| 1292 |
wpa_supplicant now marks service as stopped when using wpa_supplicant-0.4.x
|
| 1293 |
and we have associated but failed to configure in the background.
|
| 1294 |
|
| 1295 |
09 Jul 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1296 |
|
| 1297 |
Only remount the / filesystem readonly if it isn't already and don't
|
| 1298 |
screw around with net filesystems #98405 in init.d/checkroot.
|
| 1299 |
|
| 1300 |
Add support for completely wiping out /tmp and in general clean up
|
| 1301 |
the bootmisc file #56592.
|
| 1302 |
|
| 1303 |
Add back in support for mounting usbfs under usbgid #35860.
|
| 1304 |
|
| 1305 |
09 Jul 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1306 |
|
| 1307 |
Add workaround for evms device names and 'RC_DEVICE_TARBALL="yes"'. Patch
|
| 1308 |
by Olaf Niermann, bug #95799.
|
| 1309 |
|
| 1310 |
07 Jul 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1311 |
|
| 1312 |
Added "nosendhost" dhcp option so users can request not to send their
|
| 1313 |
machines hostname by default. Fixes #98132 - Patch by Eli.
|
| 1314 |
|
| 1315 |
04 Jul 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1316 |
|
| 1317 |
Added a rename module to rename interfaces based on MAC address
|
| 1318 |
(preferred) or current name. Fixes #76328
|
| 1319 |
|
| 1320 |
03 Jul 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1321 |
|
| 1322 |
Fixed module depends in net.lo
|
| 1323 |
|
| 1324 |
Remove the "no net scripts in boot runlevel" restriction as we now
|
| 1325 |
have a hotplug policy setup instead
|
| 1326 |
|
| 1327 |
02 Jul 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1328 |
|
| 1329 |
net.lo no longer needs find or diff
|
| 1330 |
|
| 1331 |
01 Jul 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1332 |
|
| 1333 |
Minor tweaks to all dhcp modules - basically better quoting so that
|
| 1334 |
the eval ${dhcpclient} calls work better
|
| 1335 |
|
| 1336 |
pump can now be backgrounded
|
| 1337 |
|
| 1338 |
Tweaked the dhcp helpers so that more code is shared
|
| 1339 |
|
| 1340 |
A few tweaks to runscript.sh and rc-services.sh to avoid races
|
| 1341 |
|
| 1342 |
bootmisc now cleans /var/lib/net-scripts/state/*
|
| 1343 |
|
| 1344 |
30 Jun 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1345 |
|
| 1346 |
pump can now use route metrics and store it's configs in
|
| 1347 |
/var/lib/net-scripts/state/${iface}
|
| 1348 |
|
| 1349 |
29 Jun 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1350 |
|
| 1351 |
dhclient now parses dhclient_eth0 for -cf parameter to set ${cffile}
|
| 1352 |
dhclient now strips lines starting with script and send host-name
|
| 1353 |
from ${cffile} and adds send host-name "${HOSTNAME}"; at the top
|
| 1354 |
To stop this behaviour, add dhclient_edit_config="no" to /etc/conf.d/net
|
| 1355 |
Fixes #96322
|
| 1356 |
|
| 1357 |
Removed killing udhcpc hard as it now dies nicely
|
| 1358 |
|
| 1359 |
wireless.runlevel now works
|
| 1360 |
|
| 1361 |
28 Jun 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1362 |
|
| 1363 |
Add davfs to the net list #97283 by Erik Grinaker.
|
| 1364 |
|
| 1365 |
28 Jun 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1366 |
|
| 1367 |
wpa_supplicant now respects the background=no option if
|
| 1368 |
wpa_suppliant>=0.4.0 is installed
|
| 1369 |
|
| 1370 |
fixed network dependencies some more
|
| 1371 |
|
| 1372 |
You can now restart a script marked starting/inactive
|
| 1373 |
|
| 1374 |
Documented the use of the RC_USE_CONFIG_PROFILE variable in conf.d/rc
|
| 1375 |
|
| 1376 |
udhcpc now removes stale pidfiles and parses for -(h|H) instead of
|
| 1377 |
just --hostname
|
| 1378 |
|
| 1379 |
24 Jun 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1380 |
|
| 1381 |
udhcpc now doesn't send hostname if it's set at the default of localhost
|
| 1382 |
|
| 1383 |
net.lo will not take down the interface if it does not exist and starting
|
| 1384 |
failed to work
|
| 1385 |
|
| 1386 |
21 Jun 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1387 |
|
| 1388 |
interfaces can now dynamically add themselves to a bridge using
|
| 1389 |
bridge_add_eth0="br0" - they are dynamically removed as well. Fixes #93321
|
| 1390 |
|
| 1391 |
20 Jun 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1392 |
|
| 1393 |
ifconfig now reports correct MAC address
|
| 1394 |
|
| 1395 |
ifconfig and iproute2 now support mtu_eth0 option
|
| 1396 |
|
| 1397 |
net.lo attemts to arping the requested address when RC_AUTO_INTERFACE==yes
|
| 1398 |
|
| 1399 |
iwconfig and wpa_supplicant now check rk_kill if available and produce a
|
| 1400 |
suitable error if rf is killed #56430
|
| 1401 |
|
| 1402 |
added hotplug policy check for interface name #78495
|
| 1403 |
|
| 1404 |
19 Jun 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1405 |
|
| 1406 |
Make sure /proc/cmdline is readable before using it in get_bootconfig()
|
| 1407 |
in /sbin/functions.sh.
|
| 1408 |
|
| 1409 |
17 Jun 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1410 |
|
| 1411 |
Fixed VLAN documentation for working with eth0.1 style names #95121
|
| 1412 |
|
| 1413 |
tarball.sh now works with svn
|
| 1414 |
|
| 1415 |
dhclient and udhcpc now report any errors to stdout
|
| 1416 |
|
| 1417 |
RC_DEVICE_TARBALL now defaults to "no"
|
| 1418 |
|
| 1419 |
STYLE updates to all modules
|
| 1420 |
|
| 1421 |
16 Jun 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1422 |
|
| 1423 |
Add lmtp as an alias to the 2003 tcp port #96190.
|
| 1424 |
|
| 1425 |
Add support for Xen to clock init.d #96240 by Christopher G. Stach II.
|
| 1426 |
|
| 1427 |
When we mount readonly, make sure we don't attempt the same mountpoint
|
| 1428 |
twice #96259 by Toralf Förster.
|
| 1429 |
|
| 1430 |
14 Jun 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1431 |
|
| 1432 |
dhclient now calls /etc/dhcp/dhclient-exit-hooks when it exits
|
| 1433 |
fixes #96000
|
| 1434 |
|
| 1435 |
13 Jun 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1436 |
|
| 1437 |
/etc/{resolv,ntp,yp}.conf now link to /var/lib/net-scripts
|
| 1438 |
|
| 1439 |
13 Jun 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1440 |
|
| 1441 |
Remove etc/ppp since the ppp package provides this stuff.
|
| 1442 |
|
| 1443 |
05 Jun 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1444 |
|
| 1445 |
Run sysctl in quiet mode so we don't force errors to /dev/null.
|
| 1446 |
|
| 1447 |
02 Jun 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1448 |
|
| 1449 |
dhcp helper module fixes
|
| 1450 |
|
| 1451 |
dhcpcd-backgrounder renamed to dhcpcd-wrapper
|
| 1452 |
|
| 1453 |
dhcpcd-wrapper applies dns_search_domains_* to /etc/resolv.conf
|
| 1454 |
fixes #94027 when used with dhcpcd-1.3.22_p4-r10
|
| 1455 |
|
| 1456 |
dhcpcd module now applies route metric if possible
|
| 1457 |
|
| 1458 |
01 Jun 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1459 |
|
| 1460 |
removed cruft from net-scripts functions helper as rc-services.sh can
|
| 1461 |
now be sourced by our dhcp helpers without causing errors.
|
| 1462 |
|
| 1463 |
system module now creates it's temporary files in /tmp instead of /etc
|
| 1464 |
|
| 1465 |
31 May 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1466 |
|
| 1467 |
Add support for bootlogging (via blogd in showconsole package).
|
| 1468 |
|
| 1469 |
Rewrite the modules.autoload code in init.d/modules to work off the
|
| 1470 |
current arbitrary kernel version #35872.
|
| 1471 |
|
| 1472 |
29 May 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1473 |
|
| 1474 |
Make sure we quote EDITOR in /etc/profile #94412 by Stanislav Brabec.
|
| 1475 |
|
| 1476 |
27 May 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1477 |
|
| 1478 |
Added macnet module (like essidnet but for mac addresses)
|
| 1479 |
Regresses macchanger one version
|
| 1480 |
Tweaked module depends for macnet
|
| 1481 |
dhcp helper now uses macnet
|
| 1482 |
|
| 1483 |
is_net_fs now works with what $1 was mounted as, not would it would
|
| 1484 |
be remounted as - fixes #53104
|
| 1485 |
|
| 1486 |
26 May 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1487 |
|
| 1488 |
report ${myservice} instead of $0 when disallowing net scripts to work in
|
| 1489 |
the boot runlevel - fixes #91534
|
| 1490 |
|
| 1491 |
You can now configure all options via the MAC address of your network card
|
| 1492 |
and the MAC address of AP you connect to like so
|
| 1493 |
config_001122334455=( "192.168.0.2/24 brd +")
|
| 1494 |
Fixes the last part of #52975
|
| 1495 |
|
| 1496 |
The old way of configuring for the MAC address of the AP is no longer
|
| 1497 |
supported
|
| 1498 |
|
| 1499 |
25 May 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1500 |
|
| 1501 |
Add gfs to the NET_FS_LIST #93911 by Thomas Rasch.
|
| 1502 |
|
| 1503 |
25 May 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1504 |
|
| 1505 |
networking now expands configuration parameters - fixes #91564
|
| 1506 |
so config_eth0=( "192.168.{1..3}.{1..3}/24 brd +" ) expands into
|
| 1507 |
config_eth0=(
|
| 1508 |
"192.168.1.1/24 brd +"
|
| 1509 |
"192.168.1.2/24 brd +"
|
| 1510 |
"192.168.1.3/24 brd +"
|
| 1511 |
"192.168.2.1/24 brd +"
|
| 1512 |
"192.168.2.2/24 brd +"
|
| 1513 |
"192.168.2.3/24 brd +"
|
| 1514 |
"192.168.3.1/24 brd +"
|
| 1515 |
"192.168.3.2/24 brd +"
|
| 1516 |
"192.168.3.3/24 brd +"
|
| 1517 |
)
|
| 1518 |
|
| 1519 |
updated ESSID variables example in wireless.example - fixes #92469
|
| 1520 |
|
| 1521 |
21 May 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1522 |
|
| 1523 |
Quiet down valid_i() if ${svcdir}/softlevel do not yet exist, try #2.
|
| 1524 |
|
| 1525 |
20 May 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1526 |
|
| 1527 |
fix ifconfig to understand CIDR addresses - bug #93237
|
| 1528 |
iproute2 now works out broadcast addresses
|
| 1529 |
|
| 1530 |
added #!/bin/bash or #!/bin/sh to modules and helpers so they now get
|
| 1531 |
nice syntax highlighting and indenting
|
| 1532 |
|
| 1533 |
20 May 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1534 |
|
| 1535 |
Fixup sbin/{depscan.sh,modules-update} to use is_older_than() for mtime
|
| 1536 |
logic. Some small tweaks regarding 2.6 systems and modules-update.
|
| 1537 |
|
| 1538 |
19 May 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1539 |
|
| 1540 |
Merged Paul Pacheco's parallel startup #69854 and modules update
|
| 1541 |
#55329 patches
|
| 1542 |
|
| 1543 |
If RC_PARALLEL_STARTUP==yes then we no longer output einfo/ebegin
|
| 1544 |
messages as they don't line up on screen correctly - instead we output
|
| 1545 |
service ${myservice} starting/started/stopping/stopped/failed
|
| 1546 |
|
| 1547 |
17 May 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1548 |
|
| 1549 |
Make sure /dev is mounted with exec since many video drivers need to
|
| 1550 |
mmap() device nodes in there with exec access #92921 by Lachlan Pease.
|
| 1551 |
|
| 1552 |
16 May 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1553 |
|
| 1554 |
If halt/reboot failed, try to force it as a fallback.
|
| 1555 |
|
| 1556 |
Add RC_FORCE_AUTO setting so people can try to minimize amount of
|
| 1557 |
user interaction required for booting.
|
| 1558 |
|
| 1559 |
Move nsswitch.conf to glibc.
|
| 1560 |
|
| 1561 |
15 May 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1562 |
|
| 1563 |
udhcpc and dhclient now select the best interface when one goes down
|
| 1564 |
|
| 1565 |
14 May 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1566 |
|
| 1567 |
Make sure /dev is mounted with sane permissions #87745 by Jordan.
|
| 1568 |
|
| 1569 |
When we search /etc/fstab for /, make sure we handle mounts that have
|
| 1570 |
UUID/LABEL info in them #90603 by Alessandro Sappia.
|
| 1571 |
|
| 1572 |
Simplify rc-script error checking so we don't need a tempfile and so
|
| 1573 |
non-root users can run /etc/init.d/status #85892 by Stuart Shelton.
|
| 1574 |
|
| 1575 |
Add a sanity check for devs who write bad scripts and call exit #85298.
|
| 1576 |
|
| 1577 |
Run irqbalance after /var is rw #85304 by Miroslaw Mieszczak.
|
| 1578 |
|
| 1579 |
Redo the addon code to prepare for profiling support #74425.
|
| 1580 |
|
| 1581 |
12 May 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1582 |
|
| 1583 |
Move pam files out of baselayout and into packages #92387.
|
| 1584 |
|
| 1585 |
10 May 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1586 |
|
| 1587 |
Really fix trace_dependencies() to handle net.* services properly.
|
| 1588 |
|
| 1589 |
Quiet down valid_i() if ${svcdir}/softlevel do not yet exist.
|
| 1590 |
|
| 1591 |
10 May 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1592 |
|
| 1593 |
Fix get_service_index() being off by one. Fix trace_dependencies() to also
|
| 1594 |
take "net" into regard if its a net_service. This fixes two problems, first
|
| 1595 |
shutdown should bring services down that uses net before the net.* services,
|
| 1596 |
and secondly '/etc/init.d/net.eth0 needsme', etc should now work properly.
|
| 1597 |
All changes to sbin/rc-services.sh.
|
| 1598 |
|
| 1599 |
03 May 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1600 |
|
| 1601 |
changed default indentation to 2 spaces to match rcscripts in functions.sh
|
| 1602 |
|
| 1603 |
wpa_supplicant now stops wpa_cli before wpa_supplicant to fix a potential
|
| 1604 |
future error
|
| 1605 |
|
| 1606 |
02 May 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1607 |
|
| 1608 |
Fix user function hooks for echoing to stdout and protecting our vars
|
| 1609 |
|
| 1610 |
30 Apr 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1611 |
|
| 1612 |
Do not create the udev devices.tar.bz2 if we do not have write permissions
|
| 1613 |
for /. Request by Donnie (spyderous) for boxes with / on NFS.
|
| 1614 |
|
| 1615 |
30 Apr 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1616 |
|
| 1617 |
Fixor column/color logic for when used in portage.
|
| 1618 |
|
| 1619 |
29 Apr 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1620 |
|
| 1621 |
Move crypto-loop to util-linux and skel bash files to bash.
|
| 1622 |
|
| 1623 |
28 Apr 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1624 |
|
| 1625 |
Export the 'service name' for init scripts #86348.
|
| 1626 |
|
| 1627 |
28 Apr 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1628 |
|
| 1629 |
If no /etc/modules.conf exist, do not 'touch' it, but create a new
|
| 1630 |
file with the 'modules-update header' in it to get modules-update
|
| 1631 |
to do the right thing (regen), and not just quit (init.d/modules).
|
| 1632 |
|
| 1633 |
27 Apr 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1634 |
|
| 1635 |
Ignore trailing comments in module files #88553.
|
| 1636 |
|
| 1637 |
26 Apr 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1638 |
|
| 1639 |
Sync special var's with portage's env-update.sh and ours #88819.
|
| 1640 |
|
| 1641 |
26 Apr 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1642 |
|
| 1643 |
wpa_supplicant now supports wpa_supplicant-0.4.0
|
| 1644 |
|
| 1645 |
iwconfig downs and ups the interface after a scan
|
| 1646 |
|
| 1647 |
25 Apr 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1648 |
|
| 1649 |
iproute2 now handles mtu the same way as ifconfig - fixes #90242
|
| 1650 |
|
| 1651 |
net.lo no longer errors when using postdown and postup functions
|
| 1652 |
|
| 1653 |
22 Apr 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1654 |
|
| 1655 |
Address network routes now get metrics applied as well
|
| 1656 |
(ie a route automatically added when an address is added)
|
| 1657 |
|
| 1658 |
net.lo no longer errors when exlcuding modules who are installed
|
| 1659 |
|
| 1660 |
* rc-scripts 1.7.1 (19 Apr 2005)
|
| 1661 |
|
| 1662 |
18 Apr 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1663 |
|
| 1664 |
Changed "sed -ne" to "sed -n -e" for portability.
|
| 1665 |
|
| 1666 |
Added auto_interface (default yes).
|
| 1667 |
if auto_interface is yes then we
|
| 1668 |
*) default to dhcp
|
| 1669 |
*) automatically calculate a metric (this may need work)
|
| 1670 |
*) select the best interface based on metric
|
| 1671 |
(restore resolv.conf, ntp.conf and yp.conf we have saved)
|
| 1672 |
otherwise we
|
| 1673 |
*) default to null
|
| 1674 |
|
| 1675 |
wpa_supplicant no longer kills itself when we're not stopping the interface
|
| 1676 |
it's running on.
|
| 1677 |
|
| 1678 |
wpa_supplicant now uses wpa_monitor (yet to be released) if available.
|
| 1679 |
|
| 1680 |
Added a new module called system which enables the definition of domain
|
| 1681 |
name, dns servers, ntp servers, nis domain and nis servers per interface.
|
| 1682 |
essidnet and dhcp helpers have been re-coded around this module.
|
| 1683 |
|
| 1684 |
15 Apr 2005; Chris Gianelloni <wolf31o2@gentoo.org> -bin/bashlogin,
|
| 1685 |
-sbin/livecd-functions.sh:
|
| 1686 |
Removed sbin/livecd-functions.sh and bin/bashlogin as they are only used in
|
| 1687 |
release building, and they have been moved to livecd-tools.
|
| 1688 |
|
| 1689 |
14 Apr 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1690 |
|
| 1691 |
Do not kill udevd in /sbin/rc, as it is apparently evil.
|
| 1692 |
|
| 1693 |
14 Apr 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1694 |
|
| 1695 |
Fixed ifconfig and iproute2 erroring from new lo code - fixes #88006
|
| 1696 |
|
| 1697 |
If /proc/net/netlink does not exist then iproute2 will fail the
|
| 1698 |
check_installed function with an appropriate error - Thanks to
|
| 1699 |
Jeremy Huddleston for the patch.
|
| 1700 |
|
| 1701 |
If /proc/net/packet does not exist then wpa_supplicant will fail
|
| 1702 |
check_installed function with an appropriate error
|
| 1703 |
|
| 1704 |
Background fixes for net.lo, udhcpc and wpa_supplicant
|
| 1705 |
|
| 1706 |
11 Apr 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1707 |
|
| 1708 |
removed ${devnull} from net.lo and net-script modules
|
| 1709 |
updated all modules not to re-direct stderr where appropriate
|
| 1710 |
|
| 1711 |
iwconfig and wpa_supplicant now save their current ESSID via save_options
|
| 1712 |
and reload it in their pre_stops so that ${ESSID} and ${ESSIDVAR} can be
|
| 1713 |
used in users custom postdown functions
|
| 1714 |
|
| 1715 |
wpa_supplicant now calls iwconfig_defaults and iwconfig_user_config
|
| 1716 |
if available - fixes #88703
|
| 1717 |
|
| 1718 |
09 Apr 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1719 |
|
| 1720 |
Have the 'status' function return 0/1 based upon the status of the
|
| 1721 |
init script #88319 by Josh Nichols.
|
| 1722 |
|
| 1723 |
08 Apr 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1724 |
|
| 1725 |
added a bash_variable to functions.sh which converts the given string
|
| 1726 |
into a variable that bash can use - fixes #88175
|
| 1727 |
|
| 1728 |
net scripts can only launch if we're not in ${BOOTLEVEL} - fixes #78495
|
| 1729 |
|
| 1730 |
01 Apr 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1731 |
|
| 1732 |
RC_DAEMON_syslog_ng allows syslog-ng to be started with the specified
|
| 1733 |
launcher - like valgrind or strace. Handy for debugging/auditing.
|
| 1734 |
Thanks to Rob Holland for the idea.
|
| 1735 |
|
| 1736 |
Stopped setting ESSID in predown functions in iwconfig and wpa_supplicant
|
| 1737 |
as there is no guarantee that the current ESSID is the one we started with
|
| 1738 |
Also, we may not have an ESSID at all...
|
| 1739 |
|
| 1740 |
23 Mar 2005; Roy Marples <uberlord@gentoo.ord>:
|
| 1741 |
|
| 1742 |
bridge stops removing IP addresses from bridge ports.
|
| 1743 |
iwconfig no longer tries to get an ESSID from non-wireless interfaces.
|
| 1744 |
ifconfig no longer errors when deleting addresses on a non-existant
|
| 1745 |
interface.
|
| 1746 |
|
| 1747 |
23 Mar 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1748 |
|
| 1749 |
Get modules-update to clean up after itself if we on a 2.6 kernel without
|
| 1750 |
modules.conf.
|
| 1751 |
|
| 1752 |
22 Mar 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1753 |
|
| 1754 |
revamped rc-services.sh for STYLE updates and code rationalisation.
|
| 1755 |
|
| 1756 |
21 Mar 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1757 |
|
| 1758 |
udhcpc now checks for custom hostname correctly
|
| 1759 |
|
| 1760 |
21 Mar 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1761 |
|
| 1762 |
Fix tracing for current service as list_depend_trace() was removed.
|
| 1763 |
Fix mylevel not being set if valid_iuse(), etc is called from /sbin/rc.
|
| 1764 |
|
| 1765 |
20 Mar 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1766 |
|
| 1767 |
Take sort_services function from bug #70009, and fix the removing of a
|
| 1768 |
service from a array properly by using unset. Use this instead of the
|
| 1769 |
trace_* stuff, and fixup shutdown order.
|
| 1770 |
|
| 1771 |
19 Mar 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1772 |
|
| 1773 |
Make sure we mount svcdir with 0755 and not 0644 #85888.
|
| 1774 |
|
| 1775 |
15 Mar 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1776 |
|
| 1777 |
Export myservice when starting critical services, as its needed by
|
| 1778 |
some of the addons (dmcrypt for example).
|
| 1779 |
|
| 1780 |
12 Mar 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1781 |
|
| 1782 |
When shutting down, pass -h to halt too #84654 by Dmitry Karasik.
|
| 1783 |
|
| 1784 |
11 Mar 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1785 |
|
| 1786 |
Prepend rc-daemon.sh functions with rc_ to avoid name conflicts
|
| 1787 |
|
| 1788 |
11 Mar 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1789 |
|
| 1790 |
Make sure the last test in init.d/modules do not bork the return
|
| 1791 |
value of the script if not true.
|
| 1792 |
|
| 1793 |
10 Mar 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1794 |
|
| 1795 |
Add udev/selinux support by Chris PeBenito #84337.
|
| 1796 |
|
| 1797 |
10 Mar 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1798 |
|
| 1799 |
The system() stuff in *depends.awk should be dosystem().
|
| 1800 |
|
| 1801 |
* rc-scripts 1.7.0 (10 Mar 2005)
|
| 1802 |
|
| 1803 |
09 Mar 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1804 |
|
| 1805 |
changed from $( cat ${file} ) to $( < ${file ) in net-scripts
|
| 1806 |
|
| 1807 |
fixed ChangeLog corruption
|
| 1808 |
|
| 1809 |
rc-daemon.sh now works with the env program
|
| 1810 |
|
| 1811 |
08 Mar 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1812 |
|
| 1813 |
rc-services.sh now does a /sbin/depscan.sh -u if we have not got
|
| 1814 |
our deptree loaded
|
| 1815 |
|
| 1816 |
removed net_start/stop function from net.lo, bridge and bonding
|
| 1817 |
|
| 1818 |
net.lo now supports depend() per interface like so
|
| 1819 |
depend_br0() { need net.eth0 net.eth1 }
|
| 1820 |
|
| 1821 |
04 Mar 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1822 |
|
| 1823 |
applied STYLE updates to rc-status
|
| 1824 |
|
| 1825 |
rc-status now uses find correctly for -maxdepth which fixes #84055
|
| 1826 |
|
| 1827 |
03 Mar 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1828 |
|
| 1829 |
iwconfig now defaults the transmit key to 1
|
| 1830 |
bridging and bonding modules now start an interface if it's not
|
| 1831 |
marked as started
|
| 1832 |
|
| 1833 |
02 Mar 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1834 |
|
| 1835 |
net_service() now returns 1 for non net-services
|
| 1836 |
fixes bug #83352
|
| 1837 |
|
| 1838 |
02 Mar 2005; Aron Griffis <agriffis@gentoo.org>:
|
| 1839 |
|
| 1840 |
Add requote() to functions.sh to help rc-daemon.sh
|
| 1841 |
|
| 1842 |
01 Mar 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1843 |
|
| 1844 |
Fix braindead logic in init.d/checkfs ([[ -z $CDBOOT ]] &&, not -n).
|
| 1845 |
|
| 1846 |
01 Mar 2005; Roy Marples <uberlord@gentoo.org>
|
| 1847 |
|
| 1848 |
rc-daemon.sh now provides a working wrapper for start-stop-daemon
|
| 1849 |
fixes bug #7198
|
| 1850 |
|
| 1851 |
removed ps calls from net scripts
|
| 1852 |
|
| 1853 |
25 Feb 2005; Chris Gianelloni <wolf31o2@gentoo.org>
|
| 1854 |
|
| 1855 |
Updated livecd-functions.sh to match what we are using on the LiveCD.
|
| 1856 |
|
| 1857 |
25 Feb 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1858 |
|
| 1859 |
Style updates for init.d/halt.sh.
|
| 1860 |
|
| 1861 |
Only run pam_console_apply if we are actually using pam_console.
|
| 1862 |
|
| 1863 |
Fix init.d/checkfs, init.d/localmount and init.d/halt.sh to call
|
| 1864 |
start_addon, stop_addon, start_volumes and stop_volumes.
|
| 1865 |
|
| 1866 |
24 Feb 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1867 |
|
| 1868 |
Update /sbin/modules-update to work without modprobe.old (modutils) for
|
| 1869 |
2.6 kernels.
|
| 1870 |
|
| 1871 |
Update /etc/init.d/modules so that it will only touch modules.conf if we
|
| 1872 |
have a <= 2.4 kernel, or have /sbin/modprobe.old.
|
| 1873 |
|
| 1874 |
23 Feb 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1875 |
|
| 1876 |
Remove RAID/LVM/EVMS2/dm-crypt from checkfs and localmount, and
|
| 1877 |
add needed {start,stop}-volumes() and {start,stop}-addons().
|
| 1878 |
|
| 1879 |
Add use tempory file for deptree, bug #48303, thanks to patch from
|
| 1880 |
Stefan Hoefer <stefan@hoefer.ch>.
|
| 1881 |
|
| 1882 |
Add {start,stop}-volumes() to /sbin/functions.sh, as well as
|
| 1883 |
RC_VOLUME_ORDER to /etc/conf.d/rc.
|
| 1884 |
|
| 1885 |
21 Feb 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1886 |
|
| 1887 |
Move the serial init.d to the setserial package.
|
| 1888 |
|
| 1889 |
Create a rc-status.8 manpage #81917.
|
| 1890 |
|
| 1891 |
11 Feb 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1892 |
|
| 1893 |
Add UPS kill fixes for halt.sh by Lee Weisz / Remy Blank #46440.
|
| 1894 |
|
| 1895 |
Define a few more {for,back}ward-word bindings in inputrc to fix up
|
| 1896 |
the different GUI terminals #53770 by Arturo Alberto Busleiman.
|
| 1897 |
|
| 1898 |
10 Feb 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1899 |
|
| 1900 |
net.lo now supports fallback_route - fixes #75676
|
| 1901 |
due to bash limitations, only one fallback route is supported
|
| 1902 |
|
| 1903 |
cleaned up dhcp helper
|
| 1904 |
|
| 1905 |
iproute now appends routes instead of adding them - this allows multiple
|
| 1906 |
default routes
|
| 1907 |
|
| 1908 |
RC_STRICT_NET_CHECKING now supports the none "option" which means
|
| 1909 |
that the net service is always up
|
| 1910 |
|
| 1911 |
31 Jan 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1912 |
|
| 1913 |
Punt the PROTOCOL variable from rc.conf since nothing uses it.
|
| 1914 |
|
| 1915 |
Punt the consolefont related variables from rc.conf since they've
|
| 1916 |
been moved to conf.d/consolefont.
|
| 1917 |
|
| 1918 |
Import some VServer support from #55973. For now, just add the
|
| 1919 |
detection function to functions.sh and support in init.d/clock.
|
| 1920 |
|
| 1921 |
07 Feb 2005; Martin Schlemmer <azarah@gentoo.org>:
|
| 1922 |
|
| 1923 |
Fix /sbin/functions.sh not to run stty during 'emerge depend'.
|
| 1924 |
|
| 1925 |
07 Feb 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1926 |
|
| 1927 |
netmask2cidr now works correctly - fixes #81119
|
| 1928 |
Thanks to Benoit Boissinot for the patch
|
| 1929 |
|
| 1930 |
06 Feb 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1931 |
|
| 1932 |
Remove the apache user and let apache ebuilds handle it #77738.
|
| 1933 |
|
| 1934 |
04 Feb 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1935 |
|
| 1936 |
It's now possible to configure addresses and routes for the loopback
|
| 1937 |
interface if required - however you cannot override our defaults
|
| 1938 |
|
| 1939 |
wpa_supplicant and iwconfig now loop for 5 seconds if essid is
|
| 1940 |
not returned straight away
|
| 1941 |
|
| 1942 |
31 Jan 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1943 |
|
| 1944 |
Fix the test for device-mapper in checkfs #80206.
|
| 1945 |
|
| 1946 |
Change home of man to /usr/share/man.
|
| 1947 |
|
| 1948 |
* rc-scripts 1.6.9 (30 Jan 2004)
|
| 1949 |
|
| 1950 |
30 Jan 2005; Mike Frysinger <vapier@gentoo.org>:
|
| 1951 |
|
| 1952 |
Use clock, don't need it. Not everyone has a RTC #78997.
|
| 1953 |
|
| 1954 |
Rewrite the KV_* functions to use pure bash rather than awk #75836.
|
| 1955 |
|
| 1956 |
Don't use 'none' when mounting virtual filesystems since `umount` can
|
| 1957 |
produce some pretty vague output #78684. Fixed sbin/rc and etc/fstab
|
| 1958 |
and etc/halt.sh to handle the new format.
|
| 1959 |
|
| 1960 |
modules-update.8 touchups by Benno Schulenberg #77582.
|
| 1961 |
|
| 1962 |
Don't symlink /etc/filesystems since it is an user config file #74176.
|
| 1963 |
|
| 1964 |
Punt the 'guest' user #74737.
|
| 1965 |
|
| 1966 |
Add support for loopback dm-crypt by Dylan Carlson #73598 and for gpg
|
| 1967 |
dm-crypt by Lars Strojny #75659.
|
| 1968 |
|
| 1969 |
Update crypto-loop to newer util-linux #40874 by jochen / Jürgen Hötzel
|
| 1970 |
|
| 1971 |
27 Jan 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1972 |
|
| 1973 |
removed udhcpc-* and dhclient-* helper modules and replaced them with a
|
| 1974 |
generic dhcp module which caters for all interfaces and dhcp clients that
|
| 1975 |
need it.
|
| 1976 |
We now prefer iproute2 over ifconfig if both are installed.
|
| 1977 |
|
| 1978 |
24 Jan 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1979 |
|
| 1980 |
replaced awk commands with sed equivalents in net-scripts to make us
|
| 1981 |
more portable
|
| 1982 |
STYLE fixes to many net-scripts modules
|
| 1983 |
Removed hardcoded Version and replaced with cvs $Header:
|
| 1984 |
|
| 1985 |
17 Jan 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1986 |
|
| 1987 |
net.lo changed logic to read "only fail if no configuration parameters
|
| 1988 |
work, bring interface down and abort". Fixes #78092
|
| 1989 |
all modules should now check interface existance correctly - fixes #76385
|
| 1990 |
wpa_supplicant now works with EAP - fixes #78367
|
| 1991 |
|
| 1992 |
13 Jan 2005; Roy Marples <uberlord@gentoo.org>:
|
| 1993 |
|
| 1994 |
wpa_supplicant forces ctrl_interface to /var/run/wpa_supplicant
|
| 1995 |
and removes stale directories
|
| 1996 |
clean_pidfile function no longer errors on empty pidfiles
|
| 1997 |
net dependancies corrected in runscript.sh - fixes #77839
|
| 1998 |
allow pure IPv6 addresses - fixes #73844
|
| 1999 |
|
| 2000 |
12 Jan 2005; Roy Marples <uberlord@gentoo.org>:
|
| 2001 |
|
| 2002 |
net.lo now ignores dot files when loading modules
|
| 2003 |
ipppd module now stops correctly - fixes #73067 again
|
| 2004 |
|
| 2005 |
11 Jan 2005; Roy Marples <uberlord@gentoo.org>:
|
| 2006 |
|
| 2007 |
added "noop" config parameter which means take no action if the interface
|
| 2008 |
is up and has an address configured, otherwise continue
|
| 2009 |
addresses are now removed when starting an interface - fixes #77111
|
| 2010 |
|
| 2011 |
06 Jan 2005; Roy Marples <uberlord@gentoo.org>:
|
| 2012 |
|
| 2013 |
ifconfig, udhcpc-ifconfig now deletes addresses using 0.0.0.0 for uclibc
|
| 2014 |
- fixes #76846
|
| 2015 |
|
| 2016 |
04 Jan 2005; Roy Marples <uberlord@gentoo.org>:
|
| 2017 |
|
| 2018 |
bridge now marks interfaces as UP - fixes #75354
|
| 2019 |
bridge, net.lo, iwconfig touched up to match new STYLE
|
| 2020 |
net.lo tests the return value of modprobe - fixes #76385
|
| 2021 |
iwconfig now sets enc keys through an eval statement - fixes #76601
|
| 2022 |
updated wireless.example for whitespace in keys
|
| 2023 |
iwconfig now accepts mode "auto" and defaults to it
|
| 2024 |
|
| 2025 |
30 Dec 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2026 |
|
| 2027 |
Touch up rc-update to match our new STYLE. Also tweak the help
|
| 2028 |
to fit in the standard console.
|
| 2029 |
|
| 2030 |
23 Dec 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2031 |
|
| 2032 |
Merge a bunch of BSD fixes into our .c files.
|
| 2033 |
|
| 2034 |
18 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2035 |
|
| 2036 |
iwconfig now sets ESSIDVAR for master/ad-hoc modes - fixes #74802
|
| 2037 |
|
| 2038 |
17 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2039 |
|
| 2040 |
wpa_supplicant - fixed file location for wpa_cli and association test
|
| 2041 |
as it they changed in wpa_supplicant-0.3.x
|
| 2042 |
wpa_supplicant now brings the interface up before launching - fixes #74637
|
| 2043 |
|
| 2044 |
* rc-scripts 1.6.8 (15 Dec 2004)
|
| 2045 |
|
| 2046 |
15 Dec 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2047 |
|
| 2048 |
start_critical_service in /sbin/rc should rely on $1 instead of
|
| 2049 |
the external variable $x for the service name. #74425
|
| 2050 |
|
| 2051 |
15 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2052 |
|
| 2053 |
rc-status now reports stopping status
|
| 2054 |
Updated documentation to point non-usb linux-wlan-ng users to use
|
| 2055 |
hostap-driver instead
|
| 2056 |
|
| 2057 |
13 Dec 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 2058 |
|
| 2059 |
Tweak init.d/halt.sh to support new text based udev_db ('udevinfo -d' do
|
| 2060 |
not work anymore, and there is no space after '(S|N):'). Also check if
|
| 2061 |
devices.tar.bz2 is empty before trying to create it, bug #71143.
|
| 2062 |
|
| 2063 |
12 Dec 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2064 |
|
| 2065 |
Tweak get_mount_fstab to only print the first mount point found and then
|
| 2066 |
spit warning messages for extra matches. Also add support for RC_USE_FSTAB
|
| 2067 |
so normal users don't have to worry about a broken /etc/fstab.
|
| 2068 |
|
| 2069 |
Add an additional sanity check to the udev tarball usage. Don't try to
|
| 2070 |
unpack an empty or non-existant tarball.
|
| 2071 |
|
| 2072 |
Tweak the 'static' description so users know they can use it to make
|
| 2073 |
/sbin/rc ignore /dev completely.
|
| 2074 |
|
| 2075 |
12 Dec 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 2076 |
|
| 2077 |
Add suport for using /sbin/udevsend from new udev-048 as hotplug multiplexer.
|
| 2078 |
|
| 2079 |
12 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2080 |
|
| 2081 |
fixed installed typo in net.lo - fixes #74152. Thanks to Federico Galassi
|
| 2082 |
|
| 2083 |
dhcpcd and udhcpc now run via the eval statement so quotes can be used
|
| 2084 |
in options. Fixes #74053 - thanks to Evan Buswell
|
| 2085 |
|
| 2086 |
09 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2087 |
|
| 2088 |
fixed net.lo getting vlan config
|
| 2089 |
rc doesn't stop hotplugged devices when system is booting - fixes #61594
|
| 2090 |
thanks to Andreas Sundebo for the fix
|
| 2091 |
rc-status now reports stopping
|
| 2092 |
|
| 2093 |
08 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2094 |
|
| 2095 |
iwconfig now unsets wireless config and downs interface when backgrounding
|
| 2096 |
fails
|
| 2097 |
wpa_supplicant now supports backgrounding
|
| 2098 |
removed is_in_fstab function and replaced with get_mount_fstab which
|
| 2099 |
returns a mount command based on the contents of fstab. Resolves bugs
|
| 2100 |
#70044 and #73762
|
| 2101 |
|
| 2102 |
07 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2103 |
|
| 2104 |
essidnet - fixed setting up search domains
|
| 2105 |
ifconfig now reads the old gateway variable correctly - fixes #73641
|
| 2106 |
iwconfig now supports backgrounding
|
| 2107 |
ifconfig and iproute2 now support function interface_set_mac_address
|
| 2108 |
macchanger no longer depends on macchanger if configuring a specific
|
| 2109 |
mac address
|
| 2110 |
|
| 2111 |
fix depstop for net-services when system is booting - should fix #61594
|
| 2112 |
added service_stopped function to make reading code easier and trying
|
| 2113 |
to avoid race conditions
|
| 2114 |
|
| 2115 |
06 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2116 |
|
| 2117 |
macchanger defaults to setting the interface down, and then trying
|
| 2118 |
with it up - fixes #71929
|
| 2119 |
macchanger converts mac_${IFACE} to lowercase - fixes #73549
|
| 2120 |
iproute2 now configures the interface up everytime we add an address
|
| 2121 |
removed "need interface" from all modules depends as net.lo requires
|
| 2122 |
interface anyway
|
| 2123 |
removed hardcoded ath0 in wpa_supplicant
|
| 2124 |
|
| 2125 |
added rc-script statuses "starting", "stopping" and "inactive"
|
| 2126 |
dhcpcd, udhcpc and dhclient now support backgrounding - fixes #52975
|
| 2127 |
|
| 2128 |
05 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2129 |
|
| 2130 |
dhclient now kill it's process if it failed to get a lease on startup
|
| 2131 |
all dhclient responses are now handled correctly
|
| 2132 |
|
| 2133 |
04 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2134 |
|
| 2135 |
fixed dhclient-ifconfig to look for dhclient-udhcpc-wrapper in the correct
|
| 2136 |
place and changed hardcoded eth1 to ${interface} in udhcpc-ifconfig.
|
| 2137 |
Fixes #73327 - thanks to Benoit Boissinot
|
| 2138 |
|
| 2139 |
essidnet gets the essid itself instead of relying on ${ESSID}
|
| 2140 |
wpa_supplicant module added
|
| 2141 |
config-system now creates files as .tmp instead of .new and loads
|
| 2142 |
the wpa_supplicant module if needed
|
| 2143 |
ifconfig now addes aliases to devices other than eth0
|
| 2144 |
dhcpcd, dhclient, pump and udhcpc now expose the dhcp_${IFACE} variable
|
| 2145 |
instead of the old peer_dns_${IFACE}, peer_ntp_${IFACE}, peer_nis_${IFACE}
|
| 2146 |
ones
|
| 2147 |
|
| 2148 |
removed modules use dependancy in net.lo and added installed
|
| 2149 |
- this allows use to provide "virtual" modules which are only "installed"
|
| 2150 |
when other depended modules are installed
|
| 2151 |
|
| 2152 |
* rc-scripts 1.6.7 (03 Dec 2004)
|
| 2153 |
|
| 2154 |
03 Dec 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2155 |
|
| 2156 |
Simply filesystem unmounting in halt.sh. Based upon work by Georg Sauthoff
|
| 2157 |
#68697. Also clean up the filesystem remounting readonly. As a last
|
| 2158 |
resort to filesystems which won't remount readonly, we try to unmount them
|
| 2159 |
with the force/readonly options. Idea from #70349.
|
| 2160 |
|
| 2161 |
03 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2162 |
|
| 2163 |
Fixed config-system for only changing hostname when needed
|
| 2164 |
udhcpc and dhclient now restore saved configs when stopping and work
|
| 2165 |
with non-infinite leases
|
| 2166 |
Moved generic dhcp options into a space seperated string
|
| 2167 |
udhcpc now caches it's IP address and requests it the next time it starts
|
| 2168 |
if the address is not released
|
| 2169 |
udhcpc and dhclient no longer flush interfaces if we don't need too
|
| 2170 |
ipppd module now looks for ipppd in /usr/sbin - fixes #73067
|
| 2171 |
|
| 2172 |
02 Dec 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2173 |
|
| 2174 |
Merge time checking function (is_older_than) to help simplify config
|
| 2175 |
file update checking. Used for now in env-update.sh #71285. Function
|
| 2176 |
written by Paul Pacheco #55329.
|
| 2177 |
|
| 2178 |
02 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2179 |
|
| 2180 |
Added option dhcp_release to specify if we release the DHCP lease or not
|
| 2181 |
defaults to no
|
| 2182 |
Changed variables peer_* to dhcp_*
|
| 2183 |
dhclient and udhcpc now specify a pidfile
|
| 2184 |
Fixed iwconfig report if iwgetid does not support --channel
|
| 2185 |
|
| 2186 |
01 Dec 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2187 |
|
| 2188 |
Refix and clean up the netmount script to kill processes #64034.
|
| 2189 |
|
| 2190 |
01 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2191 |
|
| 2192 |
Documentation fixes regarding iwconfig and linux-wlan-ng
|
| 2193 |
Fixed bonding deps per bug #71419
|
| 2194 |
|
| 2195 |
30 Nov 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2196 |
|
| 2197 |
Fix the UML/coLinux check in init.d/clock #72937.
|
| 2198 |
|
| 2199 |
Allow the user to override the default mount options via /etc/fstab
|
| 2200 |
for all the mounts. Added a 'is_in_fstab' function to see if the
|
| 2201 |
user has defined the mount, and if not, fall back to the hardcoded
|
| 2202 |
stuff from before. This also lets us get rid of $RC_DEVICE_FS #70044.
|
| 2203 |
|
| 2204 |
26 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2205 |
|
| 2206 |
Fixed up address detection in apipa
|
| 2207 |
net.lo now checks for duplicate static IPv4 addresses before assigning
|
| 2208 |
iwconfig now supports preassociate and postassociate user hooks
|
| 2209 |
net.example - changed $1 to ${IFACE} in examples
|
| 2210 |
clarified lack of linux-wlan-ng support
|
| 2211 |
|
| 2212 |
24 Nov 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2213 |
|
| 2214 |
Allow users to specify charset option to dumpkeys when using unicode
|
| 2215 |
in conf.d/keymaps #72225. Also move all the init.d/keymap specific
|
| 2216 |
options out of rc.conf and into conf.d/keymaps and add some config
|
| 2217 |
checks to init.d/keymaps like the clock/hostname init.d scripts.
|
| 2218 |
|
| 2219 |
Make sure /etc/rc.conf overrides conf.d files when starting up
|
| 2220 |
critical services. Should help out with transition from rc.conf.
|
| 2221 |
|
| 2222 |
24 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2223 |
|
| 2224 |
Ensure all net-scripts modules depend on interface_variable function
|
| 2225 |
where applicable
|
| 2226 |
Fixed adsl stopping - #68934. Thanks to Andreas Kauer
|
| 2227 |
|
| 2228 |
23 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2229 |
|
| 2230 |
iproute2 does not need to create dummy interfaces for aliases
|
| 2231 |
unlike ifconfig so we no longer do this
|
| 2232 |
We now bring down all aliases and addresses properly
|
| 2233 |
Split off some functions from net.lo into helpers.d/functions
|
| 2234 |
so that our DHCP helper scripts can use them too :)
|
| 2235 |
Deprecated interface specific setup in favour of a generic config
|
| 2236 |
macchanger brings interface up now - fixes #71929
|
| 2237 |
DHCP over VLAN now works - fixes #71860
|
| 2238 |
Disabled modified function checking as it's far too expensive on CPU
|
| 2239 |
and still isn't 100% reliable
|
| 2240 |
When specifing a module that isn't emerged, you now get an error
|
| 2241 |
telling you what to emerge
|
| 2242 |
Removed -p option from the diff call used for function removal
|
| 2243 |
Removed rp_filter setting - fixes first part of bug #71971
|
| 2244 |
Added sysctl.conf settings relating to rp_filter to sysctl.conf
|
| 2245 |
- fixes last part of bug #71971
|
| 2246 |
Fixed pump exporing ntp servers
|
| 2247 |
implemented MODULES_DIR so we can change directory we load from on the fly
|
| 2248 |
fixed variables for vlans in most modules
|
| 2249 |
|
| 2250 |
19 Nov 2004; Aron Grffis <agriffis@gentoo.org>:
|
| 2251 |
|
| 2252 |
Remove crap "ll" and "d" aliases from skel .bashrc
|
| 2253 |
|
| 2254 |
19 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2255 |
|
| 2256 |
tests for hostname (none) when sending hostname via dhcpcd, udhpc or pump
|
| 2257 |
udhcpc now does correct signal handling so we can release leases and
|
| 2258 |
terminate cleanly
|
| 2259 |
Improved pump process detection
|
| 2260 |
Rewrote udhcpc helper scripts around udhcpc and wrapped dhclient to udhcpc
|
| 2261 |
scripts. This makes things much saner as udhcpc is much saner - also fixed
|
| 2262 |
essidnet and ipv6 local link for them.
|
| 2263 |
removed iproute2 udhcpc reliance on the "bc" command
|
| 2264 |
|
| 2265 |
17 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2266 |
|
| 2267 |
Fixed invalid variable handling in bonding and vlan - bug #71419
|
| 2268 |
apipa now brings the interface up before testing if address exists
|
| 2269 |
Updated bonding documentation - bug #71419
|
| 2270 |
Fixed iproute2 adding addresses for vlans - bug #71419
|
| 2271 |
ifconfig handle inet6 routing automatically - bug #33310
|
| 2272 |
ifconfig - fixed old gateway + gateway in routes conflict
|
| 2273 |
iproute2 cleaned up some functions
|
| 2274 |
|
| 2275 |
16 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2276 |
|
| 2277 |
We no longer default a fallback to APIPA when no config is given
|
| 2278 |
net.example fleshed out a bit more for dhcpcd - fixes #60845
|
| 2279 |
Improved forced module handling a touch
|
| 2280 |
modules_sort and modules_check_user in net.lo buffer _provides,
|
| 2281 |
_before and _after in arrays to avoid shelling out
|
| 2282 |
|
| 2283 |
15 Nov 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2284 |
|
| 2285 |
Add a check to clock init.d to make sure users dont try to set
|
| 2286 |
config their clock in rc.conf anymore.
|
| 2287 |
|
| 2288 |
Redo hostname/domainname scripts to use files in /etc/conf.d/
|
| 2289 |
instead of creating files in /etc/. Allows for controlling things
|
| 2290 |
like the behavior of setting the 'domain' in resolv.conf since users
|
| 2291 |
may not always understand exactly what's going on.
|
| 2292 |
|
| 2293 |
Stop referring to conf.d/basic as a global rc config option. That
|
| 2294 |
file hasn't been used in a long time and has since been replaced
|
| 2295 |
with env.d/00basic. Updated sbin/runscript.sh, etc/profile,
|
| 2296 |
sbin/rc-help.sh, and src/awk/cachedepends.awk.
|
| 2297 |
|
| 2298 |
Run `find | xargs` instead of `find -exec`. Much better performance
|
| 2299 |
this way, and busybox friendly #59732.
|
| 2300 |
|
| 2301 |
15 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2302 |
|
| 2303 |
Split modules_load into smaller more managable functions in net.lo
|
| 2304 |
Added modules_force option to net.lo with a big phat warning in
|
| 2305 |
net.example about it potentially breaking networking
|
| 2306 |
Added searchdomains_ESSID option to essidnet
|
| 2307 |
Stopped the domain setting from putting the same entry in search
|
| 2308 |
in config-system and essidnet
|
| 2309 |
Removed second warning in net.lo when configuration not set
|
| 2310 |
Documented APIPA module in net.example
|
| 2311 |
Added kernel checking for vlan - fixes #70829
|
| 2312 |
Added kernel checking for bonding, bridging and tuntap
|
| 2313 |
Added iproute2 support to the APIPA module
|
| 2314 |
|
| 2315 |
13 Nov 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2316 |
|
| 2317 |
Update the svcdir mounting #69595. Instead of mounting in /mnt
|
| 2318 |
and then bind mounting to $svcdir, we mount the ramdisk on $svcidr.
|
| 2319 |
|
| 2320 |
12 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2321 |
|
| 2322 |
Added arping duplicate address detection to net.lo
|
| 2323 |
Created Automatic Private IP Addressing (APIPA) module
|
| 2324 |
|
| 2325 |
Added dependancy checking to ipppd
|
| 2326 |
Bonding is now started pre instead of post
|
| 2327 |
Fixed iface variable in dhcp modules for vlans
|
| 2328 |
Changed get_device to interface_device
|
| 2329 |
Changed get_type to interface_type
|
| 2330 |
Added vlan configuration options and documented them in net.example
|
| 2331 |
Fixed bridge configuration handling
|
| 2332 |
Removed _get_vlans from iproute2 and ifconfig as vlan now does it itself
|
| 2333 |
|
| 2334 |
11 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2335 |
|
| 2336 |
Fixed category of rp-pppoe to net-dialup error when requesting ADSL
|
| 2337 |
Improved inet6 address deletion and detection in iproute2
|
| 2338 |
Improved gateway logic in ifconfig
|
| 2339 |
Changed all wireless reporting functions to use iwgetid instead of
|
| 2340 |
parsing iwconfig output except for essid
|
| 2341 |
|
| 2342 |
* rc-scripts 1.6.6 (08 Nov 2004)
|
| 2343 |
|
| 2344 |
08 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2345 |
|
| 2346 |
Added options to configure bridge
|
| 2347 |
Added bridge configuration example to net.example
|
| 2348 |
Added missing required function interface_exists to iptunnel check_depends
|
| 2349 |
|
| 2350 |
07 Nov 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2351 |
|
| 2352 |
Fix shell scripting errors that would result in
|
| 2353 |
/sbin/functions.sh: line 166: [: too many arguments.
|
| 2354 |
|
| 2355 |
05 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2356 |
|
| 2357 |
net-scripts/net.modules.d/bridge
|
| 2358 |
- fixed destroying a bridge if no ports were added
|
| 2359 |
- starts interfaces if they don't exist - fixed bug #65153
|
| 2360 |
|
| 2361 |
net-scrips/net.modules.d/bonding
|
| 2362 |
- starts interfaces if they don't exist
|
| 2363 |
|
| 2364 |
net-scripts/init.d/net.lo
|
| 2365 |
- added net_start() function to start depandant ifaces
|
| 2366 |
so that bridge br0 can active tun0 which net.tun0 has to create
|
| 2367 |
- added use dependany on wlan incase we're using linux-wlan-ng drivers
|
| 2368 |
fixes bug #64978
|
| 2369 |
- moved start() to run_start() and stop() to run_stop()
|
| 2370 |
created run() and new start()/stop() functions
|
| 2371 |
this is so that we have one single entry point to localise variables
|
| 2372 |
and to remove any added functions loaded by our modules
|
| 2373 |
- removed redundant interface_exists() as it's provided by
|
| 2374 |
ifconfig and/or iproute2
|
| 2375 |
|
| 2376 |
net-scripts/net.modules.d/ifconfig and iproute2
|
| 2377 |
- added ifconfig_tunnel and iproute2_tunnel functions
|
| 2378 |
|
| 2379 |
addred gre/ipip tunnel support via the the tunnel module
|
| 2380 |
- fixes bug #50765
|
| 2381 |
|
| 2382 |
04 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2383 |
|
| 2384 |
net-scripts/net.modules.d/pump
|
| 2385 |
- fixed setting ntp servers
|
| 2386 |
|
| 2387 |
net-scripts/net.modules.d/dhcpcd
|
| 2388 |
- fixed stopping function
|
| 2389 |
|
| 2390 |
net-scripts/net.modules.d/bonding
|
| 2391 |
- fixed module to actually work with the interface
|
| 2392 |
|
| 2393 |
net-scripts/init.d/net.lo
|
| 2394 |
- we remove all added functions when restarting an interface
|
| 2395 |
this relies on the diff command being available
|
| 2396 |
|
| 2397 |
added isdn support via the new ipppd module - fixes bug #69035
|
| 2398 |
|
| 2399 |
net-scripts/conf.d/net.example
|
| 2400 |
- added sample isdn setup
|
| 2401 |
|
| 2402 |
net-scripts/conf.d/wireless.example
|
| 2403 |
- added better descriptions to the _sleep variables
|
| 2404 |
|
| 2405 |
Fixed boolean logic error when testing is_net_up in /sbin/runscript.sh
|
| 2406 |
- fixed bug #70022
|
| 2407 |
|
| 2408 |
net.lo - added get_type function to return the type of the interface
|
| 2409 |
- eth, ippp, etc
|
| 2410 |
|
| 2411 |
ipppd, tuntap
|
| 2412 |
- start() moved to pre_start() and we now test by type
|
| 2413 |
this means you no longer need ifconfig_ippp0=( "isdn" "dhcp" )
|
| 2414 |
as ippp0 is always an isdn device
|
| 2415 |
|
| 2416 |
bridge - fixed stop function and moved start() to pre_start()
|
| 2417 |
and automatically start if the variable bridge_${iface} exists
|
| 2418 |
|
| 2419 |
net.example - fixed up documentation for changed behaviour above
|
| 2420 |
|
| 2421 |
03 Nov 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2422 |
|
| 2423 |
When launching critical services in /sbin/rc, make sure we source
|
| 2424 |
the conf.d file (if it exists). Resolves #69956.
|
| 2425 |
|
| 2426 |
03 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2427 |
|
| 2428 |
net-scripts/init.d/net.lo
|
| 2429 |
- fixed !module when it's not installed
|
| 2430 |
- we can now specify null inet addresses in the config
|
| 2431 |
this allows a pure inet6 setup
|
| 2432 |
- shutdown lo the same way we bring it up
|
| 2433 |
|
| 2434 |
net-scripts/net.modules.d/ifconfig
|
| 2435 |
- changed IPv6 to inet6 in output of adding inet6 addresses
|
| 2436 |
- just output inet6 address removed, not eth0 del foo
|
| 2437 |
|
| 2438 |
net-scripts/net.modules.d/iproute2
|
| 2439 |
- fix deletion of non-link addresses - fixes bug #65417 (again)
|
| 2440 |
- handle inet6 addresses like ifconfig - fixes more bug #65417
|
| 2441 |
|
| 2442 |
net-scripts/conf.d/net.example
|
| 2443 |
- noted that inet6 addresses do not create aliases
|
| 2444 |
- added examples of assigning inet6 addresses
|
| 2445 |
|
| 2446 |
net-scripts/net.modules.d/iwconfig
|
| 2447 |
- improve error message when card does not support scanning
|
| 2448 |
|
| 2449 |
net-scripts/conf.d/wireless.example
|
| 2450 |
- fixed comment regarding preferred_aps not working with cards that don't
|
| 2451 |
support scanning
|
| 2452 |
|
| 2453 |
02 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2454 |
|
| 2455 |
net-scripts/conf.d/net.example
|
| 2456 |
- added bridging and tuntap examples
|
| 2457 |
|
| 2458 |
net-scripts/init.d/net.lo
|
| 2459 |
- modprobe ${IFACE} when ${IFACE} does not exist
|
| 2460 |
|
| 2461 |
net-scripts/net.modules.d/ifconfig
|
| 2462 |
- fixed interface existance check
|
| 2463 |
|
| 2464 |
net-scripts/net.modules.d
|
| 2465 |
ifconfig & iproute2
|
| 2466 |
- added boolean to interface_exists to report if it exists or not
|
| 2467 |
- added checks to see if the interface exists or not when starting
|
| 2468 |
|
| 2469 |
dhcpcd
|
| 2470 |
- removed debug line
|
| 2471 |
|
| 2472 |
bonding, dhclient, dhcpcd, essidnet, macchanger, pump, udhcpc
|
| 2473 |
- added checks to see if the interface exists or not when starting
|
| 2474 |
|
| 2475 |
tuntap
|
| 2476 |
- added checks to see if the interface exists or not when stopping
|
| 2477 |
|
| 2478 |
01 Nov 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2479 |
|
| 2480 |
Dump the error message that hwclock returns since it tends to be
|
| 2481 |
quite useful. Modified init.d/clock.
|
| 2482 |
|
| 2483 |
Fix error in functions.sh [ -z "$@" ] -> [[ -z "$@" ]] #69789.
|
| 2484 |
|
| 2485 |
Don't create /dev/sndstat link anymore in populate_udev per #69635.
|
| 2486 |
|
| 2487 |
01 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 2488 |
|
| 2489 |
net-scripts/init.d/net.lo:
|
| 2490 |
- modules specified by interface config now error if they are not loaded
|
| 2491 |
- moved interface check to after preup incase user preup loads drivers
|
| 2492 |
- modules can be explicitly not used by prefixing them with a !
|
| 2493 |
however, they are still available to other modules
|
| 2494 |
fixes bugs #68908, #69027
|
| 2495 |
- remove check to see if interface exists
|
| 2496 |
- modules may setup new interfaces and still require config
|
| 2497 |
so we have a new label counter in iface_start
|
| 2498 |
- removed the check to see if a class wrapping already exists
|
| 2499 |
this fixes the bug where ifconfig and iproute2 are installed, but
|
| 2500 |
ifconfig is asked for and the interface is restarted.
|
| 2501 |
- added check to see if the configured module is loaded
|
| 2502 |
and installed or not in iface_start
|
| 2503 |
- add dependancy on isdn4linux - fixes bug #69035
|
| 2504 |
- interface_exists moved to iproute and ifconfig
|
| 2505 |
|
| 2506 |
net-scripts/net.modules.d
|
| 2507 |
- Split wireless module into iwconfig and essidnet modules
|
| 2508 |
- Added tuntap and bridge modules, fixes bug #55394, #30688
|
| 2509 |
|
| 2510 |
net-scripts/init.d/iwconfig:
|
| 2511 |
- wep mode is now reported
|
| 2512 |
- removed post_stop function so we keep existing config
|
| 2513 |
- added pre_stop to set the ESSID variable
|
| 2514 |
- changed to veinfo/vewarn where appropriate
|
| 2515 |
- check if interface exists otherwise abort gracefully
|
| 2516 |
- no longer deletes addresses as we now avoid
|
| 2517 |
ipv6 local addresses in detecting if interface has an addresses or not
|
| 2518 |
|
| 2519 |
net-scripts/init.d/ifconfig:
|
| 2520 |
- added flag enable/disable function
|
| 2521 |
- scope:link inet6 addresses are ignored when testing is_up and
|
| 2522 |
del_addresses - fixes bug #65417
|
| 2523 |
|
| 2524 |
net-scripts/init.d/iproute2:
|
| 2525 |
- added flag enable/disable function
|
| 2526 |
- scope:link inet6 addresses are ignored when testing is_up and
|
| 2527 |
del_addresses - fixes bug #65417
|
| 2528 |
|
| 2529 |
net-scripts/init.d/macchanger:
|
| 2530 |
- fixed detecting whether the change worked or not, fixes bug #68893
|
| 2531 |
|
| 2532 |
net-scripts/init.d/vlan:
|
| 2533 |
- fixed old config problem
|
| 2534 |
|
| 2535 |
31 Oct 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 2536 |
|
| 2537 |
Do not delete depscan and envupdate caches on reboot, as this should
|
| 2538 |
improve bootup times - works nicely with the '-u' parameters of both.
|
| 2539 |
Also move the '-u' parameter test of depscan.sh after the directory
|
| 2540 |
exist test, else ${svcdir}/started/, etc do not exist. Modified both
|
| 2541 |
/sbin/rc and /sbin/depscan.sh for this.
|
| 2542 |
|
| 2543 |
Move things around in /sbin/functions.sh to have all functions above.
|
| 2544 |
|
| 2545 |
Add the 'lo' option to RC_NET_STRICT_CHECKING to resolve bug #29225.
|
| 2546 |
|
| 2547 |
28 Oct 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 2548 |
|
| 2549 |
Only add files not managed by udev to device tarball, bug #57110.
|
| 2550 |
|
| 2551 |
28 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2552 |
|
| 2553 |
Revert pam_console_apply udev check in bootmisc/halt.sh since
|
| 2554 |
the bug is with pam_console_apply and not udev/pam.
|
| 2555 |
|
| 2556 |
Use ${EUID} instead of $(id -u) to help out BSD in runscript.sh.
|
| 2557 |
|
| 2558 |
Allow users to select ramfs instead of default tmpfs for mounting
|
| 2559 |
on /dev with udev #69091.
|
| 2560 |
|
| 2561 |
Add issue.devfix which would be auto copied to /etc/issue if
|
| 2562 |
/sbin/rc detects the user is missing /dev/null or /dev/console.
|
| 2563 |
Includes a simple explanation/fix for what's wrong.
|
| 2564 |
|
| 2565 |
Make sure the clock init script runs after checkroot/modules/localmount
|
| 2566 |
so that timestamps are synchronized asap #68133 / #70008.
|
| 2567 |
|
| 2568 |
Accept '-nc' as a short option to '--nocolor' #64736.
|
| 2569 |
|
| 2570 |
26 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2571 |
|
| 2572 |
Don't use -A with fsck to respect the fs_passno since it'll try
|
| 2573 |
to fsck all filesystems, not just the ones specified. Instead,
|
| 2574 |
awk /etc/fstab to review the passno field in checkroot #68822.
|
| 2575 |
|
| 2576 |
Add support for 'gentoo=forcefsck' boot option in checkroot.
|
| 2577 |
|
| 2578 |
Make sure we run devfsd in /sbin/rc even when /dev has been
|
| 2579 |
automounted by the kernel #68795.
|
| 2580 |
|
| 2581 |
Don't generate the device tarball in halt.sh with livecds #68469.
|
| 2582 |
|
| 2583 |
25 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2584 |
|
| 2585 |
net-scripts/net.modules.d/ifconfig:
|
| 2586 |
- Simplify ifconfig_is_up()
|
| 2587 |
- Fix ifconfig_get_aliases_rev() to actually work... you can't
|
| 2588 |
specify an interface name to ifconfig if you want to see the
|
| 2589 |
aliases.
|
| 2590 |
- Workaround a couple ifconfig bugs dealing with aliases
|
| 2591 |
- Correct a return status in ifconfig_interface_del_addresses()
|
| 2592 |
- ifconfig_iface_stop() is bool, not void; fix the comments
|
| 2593 |
|
| 2594 |
net-scripts/net.modules.d/iproute2:
|
| 2595 |
- iproute2_iface_stop() is bool, not void. Fix the code so it
|
| 2596 |
returns meaningful values
|
| 2597 |
|
| 2598 |
net-scripts/init.d/net.lo:
|
| 2599 |
- Fix preferred (ifconfig/dhcpcd) module loading so it doesn't
|
| 2600 |
barf when a preferred module is either (1) missing from
|
| 2601 |
net.modules.d or (2) not available due to missing dependencies
|
| 2602 |
- When loading all modules in order to stop an interface, only use
|
| 2603 |
the first available to satisfy each class wrapper
|
| 2604 |
|
| 2605 |
24 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2606 |
|
| 2607 |
Include livecd patch that was applied to baselayout-1.9.4-r6
|
| 2608 |
to use agetty instead of mingetty
|
| 2609 |
|
| 2610 |
24 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2611 |
|
| 2612 |
Mount tmpfs instead of ramfs on /dev when using udev systems.
|
| 2613 |
The problem with ramfs is that it has no size limitations so
|
| 2614 |
one could easily take down their machine by accident #68653.
|
| 2615 |
|
| 2616 |
* rc-scripts 1.6.3 (23 Oct 2004)
|
| 2617 |
|
| 2618 |
22 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2619 |
|
| 2620 |
Add support for user_eth0 in the adsl module and in net.example.
|
| 2621 |
This means that most users won't need to edit pppoe.conf at all
|
| 2622 |
|
| 2623 |
21 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2624 |
|
| 2625 |
Remove old etc/conf.d/net and try to clarify instructions in
|
| 2626 |
net-scripts/conf.d/net.example. Add example for ADSL
|
| 2627 |
|
| 2628 |
21 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2629 |
|
| 2630 |
Merge all of the UML checks into one function, is_uml_sys(),
|
| 2631 |
which is now in functions.sh.
|
| 2632 |
|
| 2633 |
18 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2634 |
|
| 2635 |
Add v-e-commands (veinfo, vbegin, etc) to sbin/functions.sh that
|
| 2636 |
depend on RC_VERBOSE which defaults to no. Add --verbose to args
|
| 2637 |
understood by runscript.sh.
|
| 2638 |
|
| 2639 |
In net.lo, use veinfo and friends when loading modules since this
|
| 2640 |
information is confusing to users.
|
| 2641 |
|
| 2642 |
In net.lo, always load global "modules" setting in following
|
| 2643 |
"modules_iface" since this is a little easier for users to
|
| 2644 |
understand.
|
| 2645 |
|
| 2646 |
In net.lo, use eindent for output of pre/post scripts
|
| 2647 |
|
| 2648 |
18 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2649 |
|
| 2650 |
Add shfs to our list of net filesystems #61452. Also add afs/nfs4.
|
| 2651 |
|
| 2652 |
Add a '-u' parameter to depscan.sh to allow for updates only when
|
| 2653 |
the config files have changed. With /sbin/rc using this, we speed
|
| 2654 |
up bootup by only regenerating the cache when need be #67976. Also
|
| 2655 |
add a '-u' parameter to env-update.sh for same reasons.
|
| 2656 |
|
| 2657 |
Don't run depscan.sh in rc-update anymore since the cache files don't
|
| 2658 |
depend on runlevels (which is all that rc-update modifies).
|
| 2659 |
|
| 2660 |
Add unicode support to keymaps/consolefont #32111 and UML support #29707.
|
| 2661 |
|
| 2662 |
Add checks to many filesystem operations in the eventuality that the
|
| 2663 |
filesystems are mounted read only.
|
| 2664 |
|
| 2665 |
16 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2666 |
|
| 2667 |
Update the default fstab /dev/shm mount to include the nodev, nosuid,
|
| 2668 |
and noexec mount flags. No reason for the filesystem to have those.
|
| 2669 |
|
| 2670 |
Cleaned up the clock init script. Moved the clock options out of
|
| 2671 |
rc.conf and into its own conf.d/clock file. Added support for the
|
| 2672 |
weird Alpha consoles SRM/ARC since they need special config options.
|
| 2673 |
Also made the syncing of system clock to hardware clock at shutdown
|
| 2674 |
optional (with the default being off) #15834. Don't try to set the
|
| 2675 |
clock if running inside a coLinux environment #52870.
|
| 2676 |
|
| 2677 |
Update default PATH ordering to try to follow default behavior in
|
| 2678 |
other distro's and because it's logical that /usr/local should
|
| 2679 |
override /usr which should override /. Fixes #12531.
|
| 2680 |
|
| 2681 |
Move devfs stuff out of baselayout and into the devfsd package.
|
| 2682 |
|
| 2683 |
Don't run /sbin/pam_console_apply -r if using udev on /dev #50315.
|
| 2684 |
|
| 2685 |
14 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2686 |
|
| 2687 |
Fix rc-status to work with new COLS code.
|
| 2688 |
|
| 2689 |
14 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2690 |
|
| 2691 |
Allow users to mount ramfs/tmpfs/ramdisk as their svcdir and
|
| 2692 |
stop assuming ramfs==ramdisk #64079.
|
| 2693 |
|
| 2694 |
13 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2695 |
|
| 2696 |
Rework the code for managing /dev to make it more flexible for
|
| 2697 |
users. Some don't want to use devfs/udev but rather just create
|
| 2698 |
their own nodes. Handles some issues with #44906 / #67276.
|
| 2699 |
|
| 2700 |
Move the utmp clearing code out of bootmisc and into /sbin/rc.
|
| 2701 |
The utmp log must be cleared while in the initial boot level
|
| 2702 |
(meaning inside /sbin/rc) because as soon as rc exists, init
|
| 2703 |
writes a 'boot' record (`who -b`) which would normally be lost
|
| 2704 |
when the bootmisc init.d script is run #61727.
|
| 2705 |
|
| 2706 |
13 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2707 |
|
| 2708 |
Cosmetic fixes for starting loopback interface
|
| 2709 |
|
| 2710 |
SpanKY doesn't like the dots... disable them by default, but you
|
| 2711 |
can set RC_DOT_PATTERN=' .' in /etc/conf.d/rc to get them back
|
| 2712 |
|
| 2713 |
* rc-scripts 1.6.2 (13 Oct 2004)
|
| 2714 |
|
| 2715 |
13 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2716 |
|
| 2717 |
Install net.modules.d to /lib/rcscripts instead of /etc so we
|
| 2718 |
don't have to deal with CONFIG_PROTECT
|
| 2719 |
|
| 2720 |
Fix diff code in modules_load so it can identify which functions
|
| 2721 |
have been modified
|
| 2722 |
|
| 2723 |
Fix fallback mechanism in iface_start so that it works correctly
|
| 2724 |
and doesn't report a bogus error message when trying the fallback
|
| 2725 |
|
| 2726 |
Get rid of need_begin trickery in iface_stop
|
| 2727 |
|
| 2728 |
Simplify eend processing in dhcp modules
|
| 2729 |
|
| 2730 |
Implement eindent, eoutdent, esetdent in functions.sh and adjust
|
| 2731 |
net-scripts to use them.
|
| 2732 |
|
| 2733 |
Re-write einfo, ewarn, eerror, ebegin, eend, ewend to use
|
| 2734 |
RC_INDENTATION and to work better on serial terminals
|
| 2735 |
|
| 2736 |
Remove conf.d/net.ppp0 since that is provided by net-dialup/ppp
|
| 2737 |
|
| 2738 |
12 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2739 |
|
| 2740 |
Fix ipaddr_fallback in net-scripts/conf.d/net.example
|
| 2741 |
|
| 2742 |
09 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2743 |
|
| 2744 |
Remove init.d/net.eth0 net.lo and net.ppp0. The first two are
|
| 2745 |
provided now by net-scripts and net.ppp0 is shipped in
|
| 2746 |
net-dialup/ppp
|
| 2747 |
|
| 2748 |
Create NET_FS_LIST and is_net_fs in functions.sh and use them in
|
| 2749 |
checkroot, localmount, netmount, net.example, and net.lo
|
| 2750 |
|
| 2751 |
09 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2752 |
|
| 2753 |
If the hostname has already been set via the kernel/dhcp, don't
|
| 2754 |
force it to 'localhost'. Used in netboot/terminal setups #38172.
|
| 2755 |
|
| 2756 |
Add domainname to default boot runlevel list #47041.
|
| 2757 |
|
| 2758 |
08 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2759 |
|
| 2760 |
Make sure that when we try to mount /sys, we do so with -n (tigger).
|
| 2761 |
|
| 2762 |
Add some examples for nfs to sysctl.conf #66575.
|
| 2763 |
|
| 2764 |
06 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2765 |
|
| 2766 |
Update to net-scripts 1.0.2 from Roy
|
| 2767 |
------------------------------------
|
| 2768 |
- wireless module: replaced preferred_only var with
|
| 2769 |
associate_order this makes more sense now as we have changed the
|
| 2770 |
possible values
|
| 2771 |
- wireless module: added patch from Daniel Zappala we should call
|
| 2772 |
wireless_get_essid everywhere now
|
| 2773 |
- wireless module: don't declare ESSID local in
|
| 2774 |
wireless_configure(). This allows ESSID to be tested in the
|
| 2775 |
user defined postup() function
|
| 2776 |
- wireless module: test type != "NOT READY!" instead of testing =
|
| 2777 |
IEEE. this resolves problems with intel and ra-tech drivers
|
| 2778 |
- net.lo start() now errors when the interface does not exist
|
| 2779 |
- dhcpcd, dhclient, udhcpc and pump now expose peer_* vars this
|
| 2780 |
enables wireless to map them from peer_dns_ESSID
|
| 2781 |
- config-system helper now loads wireless module to remap
|
| 2782 |
variables from ESSID this allows udhcpc and dhclient to use
|
| 2783 |
remapped wireless vars
|
| 2784 |
- fixed dhcpcd and pump modules using peer_* vars
|
| 2785 |
- wireless aborts after 5 seconds if it cannot report a valid
|
| 2786 |
ESSID this fixes a potential infinite loop problem
|
| 2787 |
- wireless_setup_iface() renamed to wireless_map_essid_vars() this
|
| 2788 |
avoids confusion about what the function actually does
|
| 2789 |
|
| 2790 |
06 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2791 |
|
| 2792 |
Change the default net.ipv4.conf.default.rp_filter setting to 1
|
| 2793 |
in sysctl.conf since it shouldn't be harmful in anyway. Redhat
|
| 2794 |
does the same.
|
| 2795 |
|
| 2796 |
05 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2797 |
|
| 2798 |
Get rid of getcols() in sbin/functions.sh. Use COLUMNS when
|
| 2799 |
possible and otherwise clean up the COLS code. Fix the "emerge
|
| 2800 |
depend" detection code to use RC_ENDCOL="no"
|
| 2801 |
|
| 2802 |
05 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2803 |
|
| 2804 |
Changed behavior of the domainname init.d script. It will now
|
| 2805 |
override any settings obtained via dhcp/whatever. See #48277.
|
| 2806 |
|
| 2807 |
Updated bootmisc to dump the output of `dmesg` to /var/log/dmesg.
|
| 2808 |
This way users have an 'after-boot' log of their dmesg saved
|
| 2809 |
somewhere useful #55421.
|
| 2810 |
|
| 2811 |
Added the 'eend' back to depscan.sh since the script starts with a
|
| 2812 |
call to 'ebegin' #59694.
|
| 2813 |
|
| 2814 |
Add selinux update from Chris PeBenito for src/runscript.c #64019.
|
| 2815 |
|
| 2816 |
Add more quoting to rc-help.sh to fix some non-critical errors.
|
| 2817 |
Make rc-help.sh respect the value of RC_NOCOLOR. Allow RC_NOCOLOR
|
| 2818 |
in functions.sh to be set via the environment.
|
| 2819 |
|
| 2820 |
Flesh out the default sysctl.conf with comments and more examples
|
| 2821 |
since our previous one was pretty sparse #59993.
|
| 2822 |
|
| 2823 |
Change calls to `uniq` to `sort -u` in checkroot/halt.sh. This way
|
| 2824 |
we only require sort in / and not both #36453.
|
| 2825 |
|
| 2826 |
04 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2827 |
|
| 2828 |
More (I mean a LOT more) services. This takes care of #44458,
|
| 2829 |
#52881 #55939 #58997 #66166 #66297. Gleaned many from the IANA
|
| 2830 |
list/Fedora/FreeBSD/Debian.
|
| 2831 |
|
| 2832 |
Change the test for /proc/cmdline from -e to -r. On grsecurity
|
| 2833 |
based systems for example, the file may exist, but not be readable
|
| 2834 |
by non-root users (patch by Ned Ludd).
|
| 2835 |
|
| 2836 |
03 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2837 |
|
| 2838 |
Add support for NFSv4 from #25106 to the netmount script. Don't
|
| 2839 |
try to fsck / if the root is a remote filesystem (like NFS) #36624.
|
| 2840 |
|
| 2841 |
Update the fs_passno values in the default fstab to match the
|
| 2842 |
settings suggested by the manpage #37314. Make checkroot respect
|
| 2843 |
a fs_passno setting of 0 when dealing with / #39212. Change
|
| 2844 |
default / filesystem type to ext3 instead of xfs #42670.
|
| 2845 |
|
| 2846 |
Re-order the arguments to mount to match POSIX requirements #66225.
|
| 2847 |
|
| 2848 |
Don't pipe swapon in localmount to /dev/null and ignore return
|
| 2849 |
codes anymore. A swapon that works shows no output #39834.
|
| 2850 |
|
| 2851 |
02 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2852 |
|
| 2853 |
Break up the COL/COLOR code properly this time. Not all serial
|
| 2854 |
consoles can handle adjusting to the end of the line, so let's not
|
| 2855 |
bother running stty at all anymore. This should fix up #32453.
|
| 2856 |
|
| 2857 |
30 Sep 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2858 |
|
| 2859 |
Disable cryptfs by default in the conf.d file. Also cleanup
|
| 2860 |
the output generated in localmount/checkfs/halt.sh for dm-crypt.
|
| 2861 |
Add an extra check so that cryptfs is only run when the conf.d
|
| 2862 |
file exists as well as /bin/cryptsetup.
|
| 2863 |
|
| 2864 |
29 Sep 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2865 |
|
| 2866 |
Let glibc install nscd since different versions of glibc will
|
| 2867 |
need to be handled differently. See #43076 by Rui Malheiro.
|
| 2868 |
|
| 2869 |
29 Sep 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2870 |
|
| 2871 |
Prefer ~/.dir_colors over /etc/DIR_COLORS when it exists #64489
|
| 2872 |
|
| 2873 |
27 Sep 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2874 |
|
| 2875 |
Clear the screen in .bash_logout #32330
|
| 2876 |
|
| 2877 |
* rc-scripts 1.6.1 (27 Sep 2004)
|
| 2878 |
|
| 2879 |
27 Sep 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2880 |
|
| 2881 |
Update dm-crypt to work with multi-line configuration files.
|
| 2882 |
Also don't set status in a subshell; it was being lost before.
|
| 2883 |
|
| 2884 |
23 Sep 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 2885 |
|
| 2886 |
Rework the logic behind the $COLS code. It should not depend
|
| 2887 |
on whether color is enabled. Also add a check for negative
|
| 2888 |
values (like when using a serial console).
|
| 2889 |
|
| 2890 |
* rc-scripts 1.6.0 (15 Sep 2004)
|
| 2891 |
|
| 2892 |
15 Sep 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2893 |
|
| 2894 |
Fix bug 64034: simplify netmount script's stop function so that
|
| 2895 |
mountpoints containing spaces work correctly
|
| 2896 |
|
| 2897 |
Update tarball.sh to use net-scripts
|
| 2898 |
|
| 2899 |
14 Sep 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2900 |
|
| 2901 |
Commit dm-crypt enablement patch from Tigger (Rob Holland) in
|
| 2902 |
bug 43146
|
| 2903 |
|
| 2904 |
* rc-scripts 1.5.3 (18 Aug 2004)
|
| 2905 |
|
| 2906 |
18 Aug 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2907 |
|
| 2908 |
Fix bug 60719 (request for better error messages from runscript)
|
| 2909 |
by allowing errors to show on the screen when they're encountered
|
| 2910 |
in wrap_rcscript
|
| 2911 |
|
| 2912 |
Apply Spock's bootsplash patch from bug 45784. This moves most of
|
| 2913 |
the splash functionality out of baselayout.
|
| 2914 |
|
| 2915 |
13 Aug 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2916 |
|
| 2917 |
Don't export PS1. Continuation of bug 26951, comments 60-62.
|
| 2918 |
|
| 2919 |
* rc-scripts 1.5.2 (02 Aug 2004)
|
| 2920 |
|
| 2921 |
02 Aug 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2922 |
|
| 2923 |
Related to bug 38955, don't set INPUTRC. Instead patch bash so
|
| 2924 |
that it looks for /etc/inputrc automatically if ~/.inputrc is
|
| 2925 |
missing. This is better than using INPUTRC since that will
|
| 2926 |
override even after the user creates ~/.inputrc.
|
| 2927 |
|
| 2928 |
Fix bug 54275: Don't set INFODIR. The correct variable used by
|
| 2929 |
texinfo is INFOPATH, which is already set in 00basic. Setting
|
| 2930 |
INFODIR is useless, and breaks a NetBSD cross compile from Gentoo
|
| 2931 |
|
| 2932 |
01 Aug 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2933 |
|
| 2934 |
Fix bug 58805: net.eth0 should use bridge so that bridge
|
| 2935 |
interfaces are configured prior to net.br0 running
|
| 2936 |
|
| 2937 |
Fix bug 56856: Get rid of net.rej and integrate missing stuff to
|
| 2938 |
conf.d/net
|
| 2939 |
|
| 2940 |
Apply half of spock's patch in bug 45784: Check for
|
| 2941 |
conf.d/bootsplash instead of conf.d/bootsplash.conf
|
| 2942 |
|
| 2943 |
Fix bug 51351: Quote parsed output of /proc/filesystems to handle
|
| 2944 |
octal sequences in mountpoint such as encoded spaces (\040)
|
| 2945 |
|
| 2946 |
Fix bug 46680: Add cifs support to localmount and netmount.
|
| 2947 |
Thanks to Ronald Moesbergen for the patches
|
| 2948 |
|
| 2949 |
21 Jul 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2950 |
|
| 2951 |
Fix bug 26952: Use /etc/bash/bashrc to setup PS1, testing $- to
|
| 2952 |
determine if shell is interactive. The new system-wide bashrc is
|
| 2953 |
installed by bash-2.05b-r10
|
| 2954 |
|
| 2955 |
19 Jul 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2956 |
|
| 2957 |
Fix bug 38743: strip leading and trailing spaces from variable
|
| 2958 |
values in genenviron.awk. Thanks to Marius Mauch for the patch.
|
| 2959 |
|
| 2960 |
09 Jul 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2961 |
|
| 2962 |
Fix bug 55576: swap words "start" and "stop" in runscript.sh error
|
| 2963 |
message
|
| 2964 |
|
| 2965 |
* rc-scripts 1.5.1 (28 Jun 2004)
|
| 2966 |
|
| 2967 |
28 Jun 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2968 |
|
| 2969 |
Fix dhcp in iface_start_ifconfig: It was re-using the variable
|
| 2970 |
${i} which would result in the following error:
|
| 2971 |
/sbin/runscript.sh: line 441: ((: 16.141.88.153: syntax error
|
| 2972 |
in expression (error token is ".141.88.153")
|
| 2973 |
|
| 2974 |
Use vlan_IFACE instead of iface_IFACE_vlans in net.eth0 for more
|
| 2975 |
consistent vlan configuration. Thanks to robbat2 in bug 55394
|
| 2976 |
(not fully resolved)
|
| 2977 |
|
| 2978 |
Add example for checking if root filesystem is NFS-mounted via
|
| 2979 |
predown function in conf.d/net for bug 53104. This might be
|
| 2980 |
better integrated at some point into net.eth0
|
| 2981 |
|
| 2982 |
* rc-scripts 1.5.0 (26 Jun 2004)
|
| 2983 |
|
| 2984 |
26 Jun 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2985 |
|
| 2986 |
Fix bug 47659: support iproute2-style configuration. Thanks to
|
| 2987 |
Dean Bailey for some fantastic patches, including documentation
|
| 2988 |
for conf.d/net. This is a pretty huge re-write of net.eth0
|
| 2989 |
|
| 2990 |
Fix bug 34607: provide examples for in conf.d/net for preup,
|
| 2991 |
postup, predown, postdown functions. Also pay attention to return
|
| 2992 |
value from predown function (previously ignored)
|
| 2993 |
|
| 2994 |
15 Jun 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 2995 |
|
| 2996 |
Fix bug 25975: support adsl in net.eth0. Thanks to Patrick McLean
|
| 2997 |
for the initial pass at the code.
|
| 2998 |
|
| 2999 |
Fix bug 34140: add --servicelist option to rc-status. Thanks to
|
| 3000 |
Eldad Zack for the patch.
|
| 3001 |
|
| 3002 |
Fix bug 37418: fix order of LVM and RAID in checkfs. Thanks to
|
| 3003 |
Raimondo Giammanco for the patch.
|
| 3004 |
|
| 3005 |
* rc-scripts 1.4.16 (06 Jun 2004)
|
| 3006 |
|
| 3007 |
06 Jun 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 3008 |
|
| 3009 |
Only call generate-modprobe.conf with --assume-kernel if
|
| 3010 |
modules-update was called with --assume-kernel. This means that
|
| 3011 |
only catalyst has the dependency on module-init-tools, not
|
| 3012 |
everybody with the newer baselayout
|
| 3013 |
|
| 3014 |
* rc-scripts 1.4.15 (21 May 2004)
|
| 3015 |
|
| 3016 |
21 May 2004; Aron Grifis <agriffis@gentoo.org>:
|
| 3017 |
|
| 3018 |
Fix bug 51570: typo on line 161 of /sbin/livecd-functions.sh
|
| 3019 |
|
| 3020 |
Fix bug 51626: wrong variable declaration at top of
|
| 3021 |
get_bootparam() in /sbin/functions.sh
|
| 3022 |
|
| 3023 |
* rc-scripts 1.4.14 (17 May 2004)
|
| 3024 |
|
| 3025 |
17 May 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 3026 |
|
| 3027 |
Bump version to 1.4.14 to push out gmsoft's fix for hppa console
|
| 3028 |
on ttyB0
|
| 3029 |
|
| 3030 |
* rc-scripts 1.4.13 (15 May 2004)
|
| 3031 |
|
| 3032 |
15 May 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 3033 |
|
| 3034 |
Bump version to 1.4.13 to push out Gustavo's livecd serial console
|
| 3035 |
fixes for sparc and hppa.
|
| 3036 |
|
| 3037 |
* rc-scripts 1.4.12 (07 May 2004)
|
| 3038 |
|
| 3039 |
10 May 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 3040 |
|
| 3041 |
Bump version to 1.4.12 to release these critical bug fixes
|
| 3042 |
|
| 3043 |
Fix bug 50434: The new version of start-stop-daemon changes
|
| 3044 |
directory to / by default unless --chdir is specified. Revert
|
| 3045 |
this behavior to maintain working directory. This fixes openvpn
|
| 3046 |
startup (probably among other things). Thanks to Sven Wegener for
|
| 3047 |
the patch.
|
| 3048 |
|
| 3049 |
Fix bug 50448: Four days ago I changed bash loops to use the wrong
|
| 3050 |
conditional syntax in net.eth0. Thanks to Sven Wegener for
|
| 3051 |
pointing out the problem and providing a patch.
|
| 3052 |
|
| 3053 |
* rc-scripts 1.4.11 (07 May 2004)
|
| 3054 |
|
| 3055 |
07 May 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 3056 |
|
| 3057 |
Fix bug 20597: Skip RCS files when updating modules
|
| 3058 |
|
| 3059 |
Fix bug 49926: Add a --assume-kernel flag to modules-update. This
|
| 3060 |
requires a companion patch in module-init-tools-3.0-r2 to handle
|
| 3061 |
the same flag in generate-modprobe.conf; this dependency won't be
|
| 3062 |
handled in the baselayout ebuild since it only affects livecd
|
| 3063 |
building.
|
| 3064 |
|
| 3065 |
06 May 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 3066 |
|
| 3067 |
In net.eth0, fix many instances of loops like "for ((i = 0; i <
|
| 3068 |
100; i = i + 1))". The problem here is that the middle comparison
|
| 3069 |
is being interpreted as a bash conditional, which means that it's
|
| 3070 |
doing string comparison by default. It needs to be "i -lt 100"
|
| 3071 |
|
| 3072 |
Fix bug 34827: net.eth0 breaks when localized because the ifconfig
|
| 3073 |
output changes. Wrap ifconfig in a function that overrides
|
| 3074 |
LC_ALL=C
|
| 3075 |
|
| 3076 |
Fix bug 48305: Provide a new network configuration variable
|
| 3077 |
ifconfig_fallback_eth0 which allows one to specify a fallback
|
| 3078 |
configuration in case DHCP fails.
|
| 3079 |
|
| 3080 |
Fix bug 50246: Give root an invalid password ("*" in /etc/shadow)
|
| 3081 |
in the default baselayout. This prevents the first reboot after
|
| 3082 |
installation from having a blank password.
|
| 3083 |
|
| 3084 |
05 May 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 3085 |
|
| 3086 |
Fix bug 48595: Make sure $(id -u) is zero (root user) when running
|
| 3087 |
init scripts to avoid a lot of error messages.
|
| 3088 |
|
| 3089 |
Replace many lines of awk with two lines of grep in
|
| 3090 |
init.d/localmount
|
| 3091 |
|
| 3092 |
Fix bug 44316: Use 0644 instead of 0640 for resolv.conf in net.ppp0
|
| 3093 |
|
| 3094 |
03 May 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 3095 |
|
| 3096 |
Update to version 1.10.20 of Debian's start-stop-daemon (contained
|
| 3097 |
in dpkg at http://packages.debian.org/testing/base/dpkg). This
|
| 3098 |
fixes bug 22686 (start-stop-daemon in baselayout doesn't allow
|
| 3099 |
altered nicelevel).
|
| 3100 |
|
| 3101 |
* rc-scripts 1.4.10 (25 Apr 2004)
|
| 3102 |
|
| 3103 |
25 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 3104 |
|
| 3105 |
Fix typos in sbin/rc: "try try mount" and "mount ... & >/dev/null"
|
| 3106 |
Also removed the errstr double-checking since the need for that is
|
| 3107 |
alleviated by these typo fixes.
|
| 3108 |
|
| 3109 |
23 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 3110 |
|
| 3111 |
Fix bug 48629 (/sbin/rc fixups for udev) with patch from GregKH
|
| 3112 |
|
| 3113 |
Fix bug 40987 (gentoo should be able to boot with an empty /dev)
|
| 3114 |
with patch from Spanky. The patch avoids redirection to /dev/null
|
| 3115 |
when it doesn't exist; this was breaking /sbin/rc.
|
| 3116 |
|
| 3117 |
* rc-scripts 1.4.9 (15 Apr 2004)
|
| 3118 |
|
| 3119 |
15 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 3120 |
|
| 3121 |
Fix bug 47111 (severe depcache problems) with tons of help from
|
| 3122 |
dswhite42 and the rest of the crew in that bug. Thanks guys!
|
| 3123 |
|
| 3124 |
* rc-scripts 1.4.8 (14 Apr 2004)
|
| 3125 |
|
| 3126 |
14 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 3127 |
|
| 3128 |
Fix bug 47623 (error removing inet6 addresses) with patch provided
|
| 3129 |
by Vlad Yasevich.
|
| 3130 |
|
| 3131 |
* rc-scripts 1.4.7 (12 Apr 2004)
|
| 3132 |
|
| 3133 |
12 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 3134 |
|
| 3135 |
Fix bug 47218 (net.eth0 broken for vlans) with patch provided by
|
| 3136 |
Andy Dustman. Fix bug 47250 (depscan.sh fails to create
|
| 3137 |
/var/lib/init.d/* directories) with patch from Terje Bergström
|
| 3138 |
|
| 3139 |
* rc-scripts 1.4.6 (08 Apr 2004)
|
| 3140 |
|
| 3141 |
08 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 3142 |
|
| 3143 |
Update patch from Gustavoz; -ln /bin/bash should have been -nl /bin/bash
|
| 3144 |
|
| 3145 |
* rc-scripts 1.4.5 (08 Apr 2004)
|
| 3146 |
|
| 3147 |
08 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 3148 |
|
| 3149 |
Patch init.d/checkroot to list / (root) only once in mtab; see bug 38360.
|
| 3150 |
Patch from Gustavoz to livecd-functions.sh to run bash instead of login on
|
| 3151 |
serial consoles, necessary due to scrambled root passwords.
|
| 3152 |
|
| 3153 |
* rc-scripts 1.4.4 (07 Apr 2004)
|
| 3154 |
|
| 3155 |
07 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 3156 |
|
| 3157 |
Patch from Gustavoz for Sparc console: Fetch LIVECD_CONSOLE from dmesg
|
| 3158 |
output. Also support 4800 baud correctly.
|
| 3159 |
|
| 3160 |
16 Mar 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 3161 |
|
| 3162 |
The changes in this commit pertain primarily to
|
| 3163 |
http://bugs.gentoo.org/show_bug.cgi?id=19695
|
| 3164 |
http://bugs.gentoo.org/show_bug.cgi?id=35736
|
| 3165 |
|
| 3166 |
Specify routes as an array per interface, for example:
|
| 3167 |
routes_eth0=(
|
| 3168 |
"-net 10.1.0.0 netmask 255.255.0.0 gw 10.0.0.5"
|
| 3169 |
"-net 10.2.0.0 netmask 255.255.0.0 gw 10.0.0.6"
|
| 3170 |
"-host 10.3.0.1 dev eth0"
|
| 3171 |
)
|
| 3172 |
|
| 3173 |
You can optionally use the gateway variable or just put the default route
|
| 3174 |
in the routes variable. The following two are REDUNDANT:
|
| 3175 |
|
| 3176 |
routes_eth0=( "default gw 10.0.0.5" )
|
| 3177 |
gateway="eth0/10.0.0.5"
|
| 3178 |
|
| 3179 |
Old configuration variables in /etc/conf.d/net are fully supported and
|
| 3180 |
used transparently if ifconfig_eth0 is missing. In other words, this new
|
| 3181 |
script is fully backward-compatible. However you can get rid of
|
| 3182 |
iface_eth0, alias_eth0, broadcast_eth0 and netmask_eth0 if you want by
|
| 3183 |
using the new syntax:
|
| 3184 |
|
| 3185 |
ifconfig_eth0=(
|
| 3186 |
"10.0.0.6 broadcast 10.0.255.255 netmask 255.255.0.0"
|
| 3187 |
"192.168.1.1 netmask 255.255.255.0"
|
| 3188 |
"123.456.789.1"
|
| 3189 |
)
|
| 3190 |
|
| 3191 |
Full backward compatibility so no danger to screwing up users relying on
|
| 3192 |
existing /etc/conf.d/net setup
|
| 3193 |
|
| 3194 |
NET_DEBUG can be set in the environment for copious debugging output
|
| 3195 |
|
| 3196 |
Deprecate [ ] in favor of [[ ]] which has fewer quoting issues and
|
| 3197 |
better functionality (and is even slightly faster)
|
| 3198 |
|
| 3199 |
Properly localize all variables, including variables returned by
|
| 3200 |
setup_vars
|
| 3201 |
|
| 3202 |
Allow full options for every ifconfig command, both base address and
|
| 3203 |
aliases via ifconfig_eth0, replacing the convoluted and less-functional
|
| 3204 |
iface_eth0, alias_eth0, broadcast_eth0, netmask_eth0
|
| 3205 |
|
| 3206 |
Provide full support for static routes via routes_eth0
|
| 3207 |
|
| 3208 |
Fix potential quoting problems in setup_vars by using better eval syntax
|
| 3209 |
instead of eval echo
|
| 3210 |
|
| 3211 |
Display IP addresses while configuring, both DHCP-retrieved and
|
| 3212 |
statically set addresses
|
| 3213 |
|
| 3214 |
Collapse redundant caching of $? since eend returns $? again
|
| 3215 |
|
| 3216 |
Report when keeping kernel configuration for an interface along with IP
|
| 3217 |
address gleaned
|
| 3218 |
|
| 3219 |
Don't reset the default gateway if it is already set correctly
|
| 3220 |
|
| 3221 |
Don't bind default gateway to particular interface when /sbin/route is
|
| 3222 |
called so that it can survive if there is more than one interface on the
|
| 3223 |
required subnet. (Old behavior can be obtained by setting
|
| 3224 |
routes_eth0="default gw 1.2.3.4 dev eth0" if you really want it)
|
| 3225 |
|
| 3226 |
Don't bomb if default gateway can't be set since that doesn't
|
| 3227 |
necessarily mean that the interface configuration is invalid.
|
| 3228 |
(Old behavior was completely broken, but commented section
|
| 3229 |
demonstrates how to do it right if necessary)
|
| 3230 |
|
| 3231 |
iface_stop no longer relies on configuration in /etc/conf.d/net AT ALL.
|
| 3232 |
This is very good because it means you can put new configuration in
|
| 3233 |
/etc/conf.d/net, then restart the interface and the old configuration will
|
| 3234 |
be properly shut down.
|
| 3235 |
|
| 3236 |
iface_stop reports when it is releasing the DHCP lease
|
| 3237 |
|
| 3238 |
* rc-scripts 1.4.3.13p1 (26 Feb 2004)
|
| 3239 |
|
| 3240 |
26 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 3241 |
|
| 3242 |
Remove /etc/DIR_COLORS, as coreutils provides it now.
|
| 3243 |
|
| 3244 |
Add RC_DEVICE_TARBALL to /etc/conf.d/rc to control use of device tarball.
|
| 3245 |
Also modified /sbin/rc and /etc/init.d/halt.sh for this.
|
| 3246 |
|
| 3247 |
Start udevd if present.
|
| 3248 |
|
| 3249 |
Small fix to sbin/rc-services.sh related to mtime checking and 'net'
|
| 3250 |
virtual service - it had no mtime generated, so check_mtime() failed
|
| 3251 |
for it ...
|
| 3252 |
|
| 3253 |
25 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 3254 |
|
| 3255 |
Update to enable checking of mtimes on rc-scripts, and auto running
|
| 3256 |
depscan.sh if needed. Also try to run depscan.sh when RC_GOT_DEPTREE_INFO
|
| 3257 |
is not set instead of just erroring.
|
| 3258 |
|
| 3259 |
19 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 3260 |
|
| 3261 |
Fix irda type-o in /sbin/MAKEDEV, thanks to Tobias Sager <moixa@gmx.ch>.
|
| 3262 |
|
| 3263 |
Fix type-o in /etc/initrc, bug #41666 (Tom Vergote <bugzilla@tomvergote.be>).
|
| 3264 |
|
| 3265 |
15 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 3266 |
|
| 3267 |
Add RC_TTY_NUMBER to /etc/conf.d/rc to configure how many tty devices
|
| 3268 |
are used in scripts such as consolefonts, numlock, etc. This should
|
| 3269 |
close bug #39863.
|
| 3270 |
|
| 3271 |
Fix type-o in /etc/init.d/consolefont, bug #40938, thanks to patch from
|
| 3272 |
Cory Tusar <ctusar@adelphia.net>.
|
| 3273 |
|
| 3274 |
09 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 3275 |
|
| 3276 |
Add SELinux modifications to /sbin/runscript. This allows runscript to
|
| 3277 |
make sure it is running in the right domain. Patch done by
|
| 3278 |
Chris PeBenito <pebenito@gentoo.org>.
|
| 3279 |
|
| 3280 |
* rc-scripts 1.4.3.13 (08 Feb 2004)
|
| 3281 |
|
| 3282 |
08 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 3283 |
|
| 3284 |
Fix wrong logic in /etc/init.d/halt.sh which did not umount all mounts
|
| 3285 |
_but_ /mnt/cdrom and /mnt/livecd.
|
| 3286 |
|
| 3287 |
Update /etc/init.d/consolefont to use newer kbd. Should also close
|
| 3288 |
bug #39864.
|
| 3289 |
|
| 3290 |
Fix /sbin/depscan.sh, /sbin/functions.sh and /sbin/rc to use mkdir rather
|
| 3291 |
than install, as newer versions of install is located in /usr/bin. This
|
| 3292 |
closes bug #39648.
|
| 3293 |
|
| 3294 |
06 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 3295 |
|
| 3296 |
Tweak livecd support changes and add some more to hopefully sort out
|
| 3297 |
last issues, with help from Brad House <brad_mssw@gentoo.org>.
|
| 3298 |
|
| 3299 |
Add code to generate /dev/fd, /dev/std* and /dev/core to /sbin/rc,
|
| 3300 |
bug #37349.
|
| 3301 |
|
| 3302 |
* rc-scripts 1.4.3.12p3 (21 Jan 2004)
|
| 3303 |
|
| 3304 |
19 Jan 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 3305 |
|
| 3306 |
Add /sbin/livecd-functions.sh from Brad House <brad_mssw@gentoo.org>
|
| 3307 |
for livecd support. Add bits to /sbin/rc to support it.
|
| 3308 |
|
| 3309 |
06 Jan 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 3310 |
|
| 3311 |
Fix type-o in /etc/init.d/checkfs, bug #37113.
|
| 3312 |
|
| 3313 |
29 Dec 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3314 |
|
| 3315 |
Update /sbin/depscan.sh, /sbin/env-update.sh, src/awk/cachedepends.awk,
|
| 3316 |
src/awk/gendepends.awk and src/awk/genenviron.awk to use ENVIRON rather
|
| 3317 |
then gawk -v. Also add some tests to see if we got the environment
|
| 3318 |
variables.
|
| 3319 |
|
| 3320 |
28 Dec 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3321 |
|
| 3322 |
Fix /sbin/rc to mount /dev/pts with gid=5 and mode=0620, bug #36088.
|
| 3323 |
|
| 3324 |
* rc-scripts 1.4.3.12p2 (27 Dec 2003)
|
| 3325 |
|
| 3326 |
26 Dec 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3327 |
|
| 3328 |
Update code to generate /dev from /sys. Add UDEV_NO_SLEEP=1 for
|
| 3329 |
hack to not make udev sleep - its not needed as these entries
|
| 3330 |
are already present, and not a hotplug event.
|
| 3331 |
|
| 3332 |
Update /etc/init.d/{consolefont,numlock} to work with udev managed
|
| 3333 |
/dev that have devfs layout.
|
| 3334 |
|
| 3335 |
14 Dec 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3336 |
|
| 3337 |
Fix type-o in /sbin/rc, bug #34837.
|
| 3338 |
|
| 3339 |
* rc-scripts 1.4.3.12p1 (26 Nov 2003)
|
| 3340 |
|
| 3341 |
26 Nov 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3342 |
|
| 3343 |
Fix /etc/init.d/halt.sh to reset pam_console permissions, else
|
| 3344 |
the next bootup might be done with some non-root nodes which cause
|
| 3345 |
some odd issues.
|
| 3346 |
|
| 3347 |
Add code to generate /dev from sysfs entries - not much it currently
|
| 3348 |
support but block/tty devices, but it is a start for when we have
|
| 3349 |
full sysfs support in all drivers.
|
| 3350 |
|
| 3351 |
Revert carrier detection check, as there is currently too many
|
| 3352 |
issues with it, bug #33272.
|
| 3353 |
|
| 3354 |
Make sure we mount already mounted mount (done in /sbin/rc) with
|
| 3355 |
correct permissions, etc, bug #33764. Modified /etc/init.d/checkroot
|
| 3356 |
for this.
|
| 3357 |
|
| 3358 |
16 Nov 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3359 |
|
| 3360 |
Fix carrier detection - we need to do a 'ifconfig $IFACE up' else
|
| 3361 |
some drivers do not set the IFF_RUNNING bit, bug #33272, thanks to
|
| 3362 |
Jason Rhinelander <jason-gentoo@gossamer-threads.com> for the fix.
|
| 3363 |
|
| 3364 |
15 Nov 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3365 |
|
| 3366 |
Add a warning to cachedepends.awk if a rc-script's name ends in
|
| 3367 |
'.sh', bug #33134. Add better error checking to /sbin/depscan.sh.
|
| 3368 |
|
| 3369 |
Fix /etc/init.d/halt.sh to not try and remount virtual devices,
|
| 3370 |
also do a few cleanups. Closes bug #33271.
|
| 3371 |
|
| 3372 |
* rc-scripts 1.4.3.12 (11 Nov 2003)
|
| 3373 |
|
| 3374 |
11 Nov 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3375 |
|
| 3376 |
Add carrier detection to /etc/init.d/net.eth0 closing bug #25480;
|
| 3377 |
patch by Jordan Ritter <jpr5+gentoo@darkridge.com>.
|
| 3378 |
|
| 3379 |
Add extra checks for critical directories to /sbin/rc.
|
| 3380 |
|
| 3381 |
04 Nov 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3382 |
|
| 3383 |
Update /bin/rc-status giving a working '-u' parameter, bug #32417.
|
| 3384 |
Fix by Michael Frysinger <vapier@gentoo.org>.
|
| 3385 |
|
| 3386 |
31 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3387 |
|
| 3388 |
Add support for --tty switch added to setfont and remove consolechars
|
| 3389 |
support; modified /etc/init.d/consolefont for this. Also remove
|
| 3390 |
consoletools support from /etc/init.d/keymaps.
|
| 3391 |
|
| 3392 |
29 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3393 |
|
| 3394 |
We should still use /sbin/udev as hotplug agent if /sbin/hotplug do
|
| 3395 |
not exist. Updated /sbin/rc for this.
|
| 3396 |
|
| 3397 |
Add a fix to /etc/init.d/keymaps for bug #32111 (we should not have
|
| 3398 |
'-u' in the call to loadkeys when using unicode).
|
| 3399 |
|
| 3400 |
We should not use '-' in variable names for bash, bug #31184, thanks
|
| 3401 |
to Andreas Simon <yuipx@gmx.net>. Updated /sbin/MAKEDEV.
|
| 3402 |
|
| 3403 |
27 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3404 |
|
| 3405 |
Fix return code checking of fsck in /etc/init.d/checkfs, bug #31349.
|
| 3406 |
|
| 3407 |
26 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3408 |
|
| 3409 |
The unmount stuff in /etc/init.d/halt.sh was flawed, in the fact that
|
| 3410 |
it called 'umount -t no<insert_fs_here>', which resulted in /proc, etc
|
| 3411 |
unmounted anyhow. Change it to remount the last filesystems readonly
|
| 3412 |
without trying to unmount any. This fixes a few cases where reboot
|
| 3413 |
would halt due to unmounted /proc, etc.
|
| 3414 |
|
| 3415 |
This change set fixes two things:
|
| 3416 |
1) In exporting all functions/variables in functions.sh, rc-services.sh
|
| 3417 |
and rc-daemon.sh, we created an overly large environment, and also
|
| 3418 |
broke stuff like glftpd. Do not do this, and hope whatever caused
|
| 3419 |
the issues previously is fixed in the meantime. This should close
|
| 3420 |
bugs #25754 and #31794.
|
| 3421 |
2) gendepend.awk used to generate deptree with functions called
|
| 3422 |
depinfo_<scriptname> which set appropriate variables when called.
|
| 3423 |
This broke if the scriptname contained characters that is not valid
|
| 3424 |
for bash variable names. Changed things to use an array fixing this.
|
| 3425 |
This closes bug #24092.
|
| 3426 |
|
| 3427 |
Change /sbin/rc again to not set the hotplug agent to /sbin/udev, as
|
| 3428 |
/sbin/hotplug will call udev as well.
|
| 3429 |
|
| 3430 |
Fix a logic error in /lib/rcscripts/sh/rc-services.sh that cause the
|
| 3431 |
get_dep_info() function to skip the last entry in the RC_DEPEND_TREE
|
| 3432 |
array (in my case 'net').
|
| 3433 |
|
| 3434 |
We did not handle the 'net' dependency properly in valid_iuse() and
|
| 3435 |
valid_iafter(). Fix this in /lib/rcscripts/sh/rc-services.sh, closing
|
| 3436 |
bugs #30327 and #31950.
|
| 3437 |
|
| 3438 |
Change an occurance of /etc/modutils in modules-update.8 to
|
| 3439 |
/etc/modules.d/ closing bug #31171.
|
| 3440 |
|
| 3441 |
19 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3442 |
|
| 3443 |
More bootsplash fixes, bug #21019 (comment #21).
|
| 3444 |
|
| 3445 |
Remove the killall5 stuff from /etc/init.d/halt.sh, as it messes with
|
| 3446 |
bootsplash. Add support to kill processes still using non-critical
|
| 3447 |
mounts with fuser though.
|
| 3448 |
|
| 3449 |
17 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3450 |
|
| 3451 |
Bootsplash fixes from Michael Aichler <micha@aichler.net>, (comment #15
|
| 3452 |
and #16 from bug #21019).
|
| 3453 |
|
| 3454 |
Bootsplash coded did not play nice with boot profiles, so I fixed that
|
| 3455 |
as well. Some other style tweaks.
|
| 3456 |
|
| 3457 |
Fix /sbin/MAKEDEV to use 'user:group' form, and not depriciated '.'.
|
| 3458 |
Also changed the permissions on tty's, ibcs and scanner devices
|
| 3459 |
to 0660.
|
| 3460 |
|
| 3461 |
* rc-scripts 1.4.3.11p2 (14 Sep 2003)
|
| 3462 |
|
| 3463 |
14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3464 |
|
| 3465 |
Revert previous changes, and substitute it for the bootsplash patches
|
| 3466 |
from Michael Aichler <micha@aichler.net>, bug #21019. His www pages
|
| 3467 |
can be reached at:
|
| 3468 |
|
| 3469 |
http://www.aichler.net/gentoo/bootsplash/
|
| 3470 |
|
| 3471 |
I should note that the bootsplash stuff is not 100% tested.
|
| 3472 |
|
| 3473 |
|
| 3474 |
* rc-scripts 1.4.3.11p1 (14 Sep 2003)
|
| 3475 |
|
| 3476 |
14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3477 |
|
| 3478 |
Initial bootsplash patch as from LiveCD's.
|
| 3479 |
|
| 3480 |
Add more tty's to /etc/init.d/numlock, bug #28252.
|
| 3481 |
|
| 3482 |
* rc-scripts 1.4.3.11 (14 Sep 2003)
|
| 3483 |
|
| 3484 |
14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3485 |
|
| 3486 |
Add initial udev support. Modified /sbin/rc and /etc/init.d/halt.sh.
|
| 3487 |
Resolves bug #27527.
|
| 3488 |
|
| 3489 |
Add squid to /etc/services, bug #30995. Other cleanups from rac.
|
| 3490 |
|
| 3491 |
Add patch from Kumba <kumba@gentoo.org> to MAKEDEV to not allow
|
| 3492 |
running while pwd is root (/).
|
| 3493 |
|
| 3494 |
Add 'after hotplug' to /etc/init.d/consolefont, bug #30856.
|
| 3495 |
|
| 3496 |
Add entry for floppy in /etc/fstab, bug #30574.
|
| 3497 |
|
| 3498 |
Remove changing group of /tmp/.{X,ICE}-unix, as it it not needed,
|
| 3499 |
bug #28861.
|
| 3500 |
|
| 3501 |
Apply a patch from Mike Frysinger <vapier@gentoo.org> for rc-status.
|
| 3502 |
It now will work with runlevels named with any characters (other than
|
| 3503 |
ones found in default bash IFS). It also adds a few sanity/error
|
| 3504 |
checks, bug #26432.
|
| 3505 |
|
| 3506 |
Change /etc/inputrc to have PageUp/PageDown search through bash
|
| 3507 |
history again, bug #26036.
|
| 3508 |
|
| 3509 |
14 Sep 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3510 |
|
| 3511 |
Change update-modules to modules-update in manpage, bug #28101.
|
| 3512 |
|
| 3513 |
* rc-scripts 1.4.3.10p1 (08 Sep 2003)
|
| 3514 |
|
| 3515 |
08 Sep 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3516 |
|
| 3517 |
Change the '-k' switch to dhcpcd to '-z' in /etc/init.d/net.eth0.
|
| 3518 |
|
| 3519 |
12 Aug 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3520 |
|
| 3521 |
Add missing 'local x' to filter_environ() (bug #26429), thanks to
|
| 3522 |
Mark Wagner <mark@lanfear.net>. Modified rc-services.sh for this.
|
| 3523 |
|
| 3524 |
11 Aug 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3525 |
|
| 3526 |
Modify /etc/init.d/modules not to print the autoloading stuff if
|
| 3527 |
no modules should be loaded (resolving bug #26288), per request from
|
| 3528 |
Michael Frysinger <vapier@gentoo.org>.
|
| 3529 |
|
| 3530 |
Fix get_bootparam() in /sbin/functions.sh to check for existance of
|
| 3531 |
the /proc/cmdline proc entry.
|
| 3532 |
|
| 3533 |
10 Aug 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3534 |
|
| 3535 |
Modify /etc/init.d/halt.sh to first kill, and then deactivate swap on
|
| 3536 |
request of Luke-Jr <luke-jr@gentoo.org>. It should be ok now, as the
|
| 3537 |
whole way of devfs handling changed long ago already.
|
| 3538 |
|
| 3539 |
Fix /etc/init.d/halt.sh to unmount the mount point and not the device.
|
| 3540 |
Also change it to 'mount -d' to detach the loop device. Patch by
|
| 3541 |
Kalin KOZHUHAROV <kalin@ThinRope.net>, bug #26256.
|
| 3542 |
|
| 3543 |
Fix /etc/init.d/consolefont to not error out if CONSOLEFONT in rc.conf
|
| 3544 |
is not set, bug #26278 (noted by Michael Frysinger <vapier@gentoo.org>).
|
| 3545 |
|
| 3546 |
* rc-scripts 1.4.3.10 (04 Aug 2003)
|
| 3547 |
|
| 3548 |
04 Aug 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3549 |
|
| 3550 |
Add /bin/rc-status and 'show' support to /sbin/rc-update (long overdue),
|
| 3551 |
bug #4222, thanks to Sean E Russell <ser@germane-software.com>,
|
| 3552 |
Michael Frysinger <vapier@gentoo.org> (/bin/rc-status) and for the 'show'
|
| 3553 |
stuff to /sbin/rc-update, Max Kalika <max@gentoo.org>.
|
| 3554 |
|
| 3555 |
Fixed modules-update to only do the /etc/modprobe.conf generation if we
|
| 3556 |
are actually running a 2.5+ kernel.
|
| 3557 |
|
| 3558 |
Add pop3 entries to /etc/services, bug #25501.
|
| 3559 |
|
| 3560 |
Add a switch for devfsd startup to /etc/conf.d/rc, fix /sbin/rc to check
|
| 3561 |
RC_DEVFSD_STARTUP. Closes bug #24361, thanks to patches from
|
| 3562 |
Kurt V. Hindenburg <khindenburg@cherrynebula.net>.
|
| 3563 |
|
| 3564 |
Add LVM2 support thanks to Max Kalika <max@gentoo.org> (bug #21908).
|
| 3565 |
|
| 3566 |
Add IPV6 versions of localhost and co in /etc/hosts, bug #25859.
|
| 3567 |
|
| 3568 |
Fix type-o in /sbin/rc-update, bug #25854.
|
| 3569 |
|
| 3570 |
29 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3571 |
|
| 3572 |
Tweak /etc/init.d/check{root,fs} to set retval after each fsck call,
|
| 3573 |
and not the whole block. Tweak check checkroot to reboot if need be
|
| 3574 |
(This is with sufficient warning and message). Tweak checkfs to not
|
| 3575 |
drop to a sulogin if return code 2 or 3 is given - as we did not
|
| 3576 |
mount the filesystems yet, we should not need to reboot ... bug #25398.
|
| 3577 |
|
| 3578 |
Add '-T' option to fsck (/etc/init.d/check{root,fs} - requested by
|
| 3579 |
Michael Frysinger <vapier@gentoo.org>.
|
| 3580 |
|
| 3581 |
28 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3582 |
|
| 3583 |
Rework changes for the Adelie project to support boot config profiles
|
| 3584 |
better. Added support for /etc/runlevels/LEVEL/.fake to specify which
|
| 3585 |
runlevels should be marked started or stopped without executing the
|
| 3586 |
script. Renamed the /etc/runlevels/LEVEL/critical to ".critical" for
|
| 3587 |
more uniformity. Modified /sbin/rc, /sbin/functions.sh, /sbin/runscript.sh
|
| 3588 |
for this.
|
| 3589 |
|
| 3590 |
Add better support for services that provide the "logger" virtual. We
|
| 3591 |
should really start the logger earlier, and stop it as late as possible.
|
| 3592 |
Modified /sbin/rc, /lib/rcscripts/sh/rc-services.sh and gendepends.awk
|
| 3593 |
for this.
|
| 3594 |
|
| 3595 |
Fix .../boot/... paths hardcoded in /lib/rcscripts/sh/rc-services.sh,
|
| 3596 |
thanks to Jean-Francois Richard <jean-francois@richard.name>.
|
| 3597 |
|
| 3598 |
Replace the Suse /etc/inputrc with a non copyrighted one, bug #24918.
|
| 3599 |
|
| 3600 |
23 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3601 |
|
| 3602 |
From Jean-Francois Richard <jean-francois@richard.name> and
|
| 3603 |
Olivier Crete <tester@gentoo.org> from the Adelie project:
|
| 3604 |
|
| 3605 |
The last four patches are the "adaptation" of our previous patches to
|
| 3606 |
the new "no-tmpfs" init system in Gentoo. Since we were using quite
|
| 3607 |
different scripts for the boot runlevel (no "checkroot" for example) and
|
| 3608 |
that the new system hardcodes some of the boot services, we had to find
|
| 3609 |
a simple yet elegant solution.
|
| 3610 |
|
| 3611 |
We chose to make init scripts read "/etc/runlevels/LEVEL/critical" to
|
| 3612 |
know what are the boot runlevel services. If this file is not present,
|
| 3613 |
it uses the Gentoo hardcoded defaults.
|
| 3614 |
|
| 3615 |
This touches /sbin/rc, /sbin/functions.sh, /sbin/runscript.sh and
|
| 3616 |
/etc/init.d/halt.sh.
|
| 3617 |
|
| 3618 |
I just changed the behaviour of 'softlevel' kernel command line argument
|
| 3619 |
to not only add a suffix and some other cleanups.
|
| 3620 |
|
| 3621 |
Add support for irqbalance.
|
| 3622 |
|
| 3623 |
22 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3624 |
|
| 3625 |
Fix the /dev/root entry in /etc/mtab, bug #24916.
|
| 3626 |
|
| 3627 |
Add EVMS2 support, thanks to Mike Javorski <mike_javorski@bigfoot.com>,
|
| 3628 |
bug #24064.
|
| 3629 |
|
| 3630 |
* rc-scripts 1.4.3.9 (17 Jul 2003)
|
| 3631 |
|
| 3632 |
17 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3633 |
|
| 3634 |
Add vlan support to /etc/init.d/net.eth0, bug #15588, thanks to
|
| 3635 |
Andy Dustman <andy-gentoo.54e552@dustman.net>.
|
| 3636 |
|
| 3637 |
Add 'TERM=Eterm' to /etc/DIR_COLORS, bug #23423.
|
| 3638 |
|
| 3639 |
Add mdadm support to /etc/init.d/checkfs, bug #23437, many thanks
|
| 3640 |
to Wes Kurdziolek <wkurdzio@vtluug.org>.
|
| 3641 |
|
| 3642 |
Rather use 'uname -r' to get kernel version, as else we need sysctl.
|
| 3643 |
This closes bug #23923, modified /etc/init.d/modules.
|
| 3644 |
|
| 3645 |
Fix a type-o in /etc/fstab, bug #23308.
|
| 3646 |
|
| 3647 |
Add support for the new 'O' agetty option to display the DNS domainname
|
| 3648 |
in the issue file thanks to Marius Mauch <genone@genone.de>, bug #22275.
|
| 3649 |
Updated /etc/issue and /etc/issue.logo for this.
|
| 3650 |
|
| 3651 |
16 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3652 |
|
| 3653 |
Add aliases for add/del to /sbin/rc-update closing bug #24317, thanks
|
| 3654 |
to Antonio Dolcetta <zagarna@yahoo.com>.
|
| 3655 |
|
| 3656 |
Fix /etc/init.d/net.eth0 to not set rp_filter if already set via
|
| 3657 |
/etc/sysctl.conf, bug #24235 - thanks jochen <jochen.eisinger@gmx.de>.
|
| 3658 |
|
| 3659 |
Fix /sbin/runscript.sh and /lib/rcscripts/awk/cachedepend.awk to work
|
| 3660 |
with symlinks in /etc/init.d/, closing bug #24228.
|
| 3661 |
|
| 3662 |
Fix /etc/init.d/clock to work with UML, closing bug #24225 thanks to
|
| 3663 |
John Mylchreest <johnm@gentoo.org>.
|
| 3664 |
|
| 3665 |
Fix hardcoded color escape sequence in /sbin/rc, closing bug #24109,
|
| 3666 |
thanks to splite <splite-gentoo@sigint.cs.purdue.edu>.
|
| 3667 |
|
| 3668 |
Fix /sbin/functions.sh to disable color printing if NOCOLOR is set to
|
| 3669 |
"true" in /etc/make.conf, closing bug #24107.
|
| 3670 |
|
| 3671 |
Fix /etc/init.d/keymaps to be more non-x86 friendly, and also allow
|
| 3672 |
more keymaps to be specified in /etc/rc.conf, bug #24084.
|
| 3673 |
|
| 3674 |
15 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3675 |
|
| 3676 |
Add /bin/csh to /etc/shells.
|
| 3677 |
|
| 3678 |
Add new protocols to /etc/services, thanks Rajiv Aaron Manglani
|
| 3679 |
<rajiv@gentoo.org>.
|
| 3680 |
|
| 3681 |
23 Jun 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3682 |
|
| 3683 |
Cleanups for bug #21438 from bug #22637, thanks to
|
| 3684 |
Christian Strauf <christian.strauf@gmx.de> and Ian Abbott <ian@abbott.org>.
|
| 3685 |
|
| 3686 |
22 Jun 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3687 |
|
| 3688 |
Really commit fix for bug #21438 to CVS.
|
| 3689 |
|
| 3690 |
21 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3691 |
|
| 3692 |
Call /proc mount with explicit options to fix issues where user
|
| 3693 |
have 'bind' mounts for /proc in fstab as well, bug #21068.
|
| 3694 |
|
| 3695 |
Fix /etc/init.d/bootmisc to check for /sbin/env-update.sh, bug #21384,
|
| 3696 |
reported by Gunnlaugur Thor Briem <gthb@hi.is>.
|
| 3697 |
|
| 3698 |
Add 'before bootmisc' to /etc/init.d/domainname, as we need to start
|
| 3699 |
it before 'env-update.sh' gets run by /etc/init.d/bootmisc.
|
| 3700 |
|
| 3701 |
* rc-scripts 1.4.3.8p1 (21 May 2003)
|
| 3702 |
|
| 3703 |
21 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3704 |
|
| 3705 |
Last fix I did not use the modified 'myservice', but used $1 again,
|
| 3706 |
causing the network dependencies to bork. I did not notice this
|
| 3707 |
as I have net.eth0 in default runlevel.
|
| 3708 |
|
| 3709 |
* rc-scripts 1.4.3.8 (20 May 2003)
|
| 3710 |
|
| 3711 |
20 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3712 |
|
| 3713 |
A '-' in a bash variable is not valid as well. Fix gendepend.awk and
|
| 3714 |
rc-service.sh to handle this, thanks to YAMAKURA Makoto
|
| 3715 |
<makoto@dsb.club.ne.jp>.
|
| 3716 |
|
| 3717 |
Move /etc/issue to /etc/issue.logo, and have /etc/issue only print info
|
| 3718 |
about the host it is running on.
|
| 3719 |
|
| 3720 |
18 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3721 |
|
| 3722 |
Do not let devfsd handle /dev/log's permission management, as it breaks
|
| 3723 |
selinux. Modified /etc/devfsd.conf, changes submited by Chris PeBenito
|
| 3724 |
<pebenito@gentoo.org>.
|
| 3725 |
|
| 3726 |
Fix type-o in /etc/init.d/net.ppp0, and add local ip-up/ip-down support.
|
| 3727 |
|
| 3728 |
14 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3729 |
|
| 3730 |
We should not export the RC_GOT_* variables, as it breaks on some systems,
|
| 3731 |
thanks to J?rg Gollnick <gentoo-bugs@wurzelbenutzer.de>, bug #20851.
|
| 3732 |
|
| 3733 |
From C. Brewer <killian@gentoo.org>:
|
| 3734 |
- Add hide-password to the connect cmd-line of /etc/init.d/net.ppp0, which is
|
| 3735 |
suppose to be default, but why take chances?
|
| 3736 |
- Also, echoing chmod 640 in the resolv.conf two-step at the end to solve the
|
| 3737 |
kppp complaint.
|
| 3738 |
|
| 3739 |
13 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3740 |
|
| 3741 |
For the network functions, the dependency code tried to create a funcion
|
| 3742 |
with a '.' in the name, causing the network rc-scripts to not have any
|
| 3743 |
dependencies. This should fix bug #20849 's order issue, thanks to
|
| 3744 |
YAMAKURA Makoto <makoto@dsb.club.ne.jp> for noticing.
|
| 3745 |
|
| 3746 |
Fix query_{before,after} to also check 'net' if 'service2' is a network
|
| 3747 |
service.
|
| 3748 |
|
| 3749 |
12 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3750 |
|
| 3751 |
More cleanups:
|
| 3752 |
- Move the broken stuff from symlinks to a DB entry in ${svcdir}/deptree.
|
| 3753 |
Updated /sbin/runscript.sh, /sbin/rc-services.sh and gendepend.awk for
|
| 3754 |
this.
|
| 3755 |
- Add functions for more common tasks in /sbin/runscript.sh to
|
| 3756 |
/sbin/rc-services.sh.
|
| 3757 |
- Move 'consoletype' to /sbin.
|
| 3758 |
- Rename /sbin/rc-envupdate.sh to /sbin/env-update.sh; updated
|
| 3759 |
/etc/init.d/bootmisc for this.
|
| 3760 |
- Move rc-services.sh, rc-daemon.sh and rc-help.sh to /lib/rcscripts/sh.
|
| 3761 |
- Improve detection of circular depends ... modified gendepend.awk for this.
|
| 3762 |
|
| 3763 |
* rc-scripts 1.4.3.7 (11 May 2003)
|
| 3764 |
|
| 3765 |
11 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3766 |
|
| 3767 |
Too many things to remember, so here is changes of note:
|
| 3768 |
- More changes to gendepend.awk. This basically modifies it to not use
|
| 3769 |
symlinks in $svcdir/{need,use,before,after,provide} anymore, but rather
|
| 3770 |
create a file that can be sourced. Seems to speedup things nicely.
|
| 3771 |
- Add /sbin/rc-services.sh. This is basically a module to get dependency
|
| 3772 |
info from the new $svcdir/deptree, and some other new service functions.
|
| 3773 |
- Modify the whole works to *only* source all needed files once. This
|
| 3774 |
includes /sbin/{functions.sh,rc-services.sh,rc-daemon.sh}. Also
|
| 3775 |
rc-services.sh will only source $svcdir/deptree once. /sbin/runscript.sh
|
| 3776 |
is sourced more than once (actually each time a service is started or
|
| 3777 |
stopped, but is is cut down much). Also seems to speed things up again.
|
| 3778 |
- Fix a long outstanding bug in gendepend.awk that caused the 'net'
|
| 3779 |
dependency to not be actually used in shutdown, causing the services
|
| 3780 |
needing it to be stoped before net.* services.
|
| 3781 |
- Add the RC_PARALLEL_STARTUP variable, with schedule_service_startup() to
|
| 3782 |
/sbin/rc-services.sh and /etc/conf.d/rc. This is experimental parallel
|
| 3783 |
startup of services, and seems to work nicely. Only issues to date is
|
| 3784 |
that printing of messages is not synced, and a race very intermittantly
|
| 3785 |
that causes a service to be started when it was already scheduled.
|
| 3786 |
- Add a new dependency type 'parallel' that can be used to control if a
|
| 3787 |
service can be started in paralled or not. Possible arguments is "yes"
|
| 3788 |
or "no"; if it is not present, it is considered as "yes":
|
| 3789 |
|
| 3790 |
depend() {
|
| 3791 |
parallel yes|no
|
| 3792 |
}
|
| 3793 |
|
| 3794 |
Modified cachedepend.awk, gendepend.awk and /sbin/rc-services.sh.
|
| 3795 |
- Fix the 'single' runlevel to actually work properly, and without a
|
| 3796 |
/etc/runlevels/single directory.
|
| 3797 |
- Remove the BOOT variable, and update /sbin/rc to set SOFTLEVEL properly.
|
| 3798 |
Fix /etc/init.d/{checkroot,bootmisc} to use SOFTLEVEL instead of BOOT.
|
| 3799 |
|
| 3800 |
08 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3801 |
|
| 3802 |
Major rework of /lib/rcscript/awk/gendepend.awk, cleaning it up nicely,
|
| 3803 |
and adding more sanity checks.
|
| 3804 |
|
| 3805 |
04 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3806 |
|
| 3807 |
Revert /etc/init.d/hostname the way it was, as it should be the user's
|
| 3808 |
choice if he want to have a FQDN in there or not, bug #14946.
|
| 3809 |
|
| 3810 |
Add /etc/init.d/domainname for those that want to use it.
|
| 3811 |
|
| 3812 |
29 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3813 |
|
| 3814 |
Change the root check back the way it was, else it breaks with non bash
|
| 3815 |
shells; modified /etc/profile.
|
| 3816 |
|
| 3817 |
29 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3818 |
|
| 3819 |
Change test in /etc/profile for root to '[ "$EUID" -eq 0 ]', bug #20140.
|
| 3820 |
|
| 3821 |
27 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3822 |
|
| 3823 |
Add various patches from Rachel Holmes <rach@gmx.net>:
|
| 3824 |
|
| 3825 |
Dropped use of 'cat' in bash scripts, '$(<$file)' is there for that
|
| 3826 |
purpose. Modified:
|
| 3827 |
|
| 3828 |
/etc/init.d/net.ppp0
|
| 3829 |
/etc/init.d/nscd
|
| 3830 |
/sbin/functions.sh
|
| 3831 |
/sbin/rc
|
| 3832 |
/sbin/rc-daemon.sh
|
| 3833 |
/sbin/rc-envupdate.sh.bash
|
| 3834 |
/sbin/runscript.sh
|
| 3835 |
|
| 3836 |
Exchanged some gratuitous use of awk for grep. Awk is a little resource
|
| 3837 |
hungry just for a simple test. (I [azarah] did not apply the changes to
|
| 3838 |
tests for 'devfs', as having 'usbdevfs' in the equation will break
|
| 3839 |
things). Modified /sbin/rc for this.
|
| 3840 |
|
| 3841 |
Gentoo enforces having /proc, so uname -r is a little redundant when the
|
| 3842 |
information is available without an external command. Modified:
|
| 3843 |
|
| 3844 |
/etc/init.d/modules
|
| 3845 |
/etc/init.d/serial
|
| 3846 |
/sbin/functions.sh
|
| 3847 |
/sbin/modules-update
|
| 3848 |
|
| 3849 |
Changed 'id -u' commands to use $EUID in bash executed scripts, same
|
| 3850 |
result no extra command. Modified:
|
| 3851 |
|
| 3852 |
/sbin/rc-envupdate.sh
|
| 3853 |
/sbin/rc-envupdate.sh.bash
|
| 3854 |
/sbin/rc-update
|
| 3855 |
|
| 3856 |
Removed all the cat sections, and the separate echo sections. The output
|
| 3857 |
is _exactly_ the same, minus some spare spaces that have been removed.
|
| 3858 |
Fourfold speed increase in the (granted flimsy) tests I have done.
|
| 3859 |
Modified /sbin/rc-help.sh for this.
|
| 3860 |
|
| 3861 |
Final remaining 'cat' commands removed, in favour of using bash's internal
|
| 3862 |
'$(< )' or 'echo'. Use of echo leads the way to future support for bash's
|
| 3863 |
i18n anyway. Modified:
|
| 3864 |
|
| 3865 |
/sbin/rc
|
| 3866 |
/sbin/rc-envupdate.sh
|
| 3867 |
/sbin/rc-envupdate.sh.bash
|
| 3868 |
|
| 3869 |
|
| 3870 |
|
| 3871 |
* rc-scripts 1.4.3.6 (27 Apr 2003)
|
| 3872 |
|
| 3873 |
27 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3874 |
|
| 3875 |
Add a 'save' function /etc/init.d/clock, bug #19685.
|
| 3876 |
|
| 3877 |
Add a slocate group to /etc/group, bug #19604.
|
| 3878 |
|
| 3879 |
Do not stop a network service if we do not reboot on runlevel change,
|
| 3880 |
as it could have been started by the user or hotplug. This should
|
| 3881 |
address bug #12763; modified /sbin/rc for this.
|
| 3882 |
|
| 3883 |
Fix /etc/init.d/hostname to set only the hostname, and not the NIS
|
| 3884 |
domainname.
|
| 3885 |
|
| 3886 |
Fix /etc/init.d/keymaps to be able to set the extended keymap in rc.conf.
|
| 3887 |
This should close bug #16884.
|
| 3888 |
|
| 3889 |
Fix /etc/profile to be /bin/sh compadible, bug #18918.
|
| 3890 |
|
| 3891 |
Change the swap comments in /sbin/rc to "Activating (possible) swap" to
|
| 3892 |
be more 'generic' ? Only try to disable swap if any devices/files was
|
| 3893 |
activated. This should close bug #19089.
|
| 3894 |
|
| 3895 |
Fix /etc/init.d/checkroot to only remount / rw if not set explicitly to
|
| 3896 |
rw in /etc/fstab, bug #19158.
|
| 3897 |
|
| 3898 |
24 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3899 |
|
| 3900 |
Fix /etc/init.d/net.ppp0 to do the right thing if stopped was called,
|
| 3901 |
but the ppp link was already down, bug #15333.
|
| 3902 |
|
| 3903 |
12 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3904 |
|
| 3905 |
Fix type-o in /etc/init.d/consolefont (line 38 should be 'retval=$?').
|
| 3906 |
Thanks to Matt Taylor <liverbugg@juno.com> (comment #6, bug #18344).
|
| 3907 |
|
| 3908 |
From linux-2.5.68, we need to mount devpts on /dev/pts again ...
|
| 3909 |
updated /sbin/rc for this.
|
| 3910 |
|
| 3911 |
11 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3912 |
|
| 3913 |
Fix errors on sourcing /etc/profile if EDITOR is not set, bug #18995.
|
| 3914 |
|
| 3915 |
10 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3916 |
|
| 3917 |
Make checking in unmount more strict, fixing bug #19007.
|
| 3918 |
|
| 3919 |
09 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3920 |
|
| 3921 |
Add one more check to genenviron.awk, to spot cases where there is a
|
| 3922 |
space between the variable and the '='.
|
| 3923 |
|
| 3924 |
08 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3925 |
|
| 3926 |
Fix interactive shell not to have coloured prompt when used as a
|
| 3927 |
dumb client, bug #18886. Fix was inspired by patch from
|
| 3928 |
Matthew Kennedy <mkennedy@gentoo.org>.
|
| 3929 |
|
| 3930 |
* rc-scripts 1.4.3.5 (06 Apr 2003)
|
| 3931 |
|
| 3932 |
06 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3933 |
|
| 3934 |
Hopefully get the serial support sane again. Added /bin/consoletype
|
| 3935 |
from Redhat to check for serial console. This should resolve bug
|
| 3936 |
#18329 partly.
|
| 3937 |
|
| 3938 |
Add the --nocolor option to suppress the use of colors.
|
| 3939 |
|
| 3940 |
Change the 'status' option to return true if the service is running,
|
| 3941 |
and false if stopped. This is only if the '--quiet' flag was also
|
| 3942 |
given.
|
| 3943 |
|
| 3944 |
Change the start and stop options not to output or return false if
|
| 3945 |
the '--quiet' flag was given.
|
| 3946 |
|
| 3947 |
Redirect stderr for consolechars in /etc/init.d/consolefont to /dev/null
|
| 3948 |
as well, fixing bug #18344.
|
| 3949 |
|
| 3950 |
Optimize $EDITOR extraction in /etc/profile closing bug #18614, thanks to
|
| 3951 |
Aron Griffis <agriffis@gentoo.org>.
|
| 3952 |
|
| 3953 |
Set HALT to 'shutdown' or 'reboot' depending on if we are shutting down
|
| 3954 |
or rebooting.
|
| 3955 |
|
| 3956 |
30 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3957 |
|
| 3958 |
Fix bug #18329 ... $COLS was not setup properly for serial console.
|
| 3959 |
|
| 3960 |
24 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3961 |
|
| 3962 |
Optimize USB fs stuff in /etc/init.d/localmount to use less cats etc.
|
| 3963 |
Fix a problem where it might not have mounted the USB fs when usbcore
|
| 3964 |
was compiled as module, and the kernel did not mount it by the time
|
| 3965 |
the script was started. Get it to rather check what filesystems is
|
| 3966 |
supported when deciding if it should use 'usbdevfs' or 'usbfs', as
|
| 3967 |
later 2.4 kernels now also support the newer 'usbfs'.
|
| 3968 |
|
| 3969 |
Optimize RAID stuff in /etc/init.d/checkfs a bit.
|
| 3970 |
|
| 3971 |
16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3972 |
|
| 3973 |
Update sbin/rc-envupdate.sh.bash for bug #17549.
|
| 3974 |
|
| 3975 |
* rc-scripts 1.4.3.4 (16 Mar 2003)
|
| 3976 |
|
| 3977 |
16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3978 |
|
| 3979 |
Add /etc/issue done by a Polish ascii-artists, v|rus with some slight
|
| 3980 |
modifications (purple and display hostname, etc). Closes bug #16806.
|
| 3981 |
|
| 3982 |
Add 'use hotplug' to /etc/init.d/net.eth0, to get cardbus hardware to
|
| 3983 |
work properly. Closes bug #17348.
|
| 3984 |
|
| 3985 |
Add update from Wout Mertens <wmertens@gentoo.org> to speedup shutdown
|
| 3986 |
of dhcp interfaces, closing bug #17378. This modified /etc/init.d/net.eth0.
|
| 3987 |
|
| 3988 |
11 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3989 |
|
| 3990 |
Fix usage of /usr/bin/cut in /sbin/functions.sh, thanks Brandon Low
|
| 3991 |
<lostlogic@gentoo.org>!
|
| 3992 |
|
| 3993 |
10 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 3994 |
|
| 3995 |
Add sysfs support for 2.5 kernels (mounted to /sys). Updated /sbin/rc
|
| 3996 |
and /etc/init.d/halt.sh for this.
|
| 3997 |
|
| 3998 |
Update /etc/fstab to correctly mount /proc with:
|
| 3999 |
|
| 4000 |
mount -t proc none /proc
|
| 4001 |
|
| 4002 |
Do the same for /dev/shm:
|
| 4003 |
|
| 4004 |
mount -t tmpfs none /dev/shm
|
| 4005 |
|
| 4006 |
Fix a typeo in /etc/init.d/checkroot that caused 'umount -a' to output
|
| 4007 |
noise if we exited a recovery console.
|
| 4008 |
|
| 4009 |
Fix /etc/init.d/hostname using /usr/bin/cut, closing bug #17175, thanks
|
| 4010 |
to Bobby Bingham <uhmmmm@columbus.rr.com> for noticing this.
|
| 4011 |
|
| 4012 |
Bring down default gateway before adding new one .. this fixes issues
|
| 4013 |
where eth0/whatever was brought up by kernel. Changed /etc/init.d/net.eth0
|
| 4014 |
for this, closing bug #17164. Thanks to nth <y.lesaint@free.fr> for the
|
| 4015 |
fix.
|
| 4016 |
|
| 4017 |
Fix /etc/init.d/modules to call modprobe with -q .. this fix issues where
|
| 4018 |
it fails for module-init-tools if the module is already loaded. This
|
| 4019 |
closes bug #17163, thanks to nth <y.lesaint@free.fr>.
|
| 4020 |
|
| 4021 |
* rc-scripts 1.4.3.3 (09 Mar 2003)
|
| 4022 |
|
| 4023 |
09 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 4024 |
|
| 4025 |
Fix /etc/init.d/netmount not to unmount / on nfs/whatever, bug #16274.
|
| 4026 |
|
| 4027 |
Fix net.eth0 not to try and start an interface if already up.
|
| 4028 |
|
| 4029 |
Update MAKEDEV from Debian to support more archs. This adds support
|
| 4030 |
for 'arm', 'hppa' among others. URL:
|
| 4031 |
|
| 4032 |
http://packages.debian.org/stable/base/makedev.html
|
| 4033 |
|
| 4034 |
Add support to /etc/init.d/modules to use /etc/modules.autoload/kernel-2.4
|
| 4035 |
if we are using a 2.4 kernel, and /etc/modules.autoload/kernel-2.5 if we
|
| 4036 |
are using a 2.5 kernel ... bug #17109.
|
| 4037 |
|
| 4038 |
02 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 4039 |
|
| 4040 |
Update /etc/init.d/hostname to only set the hostname to whatever is before
|
| 4041 |
the first '.', and then set the domainname to the rest, closing bug #14946.
|
| 4042 |
|
| 4043 |
28 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 4044 |
|
| 4045 |
Merge some of the optimizations from Graham Forest <vladimir@gentoo.org>.
|
| 4046 |
|
| 4047 |
Fix spelling of dependency and some other spelling/grammer issues.
|
| 4048 |
Thanks goes to Kerin Millar <kerin@recruit2recruit.net> and
|
| 4049 |
Mike Frysinger <vapier@gentoo.org>, bug #15498.
|
| 4050 |
|
| 4051 |
Change $svcdir to '/var/lib/init.d' to be more FHS compliant, bug #15192.
|
| 4052 |
|
| 4053 |
Add 'Eterm' to /etc/skel/.bashrc, closing bug #14662.
|
| 4054 |
|
| 4055 |
Adjust comments about PROTOCOLS in /etc/rc.conf to try and prevent
|
| 4056 |
bug #14556.
|
| 4057 |
|
| 4058 |
27 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 4059 |
|
| 4060 |
Finally fix /etc/init.d/halt.sh to unmount non critical mounts properly.
|
| 4061 |
|
| 4062 |
20 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 4063 |
|
| 4064 |
Kill /dev/ttyp0 error at boot by changing test in /etc/init.d/modules
|
| 4065 |
to 'test -c /dev/ttyp0 &> /dev/null'.
|
| 4066 |
|
| 4067 |
18 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 4068 |
|
| 4069 |
Update /sbin/modules-update to generate /etc/modprobe.devfs from
|
| 4070 |
/etc/modules.devfs. This along with the devfs-hack.patch in the latest
|
| 4071 |
module-init-tools-0.9.9 should get rid of many of the warnings/errors
|
| 4072 |
with devfs, and makes it work a bit better.
|
| 4073 |
|
| 4074 |
17 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 4075 |
|
| 4076 |
Fix /etc/inputrc for dvorak keyboard layout, bug #2599 again.
|
| 4077 |
|
| 4078 |
16 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 4079 |
|
| 4080 |
Fix the 'source /etc/profile.env' to be '. /etc/profile' to have ksh
|
| 4081 |
support. This resolves bug #14994.
|
| 4082 |
|
| 4083 |
Move EDITOR to /etc/rc.conf. Also update /etc/profile to set EDITOR
|
| 4084 |
according to /etc/rc.conf.
|
| 4085 |
|
| 4086 |
Update /etc/init.d/checkfs to fix bug #14282. It did not exclude comments,
|
| 4087 |
and used 'basename' which is located in /usr/bin.
|
| 4088 |
|
| 4089 |
13 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 4090 |
|
| 4091 |
Merge changes from Nick Jones <carpaski@gentoo.org> to not run stty if
|
| 4092 |
used in portage. Fix the NOCOLOR stuff. Updated /sbin/functions.sh for
|
| 4093 |
this.
|
| 4094 |
|
| 4095 |
06 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 4096 |
|
| 4097 |
Update src/awk/genenviron.awk to properly set the environment for each
|
| 4098 |
rc-script's depend() function by sourcing required config files.
|
| 4099 |
|
| 4100 |
05 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 4101 |
|
| 4102 |
Fix /sbin/rc-envupdate.sh to use $svcdir to set SVCDIR. This is thanks
|
| 4103 |
to Max Kalika <alkern23@yahoo.com>, bug #15050.
|
| 4104 |
|
| 4105 |
03 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 4106 |
|
| 4107 |
Fix /sbin/modules-update to work with module-init-tools-0.9.9.
|
| 4108 |
|
| 4109 |
30 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 4110 |
|
| 4111 |
Add 'use isapnp' to /etc/init.d/modules, closing bug #14677, thanks to
|
| 4112 |
Hubert Hanghofer <hubert.hanghofer@netbeer.co.at>.
|
| 4113 |
|
| 4114 |
27 Jan 2003; Donny Davies <woodchip@gentoo.org>:
|
| 4115 |
|
| 4116 |
Fix halt.sh by moving the nut UPS kill power stuff back into a function!
|
| 4117 |
Add fix from the wonderful analysis of Toby Dickenson
|
| 4118 |
<tdickenson@geminidataloggers.com> in #12947.
|
| 4119 |
|
| 4120 |
26 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 4121 |
|
| 4122 |
Fix start-stop-daemon to check the call to nice() correctly for failure,
|
| 4123 |
closing bug #14359, thanks to YAMAKURA Makoto <makoto@dsb.club.ne.jp>.
|
| 4124 |
|
| 4125 |
Fix globbing $? when checking return value of fsck in /etc/init.d/checkroot
|
| 4126 |
and /etc/init.d/checkfs. This closes bug #13320, thanks to good work from
|
| 4127 |
Malcolm Scott <m@lcolm.org.uk>.
|
| 4128 |
|
| 4129 |
21 Jan 2003; Mike Frysinger <vapier@gentoo.org>:
|
| 4130 |
|
| 4131 |
Updated /etc/rc.conf to add elogin/entrance support #13790.
|
| 4132 |
|
| 4133 |
21 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 4134 |
|
| 4135 |
Update /etc/init.d/keymaps to enable unicode if required. This closes
|
| 4136 |
bug #14306 thanks to Danny Milosavljevic <danny_milo@yahoo.com>.
|
| 4137 |
|
| 4138 |
19 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 4139 |
|
| 4140 |
Fix deadlock durning shutdown if tmpfs filesystems larger than free
|
| 4141 |
memory, and swap gets deactivated, bug #13599. Updated /etc/init.d/halt.sh
|
| 4142 |
for this.
|
| 4143 |
|
| 4144 |
Merge in some fixes from Vapier <vapier@gentoo.org> to /sbin/functions.sh.
|
| 4145 |
This closes bug #13868.
|
| 4146 |
|
| 4147 |
Always add "/bin:/sbin:/usr/bin:/usr/sbin" to PATH, as it fixes both
|
| 4148 |
'su -c foo' not finding start-stop-daemon (etc), and bug #14127.
|
| 4149 |
|
| 4150 |
Add route for lo interface to /etc/init.d/net.lo, closing bug #14055.
|
| 4151 |
|
| 4152 |
15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 4153 |
|
| 4154 |
Clear $svcdir in /sbin/rc before we run depscan to make sure we do
|
| 4155 |
not have stale entries left from hard reboot, thanks to pac1085 on
|
| 4156 |
irc.
|
| 4157 |
|
| 4158 |
* rc-scripts 1.4.3.2 (15 Jan 2003)
|
| 4159 |
|
| 4160 |
15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 4161 |
|
| 4162 |
Truely fix bootup on seperate /var.
|
| 4163 |
|
| 4164 |
Add some fixes and optimizations to /sbin/rc-update, thanks to
|
| 4165 |
Daniel Robbins <drobbins@gentoo.org>.
|
| 4166 |
|
| 4167 |
* rc-scripts 1.4.3.1 (15 Jan 2003)
|
| 4168 |
|
| 4169 |
15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 4170 |
|
| 4171 |
Fix bootup on seperate /var.
|
| 4172 |
|
| 4173 |
14 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 4174 |
|
| 4175 |
Fix /etc/init.d/hostname and /etc/init.d/serial to close bug #13636.
|
| 4176 |
|
| 4177 |
07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 4178 |
|
| 4179 |
Fix /etc/init.d/keymaps to force linux keycodes for PPC, thanks
|
| 4180 |
to Olaf Hering <gentoo@aepfle.de>, bug #13193.
|
| 4181 |
|
| 4182 |
Turn on -C option to fsck on for all calls to fsck. Updated scripts
|
| 4183 |
/etc/init.d/checkroot and /etc/init.d/checkfs, closing bug #13321.
|
| 4184 |
|
| 4185 |
* rc-scripts 1.4.3.0 (07 Jan 2003)
|
| 4186 |
|
| 4187 |
07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 4188 |
|
| 4189 |
Too much to mention, but here are a few:
|
| 4190 |
- Major rewrite of software RAID startup, based on Mandrake's, as
|
| 4191 |
ours was pretty broken :(
|
| 4192 |
- Redone /sbin/rc to work without the tmpfs/ramfs stat directory.
|
| 4193 |
Much of /sbin/functions.sh and other scripts have been changed
|
| 4194 |
to support this.
|
| 4195 |
- Reworked /etc/inittab to support this. Also moved critical
|
| 4196 |
mounting of local filesystems to 'sysinit' function of /sbin/rc.
|
| 4197 |
- Move state directory to /var/state/init.d/ ($svcdir).
|
| 4198 |
- Move Adelie node init to /sbin/functions.sh to try and simplify
|
| 4199 |
/sbin/rc a bit.
|
| 4200 |
- Updated Copyright dates to 2003.
|
| 4201 |
|
| 4202 |
* rc-scripts 1.4.2.8 (06 Jan 2003)
|
| 4203 |
|
| 4204 |
02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 4205 |
|
| 4206 |
Fix src/awk/genenviron.awk to work with multiple 'need', 'use', etc
|
| 4207 |
lines, as it seems users do not note the need to have them all on
|
| 4208 |
one line ....
|
| 4209 |
|
| 4210 |
Fix /sbin/runscript.sh to detect 'net.adsl', or any other net.*
|
| 4211 |
script not ending on a digit. This closes bug #12887.
|
| 4212 |
|
| 4213 |
Fix get_KV to also check micro version of kernel; add KV_to_int()
|
| 4214 |
helper function for get_KV. Update /etc/init.d/localmount to work
|
| 4215 |
with new get_KV ...
|
| 4216 |
|
| 4217 |
28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4218 |
|
| 4219 |
Add support for generate-modprobe.conf or generating /etc/modprobe.conf
|
| 4220 |
in the new sys-apps/module-init-tools. Note that you need version
|
| 4221 |
0.9.7 or later of sys-apps/module-init-tools. Updated
|
| 4222 |
/sbin/modules-update for this.
|
| 4223 |
|
| 4224 |
Change /etc/init.d/localmount to use 'usbfs' and not 'usbdevfs' if
|
| 4225 |
we are running kernel 2.5 or later ...
|
| 4226 |
|
| 4227 |
26 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4228 |
|
| 4229 |
Add /etc/init.d/crypto-loop and /etc/conf.d/crypto-loop, a cool
|
| 4230 |
rc-script to setup encrypted loopback devices. This was kindly
|
| 4231 |
donated by Matthew Kennedy <mkennedy@gentoo.org> (bug #11471).
|
| 4232 |
|
| 4233 |
25 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4234 |
|
| 4235 |
Fix src/awk/genenviron.awk stripping *all* '=', closing
|
| 4236 |
bug #8901.
|
| 4237 |
|
| 4238 |
Fix src/awk/genenviron.awk not seperating CONFIG_PROTECT with
|
| 4239 |
spaces ...
|
| 4240 |
|
| 4241 |
* rc-scripts 1.4.2.7 (24 Dec 2002)
|
| 4242 |
|
| 4243 |
24 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4244 |
|
| 4245 |
Add a fix to /sbin/functions.sh for bug #12601.
|
| 4246 |
|
| 4247 |
22 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4248 |
|
| 4249 |
Add INFOPATH to /etc/env.d/00basic.
|
| 4250 |
|
| 4251 |
Fix src/awk/genenviron.awk to get the order of the env.d files
|
| 4252 |
correct. Also fix it to handle *all* the SPECIALS correctly.
|
| 4253 |
This closes bug #12411.
|
| 4254 |
|
| 4255 |
* rc-scripts 1.4.2.6 (18 Dec 2002)
|
| 4256 |
|
| 4257 |
18 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4258 |
|
| 4259 |
Add mips changes to sbin/MAKEDEV. This should close bug #12329,
|
| 4260 |
thanks to Nicholas Wourms <nwourms@netscape.net>.
|
| 4261 |
|
| 4262 |
Quote some tests in /sbin/rc-update to fix/avoid the problem
|
| 4263 |
in bug #
|
| 4264 |
|
| 4265 |
Fix awk regex in /etc/init.d/halt.sh to fix bug #11795.
|
| 4266 |
|
| 4267 |
Update shell for postgres user, closing bug #12258.
|
| 4268 |
|
| 4269 |
11 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4270 |
|
| 4271 |
Fix src/awk/genenviron.awk not to add duplicate entries, closing
|
| 4272 |
bug #8999.
|
| 4273 |
|
| 4274 |
* rc-scripts 1.4.2.5 (09 Dec 2002)
|
| 4275 |
|
| 4276 |
08 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4277 |
|
| 4278 |
Add another sync to /etc/init.d/halt.sh, closing bug 8173.
|
| 4279 |
|
| 4280 |
Add smmsp uid and gid. Closes bug #8952.
|
| 4281 |
|
| 4282 |
04 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4283 |
|
| 4284 |
Setup colums, etc up properly for serial consoles in /sbin/functions.sh.
|
| 4285 |
Closes bug #11557, thanks to Erik Scrafford <erik@scrafford.org>.
|
| 4286 |
|
| 4287 |
Add headers similar to that of portage-2.0.45 and up to the
|
| 4288 |
generated profile files (/etc/{profile,csh}.env). Updated
|
| 4289 |
src/awk/genenviron.awk for this.
|
| 4290 |
|
| 4291 |
01 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4292 |
|
| 4293 |
Fix typeo in /etc/devfsd.conf, closing bug #11424, thanks to the
|
| 4294 |
sharp eye of Techie2000 <Linux@mochamail.com>.
|
| 4295 |
|
| 4296 |
Rename /sbin/update-modules to /sbin/modules-update, closing
|
| 4297 |
bug #11445.
|
| 4298 |
|
| 4299 |
Nano moved from /usr/bin/nano to /bin/nano. Fix this in
|
| 4300 |
/etc/env.d/00basic, bug #10916.
|
| 4301 |
|
| 4302 |
27 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4303 |
|
| 4304 |
Add more improvements to clustering code. This is from
|
| 4305 |
Olivier Crete <crete@cerca.umontreal.ca>, bug #4151.
|
| 4306 |
|
| 4307 |
26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4308 |
|
| 4309 |
Change default 'net' dependency behaviour to be more suited
|
| 4310 |
for notebook users. Basically if at least one net.* service
|
| 4311 |
beside net.lo start successfully, the 'net' dependency is
|
| 4312 |
considered up. Server admin can set RC_NET_STRICT_CHECKING="yes"
|
| 4313 |
in /etc/conf.d/rc to change this back to the old default.
|
| 4314 |
This is the start to address bug #2706.
|
| 4315 |
|
| 4316 |
* rc-scripts 1.4.2.4 (26 Nov 2002)
|
| 4317 |
|
| 4318 |
26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4319 |
|
| 4320 |
Initial merge of bits for Adelie Linux for SSI clusters. More
|
| 4321 |
info at:
|
| 4322 |
|
| 4323 |
http://www.cerca.umontreal.ca/hpc/en/projects/adelie/index.html
|
| 4324 |
|
| 4325 |
25 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4326 |
|
| 4327 |
One liner fix to src/awk/cachedepends.awk to once again fix
|
| 4328 |
bug #7803.
|
| 4329 |
|
| 4330 |
18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4331 |
|
| 4332 |
Add 'alias char-major-89 i2c-dev' to /etc/modules.d/aliases.
|
| 4333 |
This should close bug #10891.
|
| 4334 |
|
| 4335 |
* rc-scripts 1.4.2.3 (18 Nov 2002)
|
| 4336 |
|
| 4337 |
18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4338 |
|
| 4339 |
Add some more checks to src/awk/*. Fix error printing for
|
| 4340 |
/sbin/depscan.sh.
|
| 4341 |
|
| 4342 |
Link awk module with gcc and not with ld. This should fix
|
| 4343 |
problems on sparc and alpha. Many thanks for this fix to
|
| 4344 |
Stephan Jones <cretin@gentoo.org>.
|
| 4345 |
|
| 4346 |
Remove the copyright info from config files, thanks to
|
| 4347 |
Matthew Kennedy <mkennedy@gentoo.org>.
|
| 4348 |
|
| 4349 |
* rc-scripts 1.4.2.2 (18 Nov 2002)
|
| 4350 |
|
| 4351 |
18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4352 |
|
| 4353 |
Add src/awk/genenviron.awk which is rc-envupdate.sh ported
|
| 4354 |
to awk. This is also much faster than its bash version.
|
| 4355 |
|
| 4356 |
Remove the 'Spider cat fix' from depscan.sh.bash, as it makes
|
| 4357 |
things even slower on older boxes. Bug #10548.
|
| 4358 |
|
| 4359 |
After a bored Vapier decided that he needed to update the
|
| 4360 |
licenses of things in /etc :P, I did the rest. Hopefully
|
| 4361 |
not too many people will nuke thier fstab :/
|
| 4362 |
|
| 4363 |
* rc-scripts 1.4.2.1 (18 Nov 2002)
|
| 4364 |
|
| 4365 |
18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4366 |
|
| 4367 |
Update src/awk/cachedepends.awk to find its own rc-scripts,
|
| 4368 |
fixing the need for find which broke systems with /usr on
|
| 4369 |
a different partition.
|
| 4370 |
|
| 4371 |
17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4372 |
|
| 4373 |
Add some extra checks to src/awk/cachedepends.awk and
|
| 4374 |
src/awk/gendepends.awk.
|
| 4375 |
|
| 4376 |
Move some of the more generic functions in src/awk/gendepends.awk
|
| 4377 |
to src/awk/functions.awk.
|
| 4378 |
|
| 4379 |
* rc-scripts 1.4.2 (17 Nov 2002)
|
| 4380 |
|
| 4381 |
17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4382 |
|
| 4383 |
Add initial version of new depscan.sh. This uses awk scripts
|
| 4384 |
to do the main work, giving about 10 times speed improvement on
|
| 4385 |
slower machines. Updated /sbin/depscan.sh, src/filefuncts.c,
|
| 4386 |
src/Makefile, src/awk/cachedepends.awk and src/awk/gendepends.awk
|
| 4387 |
for this. This should close bug #10548.
|
| 4388 |
|
| 4389 |
* rc-scripts 1.4.1.2 (5 Nov 2002)
|
| 4390 |
|
| 4391 |
5 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4392 |
|
| 4393 |
Add UID/GID of 250 for Portage Fakeroot account.
|
| 4394 |
|
| 4395 |
4 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4396 |
|
| 4397 |
Change /etc/init.d/clock to depend on localmount again, fixing
|
| 4398 |
bug #10048.
|
| 4399 |
|
| 4400 |
Get deps on logger sane again. I wanted to get the logger started
|
| 4401 |
as early as possible, but clock for one breaks if /usr is mounted
|
| 4402 |
on seperate partition.
|
| 4403 |
|
| 4404 |
29 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4405 |
|
| 4406 |
Fix return in /etc/init.d/modules to return 0 if /proc/modules
|
| 4407 |
do not exists. Closes bug #7738, comment #5.
|
| 4408 |
|
| 4409 |
* rc-scripts 1.4.1.1 (28 Oct 2002)
|
| 4410 |
|
| 4411 |
28 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4412 |
|
| 4413 |
Fix /sbin/update-modules not to include backup files. Closes
|
| 4414 |
bug #9707.
|
| 4415 |
|
| 4416 |
26 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4417 |
|
| 4418 |
Fix update-modules borking if there are directories present
|
| 4419 |
in /etc/modules.d/. Closes bug #9632.
|
| 4420 |
|
| 4421 |
17 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4422 |
|
| 4423 |
Change deps on /etc/init.d/{clock,hostname,modules} not to
|
| 4424 |
depend on localmount, but rather on checkroot, as all of them
|
| 4425 |
just need / to be mounted. This should fix race conditions
|
| 4426 |
because of checkfs dependency on modules. This should close
|
| 4427 |
bug #9266.
|
| 4428 |
|
| 4429 |
* rc-scripts 1.4.1 (13 Oct 2002)
|
| 4430 |
|
| 4431 |
13 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4432 |
|
| 4433 |
Create and fix permissions on /tmp/.{ICE,X11}-unix/. This
|
| 4434 |
is additional measures for bug #8281.
|
| 4435 |
|
| 4436 |
12 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4437 |
|
| 4438 |
Update /etc/init.d/net.eth0 to fix bug #8626.
|
| 4439 |
|
| 4440 |
Fix /sbin/rc-update to check return code of "ln". This should
|
| 4441 |
close bug #8867.
|
| 4442 |
|
| 4443 |
29 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4444 |
|
| 4445 |
Fix indentation in /etc/inputrc. This should close
|
| 4446 |
bug #8368.
|
| 4447 |
|
| 4448 |
Add extended status functionality. Should close bug #2462.
|
| 4449 |
|
| 4450 |
Add support for /sbin/rc-update to check if the rc-script
|
| 4451 |
is executable or not. Thanks to widersacher@gmx.net, closing
|
| 4452 |
bug #8326.
|
| 4453 |
|
| 4454 |
25 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4455 |
|
| 4456 |
Fix /etc/init.d/bootmisc not to kill pidfiles of running
|
| 4457 |
daemons. Improve NGPT support in /sbin/rc a bit.
|
| 4458 |
|
| 4459 |
23 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4460 |
|
| 4461 |
Fix my last screwup with /etc/init.d/net.ppp0. Basically
|
| 4462 |
forgot to change a few DEVICE's to IFACE ...
|
| 4463 |
|
| 4464 |
22 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4465 |
|
| 4466 |
NGPT support.
|
| 4467 |
|
| 4468 |
17 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4469 |
|
| 4470 |
Did a small fix to /etc/init.d/net.eth0, thanks to
|
| 4471 |
naanyaar2000@yahoo.com, bug #7407.
|
| 4472 |
|
| 4473 |
16 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4474 |
|
| 4475 |
Add the permission stuff for generic scsi when compiled as
|
| 4476 |
module, thanks to Bauno <bauno@inwind.it>.
|
| 4477 |
|
| 4478 |
Add support for /etc/devfs.d/ for additional devfs config
|
| 4479 |
stuff .. idea from Denys Duchier <Denys.Duchier@ps.uni-sb.de>.
|
| 4480 |
|
| 4481 |
11 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4482 |
|
| 4483 |
Fix small type-o from last changes to /etc/init.d/netmount.
|
| 4484 |
Should resolve bug #7803.
|
| 4485 |
|
| 4486 |
* rc-scripts 1.4.0 (7 Sep 2002)
|
| 4487 |
|
| 4488 |
7 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4489 |
|
| 4490 |
Update /etc/init.d/net.eth0 to handle individual broadcast
|
| 4491 |
and netmask for aliases. Should close bug #7407.
|
| 4492 |
|
| 4493 |
Give /var/run/utmp and /var/log/wtmp the proper permissions
|
| 4494 |
and ownership. First steps in fixing bug #7630.
|
| 4495 |
|
| 4496 |
Change Raid stuff again in /etc/init.d/checkfs.
|
| 4497 |
|
| 4498 |
26 Aug 2002; Donny Davies <woodchip@gentoo.org>:
|
| 4499 |
|
| 4500 |
Give root a 'root' GECOS in /etc/passwd, was NULL before.
|
| 4501 |
|
| 4502 |
* rc-scripts 1.3.9 (25 Aug 2002)
|
| 4503 |
|
| 4504 |
25 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4505 |
|
| 4506 |
Update /sbin/rc to fix some spelling/slang mistakes. Closes
|
| 4507 |
bug #6887.
|
| 4508 |
|
| 4509 |
Move /etc/init.d/net.ppp0 's config to /etc/conf.d/net.ppp0.
|
| 4510 |
This closes bug #6378.
|
| 4511 |
|
| 4512 |
Add IPv6 support to /etc/init.d/net.eth0. Closes bug #6175,
|
| 4513 |
with many thanks to Asbjorn Sannes <ace@sannes.org>.
|
| 4514 |
|
| 4515 |
20 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4516 |
|
| 4517 |
Update /etc/init.d/bootmisc to reset pam_console permissions.
|
| 4518 |
|
| 4519 |
Update /etc/devfsd.conf to have the "pam_console_apply_devfsd.so"
|
| 4520 |
line for getting devfs to work with pam_console.
|
| 4521 |
|
| 4522 |
12 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4523 |
|
| 4524 |
Update /etc/init.d/keymaps to first load the windowkeys.inc then
|
| 4525 |
the user selected one, fixing bug #6295.
|
| 4526 |
|
| 4527 |
11 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4528 |
|
| 4529 |
Change the 'cat' in check_rcscript() to a single 'awk' in
|
| 4530 |
/sbin/depscan.sh. This should fix broken pipe issues if the
|
| 4531 |
loop exists too early. Resolves bug #5961.
|
| 4532 |
|
| 4533 |
Fix software RAID startup/shutdown, bug #5310. Modified
|
| 4534 |
/etc/init.d/checkfs and /etc/init.d/halt.sh for this.
|
| 4535 |
|
| 4536 |
* rc-scripts 1.3.8 (08 Aug 2002)
|
| 4537 |
|
| 4538 |
7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4539 |
|
| 4540 |
Move the color ls stuff to .bashrc. Fix bug #5250.
|
| 4541 |
|
| 4542 |
6 Aug 2002; Dan Armak <danarmak@gentoo.org>:
|
| 4543 |
|
| 4544 |
Correct the comments in rc.conf about the XSESSION variable: it should
|
| 4545 |
be set to "kde-<version>" not "KDE". Closes bug #5948.
|
| 4546 |
|
| 4547 |
5 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4548 |
|
| 4549 |
Fix the 'Usage' line in the help to return the correct options for
|
| 4550 |
the script (/sbin/runscript.sh). Resolve bug #6029.
|
| 4551 |
|
| 4552 |
3 Aug 2002; Donny Davies <woodchip@gentoo.org>:
|
| 4553 |
|
| 4554 |
Added UPS shutdown support for nut to halt.sh.
|
| 4555 |
Added nut user/group as uid/gid 84.
|
| 4556 |
|
| 4557 |
27 Jul 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4558 |
|
| 4559 |
Updated /sbin/rc's way of checking for devfs support (now rather uses
|
| 4560 |
awk, as it is more accurate). Closes bug #5458.
|
| 4561 |
|
| 4562 |
Add the Redhat/Mandrake /forcefsck and /fastboot options to our checkroot
|
| 4563 |
and checkfs. Updated /etc/init.d/{checkroot,checkfs,halt.sh} for this.
|
| 4564 |
Thanks goes to Chris PeBenito (bug #5570).
|
| 4565 |
|
| 4566 |
Changed most daemons to use /bin/false as shell. Should close bug #5388.
|
| 4567 |
|
| 4568 |
27 Jul 2002; Nicholas Jones <carpaski@gentoo.org>:
|
| 4569 |
|
| 4570 |
Added vpopmail user and group as 89:89
|
| 4571 |
|
| 4572 |
22 Jul 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4573 |
|
| 4574 |
Add the cyrus user to /etc/passwd. Resolves bug #4100.
|
| 4575 |
|
| 4576 |
Some bugfixes and speed improvements to /sbin/depscan.sh after
|
| 4577 |
last changes.
|
| 4578 |
|
| 4579 |
Replace some cat/grep's in /sbin/rc-envupdate.sh with awk's to
|
| 4580 |
get some speed improvements.
|
| 4581 |
|
| 4582 |
21 Jul 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4583 |
|
| 4584 |
Fix LVM support in /etc/init.d/checkfs again, thanks to help from
|
| 4585 |
Kyle Manna <nitro@gentoo.org>.
|
| 4586 |
|
| 4587 |
Add software RAID support to /etc/init.d/checkfs, thanks to
|
| 4588 |
Daniel Ahlberg <aliz@gentoo.org>.
|
| 4589 |
|
| 4590 |
Update the cache_depend() funtion in /sbin/depscan.sh not to
|
| 4591 |
quit on any "}", but only on the one matching the first "{". This
|
| 4592 |
requires wc in /bin, so baselayout should depend on
|
| 4593 |
>=sys-apps/textutils-2.0.19-r2
|
| 4594 |
|
| 4595 |
Update /etc/init.d/netmount to try and detect nfs mounts that should be
|
| 4596 |
mounted automatically on boot. This requires awk in /bin, so baselayout
|
| 4597 |
should depend on >=sys-apps/gawk-3.1.0-r3.
|
| 4598 |
|
| 4599 |
* rc-scripts 1.3.7 (17 Jul 2002)
|
| 4600 |
|
| 4601 |
17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4602 |
|
| 4603 |
Add logging functionality to the rc-scripts, thanks to Alexander Holler,
|
| 4604 |
bug #4037 for the basic idea. Updated /sbin/functions.sh for this.
|
| 4605 |
|
| 4606 |
16 Jul 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4607 |
|
| 4608 |
Add additional entries to /etc/services to support cyrus-imapd, thanks
|
| 4609 |
to Nick Hadaway <raker@gentoo.org>.
|
| 4610 |
|
| 4611 |
Update /etc/init.d/consolefont to resolve bug #4968. This fixes a
|
| 4612 |
problem with non 7bit ascii symbols.
|
| 4613 |
|
| 4614 |
Updated /etc/init.d/checkfs to detect if lvm is already active.
|
| 4615 |
This should resolve bug #3613.
|
| 4616 |
|
| 4617 |
5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4618 |
|
| 4619 |
Add "usb" group, gid 85. Move "sshd" user and group to 22. Move
|
| 4620 |
"games" user and group to 35
|
| 4621 |
|
| 4622 |
3 Jun 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4623 |
|
| 4624 |
Update Copyright displayed at boot, thanks to Sascha Schwabbauer
|
| 4625 |
(aka cybersystem). Updated /sbin/rc for this.
|
| 4626 |
|
| 4627 |
30 Jun 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4628 |
|
| 4629 |
Update /etc/skel/.bashrc to update the window title of X terminals
|
| 4630 |
that supports it. Closes bug #4232.
|
| 4631 |
|
| 4632 |
26 Jun 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4633 |
|
| 4634 |
Add sshd user and group. Updated /etc/passwd and /etc/group for this.
|
| 4635 |
|
| 4636 |
Update /etc/inputrc to resolve bug #2599.
|
| 4637 |
|
| 4638 |
20 Jun 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4639 |
|
| 4640 |
Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified
|
| 4641 |
/etc/env.d/00basic for this.
|
| 4642 |
|
| 4643 |
Add some new daemon stop and pid detection stuff to /sbin/functions.sh.
|
| 4644 |
Nothing official, but I spent enough time on it not to want to loose it :)
|
| 4645 |
|
| 4646 |
Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs
|
| 4647 |
to give output to stderr. This was caused by a call to "stty", which when
|
| 4648 |
run without a attatched terminal, have this effect. Basically just pipe
|
| 4649 |
stderr to /dev/null.
|
| 4650 |
|
| 4651 |
5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4652 |
|
| 4653 |
Add /usr/local/share/man to $MANPATH (/etc/env.d/00basic), resolving
|
| 4654 |
bug #3363
|
| 4655 |
|
| 4656 |
26 May 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4657 |
|
| 4658 |
Update /etc/init.d/netmount not to try and mount NFS filesystems
|
| 4659 |
if portmap was not started. This is to stop "hang" problems for
|
| 4660 |
new users who do not add portmap to the default runlevel. See
|
| 4661 |
bug #2555.
|
| 4662 |
|
| 4663 |
Add the video4linux stuff to /etc/devfsd.conf. Resolves bug #2015.
|
| 4664 |
|
| 4665 |
19 May 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4666 |
|
| 4667 |
Move $EDITOR from /etc/profile to /etc/env.d/00basic.
|
| 4668 |
|
| 4669 |
13 May 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4670 |
|
| 4671 |
Change the homes of user "at" and "cron" in /etc/passwd, as
|
| 4672 |
they moved to /var/spool/cron...
|
| 4673 |
|
| 4674 |
* rc-scripts 1.3.5 (12 May 2002)
|
| 4675 |
|
| 4676 |
12 May 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4677 |
|
| 4678 |
Make slight modifications to /sbin/depscan.sh to improve speed (about
|
| 4679 |
1 second on a celeron 633).
|
| 4680 |
|
| 4681 |
Finally fix /sbin/runscript.sh to properly handle interdependencies
|
| 4682 |
between types need/use and before/after on runlevel change. I can
|
| 4683 |
actually kick myself for previous implementations, as this fix simplifies
|
| 4684 |
things a lot, and is almost 30 lines of code less!
|
| 4685 |
|
| 4686 |
Change /etc/init.d/netmount not to fail if all mounts are not mounted.
|
| 4687 |
It rather just exit with a warning, as I think most people have like
|
| 4688 |
me mounts that are to boxes that are not always up.
|
| 4689 |
|
| 4690 |
Resolve bug #2439 (should not use try with the dd command for ramdisk
|
| 4691 |
stuff). Also increase the number of inodes used for the ramdisk to
|
| 4692 |
fix "out of space" errors. Updated /sbin/rc for this.
|
| 4693 |
|
| 4694 |
10 May 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4695 |
|
| 4696 |
Resolve bug #2505 ... /sbin/rc-envupdate.sh should not use
|
| 4697 |
backup files to generate /etc/profile.env.
|
| 4698 |
|
| 4699 |
Resolve bug #2489 and #2175. Modified /etc/init.d/net.eth0
|
| 4700 |
for this.
|
| 4701 |
|
| 4702 |
6 May 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4703 |
|
| 4704 |
Fixed /sbin/rc-envupdate.sh to only use the $KDEDIR of the highest
|
| 4705 |
/etc/env.d/ file. Same for $QTDIR.
|
| 4706 |
|
| 4707 |
5 May 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4708 |
|
| 4709 |
Add /etc/DIR_COLORS as it is no longer shipped with fileutils,
|
| 4710 |
and is needed for some fixes.
|
| 4711 |
|
| 4712 |
28 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4713 |
|
| 4714 |
Update /etc/rc.conf to be more clear and state that you should
|
| 4715 |
remove consolefont from startup if you do not use it. Should
|
| 4716 |
resolve bug #2174.
|
| 4717 |
|
| 4718 |
26 Apr 2002; Donny Davies <woodchip@gentoo.org> passwd, group :
|
| 4719 |
|
| 4720 |
Added user/group apache with uid/gid 81.
|
| 4721 |
|
| 4722 |
25 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4723 |
|
| 4724 |
Remove the "-net" from the line setting the default gateway
|
| 4725 |
in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for
|
| 4726 |
noting this.
|
| 4727 |
|
| 4728 |
24 Apr 2002; Donny Davies <woodchip@gentoo.org> rc.conf :
|
| 4729 |
|
| 4730 |
Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs
|
| 4731 |
which is installed with the nfs-utils package. Also tidied up some
|
| 4732 |
really old, leftover junk like the non-supported stuff from rc5.
|
| 4733 |
Closes #1754.
|
| 4734 |
|
| 4735 |
23 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4736 |
|
| 4737 |
Remove creation of /var/run/utmpx from bootmisc again. Seems
|
| 4738 |
other people have wierd problems.
|
| 4739 |
|
| 4740 |
* rc-scripts 1.3.4 (21 Apr 2002)
|
| 4741 |
|
| 4742 |
21 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4743 |
|
| 4744 |
Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env,
|
| 4745 |
and /etc/csh.env. Update /etc/init.d/bootmisc to use this.
|
| 4746 |
|
| 4747 |
Implement the status commandline argument. Updated /sbin/runscript.sh
|
| 4748 |
and /sbin/rc-help.sh for this.
|
| 4749 |
|
| 4750 |
Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE
|
| 4751 |
and AFTER.
|
| 4752 |
|
| 4753 |
12 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4754 |
|
| 4755 |
Update /etc/init.d/bootmisc to create /var/run/utmpx. This
|
| 4756 |
is needed, else /usr/bin/newgrp segfault.
|
| 4757 |
|
| 4758 |
11 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4759 |
|
| 4760 |
Update /etc/skel/.bash_profile to make it tcsh compadible.
|
| 4761 |
Thanks to Väinö Järvelä for this fix.
|
| 4762 |
|
| 4763 |
Update /etc/profile to also set the PS? variables if $SHELL
|
| 4764 |
is set to /bin/sh. This should make prompt colours in
|
| 4765 |
bootstrap work again.
|
| 4766 |
|
| 4767 |
Move LVM stuff to checkfs to ensure that they get fscked.
|
| 4768 |
This resolves bug #1552.
|
| 4769 |
|
| 4770 |
* rc-scripts 1.3.3 (5 Apr 2002)
|
| 4771 |
|
| 4772 |
5 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4773 |
|
| 4774 |
Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin.
|
| 4775 |
This is done to try and ensure system integrity.
|
| 4776 |
|
| 4777 |
1 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4778 |
|
| 4779 |
Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391.
|
| 4780 |
|
| 4781 |
Add a error message to /etc/init.d/consolefont, resolving bug #1415.
|
| 4782 |
|
| 4783 |
Add a bash check to the code that sets the prompt, fixing bug #1078.
|
| 4784 |
|
| 4785 |
* rc-scripts 1.3.2 (24 Mar 2002)
|
| 4786 |
|
| 4787 |
24 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4788 |
|
| 4789 |
Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc
|
| 4790 |
for this.
|
| 4791 |
|
| 4792 |
With the "before" and "after" stuff, recursion levels was getting too high,
|
| 4793 |
and with some cases, things just plain did not work as it should. Reworked
|
| 4794 |
things to to lower the levels of recursion and get the order right. Updated
|
| 4795 |
/etc/init.d/runscript.sh for this.
|
| 4796 |
|
| 4797 |
Fixed a problem in /sbin/rc and /etc/init.d/runscript.sh where
|
| 4798 |
${svcdir}/softlevel did not always exist, but runscript.sh tried to open it.
|
| 4799 |
|
| 4800 |
Enhance --quiet support. Updated /etc/init.d/functions.sh for this.
|
| 4801 |
|
| 4802 |
Remove /etc/pwdb.conf, as pwdb already install a copy of this.
|
| 4803 |
|
| 4804 |
Remove /etc/pam.d/{rexec,rlogin,rsh} as pam already install this.
|
| 4805 |
|
| 4806 |
Added $INPUTRC to /etc/profile, since too many people keep on bugging me,
|
| 4807 |
and it seems it has fallen now to my discression.
|
| 4808 |
|
| 4809 |
* rc-scripts 1.3.1 (23 Mar 2002)
|
| 4810 |
|
| 4811 |
23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for
|
| 4812 |
DHCP lease release from Jim Nutt.
|
| 4813 |
|
| 4814 |
23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release
|
| 4815 |
since there are a lot of important bug fixes in here that are needed.
|
| 4816 |
|
| 4817 |
23 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4818 |
|
| 4819 |
Resolve bug #1292.
|
| 4820 |
|
| 4821 |
Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to
|
| 4822 |
Spidler.
|
| 4823 |
|
| 4824 |
21 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4825 |
|
| 4826 |
Update /sbin/rc to fix a 'cat mounts' instead of the correct
|
| 4827 |
version, 'cat /proc/mounts'.
|
| 4828 |
|
| 4829 |
19 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4830 |
|
| 4831 |
Add initial support for the --quiet flag that suppress output.
|
| 4832 |
|
| 4833 |
18 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4834 |
|
| 4835 |
Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc
|
| 4836 |
as not all errors by depscan.sh is critical. It should be
|
| 4837 |
reworked to do better error handeling.
|
| 4838 |
|
| 4839 |
14 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4840 |
|
| 4841 |
Fix the GID and UID of nobody and nogroup in /etc/passwd and
|
| 4842 |
/etc/group to match those of Debian, FBSD and others. Thanks
|
| 4843 |
to those who reported it, and Woodchip for looking up the
|
| 4844 |
proper values.
|
| 4845 |
|
| 4846 |
Update /etc/init.d/net.eth0 to properly down DHCP interfaces.
|
| 4847 |
This resolves bug #1150, thanks to Paul Fleischer.
|
| 4848 |
|
| 4849 |
11 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4850 |
|
| 4851 |
Updated /etc/init.d/functions.sh not to use /usr/bin/basename,
|
| 4852 |
as some users have /usr on seperate partition which is not
|
| 4853 |
mounted when depscan.sh is run the first time.
|
| 4854 |
|
| 4855 |
Updated the checking for more than one service providing the
|
| 4856 |
same virtual function in /etc/init.d/depscan.sh. It should
|
| 4857 |
be working now, and this also fix a problem that when there is no
|
| 4858 |
service providing a virtual, counter was used uninitialized.
|
| 4859 |
|
| 4860 |
* rc-scripts 1.3.0 (10 Mar 2002)
|
| 4861 |
|
| 4862 |
10 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4863 |
|
| 4864 |
Resolved bug #1021; updated /etc/init.d/consolefont for this.
|
| 4865 |
|
| 4866 |
Resolved bug #1029; updated /etc/init.d/net.eth0 for this.
|
| 4867 |
|
| 4868 |
Resolved bug #990; updated /etc/init.d/net.eth0, /etc/init.d/netmount
|
| 4869 |
and /etc/init.d/localmount for this.
|
| 4870 |
|
| 4871 |
Lots of form/syntax cleanups, most things should be more
|
| 4872 |
consistant now. Fixed fail detection/return values of lots of
|
| 4873 |
scripts.
|
| 4874 |
|
| 4875 |
Lots of cleanup/fixes in the three main scripts behind our
|
| 4876 |
rc-system, /sbin/rc, /etc/init.d/depscan.sh, /etc/init.d/runscript.sh
|
| 4877 |
|
| 4878 |
Fix a bug regarding a invalid $PATH for portage if /etc/init.d/functions.sh
|
| 4879 |
is sourced in a ebuild.
|
| 4880 |
|
| 4881 |
Fix a bug that our rc-script wrapper introduced: Global variables
|
| 4882 |
in scripts no longer worked. Updated /etc/init.d/runscript.sh for
|
| 4883 |
this.
|
| 4884 |
|
| 4885 |
Implemented more error checking for the main startup code in /sbin/rc.
|
| 4886 |
Also fixed try() for mounting /proc (maybe all mount commands).
|
| 4887 |
The function worked fine in a simulated test, but in real life failed
|
| 4888 |
to detect a error when mounting /proc (remember to thank Grant for
|
| 4889 |
his UserMode ebuilds, and Guide).
|
| 4890 |
|
| 4891 |
* rc-scripts 1.2.9 (6 Mar 2002)
|
| 4892 |
|
| 4893 |
6 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4894 |
|
| 4895 |
General form updates and some piping fixes.
|
| 4896 |
|
| 4897 |
Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh
|
| 4898 |
to fix a problem where startDM.sh would be respawned repeatedly
|
| 4899 |
if xdm was not in the default runlevel.
|
| 4900 |
|
| 4901 |
* rc-scripts 1.2.8 (4 Mar 2002)
|
| 4902 |
|
| 4903 |
4 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4904 |
|
| 4905 |
Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab
|
| 4906 |
to fix the "dead key" problem we had with xdm/gdm/kdm. We should
|
| 4907 |
move them to the xfree ebuild later on when things settles down.
|
| 4908 |
|
| 4909 |
Added some sanity checks to /sbin/rc, /etc/init.d/runscripts.sh.
|
| 4910 |
|
| 4911 |
Added a basic $PATH to /etc/init.d/functions.sh to fix a problem
|
| 4912 |
where we had a invalid $PATH on boot in some cases.
|
| 4913 |
|
| 4914 |
Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with
|
| 4915 |
the new sys-apps/kbd package.
|
| 4916 |
|
| 4917 |
* rc-scripts 1.2.7 (3 Mar 2002)
|
| 4918 |
|
| 4919 |
3 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4920 |
|
| 4921 |
Fixed the problem of rc-scripts trying to start/stop a service multiple
|
| 4922 |
times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc
|
| 4923 |
for this.
|
| 4924 |
|
| 4925 |
Fixing some variable declarations in /etc/init.d/runscript.sh caused
|
| 4926 |
/etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed
|
| 4927 |
this.
|
| 4928 |
|
| 4929 |
Added caching of the "depend() { need foo; } " lines, and updated
|
| 4930 |
/etc/init.d/depscan.sh to touch the actual files less. This should
|
| 4931 |
speedup dependency caching a lot, especially on slow machines.
|
| 4932 |
|
| 4933 |
Updated /etc/passwd to have users with no shell defined, use /bin/false
|
| 4934 |
for security.
|
| 4935 |
|
| 4936 |
Update /etc/fstab to mention /dev/shm since we dont mount it anymore.
|
| 4937 |
|
| 4938 |
1 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4939 |
|
| 4940 |
Added a wrapper for sourcing the rc-scripts to eliminate syntax errors.
|
| 4941 |
Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated
|
| 4942 |
/etc/init.d/depscan.sh, /etc/init.d/functions.sh and
|
| 4943 |
/etc/init.d/runscript.sh for this (added wrap_rcscript() function).
|
| 4944 |
|
| 4945 |
Removed stopping of dependent services that have current service as
|
| 4946 |
a 'use'dependency ... should be less confusing now.
|
| 4947 |
Updated /etc/init.d/runscript.sh for this.
|
| 4948 |
|
| 4949 |
28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4950 |
|
| 4951 |
Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc
|
| 4952 |
programs to startup. This should pretty much have /etc/init.d/ static,
|
| 4953 |
except for baselayout updates, etc.
|
| 4954 |
|
| 4955 |
27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4956 |
|
| 4957 |
In some wierd cases, a redundent /dev/.devfsd on a unmounted /dev can cause
|
| 4958 |
problems. Fixed this in /sbin/rc.
|
| 4959 |
|
| 4960 |
Added the patches from Grant Goodyear (aka g2boojum) to enable us to
|
| 4961 |
use a ramdisk to store the contents of ${svcdir}. Updated /sbin/rc,
|
| 4962 |
/etc/init.d/functions.sh and /etc/init.d/checkroot for this.
|
| 4963 |
|
| 4964 |
26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4965 |
|
| 4966 |
Fix my brain dead update of the 25th. It really should keep
|
| 4967 |
"gentoo=nodevfs" in mind. Also added 'get_bootparam()' to help in
|
| 4968 |
retrieving kernel options. Updated /etc/init.d/functions.sh,
|
| 4969 |
/etc/init.d/checkroot and /sbin/rc for this.
|
| 4970 |
|
| 4971 |
Updated /etc/init.d/consolefont to work without devfs as well.
|
| 4972 |
|
| 4973 |
When rebooting or shutting down, a service should not fail to stop
|
| 4974 |
if a service it depends on, fails. Updated /etc/init.d/runscript.sh
|
| 4975 |
for this.
|
| 4976 |
|
| 4977 |
25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 4978 |
|
| 4979 |
Added a check if /dev is mounted when creating entries for /etc/mtab.
|
| 4980 |
This should solve a invalid entry or /dev being mounted even with
|
| 4981 |
'gentoo=nodevfs' option. Updated /etc/init.d/checkroot for this.
|
| 4982 |
|
| 4983 |
17 Feb 2002: Daniel Robbins <drobbins@gentoo.org>: Made "xfs" the default
|
| 4984 |
filesystem in /etc/fstab (from ReiserFS) and removed "notail" option (it's
|
| 4985 |
just in a comment now)
|
| 4986 |
|
| 4987 |
17 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 4988 |
|
| 4989 |
Mmore fixes to 'after' and 'before', updated /etc/init.d/runscript.sh for
|
| 4990 |
this. This should fix services not getting started in the correct order
|
| 4991 |
in a tight loop, services getting stopped out of order, and some other
|
| 4992 |
sanity checks. Updated rc-script.sh for updated help.
|
| 4993 |
|
| 4994 |
15 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 4995 |
|
| 4996 |
Update /etc/profile to resolve bug #588. Reimplemented things a bit,
|
| 4997 |
and added the 'after' type. 'before' and 'after' will only work currently
|
| 4998 |
for a change of runlevel. Updated /etc/init.d/depscan.sh,
|
| 4999 |
/etc/init.d/runscript.sh and /sbin/rc for this.
|
| 5000 |
|
| 5001 |
13 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 5002 |
|
| 5003 |
Add some more entries to /etc/devfsd.conf to make alsa users life
|
| 5004 |
easier ... thanks Tod.
|
| 5005 |
|
| 5006 |
12 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 5007 |
|
| 5008 |
Some more cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh.
|
| 5009 |
|
| 5010 |
Fixed some services not starting again when restarting a service.
|
| 5011 |
Seems simple is still the best way.
|
| 5012 |
|
| 5013 |
Fixed some other problems created with feature additions and cleanups.
|
| 5014 |
|
| 5015 |
11 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 5016 |
|
| 5017 |
General cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh.
|
| 5018 |
|
| 5019 |
Added 'before *' to /etc/init.d/checkroot to make sure it gets
|
| 5020 |
started first.
|
| 5021 |
|
| 5022 |
Added 'use *' to /etc/init.d/local to make sure it gets started
|
| 5023 |
last.
|
| 5024 |
|
| 5025 |
10 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 5026 |
|
| 5027 |
Fixed /sbin/rc to stop a service on change of runlevel if it is
|
| 5028 |
in 'use' by another service.
|
| 5029 |
|
| 5030 |
Added the 'provide' depend type for creating virtual services.
|
| 5031 |
Updated /etc/init.d/depscan.sh for this.
|
| 5032 |
|
| 5033 |
Added the 'before' depend type. This is more for changing the
|
| 5034 |
order services start in. Updated /etc/init.d/depscan.sh and
|
| 5035 |
/etc/init.d/functions.sh for this.
|
| 5036 |
|
| 5037 |
Updated /etc/init.d/depscan.sh to work with '*' as argument for
|
| 5038 |
dependency types. This can be used with 'use' and 'before' to
|
| 5039 |
start a script last or first respectively.
|
| 5040 |
|
| 5041 |
Added save_options() and get_options() to /etc/init.d/functions.sh
|
| 5042 |
for saving misc settings between startup/shutdown. Updated
|
| 5043 |
/etc/init.d/net.eth0 to use these and properly down virtual
|
| 5044 |
interfaces.
|
| 5045 |
|
| 5046 |
6 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 5047 |
|
| 5048 |
Updated both /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet
|
| 5049 |
on no errors.
|
| 5050 |
|
| 5051 |
* rc-scripts 1.2.6 (6 Feb 2002)
|
| 5052 |
|
| 5053 |
2 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 5054 |
|
| 5055 |
Updated /etc/net.eth0 to specify the gateway device via the $gateway
|
| 5056 |
variable (something like gateway="eth0/192.168.0.1").
|
| 5057 |
|
| 5058 |
2 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 5059 |
|
| 5060 |
Added rc-script /etc/init.d/numlock, for enabling numlock at boot.
|
| 5061 |
|
| 5062 |
29 Jan 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 5063 |
|
| 5064 |
Hopefully the last fix to /etc/init.d/netmount to umount cleanly. This fix
|
| 5065 |
implements a retry if not successful the first time, and will kill
|
| 5066 |
processess using the mount. Also small type-o fix to /etc/init.d/halt.sh.
|
| 5067 |
|
| 5068 |
27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to
|
| 5069 |
/etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack.
|
| 5070 |
Fixed /etc/passwd,group for user/group mysql.
|
| 5071 |
|
| 5072 |
27 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added charset
|
| 5073 |
map file support to /etc/init.d/consolefont and the setting to
|
| 5074 |
/etc/rc.conf.
|
| 5075 |
|
| 5076 |
25 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed dircolors
|
| 5077 |
in skel files to support both versions of dircolors.
|
| 5078 |
|
| 5079 |
23 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed bug
|
| 5080 |
in the restart stuff of /etc/init.d/runscript.sh that caused
|
| 5081 |
a restart of a 'net' service not to restart services again
|
| 5082 |
that depended on it.
|
| 5083 |
|
| 5084 |
* rc-scripts 1.2.5 (20 Jan 2002)
|
| 5085 |
|
| 5086 |
20 Jan 2002: Martin Schlemmer (azarah@gentoo.org): updated
|
| 5087 |
/etc/init.d/net.eth0 to 'use' pcmcia.
|
| 5088 |
|
| 5089 |
8 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added '--sh' to
|
| 5090 |
the dircolors command in /etc/skel/.bash_profile to handle cases
|
| 5091 |
where bash do not export $SHELL.
|
| 5092 |
|
| 5093 |
6 Jan 2002: Martin Schlemmer (azarah@gentoo.org): updated
|
| 5094 |
/etc/init.d/runscripts.sh, /etc/init.d/net.eth0, /etc/conf.d/net and
|
| 5095 |
removed /etc/init.d/net.eth0-dhcp to reflect a new 'bsd-ish' config
|
| 5096 |
scheme for the net.eth* scripts.
|
| 5097 |
|
| 5098 |
6 Jan 2002: Donny Davies (woodchip@gentoo.org): Removed email address
|
| 5099 |
from manpages; no need for that..
|
| 5100 |
|
| 5101 |
5 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fix type-o in
|
| 5102 |
/etc/devfsd.conf; had 'dvd' in the cdrw stuff.
|
| 5103 |
|
| 5104 |
* rc-scripts 1.2.4 (30 Dec 2001)
|
| 5105 |
|
| 5106 |
30 Dec 2001: Daniel Robbins (drobbins@gentoo.org): Changed default umask
|
| 5107 |
back to 022 as it should be.
|
| 5108 |
|
| 5109 |
30 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Updated
|
| 5110 |
/etc/init.d/checkfs to return 0 if the fs was successfully repaired.
|
| 5111 |
|
| 5112 |
29 Dec 2001; Donny Davies (woodchip@gentoo.org):
|
| 5113 |
sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :))
|
| 5114 |
|
| 5115 |
28 Dec 2001; Martin Schlemmer (azarah@gentoo.org);
|
| 5116 |
|
| 5117 |
Updated /etc/init.d/depscan.sh to store info about missing dependencies
|
| 5118 |
of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh
|
| 5119 |
to use this when starting a script ('need' dependencies is critical for
|
| 5120 |
startup). Added the broken() function to /etc/init.d/runscript.sh
|
| 5121 |
to list the missing dependencies.
|
| 5122 |
|
| 5123 |
Updated /etc/init.d/runscript.sh for svc_start() to have better error
|
| 5124 |
checking.
|
| 5125 |
|
| 5126 |
Updated /etc/init.d/functions.sh with ewend(), which is the same as
|
| 5127 |
eend(), but print a warning on error, not a error. Updated
|
| 5128 |
/etc/init.d/checkroot and /etc/init.d/checkfs to use this function.
|
| 5129 |
|
| 5130 |
27 Dec 2001; Martin Schlemmer (azarah@gentoo.org);
|
| 5131 |
|
| 5132 |
Update /sbin/runscript.c to run /etc/init.d/rc-help.sh if no arguments
|
| 5133 |
is passed to a rc-script.
|
| 5134 |
|
| 5135 |
Added /etc/init.d/rc-help.sh, simple script that prints out help for
|
| 5136 |
the rc-scripts.
|
| 5137 |
|
| 5138 |
25 Dec 2001; Martin Schlemmer (azarah@gentoo.org);
|
| 5139 |
|
| 5140 |
Update /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the
|
| 5141 |
halt and reboot. This fixes a problem where / was not unmounted properly
|
| 5142 |
in some cases.
|
| 5143 |
|
| 5144 |
24 Dec 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 5145 |
|
| 5146 |
Move $svcdir to to /etc/init.d/functions.sh, and update
|
| 5147 |
/etc/init.d/runscript.sh and /etc/init.d/depscan.sh for this
|
| 5148 |
|
| 5149 |
Modified /etc/init.d/runscript.sh to also restart the services that
|
| 5150 |
depend on a service if that service is restarted. Enhanced the
|
| 5151 |
restart function to be able to have custom restart() functions in
|
| 5152 |
rc-scripts. The custom restart() have to use svc_stop() and
|
| 5153 |
svc_start() to restart the service.
|
| 5154 |
|
| 5155 |
Add a pause function to /etc/init.d/runscript.sh. It will basically
|
| 5156 |
stop a service without stopping the services that depends on that
|
| 5157 |
service.
|
| 5158 |
|
| 5159 |
Add a pause function to /etc/init.d/runscript.sh. It will basically stop a
|
| 5160 |
service without stopping the services that depends on that service.
|
| 5161 |
|
| 5162 |
* rc-scripts 1.2.3 (18 Dec 2001)
|
| 5163 |
|
| 5164 |
16 Dec 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 5165 |
|
| 5166 |
Moved the stuff from /sbin/init (old) to /sbin/rc (basically drop the
|
| 5167 |
init wrapper we used).
|
| 5168 |
|
| 5169 |
Some cleanups: take out the shm resize comment;
|
| 5170 |
|
| 5171 |
remove the $wrongmount;
|
| 5172 |
|
| 5173 |
remove the mountshm() function and insert it directly
|
| 5174 |
where needed;
|
| 5175 |
|
| 5176 |
remove the setting of $PATH as /sbin/init already do
|
| 5177 |
this for us.
|
| 5178 |
|
| 5179 |
Added the if statement to detect if it is the first time the 'boot'
|
| 5180 |
runlevel is executed (if [ "$RUNLEVEL" = "S" ] && [ "$argv1" = "boot" ]).
|
| 5181 |
$RUNLEVEL is a env var set by /sbin/init.
|
| 5182 |
|
| 5183 |
Also added functionality to detect if the kernel have DEVFS support
|
| 5184 |
compiled in; seems new users thinks devfs is unstable and as they do
|
| 5185 |
not always read the docs, it does not get compiled in ;/ Should
|
| 5186 |
make live for us a bit easier.
|
| 5187 |
|
| 5188 |
14 Dec 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 5189 |
|
| 5190 |
Fixed /sbin/rc to kill a cosmetic bug in the part that stops all
|
| 5191 |
the unneeded services.
|
| 5192 |
|
| 5193 |
* rc-scripts 1.2.2 (8 Dec 2001)
|
| 5194 |
|
| 5195 |
10 Dec 2001; Added a localhost entry in /etc/hosts.
|
| 5196 |
|
| 5197 |
8 Dec 2001; Donny Davies (woodchip@gentoo.org): Added start-stop-daemon.c
|
| 5198 |
to rc-scripts/sbin source. Moved rc-scripts/init.d/runscript.c to
|
| 5199 |
rc-scripts/sbin/runscript.c. Added manpage for start-stop-daemon.
|
| 5200 |
Start-stop-daemon is moved here from sysvinit by the way. There is stuff
|
| 5201 |
in this ChangeLog that needs to be removed! Like the changes to hosts,
|
| 5202 |
profile. /etc/{passwd,group} have minor UID and GID type fixes for
|
| 5203 |
users ftp, postgres, xfs. Tweaked tarball.sh to not include CVS
|
| 5204 |
directories.
|
| 5205 |
|
| 5206 |
29 Nov 2001; Donny Davies (woodchip@gentoo.org): Added a man directory
|
| 5207 |
to rc-scripts. Checked in two manpages there, one for modules.autoload.5
|
| 5208 |
and one for update-modules.8. These were adapted from Debian. Updated
|
| 5209 |
tarball.sh to include the new man directory. Updated baselayout to install
|
| 5210 |
these manpages. Slightly tweak the /etc/modules.autoload comments.
|
| 5211 |
|
| 5212 |
28 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 5213 |
|
| 5214 |
Updated /sbin/init to work correctly with the 'gentoo=nodevfs' option,
|
| 5215 |
and cleaned out old code.
|
| 5216 |
|
| 5217 |
Updated /etc/init.d/bootmisc with additional lock files to clean.
|
| 5218 |
|
| 5219 |
27 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 5220 |
|
| 5221 |
Updated /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger'
|
| 5222 |
that can be used for services that needs to have a logger started before
|
| 5223 |
they are started. Updated /etc/conf.d/basic with $SYSLOGGER that is used
|
| 5224 |
to define what loggers the 'logger' depend represent.
|
| 5225 |
|
| 5226 |
26 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 5227 |
|
| 5228 |
Updated /etc/passwd and /etc/group with minor fixes to pass pwck
|
| 5229 |
and grpck.
|
| 5230 |
|
| 5231 |
25 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 5232 |
|
| 5233 |
Changed umask in /etc/profile for the user to 077 for security.
|
| 5234 |
|
| 5235 |
Added a stop() function to /etc/init.d/clock. Also removed uneeded
|
| 5236 |
'source /etc/rc.conf' line.
|
| 5237 |
|
| 5238 |
Updated /etc/init.d/hostname to set the hostname to 'localhost' if
|
| 5239 |
/etc/hostname is invalid.
|
| 5240 |
|
| 5241 |
Updated /sbin/init to move the entries in /lib/dev-state to /dev before
|
| 5242 |
running devfsd, as it did still not save settings properly. Also removed
|
| 5243 |
old /dev-state/compat stuff.
|
| 5244 |
|
| 5245 |
25 Nov 2001; ncsd, the name service cache daemon script, has been removed
|
| 5246 |
from the default "default" runlevel. It still exists in the archive so that
|
| 5247 |
users who want/need it can add it easily.
|
| 5248 |
|
| 5249 |
25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted),
|
| 5250 |
removed notail from the ext2 boot partition, other cleanups.
|
| 5251 |
|
| 5252 |
25 Nov 2001; Fixed init.d/clock script to work in UTC mode.
|
| 5253 |
|
| 5254 |
24 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 5255 |
|
| 5256 |
Added /etc/devfsd.conf and updated /sbin/init to use a new scheme for saving
|
| 5257 |
/dev permissions. Also moved /dev-state to /lib/dev-state which is a more
|
| 5258 |
standard location.
|
| 5259 |
|
| 5260 |
Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on
|
| 5261 |
itself, calling depscan.sh or changing runlevels cause a tempory effect
|
| 5262 |
similar to a 'mini fork bomb'. Afterwards the depends was broken, and
|
| 5263 |
changing runlevels did not want to work.
|
| 5264 |
|
| 5265 |
Updated /etc/init.d/halt.sh to terminate and display message for devfsd.
|
| 5266 |
More cosmetic than anything else, but cant hurt with the new dev-state
|
| 5267 |
scheme.
|
| 5268 |
|
| 5269 |
Updated /sbin/init to set the console log level to 1, so that bootup
|
| 5270 |
can be much cleaner. Also updated /etc/init.d/modules not to have
|
| 5271 |
a logger in it 'use' depends, as it should not be needed anymore.
|
| 5272 |
|
| 5273 |
Updated /sbin/rc to check if devfsd is still running between runlevel
|
| 5274 |
changes.
|
| 5275 |
|
| 5276 |
Updated /etc/init.d/modules to run update-modules. We want to be sure
|
| 5277 |
/etc/modules.conf is updated when running depmod -a.
|
| 5278 |
|
| 5279 |
Change ftp's uid to 21 in /etc/passwd (was the same as bind). Also
|
| 5280 |
added a entry for xfs (X Font Server) in /etc/passwd and /etc/group.
|
| 5281 |
|
| 5282 |
Added /etc/init.d/net.ppp0, /etc/conf.d/net.ppp0 and
|
| 5283 |
/usr/lib/ppp/chat-default as part of my new pppd scripts. Also
|
| 5284 |
updated tarball.sh to handle ppp/chat-default.
|
| 5285 |
|
| 5286 |
Added /etc/skel/.bash* to make things cleaner.
|
| 5287 |
|
| 5288 |
Other minor changes.
|
| 5289 |
|
| 5290 |
17 Nov 2001; Donny Davies (woodchip@gentoo.org): Added /etc/shells file
|
| 5291 |
to rc-scripts. Can remove it from sys-libs/shadow at the next release.
|
| 5292 |
|
| 5293 |
* rc-scripts 1.1.8 (15 Nov 2001)
|
| 5294 |
|
| 5295 |
16 Nov 2001; removed bogus "mountall.test" script.
|
| 5296 |
|
| 5297 |
15 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 5298 |
|
| 5299 |
Updated init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being
|
| 5300 |
'use' not 'uses', as it fits better with 'need' (not 'needs'). Also
|
| 5301 |
removed unneeded for loop from init.d/depscan.sh, and other fixes. Updated
|
| 5302 |
names of new functions in init.d/runscript.sh to better sounding ones.
|
| 5303 |
Updated init.d/modules, init.d/netmount to use 'use'. Lots of other
|
| 5304 |
fixes/cleanups.
|
| 5305 |
|
| 5306 |
Removed try() out of init.d/runscript.sh (why was this here ?).
|
| 5307 |
|
| 5308 |
14 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 5309 |
|
| 5310 |
Now init.d/bootmisc cleans /tmp. Also creates /etc/resolv.conf if it
|
| 5311 |
doesn't exist.
|
| 5312 |
|
| 5313 |
init.d/hostname: Added check for a valid /etc/hostname.
|
| 5314 |
|
| 5315 |
init.d/keymaps: Added check for valid $KEYMAP.
|
| 5316 |
|
| 5317 |
init.d/modules: Added sysklogd, metalog, syslog-ng as 'use' deps. This
|
| 5318 |
should solve Woodchip's syslog+glue issue. We just have to change the
|
| 5319 |
console loglevel for metalog and syslog-ng (sysklogd already updated) not to
|
| 5320 |
output info and warnings, etc to the console, then boot will be much cleaner.
|
| 5321 |
Also the install guide will need changing to add the loggers to 'boot' and
|
| 5322 |
not 'default' runlevel.
|
| 5323 |
|
| 5324 |
init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is
|
| 5325 |
this really needed (I cannot see that it is used anywhere ...)?
|
| 5326 |
|
| 5327 |
13 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 5328 |
|
| 5329 |
Updated init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend
|
| 5330 |
called 'uses'. It basically have the same usage as 'need', except that it
|
| 5331 |
do not start services that is not in the current and 'boot' runlevels.
|
| 5332 |
|
| 5333 |
Updated init.d/netmount to use the 'uses' depend.
|
| 5334 |
|
| 5335 |
11 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 5336 |
|
| 5337 |
Fixed init.d/runscript.sh not to destroy the 'need' depends in
|
| 5338 |
/${svcdir}/need. This caused subsequent starting and stopping of services
|
| 5339 |
not to start depends.
|
| 5340 |
|
| 5341 |
7 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 5342 |
|
| 5343 |
Fixed a problem in sbin/rc where the ${svcdir}/softscripts directory got
|
| 5344 |
destroyed before stopping running services scheduled to be stopped. This
|
| 5345 |
with the fact that $SOFTLEVEL was set too early, caused the services to be
|
| 5346 |
stopped in the wrong order.
|
| 5347 |
|
| 5348 |
30 Oct 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 5349 |
|
| 5350 |
Modified init.d/netmount to check if any network filesystems is mounted.
|
| 5351 |
|
| 5352 |
29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added
|
| 5353 |
some awk and grep magic to find all remote filesystems and umount them.
|
| 5354 |
|
| 5355 |
29 Oct 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 5356 |
|
| 5357 |
A fix for checkroot (missing "/"); it now actually checks the root
|
| 5358 |
filesystem. Also, a localmount cleanliness fix.
|
| 5359 |
|
| 5360 |
* rc-scripts 1.1.7 (18 Oct 2001)
|
| 5361 |
|
| 5362 |
[old changelog format follows]
|
| 5363 |
|
| 5364 |
*lots of scripts; woodchip
|
| 5365 |
removed old rc5 scripts from cvs
|
| 5366 |
|
| 5367 |
*init.d/runscript.sh; agriffis
|
| 5368 |
Added support for rc.conf and home-grown functions
|
| 5369 |
|
| 5370 |
*init.d/modules;
|
| 5371 |
Now correctly looks at /etc/modules.autoload
|
| 5372 |
|
| 5373 |
rc-scripts-1.1.6, released 15 Sep 2001
|
| 5374 |
======================================
|
| 5375 |
|
| 5376 |
*init.d/runscript.sh, others
|
| 5377 |
Handling of "net" dependencies resolve to all net devices in
|
| 5378 |
/etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES
|
| 5379 |
variable in /etc/rc.conf has been removed.
|
| 5380 |
|
| 5381 |
*init.d/runscript.sh
|
| 5382 |
New "zap" option for manually resetting the state of an initscript
|
| 5383 |
to stopped.
|
| 5384 |
|
| 5385 |
*init.d/{samba,sysklogd,sshd}
|
| 5386 |
Removed from CVS; they live in their respective packages.
|
| 5387 |
|
| 5388 |
rc-scripts-1.1.5, released 02 Sep 2001
|
| 5389 |
====================================
|
| 5390 |
|
| 5391 |
*sbin/rc-update
|
| 5392 |
New version of the rc-update command for the new initscripts. Works
|
| 5393 |
similarly to the old version, except this one updates our dependency
|
| 5394 |
cache.
|
| 5395 |
|
| 5396 |
*init.d/functions.sh
|
| 5397 |
New and better looking informational message functions (einfo, einfon).
|
| 5398 |
Brand new message functions (ewarn).
|
| 5399 |
|
| 5400 |
*sbin/init, init.d/checkroot
|
| 5401 |
We're going back to a /proc/mounts-based mtab symlink because it's
|
| 5402 |
just plain better. Appropriate changes made.
|
| 5403 |
|
| 5404 |
# vim:expandtab
|