| 1 |
# ChangeLog for Gentoo System Intialization ("rc") scripts
|
| 2 |
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPLv2
|
| 3 |
|
| 4 |
13 Jan 2004; Roy Marples <uberlord@gentoo.org>:
|
| 5 |
|
| 6 |
wpa_supplicant forces ctrl_interface to /var/run/wpa_supplicant
|
| 7 |
and removes stale directories
|
| 8 |
clean_pidfile function no longer errors on empty pidfiles
|
| 9 |
|
| 10 |
12 Jan 2004; Roy Marples <uberlord@gentoo.org>:
|
| 11 |
|
| 12 |
net.lo now ignores dot files when loading modules
|
| 13 |
ipppd module now stops correctly - fixes #73067 again
|
| 14 |
|
| 15 |
11 Jan 2004; Roy Marples <uberlord@gentoo.org>:
|
| 16 |
|
| 17 |
added "noop" config parameter which means take no action if the interface
|
| 18 |
is up and has an address configured, otherwise continue
|
| 19 |
addresses are now removed when starting an interface - fixes #77111
|
| 20 |
|
| 21 |
06 Jan 2004; Roy Marples <uberlord@gentoo.org>:
|
| 22 |
|
| 23 |
ifconfig, udhcpc-ifconfig now deletes addresses using 0.0.0.0 for uclibc
|
| 24 |
- fixes #76846
|
| 25 |
|
| 26 |
05 Jan 2004; Roy Marples <uberlord@gentoo.org>:
|
| 27 |
|
| 28 |
dhcpcd and udhcpc now run via the eval statement so quotes can be used
|
| 29 |
in options. Fixes #74053 - thanks to Evan Buswell
|
| 30 |
(merged from HEAD change on 12 Dec 2004)
|
| 31 |
|
| 32 |
04 Jan 2005; Roy Marples <uberlord@gentoo.org>:
|
| 33 |
|
| 34 |
bridge now marks interfaces as UP - fixes #75354
|
| 35 |
net.lo tests the return value of modprobe - fixes #76385
|
| 36 |
iwconfig now sets enc keys through an eval statement - fixes #76601
|
| 37 |
updated wireless.example for whitespace in keys
|
| 38 |
iwconfig now accepts mode "auto" and defaults to it
|
| 39 |
|
| 40 |
19 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 41 |
|
| 42 |
iwconfig now sets ESSIDVAR for master/ad-hoc modes - fixes #74802
|
| 43 |
|
| 44 |
18 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 45 |
|
| 46 |
macchanger now localalises ${opts} - fixes #74809
|
| 47 |
|
| 48 |
17 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 49 |
|
| 50 |
wpa_supplicant now brings the interface up before launching - fixes #74637
|
| 51 |
|
| 52 |
16 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 53 |
|
| 54 |
wpa_supplicant - fixed file location for wpa_cli and association test
|
| 55 |
as it they changed in wpa_supplicant-0.3.x
|
| 56 |
|
| 57 |
12 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 58 |
|
| 59 |
fixed installed typo in net.lo - fixes #74152. Thanks to Federico Galassi
|
| 60 |
|
| 61 |
09 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 62 |
|
| 63 |
fixed net.lo getting vlan config
|
| 64 |
rc doesn't stop hotplugged devices when system is booting - fixes #61594
|
| 65 |
thanks to Andreas Sundebo for the fix
|
| 66 |
|
| 67 |
07 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 68 |
|
| 69 |
essidnet - fixed setting up search domains
|
| 70 |
removed hardcoded ath0 in wpa_supplicant
|
| 71 |
ifconfig now reads the old gateway variable correctly - fixes #73641
|
| 72 |
|
| 73 |
06 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 74 |
|
| 75 |
macchanger defaults to setting the interface down, and then trying
|
| 76 |
with it up - fixes #71929
|
| 77 |
macchanger converts mac_${IFACE} to lowercase - fixes #73549
|
| 78 |
iproute2 now configures the interface up everytime we add an address
|
| 79 |
removed "need interface" from all modules depends as net.lo requires
|
| 80 |
interface anyway
|
| 81 |
|
| 82 |
05 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 83 |
|
| 84 |
dhclient now kill it's process if it failed to get a lease on startup
|
| 85 |
all dhclient responses are now handled correctly
|
| 86 |
|
| 87 |
04 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 88 |
|
| 89 |
fixed dhclient-ifconfig to look for dhclient-udhcpc-wrapper in the correct
|
| 90 |
place and changed hardcoded eth1 to ${interface} in udhcpc-ifconfig.
|
| 91 |
Fixes #73327 - thanks to Benoit Boissinot
|
| 92 |
|
| 93 |
essidnet gets the essid itself instead of relying on ${ESSID}
|
| 94 |
wpa_supplicant module added
|
| 95 |
config-system now creates files as .tmp instead of .new and loads
|
| 96 |
the wpa_supplicant module if needed
|
| 97 |
ifconfig now addes aliases to devices other than eth0
|
| 98 |
dhcpcd, dhclient, pump and udhcpc now expose the dhcp_${IFACE} variable
|
| 99 |
instead of the old peer_dns_${IFACE}, peer_ntp_${IFACE}, peer_nis_${IFACE}
|
| 100 |
ones
|
| 101 |
|
| 102 |
removed modules use dependancy in net.lo and added installed
|
| 103 |
- this allows use to provide "virtual" modules which are only "installed"
|
| 104 |
when other depended modules are installed
|
| 105 |
|
| 106 |
* rc-scripts 1.6.7 (03 Dec 2004)
|
| 107 |
|
| 108 |
03 Dec 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 109 |
|
| 110 |
Simply filesystem unmounting in halt.sh. Based upon work by Georg Sauthoff
|
| 111 |
#68697. Also clean up the filesystem remounting readonly. As a last
|
| 112 |
resort to filesystems which won't remount readonly, we try to unmount them
|
| 113 |
with the force/readonly options. Idea from #70349.
|
| 114 |
|
| 115 |
03 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 116 |
|
| 117 |
Fixed config-system for only changing hostname when needed
|
| 118 |
udhcpc and dhclient now restore saved configs when stopping and work
|
| 119 |
with non-infinite leases
|
| 120 |
Moved generic dhcp options into a space seperated string
|
| 121 |
udhcpc now caches it's IP address and requests it the next time it starts
|
| 122 |
if the address is not released
|
| 123 |
udhcpc and dhclient no longer flush interfaces if we don't need too
|
| 124 |
ipppd module now looks for ipppd in /usr/sbin - fixes #73067
|
| 125 |
|
| 126 |
02 Dec 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 127 |
|
| 128 |
Merge time checking function (is_older_than) to help simplify config
|
| 129 |
file update checking. Used for now in env-update.sh #71285. Function
|
| 130 |
written by Paul Pacheco #55329.
|
| 131 |
|
| 132 |
02 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 133 |
|
| 134 |
Added option dhcp_release to specify if we release the DHCP lease or not
|
| 135 |
defaults to no
|
| 136 |
Changed variables peer_* to dhcp_*
|
| 137 |
dhclient and udhcpc now specify a pidfile
|
| 138 |
Fixed iwconfig report if iwgetid does not support --channel
|
| 139 |
|
| 140 |
01 Dec 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 141 |
|
| 142 |
Refix and clean up the netmount script to kill processes #64034.
|
| 143 |
|
| 144 |
01 Dec 2004; Roy Marples <uberlord@gentoo.org>:
|
| 145 |
|
| 146 |
Documentation fixes regarding iwconfig and linux-wlan-ng
|
| 147 |
Fixed bonding deps per bug #71419
|
| 148 |
|
| 149 |
30 Nov 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 150 |
|
| 151 |
Fix the UML/coLinux check in init.d/clock #72937.
|
| 152 |
|
| 153 |
Allow the user to override the default mount options via /etc/fstab
|
| 154 |
for all the mounts. Added a 'is_in_fstab' function to see if the
|
| 155 |
user has defined the mount, and if not, fall back to the hardcoded
|
| 156 |
stuff from before. This also lets us get rid of $RC_DEVICE_FS #70044.
|
| 157 |
|
| 158 |
26 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 159 |
|
| 160 |
Fixed up address detection in apipa
|
| 161 |
net.lo now checks for duplicate static IPv4 addresses before assigning
|
| 162 |
iwconfig now supports preassociate and postassociate user hooks
|
| 163 |
net.example - changed $1 to ${IFACE} in examples
|
| 164 |
clarified lack of linux-wlan-ng support
|
| 165 |
|
| 166 |
24 Nov 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 167 |
|
| 168 |
Allow users to specify charset option to dumpkeys when using unicode
|
| 169 |
in conf.d/keymaps #72225. Also move all the init.d/keymap specific
|
| 170 |
options out of rc.conf and into conf.d/keymaps and add some config
|
| 171 |
checks to init.d/keymaps like the clock/hostname init.d scripts.
|
| 172 |
|
| 173 |
Make sure /etc/rc.conf overrides conf.d files when starting up
|
| 174 |
critical services. Should help out with transition from rc.conf.
|
| 175 |
|
| 176 |
24 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 177 |
|
| 178 |
Ensure all net-scripts modules depend on interface_variable function
|
| 179 |
where applicable
|
| 180 |
Fixed adsl stopping - #68934. Thanks to Andreas Kauer
|
| 181 |
|
| 182 |
23 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 183 |
|
| 184 |
iproute2 does not need to create dummy interfaces for aliases
|
| 185 |
unlike ifconfig so we no longer do this
|
| 186 |
We now bring down all aliases and addresses properly
|
| 187 |
Split off some functions from net.lo into helpers.d/functions
|
| 188 |
so that our DHCP helper scripts can use them too :)
|
| 189 |
Deprecated interface specific setup in favour of a generic config
|
| 190 |
macchanger brings interface up now - fixes #71929
|
| 191 |
DHCP over VLAN now works - fixes #71860
|
| 192 |
Disabled modified function checking as it's far too expensive on CPU
|
| 193 |
and still isn't 100% reliable
|
| 194 |
When specifing a module that isn't emerged, you now get an error
|
| 195 |
telling you what to emerge
|
| 196 |
Removed -p option from the diff call used for function removal
|
| 197 |
Removed rp_filter setting - fixes first part of bug #71971
|
| 198 |
Added sysctl.conf settings relating to rp_filter to sysctl.conf
|
| 199 |
- fixes last part of bug #71971
|
| 200 |
Fixed pump exporing ntp servers
|
| 201 |
implemented MODULES_DIR so we can change directory we load from on the fly
|
| 202 |
fixed variables for vlans in most modules
|
| 203 |
|
| 204 |
19 Nov 2004; Aron Grffis <agriffis@gentoo.org>:
|
| 205 |
|
| 206 |
Remove crap "ll" and "d" aliases from skel .bashrc
|
| 207 |
|
| 208 |
19 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 209 |
|
| 210 |
tests for hostname (none) when sending hostname via dhcpcd, udhpc or pump
|
| 211 |
udhcpc now does correct signal handling so we can release leases and
|
| 212 |
terminate cleanly
|
| 213 |
Improved pump process detection
|
| 214 |
Rewrote udhcpc helper scripts around udhcpc and wrapped dhclient to udhcpc
|
| 215 |
scripts. This makes things much saner as udhcpc is much saner - also fixed
|
| 216 |
essidnet and ipv6 local link for them.
|
| 217 |
removed iproute2 udhcpc reliance on the "bc" command
|
| 218 |
|
| 219 |
17 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 220 |
|
| 221 |
Fixed invalid variable handling in bonding and vlan - bug #71419
|
| 222 |
apipa now brings the interface up before testing if address exists
|
| 223 |
Updated bonding documentation - bug #71419
|
| 224 |
Fixed iproute2 adding addresses for vlans - bug #71419
|
| 225 |
ifconfig handle inet6 routing automatically - bug #33310
|
| 226 |
ifconfig - fixed old gateway + gateway in routes conflict
|
| 227 |
iproute2 cleaned up some functions
|
| 228 |
|
| 229 |
16 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 230 |
|
| 231 |
We no longer default a fallback to APIPA when no config is given
|
| 232 |
net.example fleshed out a bit more for dhcpcd - fixes #60845
|
| 233 |
Improved forced module handling a touch
|
| 234 |
modules_sort and modules_check_user in net.lo buffer _provides,
|
| 235 |
_before and _after in arrays to avoid shelling out
|
| 236 |
|
| 237 |
15 Nov 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 238 |
|
| 239 |
Add a check to clock init.d to make sure users dont try to set
|
| 240 |
config their clock in rc.conf anymore.
|
| 241 |
|
| 242 |
Redo hostname/domainname scripts to use files in /etc/conf.d/
|
| 243 |
instead of creating files in /etc/. Allows for controlling things
|
| 244 |
like the behavior of setting the 'domain' in resolv.conf since users
|
| 245 |
may not always understand exactly what's going on.
|
| 246 |
|
| 247 |
Stop referring to conf.d/basic as a global rc config option. That
|
| 248 |
file hasn't been used in a long time and has since been replaced
|
| 249 |
with env.d/00basic. Updated sbin/runscript.sh, etc/profile,
|
| 250 |
sbin/rc-help.sh, and src/awk/cachedepends.awk.
|
| 251 |
|
| 252 |
Run `find | xargs` instead of `find -exec`. Much better performance
|
| 253 |
this way, and busybox friendly #59732.
|
| 254 |
|
| 255 |
15 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 256 |
|
| 257 |
Split modules_load into smaller more managable functions in net.lo
|
| 258 |
Added modules_force option to net.lo with a big phat warning in
|
| 259 |
net.example about it potentially breaking networking
|
| 260 |
Added searchdomains_ESSID option to essidnet
|
| 261 |
Stopped the domain setting from putting the same entry in search
|
| 262 |
in config-system and essidnet
|
| 263 |
Removed second warning in net.lo when configuration not set
|
| 264 |
Documented APIPA module in net.example
|
| 265 |
Added kernel checking for vlan - fixes #70829
|
| 266 |
Added kernel checking for bonding, bridging and tuntap
|
| 267 |
Added iproute2 support to the APIPA module
|
| 268 |
|
| 269 |
13 Nov 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 270 |
|
| 271 |
Update the svcdir mounting #69595. Instead of mounting in /mnt
|
| 272 |
and then bind mounting to $svcdir, we mount the ramdisk on $svcidr.
|
| 273 |
|
| 274 |
12 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 275 |
|
| 276 |
Added arping duplicate address detection to net.lo
|
| 277 |
Created Automatic Private IP Addressing (APIPA) module
|
| 278 |
|
| 279 |
Added dependancy checking to ipppd
|
| 280 |
Bonding is now started pre instead of post
|
| 281 |
Fixed iface variable in dhcp modules for vlans
|
| 282 |
Changed get_device to interface_device
|
| 283 |
Changed get_type to interface_type
|
| 284 |
Added vlan configuration options and documented them in net.example
|
| 285 |
Fixed bridge configuration handling
|
| 286 |
Removed _get_vlans from iproute2 and ifconfig as vlan now does it itself
|
| 287 |
|
| 288 |
11 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 289 |
|
| 290 |
Fixed category of rp-pppoe to net-dialup error when requesting ADSL
|
| 291 |
Improved inet6 address deletion and detection in iproute2
|
| 292 |
Improved gateway logic in ifconfig
|
| 293 |
Changed all wireless reporting functions to use iwgetid instead of
|
| 294 |
parsing iwconfig output except for essid
|
| 295 |
|
| 296 |
* rc-scripts 1.6.6 (08 Nov 2004)
|
| 297 |
|
| 298 |
08 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 299 |
|
| 300 |
Added options to configure bridge
|
| 301 |
Added bridge configuration example to net.example
|
| 302 |
Added missing required function interface_exists to iptunnel check_depends
|
| 303 |
|
| 304 |
07 Nov 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 305 |
|
| 306 |
Fix shell scripting errors that would result in
|
| 307 |
/sbin/functions.sh: line 166: [: too many arguments.
|
| 308 |
|
| 309 |
05 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 310 |
|
| 311 |
net-scripts/net.modules.d/bridge
|
| 312 |
- fixed destroying a bridge if no ports were added
|
| 313 |
- starts interfaces if they don't exist - fixed bug #65153
|
| 314 |
|
| 315 |
net-scrips/net.modules.d/bonding
|
| 316 |
- starts interfaces if they don't exist
|
| 317 |
|
| 318 |
net-scripts/init.d/net.lo
|
| 319 |
- added net_start() function to start depandant ifaces
|
| 320 |
so that bridge br0 can active tun0 which net.tun0 has to create
|
| 321 |
- added use dependany on wlan incase we're using linux-wlan-ng drivers
|
| 322 |
fixes bug #64978
|
| 323 |
- moved start() to run_start() and stop() to run_stop()
|
| 324 |
created run() and new start()/stop() functions
|
| 325 |
this is so that we have one single entry point to localise variables
|
| 326 |
and to remove any added functions loaded by our modules
|
| 327 |
- removed redundant interface_exists() as it's provided by
|
| 328 |
ifconfig and/or iproute2
|
| 329 |
|
| 330 |
net-scripts/net.modules.d/ifconfig and iproute2
|
| 331 |
- added ifconfig_tunnel and iproute2_tunnel functions
|
| 332 |
|
| 333 |
addred gre/ipip tunnel support via the the tunnel module
|
| 334 |
- fixes bug #50765
|
| 335 |
|
| 336 |
04 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 337 |
|
| 338 |
net-scripts/net.modules.d/pump
|
| 339 |
- fixed setting ntp servers
|
| 340 |
|
| 341 |
net-scripts/net.modules.d/dhcpcd
|
| 342 |
- fixed stopping function
|
| 343 |
|
| 344 |
net-scripts/net.modules.d/bonding
|
| 345 |
- fixed module to actually work with the interface
|
| 346 |
|
| 347 |
net-scripts/init.d/net.lo
|
| 348 |
- we remove all added functions when restarting an interface
|
| 349 |
this relies on the diff command being available
|
| 350 |
|
| 351 |
added isdn support via the new ipppd module - fixes bug #69035
|
| 352 |
|
| 353 |
net-scripts/conf.d/net.example
|
| 354 |
- added sample isdn setup
|
| 355 |
|
| 356 |
net-scripts/conf.d/wireless.example
|
| 357 |
- added better descriptions to the _sleep variables
|
| 358 |
|
| 359 |
Fixed boolean logic error when testing is_net_up in /sbin/runscript.sh
|
| 360 |
- fixed bug #70022
|
| 361 |
|
| 362 |
net.lo - added get_type function to return the type of the interface
|
| 363 |
- eth, ippp, etc
|
| 364 |
|
| 365 |
ipppd, tuntap
|
| 366 |
- start() moved to pre_start() and we now test by type
|
| 367 |
this means you no longer need ifconfig_ippp0=( "isdn" "dhcp" )
|
| 368 |
as ippp0 is always an isdn device
|
| 369 |
|
| 370 |
bridge - fixed stop function and moved start() to pre_start()
|
| 371 |
and automatically start if the variable bridge_${iface} exists
|
| 372 |
|
| 373 |
net.example - fixed up documentation for changed behaviour above
|
| 374 |
|
| 375 |
03 Nov 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 376 |
|
| 377 |
When launching critical services in /sbin/rc, make sure we source
|
| 378 |
the conf.d file (if it exists). Resolves #69956.
|
| 379 |
|
| 380 |
03 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 381 |
|
| 382 |
net-scripts/init.d/net.lo
|
| 383 |
- fixed !module when it's not installed
|
| 384 |
- we can now specify null inet addresses in the config
|
| 385 |
this allows a pure inet6 setup
|
| 386 |
- shutdown lo the same way we bring it up
|
| 387 |
|
| 388 |
net-scripts/net.modules.d/ifconfig
|
| 389 |
- changed IPv6 to inet6 in output of adding inet6 addresses
|
| 390 |
- just output inet6 address removed, not eth0 del foo
|
| 391 |
|
| 392 |
net-scripts/net.modules.d/iproute2
|
| 393 |
- fix deletion of non-link addresses - fixes bug #65417 (again)
|
| 394 |
- handle inet6 addresses like ifconfig - fixes more bug #65417
|
| 395 |
|
| 396 |
net-scripts/conf.d/net.example
|
| 397 |
- noted that inet6 addresses do not create aliases
|
| 398 |
- added examples of assigning inet6 addresses
|
| 399 |
|
| 400 |
net-scripts/net.modules.d/iwconfig
|
| 401 |
- improve error message when card does not support scanning
|
| 402 |
|
| 403 |
net-scripts/conf.d/wireless.example
|
| 404 |
- fixed comment regarding preferred_aps not working with cards that don't
|
| 405 |
support scanning
|
| 406 |
|
| 407 |
02 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 408 |
|
| 409 |
net-scripts/conf.d/net.example
|
| 410 |
- added bridging and tuntap examples
|
| 411 |
|
| 412 |
net-scripts/init.d/net.lo
|
| 413 |
- modprobe ${IFACE} when ${IFACE} does not exist
|
| 414 |
|
| 415 |
net-scripts/net.modules.d/ifconfig
|
| 416 |
- fixed interface existance check
|
| 417 |
|
| 418 |
net-scripts/net.modules.d
|
| 419 |
ifconfig & iproute2
|
| 420 |
- added boolean to interface_exists to report if it exists or not
|
| 421 |
- added checks to see if the interface exists or not when starting
|
| 422 |
|
| 423 |
dhcpcd
|
| 424 |
- removed debug line
|
| 425 |
|
| 426 |
bonding, dhclient, dhcpcd, essidnet, macchanger, pump, udhcpc
|
| 427 |
- added checks to see if the interface exists or not when starting
|
| 428 |
|
| 429 |
tuntap
|
| 430 |
- added checks to see if the interface exists or not when stopping
|
| 431 |
|
| 432 |
01 Nov 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 433 |
|
| 434 |
Dump the error message that hwclock returns since it tends to be
|
| 435 |
quite useful. Modified init.d/clock.
|
| 436 |
|
| 437 |
Fix error in functions.sh [ -z "$@" ] -> [[ -z "$@" ]] #69789.
|
| 438 |
|
| 439 |
Don't create /dev/sndstat link anymore in populate_udev per #69635.
|
| 440 |
|
| 441 |
01 Nov 2004; Roy Marples <uberlord@gentoo.org>:
|
| 442 |
|
| 443 |
net-scripts/init.d/net.lo:
|
| 444 |
- modules specified by interface config now error if they are not loaded
|
| 445 |
- moved interface check to after preup incase user preup loads drivers
|
| 446 |
- modules can be explicitly not used by prefixing them with a !
|
| 447 |
however, they are still available to other modules
|
| 448 |
fixes bugs #68908, #69027
|
| 449 |
- remove check to see if interface exists
|
| 450 |
- modules may setup new interfaces and still require config
|
| 451 |
so we have a new label counter in iface_start
|
| 452 |
- removed the check to see if a class wrapping already exists
|
| 453 |
this fixes the bug where ifconfig and iproute2 are installed, but
|
| 454 |
ifconfig is asked for and the interface is restarted.
|
| 455 |
- added check to see if the configured module is loaded
|
| 456 |
and installed or not in iface_start
|
| 457 |
- add dependancy on isdn4linux - fixes bug #69035
|
| 458 |
- interface_exists moved to iproute and ifconfig
|
| 459 |
|
| 460 |
net-scripts/net.modules.d
|
| 461 |
- Split wireless module into iwconfig and essidnet modules
|
| 462 |
- Added tuntap and bridge modules, fixes bug #55394, #30688
|
| 463 |
|
| 464 |
net-scripts/init.d/iwconfig:
|
| 465 |
- wep mode is now reported
|
| 466 |
- removed post_stop function so we keep existing config
|
| 467 |
- added pre_stop to set the ESSID variable
|
| 468 |
- changed to veinfo/vewarn where appropriate
|
| 469 |
- check if interface exists otherwise abort gracefully
|
| 470 |
- no longer deletes addresses as we now avoid
|
| 471 |
ipv6 local addresses in detecting if interface has an addresses or not
|
| 472 |
|
| 473 |
net-scripts/init.d/ifconfig:
|
| 474 |
- added flag enable/disable function
|
| 475 |
- scope:link inet6 addresses are ignored when testing is_up and
|
| 476 |
del_addresses - fixes bug #65417
|
| 477 |
|
| 478 |
net-scripts/init.d/iproute2:
|
| 479 |
- added flag enable/disable function
|
| 480 |
- scope:link inet6 addresses are ignored when testing is_up and
|
| 481 |
del_addresses - fixes bug #65417
|
| 482 |
|
| 483 |
net-scripts/init.d/macchanger:
|
| 484 |
- fixed detecting whether the change worked or not, fixes bug #68893
|
| 485 |
|
| 486 |
net-scripts/init.d/vlan:
|
| 487 |
- fixed old config problem
|
| 488 |
|
| 489 |
31 Oct 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 490 |
|
| 491 |
Do not delete depscan and envupdate caches on reboot, as this should
|
| 492 |
improve bootup times - works nicely with the '-u' parameters of both.
|
| 493 |
Also move the '-u' parameter test of depscan.sh after the directory
|
| 494 |
exist test, else ${svcdir}/started/, etc do not exist. Modified both
|
| 495 |
/sbin/rc and /sbin/depscan.sh for this.
|
| 496 |
|
| 497 |
Move things around in /sbin/functions.sh to have all functions above.
|
| 498 |
|
| 499 |
Add the 'lo' option to RC_NET_STRICT_CHECKING to resolve bug #29225.
|
| 500 |
|
| 501 |
28 Oct 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 502 |
|
| 503 |
Only add files not managed by udev to device tarball, bug #57110.
|
| 504 |
|
| 505 |
28 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 506 |
|
| 507 |
Revert pam_console_apply udev check in bootmisc/halt.sh since
|
| 508 |
the bug is with pam_console_apply and not udev/pam.
|
| 509 |
|
| 510 |
Use ${EUID} instead of $(id -u) to help out BSD in runscript.sh.
|
| 511 |
|
| 512 |
Allow users to select ramfs instead of default tmpfs for mounting
|
| 513 |
on /dev with udev #69091.
|
| 514 |
|
| 515 |
Add issue.devfix which would be auto copied to /etc/issue if
|
| 516 |
/sbin/rc detects the user is missing /dev/null or /dev/console.
|
| 517 |
Includes a simple explanation/fix for what's wrong.
|
| 518 |
|
| 519 |
Make sure the clock init script runs after checkroot/modules/localmount
|
| 520 |
so that timestamps are synchronized asap #68133 / #70008.
|
| 521 |
|
| 522 |
Accept '-nc' as a short option to '--nocolor' #64736.
|
| 523 |
|
| 524 |
26 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 525 |
|
| 526 |
Don't use -A with fsck to respect the fs_passno since it'll try
|
| 527 |
to fsck all filesystems, not just the ones specified. Instead,
|
| 528 |
awk /etc/fstab to review the passno field in checkroot #68822.
|
| 529 |
|
| 530 |
Add support for 'gentoo=forcefsck' boot option in checkroot.
|
| 531 |
|
| 532 |
Make sure we run devfsd in /sbin/rc even when /dev has been
|
| 533 |
automounted by the kernel #68795.
|
| 534 |
|
| 535 |
Don't generate the device tarball in halt.sh with livecds #68469.
|
| 536 |
|
| 537 |
25 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 538 |
|
| 539 |
net-scripts/net.modules.d/ifconfig:
|
| 540 |
- Simplify ifconfig_is_up()
|
| 541 |
- Fix ifconfig_get_aliases_rev() to actually work... you can't
|
| 542 |
specify an interface name to ifconfig if you want to see the
|
| 543 |
aliases.
|
| 544 |
- Workaround a couple ifconfig bugs dealing with aliases
|
| 545 |
- Correct a return status in ifconfig_interface_del_addresses()
|
| 546 |
- ifconfig_iface_stop() is bool, not void; fix the comments
|
| 547 |
|
| 548 |
net-scripts/net.modules.d/iproute2:
|
| 549 |
- iproute2_iface_stop() is bool, not void. Fix the code so it
|
| 550 |
returns meaningful values
|
| 551 |
|
| 552 |
net-scripts/init.d/net.lo:
|
| 553 |
- Fix preferred (ifconfig/dhcpcd) module loading so it doesn't
|
| 554 |
barf when a preferred module is either (1) missing from
|
| 555 |
net.modules.d or (2) not available due to missing dependencies
|
| 556 |
- When loading all modules in order to stop an interface, only use
|
| 557 |
the first available to satisfy each class wrapper
|
| 558 |
|
| 559 |
24 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 560 |
|
| 561 |
Include livecd patch that was applied to baselayout-1.9.4-r6
|
| 562 |
to use agetty instead of mingetty
|
| 563 |
|
| 564 |
24 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 565 |
|
| 566 |
Mount tmpfs instead of ramfs on /dev when using udev systems.
|
| 567 |
The problem with ramfs is that it has no size limitations so
|
| 568 |
one could easily take down their machine by accident #68653.
|
| 569 |
|
| 570 |
* rc-scripts 1.6.3 (23 Oct 2004)
|
| 571 |
|
| 572 |
22 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 573 |
|
| 574 |
Add support for user_eth0 in the adsl module and in net.example.
|
| 575 |
This means that most users won't need to edit pppoe.conf at all
|
| 576 |
|
| 577 |
21 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 578 |
|
| 579 |
Remove old etc/conf.d/net and try to clarify instructions in
|
| 580 |
net-scripts/conf.d/net.example. Add example for ADSL
|
| 581 |
|
| 582 |
21 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 583 |
|
| 584 |
Merge all of the UML checks into one function, is_uml_sys(),
|
| 585 |
which is now in functions.sh.
|
| 586 |
|
| 587 |
18 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 588 |
|
| 589 |
Add v-e-commands (veinfo, vbegin, etc) to sbin/functions.sh that
|
| 590 |
depend on RC_VERBOSE which defaults to no. Add --verbose to args
|
| 591 |
understood by runscript.sh.
|
| 592 |
|
| 593 |
In net.lo, use veinfo and friends when loading modules since this
|
| 594 |
information is confusing to users.
|
| 595 |
|
| 596 |
In net.lo, always load global "modules" setting in following
|
| 597 |
"modules_iface" since this is a little easier for users to
|
| 598 |
understand.
|
| 599 |
|
| 600 |
In net.lo, use eindent for output of pre/post scripts
|
| 601 |
|
| 602 |
18 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 603 |
|
| 604 |
Add shfs to our list of net filesystems #61452. Also add afs/nfs4.
|
| 605 |
|
| 606 |
Add a '-u' parameter to depscan.sh to allow for updates only when
|
| 607 |
the config files have changed. With /sbin/rc using this, we speed
|
| 608 |
up bootup by only regenerating the cache when need be #67976. Also
|
| 609 |
add a '-u' parameter to env-update.sh for same reasons.
|
| 610 |
|
| 611 |
Don't run depscan.sh in rc-update anymore since the cache files don't
|
| 612 |
depend on runlevels (which is all that rc-update modifies).
|
| 613 |
|
| 614 |
Add unicode support to keymaps/consolefont #32111 and UML support #29707.
|
| 615 |
|
| 616 |
Add checks to many filesystem operations in the eventuality that the
|
| 617 |
filesystems are mounted read only.
|
| 618 |
|
| 619 |
16 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 620 |
|
| 621 |
Update the default fstab /dev/shm mount to include the nodev, nosuid,
|
| 622 |
and noexec mount flags. No reason for the filesystem to have those.
|
| 623 |
|
| 624 |
Cleaned up the clock init script. Moved the clock options out of
|
| 625 |
rc.conf and into its own conf.d/clock file. Added support for the
|
| 626 |
weird Alpha consoles SRM/ARC since they need special config options.
|
| 627 |
Also made the syncing of system clock to hardware clock at shutdown
|
| 628 |
optional (with the default being off) #15834. Don't try to set the
|
| 629 |
clock if running inside a coLinux environment #52870.
|
| 630 |
|
| 631 |
Update default PATH ordering to try to follow default behavior in
|
| 632 |
other distro's and because it's logical that /usr/local should
|
| 633 |
override /usr which should override /. Fixes #12531.
|
| 634 |
|
| 635 |
Move devfs stuff out of baselayout and into the devfsd package.
|
| 636 |
|
| 637 |
Don't run /sbin/pam_console_apply -r if using udev on /dev #50315.
|
| 638 |
|
| 639 |
14 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 640 |
|
| 641 |
Fix rc-status to work with new COLS code.
|
| 642 |
|
| 643 |
14 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 644 |
|
| 645 |
Allow users to mount ramfs/tmpfs/ramdisk as their svcdir and
|
| 646 |
stop assuming ramfs==ramdisk #64079.
|
| 647 |
|
| 648 |
13 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 649 |
|
| 650 |
Rework the code for managing /dev to make it more flexible for
|
| 651 |
users. Some don't want to use devfs/udev but rather just create
|
| 652 |
their own nodes. Handles some issues with #44906 / #67276.
|
| 653 |
|
| 654 |
Move the utmp clearing code out of bootmisc and into /sbin/rc.
|
| 655 |
The utmp log must be cleared while in the initial boot level
|
| 656 |
(meaning inside /sbin/rc) because as soon as rc exists, init
|
| 657 |
writes a 'boot' record (`who -b`) which would normally be lost
|
| 658 |
when the bootmisc init.d script is run #61727.
|
| 659 |
|
| 660 |
13 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 661 |
|
| 662 |
Cosmetic fixes for starting loopback interface
|
| 663 |
|
| 664 |
SpanKY doesn't like the dots... disable them by default, but you
|
| 665 |
can set RC_DOT_PATTERN=' .' in /etc/conf.d/rc to get them back
|
| 666 |
|
| 667 |
* rc-scripts 1.6.2 (13 Oct 2004)
|
| 668 |
|
| 669 |
13 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 670 |
|
| 671 |
Install net.modules.d to /lib/rcscripts instead of /etc so we
|
| 672 |
don't have to deal with CONFIG_PROTECT
|
| 673 |
|
| 674 |
Fix diff code in modules_load so it can identify which functions
|
| 675 |
have been modified
|
| 676 |
|
| 677 |
Fix fallback mechanism in iface_start so that it works correctly
|
| 678 |
and doesn't report a bogus error message when trying the fallback
|
| 679 |
|
| 680 |
Get rid of need_begin trickery in iface_stop
|
| 681 |
|
| 682 |
Simplify eend processing in dhcp modules
|
| 683 |
|
| 684 |
Implement eindent, eoutdent, esetdent in functions.sh and adjust
|
| 685 |
net-scripts to use them.
|
| 686 |
|
| 687 |
Re-write einfo, ewarn, eerror, ebegin, eend, ewend to use
|
| 688 |
RC_INDENTATION and to work better on serial terminals
|
| 689 |
|
| 690 |
Remove conf.d/net.ppp0 since that is provided by net-dialup/ppp
|
| 691 |
|
| 692 |
12 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 693 |
|
| 694 |
Fix ipaddr_fallback in net-scripts/conf.d/net.example
|
| 695 |
|
| 696 |
09 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 697 |
|
| 698 |
Remove init.d/net.eth0 net.lo and net.ppp0. The first two are
|
| 699 |
provided now by net-scripts and net.ppp0 is shipped in
|
| 700 |
net-dialup/ppp
|
| 701 |
|
| 702 |
Create NET_FS_LIST and is_net_fs in functions.sh and use them in
|
| 703 |
checkroot, localmount, netmount, net.example, and net.lo
|
| 704 |
|
| 705 |
09 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 706 |
|
| 707 |
If the hostname has already been set via the kernel/dhcp, don't
|
| 708 |
force it to 'localhost'. Used in netboot/terminal setups #38172.
|
| 709 |
|
| 710 |
Add domainname to default boot runlevel list #47041.
|
| 711 |
|
| 712 |
08 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 713 |
|
| 714 |
Make sure that when we try to mount /sys, we do so with -n (tigger).
|
| 715 |
|
| 716 |
Add some examples for nfs to sysctl.conf #66575.
|
| 717 |
|
| 718 |
06 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 719 |
|
| 720 |
Update to net-scripts 1.0.2 from Roy
|
| 721 |
------------------------------------
|
| 722 |
- wireless module: replaced preferred_only var with
|
| 723 |
associate_order this makes more sense now as we have changed the
|
| 724 |
possible values
|
| 725 |
- wireless module: added patch from Daniel Zappala we should call
|
| 726 |
wireless_get_essid everywhere now
|
| 727 |
- wireless module: don't declare ESSID local in
|
| 728 |
wireless_configure(). This allows ESSID to be tested in the
|
| 729 |
user defined postup() function
|
| 730 |
- wireless module: test type != "NOT READY!" instead of testing =
|
| 731 |
IEEE. this resolves problems with intel and ra-tech drivers
|
| 732 |
- net.lo start() now errors when the interface does not exist
|
| 733 |
- dhcpcd, dhclient, udhcpc and pump now expose peer_* vars this
|
| 734 |
enables wireless to map them from peer_dns_ESSID
|
| 735 |
- config-system helper now loads wireless module to remap
|
| 736 |
variables from ESSID this allows udhcpc and dhclient to use
|
| 737 |
remapped wireless vars
|
| 738 |
- fixed dhcpcd and pump modules using peer_* vars
|
| 739 |
- wireless aborts after 5 seconds if it cannot report a valid
|
| 740 |
ESSID this fixes a potential infinite loop problem
|
| 741 |
- wireless_setup_iface() renamed to wireless_map_essid_vars() this
|
| 742 |
avoids confusion about what the function actually does
|
| 743 |
|
| 744 |
06 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 745 |
|
| 746 |
Change the default net.ipv4.conf.default.rp_filter setting to 1
|
| 747 |
in sysctl.conf since it shouldn't be harmful in anyway. Redhat
|
| 748 |
does the same.
|
| 749 |
|
| 750 |
05 Oct 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 751 |
|
| 752 |
Get rid of getcols() in sbin/functions.sh. Use COLUMNS when
|
| 753 |
possible and otherwise clean up the COLS code. Fix the "emerge
|
| 754 |
depend" detection code to use RC_ENDCOL="no"
|
| 755 |
|
| 756 |
05 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 757 |
|
| 758 |
Changed behavior of the domainname init.d script. It will now
|
| 759 |
override any settings obtained via dhcp/whatever. See #48277.
|
| 760 |
|
| 761 |
Updated bootmisc to dump the output of `dmesg` to /var/log/dmesg.
|
| 762 |
This way users have an 'after-boot' log of their dmesg saved
|
| 763 |
somewhere useful #55421.
|
| 764 |
|
| 765 |
Added the 'eend' back to depscan.sh since the script starts with a
|
| 766 |
call to 'ebegin' #59694.
|
| 767 |
|
| 768 |
Add selinux update from Chris PeBenito for src/runscript.c #64019.
|
| 769 |
|
| 770 |
Add more quoting to rc-help.sh to fix some non-critical errors.
|
| 771 |
Make rc-help.sh respect the value of RC_NOCOLOR. Allow RC_NOCOLOR
|
| 772 |
in functions.sh to be set via the environment.
|
| 773 |
|
| 774 |
Flesh out the default sysctl.conf with comments and more examples
|
| 775 |
since our previous one was pretty sparse #59993.
|
| 776 |
|
| 777 |
Change calls to `uniq` to `sort -u` in checkroot/halt.sh. This way
|
| 778 |
we only require sort in / and not both #36453.
|
| 779 |
|
| 780 |
04 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 781 |
|
| 782 |
More (I mean a LOT more) services. This takes care of #44458,
|
| 783 |
#52881 #55939 #58997 #66166 #66297. Gleaned many from the IANA
|
| 784 |
list/Fedora/FreeBSD/Debian.
|
| 785 |
|
| 786 |
Change the test for /proc/cmdline from -e to -r. On grsecurity
|
| 787 |
based systems for example, the file may exist, but not be readable
|
| 788 |
by non-root users (patch by Ned Ludd).
|
| 789 |
|
| 790 |
03 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 791 |
|
| 792 |
Add support for NFSv4 from #25106 to the netmount script. Don't
|
| 793 |
try to fsck / if the root is a remote filesystem (like NFS) #36624.
|
| 794 |
|
| 795 |
Update the fs_passno values in the default fstab to match the
|
| 796 |
settings suggested by the manpage #37314. Make checkroot respect
|
| 797 |
a fs_passno setting of 0 when dealing with / #39212. Change
|
| 798 |
default / filesystem type to ext3 instead of xfs #42670.
|
| 799 |
|
| 800 |
Re-order the arguments to mount to match POSIX requirements #66225.
|
| 801 |
|
| 802 |
Don't pipe swapon in localmount to /dev/null and ignore return
|
| 803 |
codes anymore. A swapon that works shows no output #39834.
|
| 804 |
|
| 805 |
02 Oct 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 806 |
|
| 807 |
Break up the COL/COLOR code properly this time. Not all serial
|
| 808 |
consoles can handle adjusting to the end of the line, so let's not
|
| 809 |
bother running stty at all anymore. This should fix up #32453.
|
| 810 |
|
| 811 |
30 Sep 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 812 |
|
| 813 |
Disable cryptfs by default in the conf.d file. Also cleanup
|
| 814 |
the output generated in localmount/checkfs/halt.sh for dm-crypt.
|
| 815 |
Add an extra check so that cryptfs is only run when the conf.d
|
| 816 |
file exists as well as /bin/cryptsetup.
|
| 817 |
|
| 818 |
29 Sep 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 819 |
|
| 820 |
Let glibc install nscd since different versions of glibc will
|
| 821 |
need to be handled differently. See #43076 by Rui Malheiro.
|
| 822 |
|
| 823 |
29 Sep 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 824 |
|
| 825 |
Prefer ~/.dir_colors over /etc/DIR_COLORS when it exists #64489
|
| 826 |
|
| 827 |
27 Sep 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 828 |
|
| 829 |
Clear the screen in .bash_logout #32330
|
| 830 |
|
| 831 |
* rc-scripts 1.6.1 (27 Sep 2004)
|
| 832 |
|
| 833 |
27 Sep 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 834 |
|
| 835 |
Update dm-crypt to work with multi-line configuration files.
|
| 836 |
Also don't set status in a subshell; it was being lost before.
|
| 837 |
|
| 838 |
23 Sep 2004; Mike Frysinger <vapier@gentoo.org>:
|
| 839 |
|
| 840 |
Rework the logic behind the $COLS code. It should not depend
|
| 841 |
on whether color is enabled. Also add a check for negative
|
| 842 |
values (like when using a serial console).
|
| 843 |
|
| 844 |
* rc-scripts 1.6.0 (15 Sep 2004)
|
| 845 |
|
| 846 |
15 Sep 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 847 |
|
| 848 |
Fix bug 64034: simplify netmount script's stop function so that
|
| 849 |
mountpoints containing spaces work correctly
|
| 850 |
|
| 851 |
Update tarball.sh to use net-scripts
|
| 852 |
|
| 853 |
14 Sep 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 854 |
|
| 855 |
Commit dm-crypt enablement patch from Tigger (Rob Holland) in
|
| 856 |
bug 43146
|
| 857 |
|
| 858 |
* rc-scripts 1.5.3 (18 Aug 2004)
|
| 859 |
|
| 860 |
18 Aug 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 861 |
|
| 862 |
Fix bug 60719 (request for better error messages from runscript)
|
| 863 |
by allowing errors to show on the screen when they're encountered
|
| 864 |
in wrap_rcscript
|
| 865 |
|
| 866 |
Apply Spock's bootsplash patch from bug 45784. This moves most of
|
| 867 |
the splash functionality out of baselayout.
|
| 868 |
|
| 869 |
13 Aug 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 870 |
|
| 871 |
Don't export PS1. Continuation of bug 26951, comments 60-62.
|
| 872 |
|
| 873 |
* rc-scripts 1.5.2 (02 Aug 2004)
|
| 874 |
|
| 875 |
02 Aug 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 876 |
|
| 877 |
Related to bug 38955, don't set INPUTRC. Instead patch bash so
|
| 878 |
that it looks for /etc/inputrc automatically if ~/.inputrc is
|
| 879 |
missing. This is better than using INPUTRC since that will
|
| 880 |
override even after the user creates ~/.inputrc.
|
| 881 |
|
| 882 |
Fix bug 54275: Don't set INFODIR. The correct variable used by
|
| 883 |
texinfo is INFOPATH, which is already set in 00basic. Setting
|
| 884 |
INFODIR is useless, and breaks a NetBSD cross compile from Gentoo
|
| 885 |
|
| 886 |
01 Aug 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 887 |
|
| 888 |
Fix bug 58805: net.eth0 should use bridge so that bridge
|
| 889 |
interfaces are configured prior to net.br0 running
|
| 890 |
|
| 891 |
Fix bug 56856: Get rid of net.rej and integrate missing stuff to
|
| 892 |
conf.d/net
|
| 893 |
|
| 894 |
Apply half of spock's patch in bug 45784: Check for
|
| 895 |
conf.d/bootsplash instead of conf.d/bootsplash.conf
|
| 896 |
|
| 897 |
Fix bug 51351: Quote parsed output of /proc/filesystems to handle
|
| 898 |
octal sequences in mountpoint such as encoded spaces (\040)
|
| 899 |
|
| 900 |
Fix bug 46680: Add cifs support to localmount and netmount.
|
| 901 |
Thanks to Ronald Moesbergen for the patches
|
| 902 |
|
| 903 |
21 Jul 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 904 |
|
| 905 |
Fix bug 26952: Use /etc/bash/bashrc to setup PS1, testing $- to
|
| 906 |
determine if shell is interactive. The new system-wide bashrc is
|
| 907 |
installed by bash-2.05b-r10
|
| 908 |
|
| 909 |
19 Jul 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 910 |
|
| 911 |
Fix bug 38743: strip leading and trailing spaces from variable
|
| 912 |
values in genenviron.awk. Thanks to Marius Mauch for the patch.
|
| 913 |
|
| 914 |
09 Jul 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 915 |
|
| 916 |
Fix bug 55576: swap words "start" and "stop" in runscript.sh error
|
| 917 |
message
|
| 918 |
|
| 919 |
* rc-scripts 1.5.1 (28 Jun 2004)
|
| 920 |
|
| 921 |
28 Jun 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 922 |
|
| 923 |
Fix dhcp in iface_start_ifconfig: It was re-using the variable
|
| 924 |
${i} which would result in the following error:
|
| 925 |
/sbin/runscript.sh: line 441: ((: 16.141.88.153: syntax error
|
| 926 |
in expression (error token is ".141.88.153")
|
| 927 |
|
| 928 |
Use vlan_IFACE instead of iface_IFACE_vlans in net.eth0 for more
|
| 929 |
consistent vlan configuration. Thanks to robbat2 in bug 55394
|
| 930 |
(not fully resolved)
|
| 931 |
|
| 932 |
Add example for checking if root filesystem is NFS-mounted via
|
| 933 |
predown function in conf.d/net for bug 53104. This might be
|
| 934 |
better integrated at some point into net.eth0
|
| 935 |
|
| 936 |
* rc-scripts 1.5.0 (26 Jun 2004)
|
| 937 |
|
| 938 |
26 Jun 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 939 |
|
| 940 |
Fix bug 47659: support iproute2-style configuration. Thanks to
|
| 941 |
Dean Bailey for some fantastic patches, including documentation
|
| 942 |
for conf.d/net. This is a pretty huge re-write of net.eth0
|
| 943 |
|
| 944 |
Fix bug 34607: provide examples for in conf.d/net for preup,
|
| 945 |
postup, predown, postdown functions. Also pay attention to return
|
| 946 |
value from predown function (previously ignored)
|
| 947 |
|
| 948 |
15 Jun 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 949 |
|
| 950 |
Fix bug 25975: support adsl in net.eth0. Thanks to Patrick McLean
|
| 951 |
for the initial pass at the code.
|
| 952 |
|
| 953 |
Fix bug 34140: add --servicelist option to rc-status. Thanks to
|
| 954 |
Eldad Zack for the patch.
|
| 955 |
|
| 956 |
Fix bug 37418: fix order of LVM and RAID in checkfs. Thanks to
|
| 957 |
Raimondo Giammanco for the patch.
|
| 958 |
|
| 959 |
* rc-scripts 1.4.16 (06 Jun 2004)
|
| 960 |
|
| 961 |
06 Jun 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 962 |
|
| 963 |
Only call generate-modprobe.conf with --assume-kernel if
|
| 964 |
modules-update was called with --assume-kernel. This means that
|
| 965 |
only catalyst has the dependency on module-init-tools, not
|
| 966 |
everybody with the newer baselayout
|
| 967 |
|
| 968 |
* rc-scripts 1.4.15 (21 May 2004)
|
| 969 |
|
| 970 |
21 May 2004; Aron Grifis <agriffis@gentoo.org>:
|
| 971 |
|
| 972 |
Fix bug 51570: typo on line 161 of /sbin/livecd-functions.sh
|
| 973 |
|
| 974 |
Fix bug 51626: wrong variable declaration at top of
|
| 975 |
get_bootparam() in /sbin/functions.sh
|
| 976 |
|
| 977 |
* rc-scripts 1.4.14 (17 May 2004)
|
| 978 |
|
| 979 |
17 May 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 980 |
|
| 981 |
Bump version to 1.4.14 to push out gmsoft's fix for hppa console
|
| 982 |
on ttyB0
|
| 983 |
|
| 984 |
* rc-scripts 1.4.13 (15 May 2004)
|
| 985 |
|
| 986 |
15 May 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 987 |
|
| 988 |
Bump version to 1.4.13 to push out Gustavo's livecd serial console
|
| 989 |
fixes for sparc and hppa.
|
| 990 |
|
| 991 |
* rc-scripts 1.4.12 (07 May 2004)
|
| 992 |
|
| 993 |
10 May 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 994 |
|
| 995 |
Bump version to 1.4.12 to release these critical bug fixes
|
| 996 |
|
| 997 |
Fix bug 50434: The new version of start-stop-daemon changes
|
| 998 |
directory to / by default unless --chdir is specified. Revert
|
| 999 |
this behavior to maintain working directory. This fixes openvpn
|
| 1000 |
startup (probably among other things). Thanks to Sven Wegener for
|
| 1001 |
the patch.
|
| 1002 |
|
| 1003 |
Fix bug 50448: Four days ago I changed bash loops to use the wrong
|
| 1004 |
conditional syntax in net.eth0. Thanks to Sven Wegener for
|
| 1005 |
pointing out the problem and providing a patch.
|
| 1006 |
|
| 1007 |
* rc-scripts 1.4.11 (07 May 2004)
|
| 1008 |
|
| 1009 |
07 May 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 1010 |
|
| 1011 |
Fix bug 20597: Skip RCS files when updating modules
|
| 1012 |
|
| 1013 |
Fix bug 49926: Add a --assume-kernel flag to modules-update. This
|
| 1014 |
requires a companion patch in module-init-tools-3.0-r2 to handle
|
| 1015 |
the same flag in generate-modprobe.conf; this dependency won't be
|
| 1016 |
handled in the baselayout ebuild since it only affects livecd
|
| 1017 |
building.
|
| 1018 |
|
| 1019 |
06 May 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 1020 |
|
| 1021 |
In net.eth0, fix many instances of loops like "for ((i = 0; i <
|
| 1022 |
100; i = i + 1))". The problem here is that the middle comparison
|
| 1023 |
is being interpreted as a bash conditional, which means that it's
|
| 1024 |
doing string comparison by default. It needs to be "i -lt 100"
|
| 1025 |
|
| 1026 |
Fix bug 34827: net.eth0 breaks when localized because the ifconfig
|
| 1027 |
output changes. Wrap ifconfig in a function that overrides
|
| 1028 |
LC_ALL=C
|
| 1029 |
|
| 1030 |
Fix bug 48305: Provide a new network configuration variable
|
| 1031 |
ifconfig_fallback_eth0 which allows one to specify a fallback
|
| 1032 |
configuration in case DHCP fails.
|
| 1033 |
|
| 1034 |
Fix bug 50246: Give root an invalid password ("*" in /etc/shadow)
|
| 1035 |
in the default baselayout. This prevents the first reboot after
|
| 1036 |
installation from having a blank password.
|
| 1037 |
|
| 1038 |
05 May 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 1039 |
|
| 1040 |
Fix bug 48595: Make sure $(id -u) is zero (root user) when running
|
| 1041 |
init scripts to avoid a lot of error messages.
|
| 1042 |
|
| 1043 |
Replace many lines of awk with two lines of grep in
|
| 1044 |
init.d/localmount
|
| 1045 |
|
| 1046 |
Fix bug 44316: Use 0644 instead of 0640 for resolv.conf in net.ppp0
|
| 1047 |
|
| 1048 |
03 May 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 1049 |
|
| 1050 |
Update to version 1.10.20 of Debian's start-stop-daemon (contained
|
| 1051 |
in dpkg at http://packages.debian.org/testing/base/dpkg). This
|
| 1052 |
fixes bug 22686 (start-stop-daemon in baselayout doesn't allow
|
| 1053 |
altered nicelevel).
|
| 1054 |
|
| 1055 |
* rc-scripts 1.4.10 (25 Apr 2004)
|
| 1056 |
|
| 1057 |
25 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 1058 |
|
| 1059 |
Fix typos in sbin/rc: "try try mount" and "mount ... & >/dev/null"
|
| 1060 |
Also removed the errstr double-checking since the need for that is
|
| 1061 |
alleviated by these typo fixes.
|
| 1062 |
|
| 1063 |
23 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 1064 |
|
| 1065 |
Fix bug 48629 (/sbin/rc fixups for udev) with patch from GregKH
|
| 1066 |
|
| 1067 |
Fix bug 40987 (gentoo should be able to boot with an empty /dev)
|
| 1068 |
with patch from Spanky. The patch avoids redirection to /dev/null
|
| 1069 |
when it doesn't exist; this was breaking /sbin/rc.
|
| 1070 |
|
| 1071 |
* rc-scripts 1.4.9 (15 Apr 2004)
|
| 1072 |
|
| 1073 |
15 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 1074 |
|
| 1075 |
Fix bug 47111 (severe depcache problems) with tons of help from
|
| 1076 |
dswhite42 and the rest of the crew in that bug. Thanks guys!
|
| 1077 |
|
| 1078 |
* rc-scripts 1.4.8 (14 Apr 2004)
|
| 1079 |
|
| 1080 |
14 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 1081 |
|
| 1082 |
Fix bug 47623 (error removing inet6 addresses) with patch provided
|
| 1083 |
by Vlad Yasevich.
|
| 1084 |
|
| 1085 |
* rc-scripts 1.4.7 (12 Apr 2004)
|
| 1086 |
|
| 1087 |
12 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 1088 |
|
| 1089 |
Fix bug 47218 (net.eth0 broken for vlans) with patch provided by
|
| 1090 |
Andy Dustman. Fix bug 47250 (depscan.sh fails to create
|
| 1091 |
/var/lib/init.d/* directories) with patch from Terje Bergström.
|
| 1092 |
|
| 1093 |
* rc-scripts 1.4.6 (08 Apr 2004)
|
| 1094 |
|
| 1095 |
08 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 1096 |
|
| 1097 |
Update patch from Gustavoz; -ln /bin/bash should have been -nl /bin/bash
|
| 1098 |
|
| 1099 |
* rc-scripts 1.4.5 (08 Apr 2004)
|
| 1100 |
|
| 1101 |
08 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 1102 |
|
| 1103 |
Patch init.d/checkroot to list / (root) only once in mtab; see bug 38360.
|
| 1104 |
Patch from Gustavoz to livecd-functions.sh to run bash instead of login on
|
| 1105 |
serial consoles, necessary due to scrambled root passwords.
|
| 1106 |
|
| 1107 |
* rc-scripts 1.4.4 (07 Apr 2004)
|
| 1108 |
|
| 1109 |
07 Apr 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 1110 |
|
| 1111 |
Patch from Gustavoz for Sparc console: Fetch LIVECD_CONSOLE from dmesg
|
| 1112 |
output. Also support 4800 baud correctly.
|
| 1113 |
|
| 1114 |
16 Mar 2004; Aron Griffis <agriffis@gentoo.org>:
|
| 1115 |
|
| 1116 |
The changes in this commit pertain primarily to
|
| 1117 |
http://bugs.gentoo.org/show_bug.cgi?id=19695
|
| 1118 |
http://bugs.gentoo.org/show_bug.cgi?id=35736
|
| 1119 |
|
| 1120 |
Specify routes as an array per interface, for example:
|
| 1121 |
routes_eth0=(
|
| 1122 |
"-net 10.1.0.0 netmask 255.255.0.0 gw 10.0.0.5"
|
| 1123 |
"-net 10.2.0.0 netmask 255.255.0.0 gw 10.0.0.6"
|
| 1124 |
"-host 10.3.0.1 dev eth0"
|
| 1125 |
)
|
| 1126 |
|
| 1127 |
You can optionally use the gateway variable or just put the default route
|
| 1128 |
in the routes variable. The following two are REDUNDANT:
|
| 1129 |
|
| 1130 |
routes_eth0=( "default gw 10.0.0.5" )
|
| 1131 |
gateway="eth0/10.0.0.5"
|
| 1132 |
|
| 1133 |
Old configuration variables in /etc/conf.d/net are fully supported and
|
| 1134 |
used transparently if ifconfig_eth0 is missing. In other words, this new
|
| 1135 |
script is fully backward-compatible. However you can get rid of
|
| 1136 |
iface_eth0, alias_eth0, broadcast_eth0 and netmask_eth0 if you want by
|
| 1137 |
using the new syntax:
|
| 1138 |
|
| 1139 |
ifconfig_eth0=(
|
| 1140 |
"10.0.0.6 broadcast 10.0.255.255 netmask 255.255.0.0"
|
| 1141 |
"192.168.1.1 netmask 255.255.255.0"
|
| 1142 |
"123.456.789.1"
|
| 1143 |
)
|
| 1144 |
|
| 1145 |
Full backward compatibility so no danger to screwing up users relying on
|
| 1146 |
existing /etc/conf.d/net setup
|
| 1147 |
|
| 1148 |
NET_DEBUG can be set in the environment for copious debugging output
|
| 1149 |
|
| 1150 |
Deprecate [ ] in favor of [[ ]] which has fewer quoting issues and
|
| 1151 |
better functionality (and is even slightly faster)
|
| 1152 |
|
| 1153 |
Properly localize all variables, including variables returned by
|
| 1154 |
setup_vars
|
| 1155 |
|
| 1156 |
Allow full options for every ifconfig command, both base address and
|
| 1157 |
aliases via ifconfig_eth0, replacing the convoluted and less-functional
|
| 1158 |
iface_eth0, alias_eth0, broadcast_eth0, netmask_eth0
|
| 1159 |
|
| 1160 |
Provide full support for static routes via routes_eth0
|
| 1161 |
|
| 1162 |
Fix potential quoting problems in setup_vars by using better eval syntax
|
| 1163 |
instead of eval echo
|
| 1164 |
|
| 1165 |
Display IP addresses while configuring, both DHCP-retrieved and
|
| 1166 |
statically set addresses
|
| 1167 |
|
| 1168 |
Collapse redundant caching of $? since eend returns $? again
|
| 1169 |
|
| 1170 |
Report when keeping kernel configuration for an interface along with IP
|
| 1171 |
address gleaned
|
| 1172 |
|
| 1173 |
Don't reset the default gateway if it is already set correctly
|
| 1174 |
|
| 1175 |
Don't bind default gateway to particular interface when /sbin/route is
|
| 1176 |
called so that it can survive if there is more than one interface on the
|
| 1177 |
required subnet. (Old behavior can be obtained by setting
|
| 1178 |
routes_eth0="default gw 1.2.3.4 dev eth0" if you really want it)
|
| 1179 |
|
| 1180 |
Don't bomb if default gateway can't be set since that doesn't
|
| 1181 |
necessarily mean that the interface configuration is invalid.
|
| 1182 |
(Old behavior was completely broken, but commented section
|
| 1183 |
demonstrates how to do it right if necessary)
|
| 1184 |
|
| 1185 |
iface_stop no longer relies on configuration in /etc/conf.d/net AT ALL.
|
| 1186 |
This is very good because it means you can put new configuration in
|
| 1187 |
/etc/conf.d/net, then restart the interface and the old configuration will
|
| 1188 |
be properly shut down.
|
| 1189 |
|
| 1190 |
iface_stop reports when it is releasing the DHCP lease
|
| 1191 |
|
| 1192 |
* rc-scripts 1.4.3.13p1 (26 Feb 2004)
|
| 1193 |
|
| 1194 |
26 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 1195 |
|
| 1196 |
Remove /etc/DIR_COLORS, as coreutils provides it now.
|
| 1197 |
|
| 1198 |
Add RC_DEVICE_TARBALL to /etc/conf.d/rc to control use of device tarball.
|
| 1199 |
Also modified /sbin/rc and /etc/init.d/halt.sh for this.
|
| 1200 |
|
| 1201 |
Start udevd if present.
|
| 1202 |
|
| 1203 |
Small fix to sbin/rc-services.sh related to mtime checking and 'net'
|
| 1204 |
virtual service - it had no mtime generated, so check_mtime() failed
|
| 1205 |
for it ...
|
| 1206 |
|
| 1207 |
25 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 1208 |
|
| 1209 |
Update to enable checking of mtimes on rc-scripts, and auto running
|
| 1210 |
depscan.sh if needed. Also try to run depscan.sh when RC_GOT_DEPTREE_INFO
|
| 1211 |
is not set instead of just erroring.
|
| 1212 |
|
| 1213 |
19 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 1214 |
|
| 1215 |
Fix irda type-o in /sbin/MAKEDEV, thanks to Tobias Sager <moixa@gmx.ch>.
|
| 1216 |
|
| 1217 |
Fix type-o in /etc/initrc, bug #41666 (Tom Vergote <bugzilla@tomvergote.be>).
|
| 1218 |
|
| 1219 |
15 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 1220 |
|
| 1221 |
Add RC_TTY_NUMBER to /etc/conf.d/rc to configure how many tty devices
|
| 1222 |
are used in scripts such as consolefonts, numlock, etc. This should
|
| 1223 |
close bug #39863.
|
| 1224 |
|
| 1225 |
Fix type-o in /etc/init.d/consolefont, bug #40938, thanks to patch from
|
| 1226 |
Cory Tusar <ctusar@adelphia.net>.
|
| 1227 |
|
| 1228 |
09 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 1229 |
|
| 1230 |
Add SELinux modifications to /sbin/runscript. This allows runscript to
|
| 1231 |
make sure it is running in the right domain. Patch done by
|
| 1232 |
Chris PeBenito <pebenito@gentoo.org>.
|
| 1233 |
|
| 1234 |
* rc-scripts 1.4.3.13 (08 Feb 2004)
|
| 1235 |
|
| 1236 |
08 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 1237 |
|
| 1238 |
Fix wrong logic in /etc/init.d/halt.sh which did not umount all mounts
|
| 1239 |
_but_ /mnt/cdrom and /mnt/livecd.
|
| 1240 |
|
| 1241 |
Update /etc/init.d/consolefont to use newer kbd. Should also close
|
| 1242 |
bug #39864.
|
| 1243 |
|
| 1244 |
Fix /sbin/depscan.sh, /sbin/functions.sh and /sbin/rc to use mkdir rather
|
| 1245 |
than install, as newer versions of install is located in /usr/bin. This
|
| 1246 |
closes bug #39648.
|
| 1247 |
|
| 1248 |
06 Feb 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 1249 |
|
| 1250 |
Tweak livecd support changes and add some more to hopefully sort out
|
| 1251 |
last issues, with help from Brad House <brad_mssw@gentoo.org>.
|
| 1252 |
|
| 1253 |
Add code to generate /dev/fd, /dev/std* and /dev/core to /sbin/rc,
|
| 1254 |
bug #37349.
|
| 1255 |
|
| 1256 |
* rc-scripts 1.4.3.12p3 (21 Jan 2004)
|
| 1257 |
|
| 1258 |
19 Jan 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 1259 |
|
| 1260 |
Add /sbin/livecd-functions.sh from Brad House <brad_mssw@gentoo.org>
|
| 1261 |
for livecd support. Add bits to /sbin/rc to support it.
|
| 1262 |
|
| 1263 |
06 Jan 2004; Martin Schlemmer <azarah@gentoo.org>:
|
| 1264 |
|
| 1265 |
Fix type-o in /etc/init.d/checkfs, bug #37113.
|
| 1266 |
|
| 1267 |
29 Dec 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1268 |
|
| 1269 |
Update /sbin/depscan.sh, /sbin/env-update.sh, src/awk/cachedepends.awk,
|
| 1270 |
src/awk/gendepends.awk and src/awk/genenviron.awk to use ENVIRON rather
|
| 1271 |
then gawk -v. Also add some tests to see if we got the environment
|
| 1272 |
variables.
|
| 1273 |
|
| 1274 |
28 Dec 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1275 |
|
| 1276 |
Fix /sbin/rc to mount /dev/pts with gid=5 and mode=0620, bug #36088.
|
| 1277 |
|
| 1278 |
* rc-scripts 1.4.3.12p2 (27 Dec 2003)
|
| 1279 |
|
| 1280 |
26 Dec 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1281 |
|
| 1282 |
Update code to generate /dev from /sys. Add UDEV_NO_SLEEP=1 for
|
| 1283 |
hack to not make udev sleep - its not needed as these entries
|
| 1284 |
are already present, and not a hotplug event.
|
| 1285 |
|
| 1286 |
Update /etc/init.d/{consolefont,numlock} to work with udev managed
|
| 1287 |
/dev that have devfs layout.
|
| 1288 |
|
| 1289 |
14 Dec 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1290 |
|
| 1291 |
Fix type-o in /sbin/rc, bug #34837.
|
| 1292 |
|
| 1293 |
* rc-scripts 1.4.3.12p1 (26 Nov 2003)
|
| 1294 |
|
| 1295 |
26 Nov 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1296 |
|
| 1297 |
Fix /etc/init.d/halt.sh to reset pam_console permissions, else
|
| 1298 |
the next bootup might be done with some non-root nodes which cause
|
| 1299 |
some odd issues.
|
| 1300 |
|
| 1301 |
Add code to generate /dev from sysfs entries - not much it currently
|
| 1302 |
support but block/tty devices, but it is a start for when we have
|
| 1303 |
full sysfs support in all drivers.
|
| 1304 |
|
| 1305 |
Revert carrier detection check, as there is currently too many
|
| 1306 |
issues with it, bug #33272.
|
| 1307 |
|
| 1308 |
Make sure we mount already mounted mount (done in /sbin/rc) with
|
| 1309 |
correct permissions, etc, bug #33764. Modified /etc/init.d/checkroot
|
| 1310 |
for this.
|
| 1311 |
|
| 1312 |
16 Nov 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1313 |
|
| 1314 |
Fix carrier detection - we need to do a 'ifconfig $IFACE up' else
|
| 1315 |
some drivers do not set the IFF_RUNNING bit, bug #33272, thanks to
|
| 1316 |
Jason Rhinelander <jason-gentoo@gossamer-threads.com> for the fix.
|
| 1317 |
|
| 1318 |
15 Nov 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1319 |
|
| 1320 |
Add a warning to cachedepends.awk if a rc-script's name ends in
|
| 1321 |
'.sh', bug #33134. Add better error checking to /sbin/depscan.sh.
|
| 1322 |
|
| 1323 |
Fix /etc/init.d/halt.sh to not try and remount virtual devices,
|
| 1324 |
also do a few cleanups. Closes bug #33271.
|
| 1325 |
|
| 1326 |
* rc-scripts 1.4.3.12 (11 Nov 2003)
|
| 1327 |
|
| 1328 |
11 Nov 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1329 |
|
| 1330 |
Add carrier detection to /etc/init.d/net.eth0 closing bug #25480;
|
| 1331 |
patch by Jordan Ritter <jpr5+gentoo@darkridge.com>.
|
| 1332 |
|
| 1333 |
Add extra checks for critical directories to /sbin/rc.
|
| 1334 |
|
| 1335 |
04 Nov 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1336 |
|
| 1337 |
Update /bin/rc-status giving a working '-u' parameter, bug #32417.
|
| 1338 |
Fix by Michael Frysinger <vapier@gentoo.org>.
|
| 1339 |
|
| 1340 |
31 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1341 |
|
| 1342 |
Add support for --tty switch added to setfont and remove consolechars
|
| 1343 |
support; modified /etc/init.d/consolefont for this. Also remove
|
| 1344 |
consoletools support from /etc/init.d/keymaps.
|
| 1345 |
|
| 1346 |
29 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1347 |
|
| 1348 |
We should still use /sbin/udev as hotplug agent if /sbin/hotplug do
|
| 1349 |
not exist. Updated /sbin/rc for this.
|
| 1350 |
|
| 1351 |
Add a fix to /etc/init.d/keymaps for bug #32111 (we should not have
|
| 1352 |
'-u' in the call to loadkeys when using unicode).
|
| 1353 |
|
| 1354 |
We should not use '-' in variable names for bash, bug #31184, thanks
|
| 1355 |
to Andreas Simon <yuipx@gmx.net>. Updated /sbin/MAKEDEV.
|
| 1356 |
|
| 1357 |
27 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1358 |
|
| 1359 |
Fix return code checking of fsck in /etc/init.d/checkfs, bug #31349.
|
| 1360 |
|
| 1361 |
26 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1362 |
|
| 1363 |
The unmount stuff in /etc/init.d/halt.sh was flawed, in the fact that
|
| 1364 |
it called 'umount -t no<insert_fs_here>', which resulted in /proc, etc
|
| 1365 |
unmounted anyhow. Change it to remount the last filesystems readonly
|
| 1366 |
without trying to unmount any. This fixes a few cases where reboot
|
| 1367 |
would halt due to unmounted /proc, etc.
|
| 1368 |
|
| 1369 |
This change set fixes two things:
|
| 1370 |
1) In exporting all functions/variables in functions.sh, rc-services.sh
|
| 1371 |
and rc-daemon.sh, we created an overly large environment, and also
|
| 1372 |
broke stuff like glftpd. Do not do this, and hope whatever caused
|
| 1373 |
the issues previously is fixed in the meantime. This should close
|
| 1374 |
bugs #25754 and #31794.
|
| 1375 |
2) gendepend.awk used to generate deptree with functions called
|
| 1376 |
depinfo_<scriptname> which set appropriate variables when called.
|
| 1377 |
This broke if the scriptname contained characters that is not valid
|
| 1378 |
for bash variable names. Changed things to use an array fixing this.
|
| 1379 |
This closes bug #24092.
|
| 1380 |
|
| 1381 |
Change /sbin/rc again to not set the hotplug agent to /sbin/udev, as
|
| 1382 |
/sbin/hotplug will call udev as well.
|
| 1383 |
|
| 1384 |
Fix a logic error in /lib/rcscripts/sh/rc-services.sh that cause the
|
| 1385 |
get_dep_info() function to skip the last entry in the RC_DEPEND_TREE
|
| 1386 |
array (in my case 'net').
|
| 1387 |
|
| 1388 |
We did not handle the 'net' dependency properly in valid_iuse() and
|
| 1389 |
valid_iafter(). Fix this in /lib/rcscripts/sh/rc-services.sh, closing
|
| 1390 |
bugs #30327 and #31950.
|
| 1391 |
|
| 1392 |
Change an occurance of /etc/modutils in modules-update.8 to
|
| 1393 |
/etc/modules.d/ closing bug #31171.
|
| 1394 |
|
| 1395 |
19 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1396 |
|
| 1397 |
More bootsplash fixes, bug #21019 (comment #21).
|
| 1398 |
|
| 1399 |
Remove the killall5 stuff from /etc/init.d/halt.sh, as it messes with
|
| 1400 |
bootsplash. Add support to kill processes still using non-critical
|
| 1401 |
mounts with fuser though.
|
| 1402 |
|
| 1403 |
17 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1404 |
|
| 1405 |
Bootsplash fixes from Michael Aichler <micha@aichler.net>, (comment #15
|
| 1406 |
and #16 from bug #21019).
|
| 1407 |
|
| 1408 |
Bootsplash coded did not play nice with boot profiles, so I fixed that
|
| 1409 |
as well. Some other style tweaks.
|
| 1410 |
|
| 1411 |
Fix /sbin/MAKEDEV to use 'user:group' form, and not depriciated '.'.
|
| 1412 |
Also changed the permissions on tty's, ibcs and scanner devices
|
| 1413 |
to 0660.
|
| 1414 |
|
| 1415 |
* rc-scripts 1.4.3.11p2 (14 Sep 2003)
|
| 1416 |
|
| 1417 |
14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1418 |
|
| 1419 |
Revert previous changes, and substitute it for the bootsplash patches
|
| 1420 |
from Michael Aichler <micha@aichler.net>, bug #21019. His www pages
|
| 1421 |
can be reached at:
|
| 1422 |
|
| 1423 |
http://www.aichler.net/gentoo/bootsplash/
|
| 1424 |
|
| 1425 |
I should note that the bootsplash stuff is not 100% tested.
|
| 1426 |
|
| 1427 |
|
| 1428 |
* rc-scripts 1.4.3.11p1 (14 Sep 2003)
|
| 1429 |
|
| 1430 |
14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1431 |
|
| 1432 |
Initial bootsplash patch as from LiveCD's.
|
| 1433 |
|
| 1434 |
Add more tty's to /etc/init.d/numlock, bug #28252.
|
| 1435 |
|
| 1436 |
* rc-scripts 1.4.3.11 (14 Sep 2003)
|
| 1437 |
|
| 1438 |
14 Oct 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1439 |
|
| 1440 |
Add initial udev support. Modified /sbin/rc and /etc/init.d/halt.sh.
|
| 1441 |
Resolves bug #27527.
|
| 1442 |
|
| 1443 |
Add squid to /etc/services, bug #30995. Other cleanups from rac.
|
| 1444 |
|
| 1445 |
Add patch from Kumba <kumba@gentoo.org> to MAKEDEV to not allow
|
| 1446 |
running while pwd is root (/).
|
| 1447 |
|
| 1448 |
Add 'after hotplug' to /etc/init.d/consolefont, bug #30856.
|
| 1449 |
|
| 1450 |
Add entry for floppy in /etc/fstab, bug #30574.
|
| 1451 |
|
| 1452 |
Remove changing group of /tmp/.{X,ICE}-unix, as it it not needed,
|
| 1453 |
bug #28861.
|
| 1454 |
|
| 1455 |
Apply a patch from Mike Frysinger <vapier@gentoo.org> for rc-status.
|
| 1456 |
It now will work with runlevels named with any characters (other than
|
| 1457 |
ones found in default bash IFS). It also adds a few sanity/error
|
| 1458 |
checks, bug #26432.
|
| 1459 |
|
| 1460 |
Change /etc/inputrc to have PageUp/PageDown search through bash
|
| 1461 |
history again, bug #26036.
|
| 1462 |
|
| 1463 |
14 Sep 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1464 |
|
| 1465 |
Change update-modules to modules-update in manpage, bug #28101.
|
| 1466 |
|
| 1467 |
* rc-scripts 1.4.3.10p1 (08 Sep 2003)
|
| 1468 |
|
| 1469 |
08 Sep 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1470 |
|
| 1471 |
Change the '-k' switch to dhcpcd to '-z' in /etc/init.d/net.eth0.
|
| 1472 |
|
| 1473 |
12 Aug 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1474 |
|
| 1475 |
Add missing 'local x' to filter_environ() (bug #26429), thanks to
|
| 1476 |
Mark Wagner <mark@lanfear.net>. Modified rc-services.sh for this.
|
| 1477 |
|
| 1478 |
11 Aug 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1479 |
|
| 1480 |
Modify /etc/init.d/modules not to print the autoloading stuff if
|
| 1481 |
no modules should be loaded (resolving bug #26288), per request from
|
| 1482 |
Michael Frysinger <vapier@gentoo.org>.
|
| 1483 |
|
| 1484 |
Fix get_bootparam() in /sbin/functions.sh to check for existance of
|
| 1485 |
the /proc/cmdline proc entry.
|
| 1486 |
|
| 1487 |
10 Aug 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1488 |
|
| 1489 |
Modify /etc/init.d/halt.sh to first kill, and then deactivate swap on
|
| 1490 |
request of Luke-Jr <luke-jr@gentoo.org>. It should be ok now, as the
|
| 1491 |
whole way of devfs handling changed long ago already.
|
| 1492 |
|
| 1493 |
Fix /etc/init.d/halt.sh to unmount the mount point and not the device.
|
| 1494 |
Also change it to 'mount -d' to detach the loop device. Patch by
|
| 1495 |
Kalin KOZHUHAROV <kalin@ThinRope.net>, bug #26256.
|
| 1496 |
|
| 1497 |
Fix /etc/init.d/consolefont to not error out if CONSOLEFONT in rc.conf
|
| 1498 |
is not set, bug #26278 (noted by Michael Frysinger <vapier@gentoo.org>).
|
| 1499 |
|
| 1500 |
* rc-scripts 1.4.3.10 (04 Aug 2003)
|
| 1501 |
|
| 1502 |
04 Aug 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1503 |
|
| 1504 |
Add /bin/rc-status and 'show' support to /sbin/rc-update (long overdue),
|
| 1505 |
bug #4222, thanks to Sean E Russell <ser@germane-software.com>,
|
| 1506 |
Michael Frysinger <vapier@gentoo.org> (/bin/rc-status) and for the 'show'
|
| 1507 |
stuff to /sbin/rc-update, Max Kalika <max@gentoo.org>.
|
| 1508 |
|
| 1509 |
Fixed modules-update to only do the /etc/modprobe.conf generation if we
|
| 1510 |
are actually running a 2.5+ kernel.
|
| 1511 |
|
| 1512 |
Add pop3 entries to /etc/services, bug #25501.
|
| 1513 |
|
| 1514 |
Add a switch for devfsd startup to /etc/conf.d/rc, fix /sbin/rc to check
|
| 1515 |
RC_DEVFSD_STARTUP. Closes bug #24361, thanks to patches from
|
| 1516 |
Kurt V. Hindenburg <khindenburg@cherrynebula.net>.
|
| 1517 |
|
| 1518 |
Add LVM2 support thanks to Max Kalika <max@gentoo.org> (bug #21908).
|
| 1519 |
|
| 1520 |
Add IPV6 versions of localhost and co in /etc/hosts, bug #25859.
|
| 1521 |
|
| 1522 |
Fix type-o in /sbin/rc-update, bug #25854.
|
| 1523 |
|
| 1524 |
29 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1525 |
|
| 1526 |
Tweak /etc/init.d/check{root,fs} to set retval after each fsck call,
|
| 1527 |
and not the whole block. Tweak check checkroot to reboot if need be
|
| 1528 |
(This is with sufficient warning and message). Tweak checkfs to not
|
| 1529 |
drop to a sulogin if return code 2 or 3 is given - as we did not
|
| 1530 |
mount the filesystems yet, we should not need to reboot ... bug #25398.
|
| 1531 |
|
| 1532 |
Add '-T' option to fsck (/etc/init.d/check{root,fs} - requested by
|
| 1533 |
Michael Frysinger <vapier@gentoo.org>.
|
| 1534 |
|
| 1535 |
28 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1536 |
|
| 1537 |
Rework changes for the Adelie project to support boot config profiles
|
| 1538 |
better. Added support for /etc/runlevels/LEVEL/.fake to specify which
|
| 1539 |
runlevels should be marked started or stopped without executing the
|
| 1540 |
script. Renamed the /etc/runlevels/LEVEL/critical to ".critical" for
|
| 1541 |
more uniformity. Modified /sbin/rc, /sbin/functions.sh, /sbin/runscript.sh
|
| 1542 |
for this.
|
| 1543 |
|
| 1544 |
Add better support for services that provide the "logger" virtual. We
|
| 1545 |
should really start the logger earlier, and stop it as late as possible.
|
| 1546 |
Modified /sbin/rc, /lib/rcscripts/sh/rc-services.sh and gendepends.awk
|
| 1547 |
for this.
|
| 1548 |
|
| 1549 |
Fix .../boot/... paths hardcoded in /lib/rcscripts/sh/rc-services.sh,
|
| 1550 |
thanks to Jean-Francois Richard <jean-francois@richard.name>.
|
| 1551 |
|
| 1552 |
Replace the Suse /etc/inputrc with a non copyrighted one, bug #24918.
|
| 1553 |
|
| 1554 |
23 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1555 |
|
| 1556 |
From Jean-Francois Richard <jean-francois@richard.name> and
|
| 1557 |
Olivier Crete <tester@gentoo.org> from the Adelie project:
|
| 1558 |
|
| 1559 |
The last four patches are the "adaptation" of our previous patches to
|
| 1560 |
the new "no-tmpfs" init system in Gentoo. Since we were using quite
|
| 1561 |
different scripts for the boot runlevel (no "checkroot" for example) and
|
| 1562 |
that the new system hardcodes some of the boot services, we had to find
|
| 1563 |
a simple yet elegant solution.
|
| 1564 |
|
| 1565 |
We chose to make init scripts read "/etc/runlevels/LEVEL/critical" to
|
| 1566 |
know what are the boot runlevel services. If this file is not present,
|
| 1567 |
it uses the Gentoo hardcoded defaults.
|
| 1568 |
|
| 1569 |
This touches /sbin/rc, /sbin/functions.sh, /sbin/runscript.sh and
|
| 1570 |
/etc/init.d/halt.sh.
|
| 1571 |
|
| 1572 |
I just changed the behaviour of 'softlevel' kernel command line argument
|
| 1573 |
to not only add a suffix and some other cleanups.
|
| 1574 |
|
| 1575 |
Add support for irqbalance.
|
| 1576 |
|
| 1577 |
22 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1578 |
|
| 1579 |
Fix the /dev/root entry in /etc/mtab, bug #24916.
|
| 1580 |
|
| 1581 |
Add EVMS2 support, thanks to Mike Javorski <mike_javorski@bigfoot.com>,
|
| 1582 |
bug #24064.
|
| 1583 |
|
| 1584 |
* rc-scripts 1.4.3.9 (17 Jul 2003)
|
| 1585 |
|
| 1586 |
17 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1587 |
|
| 1588 |
Add vlan support to /etc/init.d/net.eth0, bug #15588, thanks to
|
| 1589 |
Andy Dustman <andy-gentoo.54e552@dustman.net>.
|
| 1590 |
|
| 1591 |
Add 'TERM=Eterm' to /etc/DIR_COLORS, bug #23423.
|
| 1592 |
|
| 1593 |
Add mdadm support to /etc/init.d/checkfs, bug #23437, many thanks
|
| 1594 |
to Wes Kurdziolek <wkurdzio@vtluug.org>.
|
| 1595 |
|
| 1596 |
Rather use 'uname -r' to get kernel version, as else we need sysctl.
|
| 1597 |
This closes bug #23923, modified /etc/init.d/modules.
|
| 1598 |
|
| 1599 |
Fix a type-o in /etc/fstab, bug #23308.
|
| 1600 |
|
| 1601 |
Add support for the new 'O' agetty option to display the DNS domainname
|
| 1602 |
in the issue file thanks to Marius Mauch <genone@genone.de>, bug #22275.
|
| 1603 |
Updated /etc/issue and /etc/issue.logo for this.
|
| 1604 |
|
| 1605 |
16 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1606 |
|
| 1607 |
Add aliases for add/del to /sbin/rc-update closing bug #24317, thanks
|
| 1608 |
to Antonio Dolcetta <zagarna@yahoo.com>.
|
| 1609 |
|
| 1610 |
Fix /etc/init.d/net.eth0 to not set rp_filter if already set via
|
| 1611 |
/etc/sysctl.conf, bug #24235 - thanks jochen <jochen.eisinger@gmx.de>.
|
| 1612 |
|
| 1613 |
Fix /sbin/runscript.sh and /lib/rcscripts/awk/cachedepend.awk to work
|
| 1614 |
with symlinks in /etc/init.d/, closing bug #24228.
|
| 1615 |
|
| 1616 |
Fix /etc/init.d/clock to work with UML, closing bug #24225 thanks to
|
| 1617 |
John Mylchreest <johnm@gentoo.org>.
|
| 1618 |
|
| 1619 |
Fix hardcoded color escape sequence in /sbin/rc, closing bug #24109,
|
| 1620 |
thanks to splite <splite-gentoo@sigint.cs.purdue.edu>.
|
| 1621 |
|
| 1622 |
Fix /sbin/functions.sh to disable color printing if NOCOLOR is set to
|
| 1623 |
"true" in /etc/make.conf, closing bug #24107.
|
| 1624 |
|
| 1625 |
Fix /etc/init.d/keymaps to be more non-x86 friendly, and also allow
|
| 1626 |
more keymaps to be specified in /etc/rc.conf, bug #24084.
|
| 1627 |
|
| 1628 |
15 Jul 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1629 |
|
| 1630 |
Add /bin/csh to /etc/shells.
|
| 1631 |
|
| 1632 |
Add new protocols to /etc/services, thanks Rajiv Aaron Manglani
|
| 1633 |
<rajiv@gentoo.org>.
|
| 1634 |
|
| 1635 |
23 Jun 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1636 |
|
| 1637 |
Cleanups for bug #21438 from bug #22637, thanks to
|
| 1638 |
Christian Strauf <christian.strauf@gmx.de> and Ian Abbott <ian@abbott.org>.
|
| 1639 |
|
| 1640 |
22 Jun 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1641 |
|
| 1642 |
Really commit fix for bug #21438 to CVS.
|
| 1643 |
|
| 1644 |
21 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1645 |
|
| 1646 |
Call /proc mount with explicit options to fix issues where user
|
| 1647 |
have 'bind' mounts for /proc in fstab as well, bug #21068.
|
| 1648 |
|
| 1649 |
Fix /etc/init.d/bootmisc to check for /sbin/env-update.sh, bug #21384,
|
| 1650 |
reported by Gunnlaugur Thor Briem <gthb@hi.is>.
|
| 1651 |
|
| 1652 |
Add 'before bootmisc' to /etc/init.d/domainname, as we need to start
|
| 1653 |
it before 'env-update.sh' gets run by /etc/init.d/bootmisc.
|
| 1654 |
|
| 1655 |
* rc-scripts 1.4.3.8p1 (21 May 2003)
|
| 1656 |
|
| 1657 |
21 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1658 |
|
| 1659 |
Last fix I did not use the modified 'myservice', but used $1 again,
|
| 1660 |
causing the network dependencies to bork. I did not notice this
|
| 1661 |
as I have net.eth0 in default runlevel.
|
| 1662 |
|
| 1663 |
* rc-scripts 1.4.3.8 (20 May 2003)
|
| 1664 |
|
| 1665 |
20 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1666 |
|
| 1667 |
A '-' in a bash variable is not valid as well. Fix gendepend.awk and
|
| 1668 |
rc-service.sh to handle this, thanks to YAMAKURA Makoto
|
| 1669 |
<makoto@dsb.club.ne.jp>.
|
| 1670 |
|
| 1671 |
Move /etc/issue to /etc/issue.logo, and have /etc/issue only print info
|
| 1672 |
about the host it is running on.
|
| 1673 |
|
| 1674 |
18 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1675 |
|
| 1676 |
Do not let devfsd handle /dev/log's permission management, as it breaks
|
| 1677 |
selinux. Modified /etc/devfsd.conf, changes submited by Chris PeBenito
|
| 1678 |
<pebenito@gentoo.org>.
|
| 1679 |
|
| 1680 |
Fix type-o in /etc/init.d/net.ppp0, and add local ip-up/ip-down support.
|
| 1681 |
|
| 1682 |
14 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1683 |
|
| 1684 |
We should not export the RC_GOT_* variables, as it breaks on some systems,
|
| 1685 |
thanks to J?rg Gollnick <gentoo-bugs@wurzelbenutzer.de>, bug #20851.
|
| 1686 |
|
| 1687 |
From C. Brewer <killian@gentoo.org>:
|
| 1688 |
- Add hide-password to the connect cmd-line of /etc/init.d/net.ppp0, which is
|
| 1689 |
suppose to be default, but why take chances?
|
| 1690 |
- Also, echoing chmod 640 in the resolv.conf two-step at the end to solve the
|
| 1691 |
kppp complaint.
|
| 1692 |
|
| 1693 |
13 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1694 |
|
| 1695 |
For the network functions, the dependency code tried to create a funcion
|
| 1696 |
with a '.' in the name, causing the network rc-scripts to not have any
|
| 1697 |
dependencies. This should fix bug #20849 's order issue, thanks to
|
| 1698 |
YAMAKURA Makoto <makoto@dsb.club.ne.jp> for noticing.
|
| 1699 |
|
| 1700 |
Fix query_{before,after} to also check 'net' if 'service2' is a network
|
| 1701 |
service.
|
| 1702 |
|
| 1703 |
12 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1704 |
|
| 1705 |
More cleanups:
|
| 1706 |
- Move the broken stuff from symlinks to a DB entry in ${svcdir}/deptree.
|
| 1707 |
Updated /sbin/runscript.sh, /sbin/rc-services.sh and gendepend.awk for
|
| 1708 |
this.
|
| 1709 |
- Add functions for more common tasks in /sbin/runscript.sh to
|
| 1710 |
/sbin/rc-services.sh.
|
| 1711 |
- Move 'consoletype' to /sbin.
|
| 1712 |
- Rename /sbin/rc-envupdate.sh to /sbin/env-update.sh; updated
|
| 1713 |
/etc/init.d/bootmisc for this.
|
| 1714 |
- Move rc-services.sh, rc-daemon.sh and rc-help.sh to /lib/rcscripts/sh.
|
| 1715 |
- Improve detection of circular depends ... modified gendepend.awk for this.
|
| 1716 |
|
| 1717 |
* rc-scripts 1.4.3.7 (11 May 2003)
|
| 1718 |
|
| 1719 |
11 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1720 |
|
| 1721 |
Too many things to remember, so here is changes of note:
|
| 1722 |
- More changes to gendepend.awk. This basically modifies it to not use
|
| 1723 |
symlinks in $svcdir/{need,use,before,after,provide} anymore, but rather
|
| 1724 |
create a file that can be sourced. Seems to speedup things nicely.
|
| 1725 |
- Add /sbin/rc-services.sh. This is basically a module to get dependency
|
| 1726 |
info from the new $svcdir/deptree, and some other new service functions.
|
| 1727 |
- Modify the whole works to *only* source all needed files once. This
|
| 1728 |
includes /sbin/{functions.sh,rc-services.sh,rc-daemon.sh}. Also
|
| 1729 |
rc-services.sh will only source $svcdir/deptree once. /sbin/runscript.sh
|
| 1730 |
is sourced more than once (actually each time a service is started or
|
| 1731 |
stopped, but is is cut down much). Also seems to speed things up again.
|
| 1732 |
- Fix a long outstanding bug in gendepend.awk that caused the 'net'
|
| 1733 |
dependency to not be actually used in shutdown, causing the services
|
| 1734 |
needing it to be stoped before net.* services.
|
| 1735 |
- Add the RC_PARALLEL_STARTUP variable, with schedule_service_startup() to
|
| 1736 |
/sbin/rc-services.sh and /etc/conf.d/rc. This is experimental parallel
|
| 1737 |
startup of services, and seems to work nicely. Only issues to date is
|
| 1738 |
that printing of messages is not synced, and a race very intermittantly
|
| 1739 |
that causes a service to be started when it was already scheduled.
|
| 1740 |
- Add a new dependency type 'parallel' that can be used to control if a
|
| 1741 |
service can be started in paralled or not. Possible arguments is "yes"
|
| 1742 |
or "no"; if it is not present, it is considered as "yes":
|
| 1743 |
|
| 1744 |
depend() {
|
| 1745 |
parallel yes|no
|
| 1746 |
}
|
| 1747 |
|
| 1748 |
Modified cachedepend.awk, gendepend.awk and /sbin/rc-services.sh.
|
| 1749 |
- Fix the 'single' runlevel to actually work properly, and without a
|
| 1750 |
/etc/runlevels/single directory.
|
| 1751 |
- Remove the BOOT variable, and update /sbin/rc to set SOFTLEVEL properly.
|
| 1752 |
Fix /etc/init.d/{checkroot,bootmisc} to use SOFTLEVEL instead of BOOT.
|
| 1753 |
|
| 1754 |
08 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1755 |
|
| 1756 |
Major rework of /lib/rcscript/awk/gendepend.awk, cleaning it up nicely,
|
| 1757 |
and adding more sanity checks.
|
| 1758 |
|
| 1759 |
04 May 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1760 |
|
| 1761 |
Revert /etc/init.d/hostname the way it was, as it should be the user's
|
| 1762 |
choice if he want to have a FQDN in there or not, bug #14946.
|
| 1763 |
|
| 1764 |
Add /etc/init.d/domainname for those that want to use it.
|
| 1765 |
|
| 1766 |
29 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1767 |
|
| 1768 |
Change the root check back the way it was, else it breaks with non bash
|
| 1769 |
shells; modified /etc/profile.
|
| 1770 |
|
| 1771 |
29 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1772 |
|
| 1773 |
Change test in /etc/profile for root to '[ "$EUID" -eq 0 ]', bug #20140.
|
| 1774 |
|
| 1775 |
27 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1776 |
|
| 1777 |
Add various patches from Rachel Holmes <rach@gmx.net>:
|
| 1778 |
|
| 1779 |
Dropped use of 'cat' in bash scripts, '$(<$file)' is there for that
|
| 1780 |
purpose. Modified:
|
| 1781 |
|
| 1782 |
/etc/init.d/net.ppp0
|
| 1783 |
/etc/init.d/nscd
|
| 1784 |
/sbin/functions.sh
|
| 1785 |
/sbin/rc
|
| 1786 |
/sbin/rc-daemon.sh
|
| 1787 |
/sbin/rc-envupdate.sh.bash
|
| 1788 |
/sbin/runscript.sh
|
| 1789 |
|
| 1790 |
Exchanged some gratuitous use of awk for grep. Awk is a little resource
|
| 1791 |
hungry just for a simple test. (I [azarah] did not apply the changes to
|
| 1792 |
tests for 'devfs', as having 'usbdevfs' in the equation will break
|
| 1793 |
things). Modified /sbin/rc for this.
|
| 1794 |
|
| 1795 |
Gentoo enforces having /proc, so uname -r is a little redundant when the
|
| 1796 |
information is available without an external command. Modified:
|
| 1797 |
|
| 1798 |
/etc/init.d/modules
|
| 1799 |
/etc/init.d/serial
|
| 1800 |
/sbin/functions.sh
|
| 1801 |
/sbin/modules-update
|
| 1802 |
|
| 1803 |
Changed 'id -u' commands to use $EUID in bash executed scripts, same
|
| 1804 |
result no extra command. Modified:
|
| 1805 |
|
| 1806 |
/sbin/rc-envupdate.sh
|
| 1807 |
/sbin/rc-envupdate.sh.bash
|
| 1808 |
/sbin/rc-update
|
| 1809 |
|
| 1810 |
Removed all the cat sections, and the separate echo sections. The output
|
| 1811 |
is _exactly_ the same, minus some spare spaces that have been removed.
|
| 1812 |
Fourfold speed increase in the (granted flimsy) tests I have done.
|
| 1813 |
Modified /sbin/rc-help.sh for this.
|
| 1814 |
|
| 1815 |
Final remaining 'cat' commands removed, in favour of using bash's internal
|
| 1816 |
'$(< )' or 'echo'. Use of echo leads the way to future support for bash's
|
| 1817 |
i18n anyway. Modified:
|
| 1818 |
|
| 1819 |
/sbin/rc
|
| 1820 |
/sbin/rc-envupdate.sh
|
| 1821 |
/sbin/rc-envupdate.sh.bash
|
| 1822 |
|
| 1823 |
|
| 1824 |
|
| 1825 |
* rc-scripts 1.4.3.6 (27 Apr 2003)
|
| 1826 |
|
| 1827 |
27 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1828 |
|
| 1829 |
Add a 'save' function /etc/init.d/clock, bug #19685.
|
| 1830 |
|
| 1831 |
Add a slocate group to /etc/group, bug #19604.
|
| 1832 |
|
| 1833 |
Do not stop a network service if we do not reboot on runlevel change,
|
| 1834 |
as it could have been started by the user or hotplug. This should
|
| 1835 |
address bug #12763; modified /sbin/rc for this.
|
| 1836 |
|
| 1837 |
Fix /etc/init.d/hostname to set only the hostname, and not the NIS
|
| 1838 |
domainname.
|
| 1839 |
|
| 1840 |
Fix /etc/init.d/keymaps to be able to set the extended keymap in rc.conf.
|
| 1841 |
This should close bug #16884.
|
| 1842 |
|
| 1843 |
Fix /etc/profile to be /bin/sh compadible, bug #18918.
|
| 1844 |
|
| 1845 |
Change the swap comments in /sbin/rc to "Activating (possible) swap" to
|
| 1846 |
be more 'generic' ? Only try to disable swap if any devices/files was
|
| 1847 |
activated. This should close bug #19089.
|
| 1848 |
|
| 1849 |
Fix /etc/init.d/checkroot to only remount / rw if not set explicitly to
|
| 1850 |
rw in /etc/fstab, bug #19158.
|
| 1851 |
|
| 1852 |
24 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1853 |
|
| 1854 |
Fix /etc/init.d/net.ppp0 to do the right thing if stopped was called,
|
| 1855 |
but the ppp link was already down, bug #15333.
|
| 1856 |
|
| 1857 |
12 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1858 |
|
| 1859 |
Fix type-o in /etc/init.d/consolefont (line 38 should be 'retval=$?').
|
| 1860 |
Thanks to Matt Taylor <liverbugg@juno.com> (comment #6, bug #18344).
|
| 1861 |
|
| 1862 |
From linux-2.5.68, we need to mount devpts on /dev/pts again ...
|
| 1863 |
updated /sbin/rc for this.
|
| 1864 |
|
| 1865 |
11 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1866 |
|
| 1867 |
Fix errors on sourcing /etc/profile if EDITOR is not set, bug #18995.
|
| 1868 |
|
| 1869 |
10 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1870 |
|
| 1871 |
Make checking in unmount more strict, fixing bug #19007.
|
| 1872 |
|
| 1873 |
09 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1874 |
|
| 1875 |
Add one more check to genenviron.awk, to spot cases where there is a
|
| 1876 |
space between the variable and the '='.
|
| 1877 |
|
| 1878 |
08 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1879 |
|
| 1880 |
Fix interactive shell not to have coloured prompt when used as a
|
| 1881 |
dumb client, bug #18886. Fix was inspired by patch from
|
| 1882 |
Matthew Kennedy <mkennedy@gentoo.org>.
|
| 1883 |
|
| 1884 |
* rc-scripts 1.4.3.5 (06 Apr 2003)
|
| 1885 |
|
| 1886 |
06 Apr 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1887 |
|
| 1888 |
Hopefully get the serial support sane again. Added /bin/consoletype
|
| 1889 |
from Redhat to check for serial console. This should resolve bug
|
| 1890 |
#18329 partly.
|
| 1891 |
|
| 1892 |
Add the --nocolor option to suppress the use of colors.
|
| 1893 |
|
| 1894 |
Change the 'status' option to return true if the service is running,
|
| 1895 |
and false if stopped. This is only if the '--quiet' flag was also
|
| 1896 |
given.
|
| 1897 |
|
| 1898 |
Change the start and stop options not to output or return false if
|
| 1899 |
the '--quiet' flag was given.
|
| 1900 |
|
| 1901 |
Redirect stderr for consolechars in /etc/init.d/consolefont to /dev/null
|
| 1902 |
as well, fixing bug #18344.
|
| 1903 |
|
| 1904 |
Optimize $EDITOR extraction in /etc/profile closing bug #18614, thanks to
|
| 1905 |
Aron Griffis <agriffis@gentoo.org>.
|
| 1906 |
|
| 1907 |
Set HALT to 'shutdown' or 'reboot' depending on if we are shutting down
|
| 1908 |
or rebooting.
|
| 1909 |
|
| 1910 |
30 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1911 |
|
| 1912 |
Fix bug #18329 ... $COLS was not setup properly for serial console.
|
| 1913 |
|
| 1914 |
24 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1915 |
|
| 1916 |
Optimize USB fs stuff in /etc/init.d/localmount to use less cats etc.
|
| 1917 |
Fix a problem where it might not have mounted the USB fs when usbcore
|
| 1918 |
was compiled as module, and the kernel did not mount it by the time
|
| 1919 |
the script was started. Get it to rather check what filesystems is
|
| 1920 |
supported when deciding if it should use 'usbdevfs' or 'usbfs', as
|
| 1921 |
later 2.4 kernels now also support the newer 'usbfs'.
|
| 1922 |
|
| 1923 |
Optimize RAID stuff in /etc/init.d/checkfs a bit.
|
| 1924 |
|
| 1925 |
16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1926 |
|
| 1927 |
Update sbin/rc-envupdate.sh.bash for bug #17549.
|
| 1928 |
|
| 1929 |
* rc-scripts 1.4.3.4 (16 Mar 2003)
|
| 1930 |
|
| 1931 |
16 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1932 |
|
| 1933 |
Add /etc/issue done by a Polish ascii-artists, v|rus with some slight
|
| 1934 |
modifications (purple and display hostname, etc). Closes bug #16806.
|
| 1935 |
|
| 1936 |
Add 'use hotplug' to /etc/init.d/net.eth0, to get cardbus hardware to
|
| 1937 |
work properly. Closes bug #17348.
|
| 1938 |
|
| 1939 |
Add update from Wout Mertens <wmertens@gentoo.org> to speedup shutdown
|
| 1940 |
of dhcp interfaces, closing bug #17378. This modified /etc/init.d/net.eth0.
|
| 1941 |
|
| 1942 |
11 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1943 |
|
| 1944 |
Fix usage of /usr/bin/cut in /sbin/functions.sh, thanks Brandon Low
|
| 1945 |
<lostlogic@gentoo.org>!
|
| 1946 |
|
| 1947 |
10 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1948 |
|
| 1949 |
Add sysfs support for 2.5 kernels (mounted to /sys). Updated /sbin/rc
|
| 1950 |
and /etc/init.d/halt.sh for this.
|
| 1951 |
|
| 1952 |
Update /etc/fstab to correctly mount /proc with:
|
| 1953 |
|
| 1954 |
mount -t proc none /proc
|
| 1955 |
|
| 1956 |
Do the same for /dev/shm:
|
| 1957 |
|
| 1958 |
mount -t tmpfs none /dev/shm
|
| 1959 |
|
| 1960 |
Fix a typeo in /etc/init.d/checkroot that caused 'umount -a' to output
|
| 1961 |
noise if we exited a recovery console.
|
| 1962 |
|
| 1963 |
Fix /etc/init.d/hostname using /usr/bin/cut, closing bug #17175, thanks
|
| 1964 |
to Bobby Bingham <uhmmmm@columbus.rr.com> for noticing this.
|
| 1965 |
|
| 1966 |
Bring down default gateway before adding new one .. this fixes issues
|
| 1967 |
where eth0/whatever was brought up by kernel. Changed /etc/init.d/net.eth0
|
| 1968 |
for this, closing bug #17164. Thanks to nth <y.lesaint@free.fr> for the
|
| 1969 |
fix.
|
| 1970 |
|
| 1971 |
Fix /etc/init.d/modules to call modprobe with -q .. this fix issues where
|
| 1972 |
it fails for module-init-tools if the module is already loaded. This
|
| 1973 |
closes bug #17163, thanks to nth <y.lesaint@free.fr>.
|
| 1974 |
|
| 1975 |
* rc-scripts 1.4.3.3 (09 Mar 2003)
|
| 1976 |
|
| 1977 |
09 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1978 |
|
| 1979 |
Fix /etc/init.d/netmount not to unmount / on nfs/whatever, bug #16274.
|
| 1980 |
|
| 1981 |
Fix net.eth0 not to try and start an interface if already up.
|
| 1982 |
|
| 1983 |
Update MAKEDEV from Debian to support more archs. This adds support
|
| 1984 |
for 'arm', 'hppa' among others. URL:
|
| 1985 |
|
| 1986 |
http://packages.debian.org/stable/base/makedev.html
|
| 1987 |
|
| 1988 |
Add support to /etc/init.d/modules to use /etc/modules.autoload/kernel-2.4
|
| 1989 |
if we are using a 2.4 kernel, and /etc/modules.autoload/kernel-2.5 if we
|
| 1990 |
are using a 2.5 kernel ... bug #17109.
|
| 1991 |
|
| 1992 |
02 Mar 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1993 |
|
| 1994 |
Update /etc/init.d/hostname to only set the hostname to whatever is before
|
| 1995 |
the first '.', and then set the domainname to the rest, closing bug #14946.
|
| 1996 |
|
| 1997 |
28 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 1998 |
|
| 1999 |
Merge some of the optimizations from Graham Forest <vladimir@gentoo.org>.
|
| 2000 |
|
| 2001 |
Fix spelling of dependency and some other spelling/grammer issues.
|
| 2002 |
Thanks goes to Kerin Millar <kerin@recruit2recruit.net> and
|
| 2003 |
Mike Frysinger <vapier@gentoo.org>, bug #15498.
|
| 2004 |
|
| 2005 |
Change $svcdir to '/var/lib/init.d' to be more FHS compliant, bug #15192.
|
| 2006 |
|
| 2007 |
Add 'Eterm' to /etc/skel/.bashrc, closing bug #14662.
|
| 2008 |
|
| 2009 |
Adjust comments about PROTOCOLS in /etc/rc.conf to try and prevent
|
| 2010 |
bug #14556.
|
| 2011 |
|
| 2012 |
27 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 2013 |
|
| 2014 |
Finally fix /etc/init.d/halt.sh to unmount non critical mounts properly.
|
| 2015 |
|
| 2016 |
20 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 2017 |
|
| 2018 |
Kill /dev/ttyp0 error at boot by changing test in /etc/init.d/modules
|
| 2019 |
to 'test -c /dev/ttyp0 &> /dev/null'.
|
| 2020 |
|
| 2021 |
18 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 2022 |
|
| 2023 |
Update /sbin/modules-update to generate /etc/modprobe.devfs from
|
| 2024 |
/etc/modules.devfs. This along with the devfs-hack.patch in the latest
|
| 2025 |
module-init-tools-0.9.9 should get rid of many of the warnings/errors
|
| 2026 |
with devfs, and makes it work a bit better.
|
| 2027 |
|
| 2028 |
17 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 2029 |
|
| 2030 |
Fix /etc/inputrc for dvorak keyboard layout, bug #2599 again.
|
| 2031 |
|
| 2032 |
16 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 2033 |
|
| 2034 |
Fix the 'source /etc/profile.env' to be '. /etc/profile' to have ksh
|
| 2035 |
support. This resolves bug #14994.
|
| 2036 |
|
| 2037 |
Move EDITOR to /etc/rc.conf. Also update /etc/profile to set EDITOR
|
| 2038 |
according to /etc/rc.conf.
|
| 2039 |
|
| 2040 |
Update /etc/init.d/checkfs to fix bug #14282. It did not exclude comments,
|
| 2041 |
and used 'basename' which is located in /usr/bin.
|
| 2042 |
|
| 2043 |
13 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 2044 |
|
| 2045 |
Merge changes from Nick Jones <carpaski@gentoo.org> to not run stty if
|
| 2046 |
used in portage. Fix the NOCOLOR stuff. Updated /sbin/functions.sh for
|
| 2047 |
this.
|
| 2048 |
|
| 2049 |
06 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 2050 |
|
| 2051 |
Update src/awk/genenviron.awk to properly set the environment for each
|
| 2052 |
rc-script's depend() function by sourcing required config files.
|
| 2053 |
|
| 2054 |
05 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 2055 |
|
| 2056 |
Fix /sbin/rc-envupdate.sh to use $svcdir to set SVCDIR. This is thanks
|
| 2057 |
to Max Kalika <alkern23@yahoo.com>, bug #15050.
|
| 2058 |
|
| 2059 |
03 Feb 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 2060 |
|
| 2061 |
Fix /sbin/modules-update to work with module-init-tools-0.9.9.
|
| 2062 |
|
| 2063 |
30 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 2064 |
|
| 2065 |
Add 'use isapnp' to /etc/init.d/modules, closing bug #14677, thanks to
|
| 2066 |
Hubert Hanghofer <hubert.hanghofer@netbeer.co.at>.
|
| 2067 |
|
| 2068 |
27 Jan 2003; Donny Davies <woodchip@gentoo.org>:
|
| 2069 |
|
| 2070 |
Fix halt.sh by moving the nut UPS kill power stuff back into a function!
|
| 2071 |
Add fix from the wonderful analysis of Toby Dickenson
|
| 2072 |
<tdickenson@geminidataloggers.com> in #12947.
|
| 2073 |
|
| 2074 |
26 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 2075 |
|
| 2076 |
Fix start-stop-daemon to check the call to nice() correctly for failure,
|
| 2077 |
closing bug #14359, thanks to YAMAKURA Makoto <makoto@dsb.club.ne.jp>.
|
| 2078 |
|
| 2079 |
Fix globbing $? when checking return value of fsck in /etc/init.d/checkroot
|
| 2080 |
and /etc/init.d/checkfs. This closes bug #13320, thanks to good work from
|
| 2081 |
Malcolm Scott <m@lcolm.org.uk>.
|
| 2082 |
|
| 2083 |
21 Jan 2003; Mike Frysinger <vapier@gentoo.org>:
|
| 2084 |
|
| 2085 |
Updated /etc/rc.conf to add elogin/entrance support #13790.
|
| 2086 |
|
| 2087 |
21 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 2088 |
|
| 2089 |
Update /etc/init.d/keymaps to enable unicode if required. This closes
|
| 2090 |
bug #14306 thanks to Danny Milosavljevic <danny_milo@yahoo.com>.
|
| 2091 |
|
| 2092 |
19 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 2093 |
|
| 2094 |
Fix deadlock durning shutdown if tmpfs filesystems larger than free
|
| 2095 |
memory, and swap gets deactivated, bug #13599. Updated /etc/init.d/halt.sh
|
| 2096 |
for this.
|
| 2097 |
|
| 2098 |
Merge in some fixes from Vapier <vapier@gentoo.org> to /sbin/functions.sh.
|
| 2099 |
This closes bug #13868.
|
| 2100 |
|
| 2101 |
Always add "/bin:/sbin:/usr/bin:/usr/sbin" to PATH, as it fixes both
|
| 2102 |
'su -c foo' not finding start-stop-daemon (etc), and bug #14127.
|
| 2103 |
|
| 2104 |
Add route for lo interface to /etc/init.d/net.lo, closing bug #14055.
|
| 2105 |
|
| 2106 |
15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 2107 |
|
| 2108 |
Clear $svcdir in /sbin/rc before we run depscan to make sure we do
|
| 2109 |
not have stale entries left from hard reboot, thanks to pac1085 on
|
| 2110 |
irc.
|
| 2111 |
|
| 2112 |
* rc-scripts 1.4.3.2 (15 Jan 2003)
|
| 2113 |
|
| 2114 |
15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 2115 |
|
| 2116 |
Truely fix bootup on seperate /var.
|
| 2117 |
|
| 2118 |
Add some fixes and optimizations to /sbin/rc-update, thanks to
|
| 2119 |
Daniel Robbins <drobbins@gentoo.org>.
|
| 2120 |
|
| 2121 |
* rc-scripts 1.4.3.1 (15 Jan 2003)
|
| 2122 |
|
| 2123 |
15 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 2124 |
|
| 2125 |
Fix bootup on seperate /var.
|
| 2126 |
|
| 2127 |
14 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 2128 |
|
| 2129 |
Fix /etc/init.d/hostname and /etc/init.d/serial to close bug #13636.
|
| 2130 |
|
| 2131 |
07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 2132 |
|
| 2133 |
Fix /etc/init.d/keymaps to force linux keycodes for PPC, thanks
|
| 2134 |
to Olaf Hering <gentoo@aepfle.de>, bug #13193.
|
| 2135 |
|
| 2136 |
Turn on -C option to fsck on for all calls to fsck. Updated scripts
|
| 2137 |
/etc/init.d/checkroot and /etc/init.d/checkfs, closing bug #13321.
|
| 2138 |
|
| 2139 |
* rc-scripts 1.4.3.0 (07 Jan 2003)
|
| 2140 |
|
| 2141 |
07 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 2142 |
|
| 2143 |
Too much to mention, but here are a few:
|
| 2144 |
- Major rewrite of software RAID startup, based on Mandrake's, as
|
| 2145 |
ours was pretty broken :(
|
| 2146 |
- Redone /sbin/rc to work without the tmpfs/ramfs stat directory.
|
| 2147 |
Much of /sbin/functions.sh and other scripts have been changed
|
| 2148 |
to support this.
|
| 2149 |
- Reworked /etc/inittab to support this. Also moved critical
|
| 2150 |
mounting of local filesystems to 'sysinit' function of /sbin/rc.
|
| 2151 |
- Move state directory to /var/state/init.d/ ($svcdir).
|
| 2152 |
- Move Adelie node init to /sbin/functions.sh to try and simplify
|
| 2153 |
/sbin/rc a bit.
|
| 2154 |
- Updated Copyright dates to 2003.
|
| 2155 |
|
| 2156 |
* rc-scripts 1.4.2.8 (06 Jan 2003)
|
| 2157 |
|
| 2158 |
02 Jan 2003; Martin Schlemmer <azarah@gentoo.org>:
|
| 2159 |
|
| 2160 |
Fix src/awk/genenviron.awk to work with multiple 'need', 'use', etc
|
| 2161 |
lines, as it seems users do not note the need to have them all on
|
| 2162 |
one line ....
|
| 2163 |
|
| 2164 |
Fix /sbin/runscript.sh to detect 'net.adsl', or any other net.*
|
| 2165 |
script not ending on a digit. This closes bug #12887.
|
| 2166 |
|
| 2167 |
Fix get_KV to also check micro version of kernel; add KV_to_int()
|
| 2168 |
helper function for get_KV. Update /etc/init.d/localmount to work
|
| 2169 |
with new get_KV ...
|
| 2170 |
|
| 2171 |
28 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2172 |
|
| 2173 |
Add support for generate-modprobe.conf or generating /etc/modprobe.conf
|
| 2174 |
in the new sys-apps/module-init-tools. Note that you need version
|
| 2175 |
0.9.7 or later of sys-apps/module-init-tools. Updated
|
| 2176 |
/sbin/modules-update for this.
|
| 2177 |
|
| 2178 |
Change /etc/init.d/localmount to use 'usbfs' and not 'usbdevfs' if
|
| 2179 |
we are running kernel 2.5 or later ...
|
| 2180 |
|
| 2181 |
26 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2182 |
|
| 2183 |
Add /etc/init.d/crypto-loop and /etc/conf.d/crypto-loop, a cool
|
| 2184 |
rc-script to setup encrypted loopback devices. This was kindly
|
| 2185 |
donated by Matthew Kennedy <mkennedy@gentoo.org> (bug #11471).
|
| 2186 |
|
| 2187 |
25 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2188 |
|
| 2189 |
Fix src/awk/genenviron.awk stripping *all* '=', closing
|
| 2190 |
bug #8901.
|
| 2191 |
|
| 2192 |
Fix src/awk/genenviron.awk not seperating CONFIG_PROTECT with
|
| 2193 |
spaces ...
|
| 2194 |
|
| 2195 |
* rc-scripts 1.4.2.7 (24 Dec 2002)
|
| 2196 |
|
| 2197 |
24 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2198 |
|
| 2199 |
Add a fix to /sbin/functions.sh for bug #12601.
|
| 2200 |
|
| 2201 |
22 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2202 |
|
| 2203 |
Add INFOPATH to /etc/env.d/00basic.
|
| 2204 |
|
| 2205 |
Fix src/awk/genenviron.awk to get the order of the env.d files
|
| 2206 |
correct. Also fix it to handle *all* the SPECIALS correctly.
|
| 2207 |
This closes bug #12411.
|
| 2208 |
|
| 2209 |
* rc-scripts 1.4.2.6 (18 Dec 2002)
|
| 2210 |
|
| 2211 |
18 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2212 |
|
| 2213 |
Add mips changes to sbin/MAKEDEV. This should close bug #12329,
|
| 2214 |
thanks to Nicholas Wourms <nwourms@netscape.net>.
|
| 2215 |
|
| 2216 |
Quote some tests in /sbin/rc-update to fix/avoid the problem
|
| 2217 |
in bug #
|
| 2218 |
|
| 2219 |
Fix awk regex in /etc/init.d/halt.sh to fix bug #11795.
|
| 2220 |
|
| 2221 |
Update shell for postgres user, closing bug #12258.
|
| 2222 |
|
| 2223 |
11 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2224 |
|
| 2225 |
Fix src/awk/genenviron.awk not to add duplicate entries, closing
|
| 2226 |
bug #8999.
|
| 2227 |
|
| 2228 |
* rc-scripts 1.4.2.5 (09 Dec 2002)
|
| 2229 |
|
| 2230 |
08 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2231 |
|
| 2232 |
Add another sync to /etc/init.d/halt.sh, closing bug 8173.
|
| 2233 |
|
| 2234 |
Add smmsp uid and gid. Closes bug #8952.
|
| 2235 |
|
| 2236 |
04 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2237 |
|
| 2238 |
Setup colums, etc up properly for serial consoles in /sbin/functions.sh.
|
| 2239 |
Closes bug #11557, thanks to Erik Scrafford <erik@scrafford.org>.
|
| 2240 |
|
| 2241 |
Add headers similar to that of portage-2.0.45 and up to the
|
| 2242 |
generated profile files (/etc/{profile,csh}.env). Updated
|
| 2243 |
src/awk/genenviron.awk for this.
|
| 2244 |
|
| 2245 |
01 Dec 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2246 |
|
| 2247 |
Fix typeo in /etc/devfsd.conf, closing bug #11424, thanks to the
|
| 2248 |
sharp eye of Techie2000 <Linux@mochamail.com>.
|
| 2249 |
|
| 2250 |
Rename /sbin/update-modules to /sbin/modules-update, closing
|
| 2251 |
bug #11445.
|
| 2252 |
|
| 2253 |
Nano moved from /usr/bin/nano to /bin/nano. Fix this in
|
| 2254 |
/etc/env.d/00basic, bug #10916.
|
| 2255 |
|
| 2256 |
27 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2257 |
|
| 2258 |
Add more improvements to clustering code. This is from
|
| 2259 |
Olivier Crete <crete@cerca.umontreal.ca>, bug #4151.
|
| 2260 |
|
| 2261 |
26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2262 |
|
| 2263 |
Change default 'net' dependency behaviour to be more suited
|
| 2264 |
for notebook users. Basically if at least one net.* service
|
| 2265 |
beside net.lo start successfully, the 'net' dependency is
|
| 2266 |
considered up. Server admin can set RC_NET_STRICT_CHECKING="yes"
|
| 2267 |
in /etc/conf.d/rc to change this back to the old default.
|
| 2268 |
This is the start to address bug #2706.
|
| 2269 |
|
| 2270 |
* rc-scripts 1.4.2.4 (26 Nov 2002)
|
| 2271 |
|
| 2272 |
26 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2273 |
|
| 2274 |
Initial merge of bits for Adelie Linux for SSI clusters. More
|
| 2275 |
info at:
|
| 2276 |
|
| 2277 |
http://www.cerca.umontreal.ca/hpc/en/projects/adelie/index.html
|
| 2278 |
|
| 2279 |
25 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2280 |
|
| 2281 |
One liner fix to src/awk/cachedepends.awk to once again fix
|
| 2282 |
bug #7803.
|
| 2283 |
|
| 2284 |
18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2285 |
|
| 2286 |
Add 'alias char-major-89 i2c-dev' to /etc/modules.d/aliases.
|
| 2287 |
This should close bug #10891.
|
| 2288 |
|
| 2289 |
* rc-scripts 1.4.2.3 (18 Nov 2002)
|
| 2290 |
|
| 2291 |
18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2292 |
|
| 2293 |
Add some more checks to src/awk/*. Fix error printing for
|
| 2294 |
/sbin/depscan.sh.
|
| 2295 |
|
| 2296 |
Link awk module with gcc and not with ld. This should fix
|
| 2297 |
problems on sparc and alpha. Many thanks for this fix to
|
| 2298 |
Stephan Jones <cretin@gentoo.org>.
|
| 2299 |
|
| 2300 |
Remove the copyright info from config files, thanks to
|
| 2301 |
Matthew Kennedy <mkennedy@gentoo.org>.
|
| 2302 |
|
| 2303 |
* rc-scripts 1.4.2.2 (18 Nov 2002)
|
| 2304 |
|
| 2305 |
18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2306 |
|
| 2307 |
Add src/awk/genenviron.awk which is rc-envupdate.sh ported
|
| 2308 |
to awk. This is also much faster than its bash version.
|
| 2309 |
|
| 2310 |
Remove the 'Spider cat fix' from depscan.sh.bash, as it makes
|
| 2311 |
things even slower on older boxes. Bug #10548.
|
| 2312 |
|
| 2313 |
After a bored Vapier decided that he needed to update the
|
| 2314 |
licenses of things in /etc :P, I did the rest. Hopefully
|
| 2315 |
not too many people will nuke thier fstab :/
|
| 2316 |
|
| 2317 |
* rc-scripts 1.4.2.1 (18 Nov 2002)
|
| 2318 |
|
| 2319 |
18 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2320 |
|
| 2321 |
Update src/awk/cachedepends.awk to find its own rc-scripts,
|
| 2322 |
fixing the need for find which broke systems with /usr on
|
| 2323 |
a different partition.
|
| 2324 |
|
| 2325 |
17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2326 |
|
| 2327 |
Add some extra checks to src/awk/cachedepends.awk and
|
| 2328 |
src/awk/gendepends.awk.
|
| 2329 |
|
| 2330 |
Move some of the more generic functions in src/awk/gendepends.awk
|
| 2331 |
to src/awk/functions.awk.
|
| 2332 |
|
| 2333 |
* rc-scripts 1.4.2 (17 Nov 2002)
|
| 2334 |
|
| 2335 |
17 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2336 |
|
| 2337 |
Add initial version of new depscan.sh. This uses awk scripts
|
| 2338 |
to do the main work, giving about 10 times speed improvement on
|
| 2339 |
slower machines. Updated /sbin/depscan.sh, src/filefuncts.c,
|
| 2340 |
src/Makefile, src/awk/cachedepends.awk and src/awk/gendepends.awk
|
| 2341 |
for this. This should close bug #10548.
|
| 2342 |
|
| 2343 |
* rc-scripts 1.4.1.2 (5 Nov 2002)
|
| 2344 |
|
| 2345 |
5 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2346 |
|
| 2347 |
Add UID/GID of 250 for Portage Fakeroot account.
|
| 2348 |
|
| 2349 |
4 Nov 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2350 |
|
| 2351 |
Change /etc/init.d/clock to depend on localmount again, fixing
|
| 2352 |
bug #10048.
|
| 2353 |
|
| 2354 |
Get deps on logger sane again. I wanted to get the logger started
|
| 2355 |
as early as possible, but clock for one breaks if /usr is mounted
|
| 2356 |
on seperate partition.
|
| 2357 |
|
| 2358 |
29 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2359 |
|
| 2360 |
Fix return in /etc/init.d/modules to return 0 if /proc/modules
|
| 2361 |
do not exists. Closes bug #7738, comment #5.
|
| 2362 |
|
| 2363 |
* rc-scripts 1.4.1.1 (28 Oct 2002)
|
| 2364 |
|
| 2365 |
28 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2366 |
|
| 2367 |
Fix /sbin/update-modules not to include backup files. Closes
|
| 2368 |
bug #9707.
|
| 2369 |
|
| 2370 |
26 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2371 |
|
| 2372 |
Fix update-modules borking if there are directories present
|
| 2373 |
in /etc/modules.d/. Closes bug #9632.
|
| 2374 |
|
| 2375 |
17 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2376 |
|
| 2377 |
Change deps on /etc/init.d/{clock,hostname,modules} not to
|
| 2378 |
depend on localmount, but rather on checkroot, as all of them
|
| 2379 |
just need / to be mounted. This should fix race conditions
|
| 2380 |
because of checkfs dependency on modules. This should close
|
| 2381 |
bug #9266.
|
| 2382 |
|
| 2383 |
* rc-scripts 1.4.1 (13 Oct 2002)
|
| 2384 |
|
| 2385 |
13 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2386 |
|
| 2387 |
Create and fix permissions on /tmp/.{ICE,X11}-unix/. This
|
| 2388 |
is additional measures for bug #8281.
|
| 2389 |
|
| 2390 |
12 Oct 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2391 |
|
| 2392 |
Update /etc/init.d/net.eth0 to fix bug #8626.
|
| 2393 |
|
| 2394 |
Fix /sbin/rc-update to check return code of "ln". This should
|
| 2395 |
close bug #8867.
|
| 2396 |
|
| 2397 |
29 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2398 |
|
| 2399 |
Fix indentation in /etc/inputrc. This should close
|
| 2400 |
bug #8368.
|
| 2401 |
|
| 2402 |
Add extended status functionality. Should close bug #2462.
|
| 2403 |
|
| 2404 |
Add support for /sbin/rc-update to check if the rc-script
|
| 2405 |
is executable or not. Thanks to widersacher@gmx.net, closing
|
| 2406 |
bug #8326.
|
| 2407 |
|
| 2408 |
25 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2409 |
|
| 2410 |
Fix /etc/init.d/bootmisc not to kill pidfiles of running
|
| 2411 |
daemons. Improve NGPT support in /sbin/rc a bit.
|
| 2412 |
|
| 2413 |
23 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2414 |
|
| 2415 |
Fix my last screwup with /etc/init.d/net.ppp0. Basically
|
| 2416 |
forgot to change a few DEVICE's to IFACE ...
|
| 2417 |
|
| 2418 |
22 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2419 |
|
| 2420 |
NGPT support.
|
| 2421 |
|
| 2422 |
17 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2423 |
|
| 2424 |
Did a small fix to /etc/init.d/net.eth0, thanks to
|
| 2425 |
naanyaar2000@yahoo.com, bug #7407.
|
| 2426 |
|
| 2427 |
16 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2428 |
|
| 2429 |
Add the permission stuff for generic scsi when compiled as
|
| 2430 |
module, thanks to Bauno <bauno@inwind.it>.
|
| 2431 |
|
| 2432 |
Add support for /etc/devfs.d/ for additional devfs config
|
| 2433 |
stuff .. idea from Denys Duchier <Denys.Duchier@ps.uni-sb.de>.
|
| 2434 |
|
| 2435 |
11 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2436 |
|
| 2437 |
Fix small type-o from last changes to /etc/init.d/netmount.
|
| 2438 |
Should resolve bug #7803.
|
| 2439 |
|
| 2440 |
* rc-scripts 1.4.0 (7 Sep 2002)
|
| 2441 |
|
| 2442 |
7 Sep 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2443 |
|
| 2444 |
Update /etc/init.d/net.eth0 to handle individual broadcast
|
| 2445 |
and netmask for aliases. Should close bug #7407.
|
| 2446 |
|
| 2447 |
Give /var/run/utmp and /var/log/wtmp the proper permissions
|
| 2448 |
and ownership. First steps in fixing bug #7630.
|
| 2449 |
|
| 2450 |
Change Raid stuff again in /etc/init.d/checkfs.
|
| 2451 |
|
| 2452 |
26 Aug 2002; Donny Davies <woodchip@gentoo.org>:
|
| 2453 |
|
| 2454 |
Give root a 'root' GECOS in /etc/passwd, was NULL before.
|
| 2455 |
|
| 2456 |
* rc-scripts 1.3.9 (25 Aug 2002)
|
| 2457 |
|
| 2458 |
25 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2459 |
|
| 2460 |
Update /sbin/rc to fix some spelling/slang mistakes. Closes
|
| 2461 |
bug #6887.
|
| 2462 |
|
| 2463 |
Move /etc/init.d/net.ppp0 's config to /etc/conf.d/net.ppp0.
|
| 2464 |
This closes bug #6378.
|
| 2465 |
|
| 2466 |
Add IPv6 support to /etc/init.d/net.eth0. Closes bug #6175,
|
| 2467 |
with many thanks to Asbjorn Sannes <ace@sannes.org>.
|
| 2468 |
|
| 2469 |
20 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2470 |
|
| 2471 |
Update /etc/init.d/bootmisc to reset pam_console permissions.
|
| 2472 |
|
| 2473 |
Update /etc/devfsd.conf to have the "pam_console_apply_devfsd.so"
|
| 2474 |
line for getting devfs to work with pam_console.
|
| 2475 |
|
| 2476 |
12 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2477 |
|
| 2478 |
Update /etc/init.d/keymaps to first load the windowkeys.inc then
|
| 2479 |
the user selected one, fixing bug #6295.
|
| 2480 |
|
| 2481 |
11 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2482 |
|
| 2483 |
Change the 'cat' in check_rcscript() to a single 'awk' in
|
| 2484 |
/sbin/depscan.sh. This should fix broken pipe issues if the
|
| 2485 |
loop exists too early. Resolves bug #5961.
|
| 2486 |
|
| 2487 |
Fix software RAID startup/shutdown, bug #5310. Modified
|
| 2488 |
/etc/init.d/checkfs and /etc/init.d/halt.sh for this.
|
| 2489 |
|
| 2490 |
* rc-scripts 1.3.8 (08 Aug 2002)
|
| 2491 |
|
| 2492 |
7 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2493 |
|
| 2494 |
Move the color ls stuff to .bashrc. Fix bug #5250.
|
| 2495 |
|
| 2496 |
6 Aug 2002; Dan Armak <danarmak@gentoo.org>:
|
| 2497 |
|
| 2498 |
Correct the comments in rc.conf about the XSESSION variable: it should
|
| 2499 |
be set to "kde-<version>" not "KDE". Closes bug #5948.
|
| 2500 |
|
| 2501 |
5 Aug 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2502 |
|
| 2503 |
Fix the 'Usage' line in the help to return the correct options for
|
| 2504 |
the script (/sbin/runscript.sh). Resolve bug #6029.
|
| 2505 |
|
| 2506 |
3 Aug 2002; Donny Davies <woodchip@gentoo.org>:
|
| 2507 |
|
| 2508 |
Added UPS shutdown support for nut to halt.sh.
|
| 2509 |
Added nut user/group as uid/gid 84.
|
| 2510 |
|
| 2511 |
27 Jul 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2512 |
|
| 2513 |
Updated /sbin/rc's way of checking for devfs support (now rather uses
|
| 2514 |
awk, as it is more accurate). Closes bug #5458.
|
| 2515 |
|
| 2516 |
Add the Redhat/Mandrake /forcefsck and /fastboot options to our checkroot
|
| 2517 |
and checkfs. Updated /etc/init.d/{checkroot,checkfs,halt.sh} for this.
|
| 2518 |
Thanks goes to Chris PeBenito (bug #5570).
|
| 2519 |
|
| 2520 |
Changed most daemons to use /bin/false as shell. Should close bug #5388.
|
| 2521 |
|
| 2522 |
27 Jul 2002; Nicholas Jones <carpaski@gentoo.org>:
|
| 2523 |
|
| 2524 |
Added vpopmail user and group as 89:89
|
| 2525 |
|
| 2526 |
22 Jul 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2527 |
|
| 2528 |
Add the cyrus user to /etc/passwd. Resolves bug #4100.
|
| 2529 |
|
| 2530 |
Some bugfixes and speed improvements to /sbin/depscan.sh after
|
| 2531 |
last changes.
|
| 2532 |
|
| 2533 |
Replace some cat/grep's in /sbin/rc-envupdate.sh with awk's to
|
| 2534 |
get some speed improvements.
|
| 2535 |
|
| 2536 |
21 Jul 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2537 |
|
| 2538 |
Fix LVM support in /etc/init.d/checkfs again, thanks to help from
|
| 2539 |
Kyle Manna <nitro@gentoo.org>.
|
| 2540 |
|
| 2541 |
Add software RAID support to /etc/init.d/checkfs, thanks to
|
| 2542 |
Daniel Ahlberg <aliz@gentoo.org>.
|
| 2543 |
|
| 2544 |
Update the cache_depend() funtion in /sbin/depscan.sh not to
|
| 2545 |
quit on any "}", but only on the one matching the first "{". This
|
| 2546 |
requires wc in /bin, so baselayout should depend on
|
| 2547 |
>=sys-apps/textutils-2.0.19-r2
|
| 2548 |
|
| 2549 |
Update /etc/init.d/netmount to try and detect nfs mounts that should be
|
| 2550 |
mounted automatically on boot. This requires awk in /bin, so baselayout
|
| 2551 |
should depend on >=sys-apps/gawk-3.1.0-r3.
|
| 2552 |
|
| 2553 |
* rc-scripts 1.3.7 (17 Jul 2002)
|
| 2554 |
|
| 2555 |
17 Jul 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2556 |
|
| 2557 |
Add logging functionality to the rc-scripts, thanks to Alexander Holler,
|
| 2558 |
bug #4037 for the basic idea. Updated /sbin/functions.sh for this.
|
| 2559 |
|
| 2560 |
16 Jul 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2561 |
|
| 2562 |
Add additional entries to /etc/services to support cyrus-imapd, thanks
|
| 2563 |
to Nick Hadaway <raker@gentoo.org>.
|
| 2564 |
|
| 2565 |
Update /etc/init.d/consolefont to resolve bug #4968. This fixes a
|
| 2566 |
problem with non 7bit ascii symbols.
|
| 2567 |
|
| 2568 |
Updated /etc/init.d/checkfs to detect if lvm is already active.
|
| 2569 |
This should resolve bug #3613.
|
| 2570 |
|
| 2571 |
5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2572 |
|
| 2573 |
Add "usb" group, gid 85. Move "sshd" user and group to 22. Move
|
| 2574 |
"games" user and group to 35
|
| 2575 |
|
| 2576 |
3 Jun 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2577 |
|
| 2578 |
Update Copyright displayed at boot, thanks to Sascha Schwabbauer
|
| 2579 |
(aka cybersystem). Updated /sbin/rc for this.
|
| 2580 |
|
| 2581 |
30 Jun 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2582 |
|
| 2583 |
Update /etc/skel/.bashrc to update the window title of X terminals
|
| 2584 |
that supports it. Closes bug #4232.
|
| 2585 |
|
| 2586 |
26 Jun 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2587 |
|
| 2588 |
Add sshd user and group. Updated /etc/passwd and /etc/group for this.
|
| 2589 |
|
| 2590 |
Update /etc/inputrc to resolve bug #2599.
|
| 2591 |
|
| 2592 |
20 Jun 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2593 |
|
| 2594 |
Add /opt/bin to $PATH and $ROOTPATH, closing bug #3603. Modified
|
| 2595 |
/etc/env.d/00basic for this.
|
| 2596 |
|
| 2597 |
Add some new daemon stop and pid detection stuff to /sbin/functions.sh.
|
| 2598 |
Nothing official, but I spent enough time on it not to want to loose it :)
|
| 2599 |
|
| 2600 |
Fixed a bug in /sbin/functions.sh that caused rc-scripts run as cron jobs
|
| 2601 |
to give output to stderr. This was caused by a call to "stty", which when
|
| 2602 |
run without a attatched terminal, have this effect. Basically just pipe
|
| 2603 |
stderr to /dev/null.
|
| 2604 |
|
| 2605 |
5 Jun 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2606 |
|
| 2607 |
Add /usr/local/share/man to $MANPATH (/etc/env.d/00basic), resolving
|
| 2608 |
bug #3363
|
| 2609 |
|
| 2610 |
26 May 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2611 |
|
| 2612 |
Update /etc/init.d/netmount not to try and mount NFS filesystems
|
| 2613 |
if portmap was not started. This is to stop "hang" problems for
|
| 2614 |
new users who do not add portmap to the default runlevel. See
|
| 2615 |
bug #2555.
|
| 2616 |
|
| 2617 |
Add the video4linux stuff to /etc/devfsd.conf. Resolves bug #2015.
|
| 2618 |
|
| 2619 |
19 May 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2620 |
|
| 2621 |
Move $EDITOR from /etc/profile to /etc/env.d/00basic.
|
| 2622 |
|
| 2623 |
13 May 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2624 |
|
| 2625 |
Change the homes of user "at" and "cron" in /etc/passwd, as
|
| 2626 |
they moved to /var/spool/cron...
|
| 2627 |
|
| 2628 |
* rc-scripts 1.3.5 (12 May 2002)
|
| 2629 |
|
| 2630 |
12 May 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2631 |
|
| 2632 |
Make slight modifications to /sbin/depscan.sh to improve speed (about
|
| 2633 |
1 second on a celeron 633).
|
| 2634 |
|
| 2635 |
Finally fix /sbin/runscript.sh to properly handle interdependencies
|
| 2636 |
between types need/use and before/after on runlevel change. I can
|
| 2637 |
actually kick myself for previous implementations, as this fix simplifies
|
| 2638 |
things a lot, and is almost 30 lines of code less!
|
| 2639 |
|
| 2640 |
Change /etc/init.d/netmount not to fail if all mounts are not mounted.
|
| 2641 |
It rather just exit with a warning, as I think most people have like
|
| 2642 |
me mounts that are to boxes that are not always up.
|
| 2643 |
|
| 2644 |
Resolve bug #2439 (should not use try with the dd command for ramdisk
|
| 2645 |
stuff). Also increase the number of inodes used for the ramdisk to
|
| 2646 |
fix "out of space" errors. Updated /sbin/rc for this.
|
| 2647 |
|
| 2648 |
10 May 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2649 |
|
| 2650 |
Resolve bug #2505 ... /sbin/rc-envupdate.sh should not use
|
| 2651 |
backup files to generate /etc/profile.env.
|
| 2652 |
|
| 2653 |
Resolve bug #2489 and #2175. Modified /etc/init.d/net.eth0
|
| 2654 |
for this.
|
| 2655 |
|
| 2656 |
6 May 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2657 |
|
| 2658 |
Fixed /sbin/rc-envupdate.sh to only use the $KDEDIR of the highest
|
| 2659 |
/etc/env.d/ file. Same for $QTDIR.
|
| 2660 |
|
| 2661 |
5 May 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2662 |
|
| 2663 |
Add /etc/DIR_COLORS as it is no longer shipped with fileutils,
|
| 2664 |
and is needed for some fixes.
|
| 2665 |
|
| 2666 |
28 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2667 |
|
| 2668 |
Update /etc/rc.conf to be more clear and state that you should
|
| 2669 |
remove consolefont from startup if you do not use it. Should
|
| 2670 |
resolve bug #2174.
|
| 2671 |
|
| 2672 |
26 Apr 2002; Donny Davies <woodchip@gentoo.org> passwd, group :
|
| 2673 |
|
| 2674 |
Added user/group apache with uid/gid 81.
|
| 2675 |
|
| 2676 |
25 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2677 |
|
| 2678 |
Remove the "-net" from the line setting the default gateway
|
| 2679 |
in /etc/init.d/net.eth0. Thanks to Peter W. Michaleas for
|
| 2680 |
noting this.
|
| 2681 |
|
| 2682 |
24 Apr 2002; Donny Davies <woodchip@gentoo.org> rc.conf :
|
| 2683 |
|
| 2684 |
Remove NFSSERVER from rc.conf since it's now covered in /etc/conf.d/nfs
|
| 2685 |
which is installed with the nfs-utils package. Also tidied up some
|
| 2686 |
really old, leftover junk like the non-supported stuff from rc5.
|
| 2687 |
Closes #1754.
|
| 2688 |
|
| 2689 |
23 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2690 |
|
| 2691 |
Remove creation of /var/run/utmpx from bootmisc again. Seems
|
| 2692 |
other people have wierd problems.
|
| 2693 |
|
| 2694 |
* rc-scripts 1.3.4 (21 Apr 2002)
|
| 2695 |
|
| 2696 |
21 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2697 |
|
| 2698 |
Add /sbin/rc-envupdate.sh to speedup updating of /etc/profile.env,
|
| 2699 |
and /etc/csh.env. Update /etc/init.d/bootmisc to use this.
|
| 2700 |
|
| 2701 |
Implement the status commandline argument. Updated /sbin/runscript.sh
|
| 2702 |
and /sbin/rc-help.sh for this.
|
| 2703 |
|
| 2704 |
Fix /sbin/depscan.sh to honour NEED and USE overriding BEFORE
|
| 2705 |
and AFTER.
|
| 2706 |
|
| 2707 |
12 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2708 |
|
| 2709 |
Update /etc/init.d/bootmisc to create /var/run/utmpx. This
|
| 2710 |
is needed, else /usr/bin/newgrp segfault.
|
| 2711 |
|
| 2712 |
11 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2713 |
|
| 2714 |
Update /etc/skel/.bash_profile to make it tcsh compadible.
|
| 2715 |
Thanks to Väinö Järvelä for this fix.
|
| 2716 |
|
| 2717 |
Update /etc/profile to also set the PS? variables if $SHELL
|
| 2718 |
is set to /bin/sh. This should make prompt colours in
|
| 2719 |
bootstrap work again.
|
| 2720 |
|
| 2721 |
Move LVM stuff to checkfs to ensure that they get fscked.
|
| 2722 |
This resolves bug #1552.
|
| 2723 |
|
| 2724 |
* rc-scripts 1.3.3 (5 Apr 2002)
|
| 2725 |
|
| 2726 |
5 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2727 |
|
| 2728 |
Move /etc/init.d/{depscan.sh,runscript.sh,functions.sh} to /sbin.
|
| 2729 |
This is done to try and ensure system integrity.
|
| 2730 |
|
| 2731 |
1 Apr 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2732 |
|
| 2733 |
Add quotes to the "export INPUTRC=/etc/inputrc" line to resolve bug #1391.
|
| 2734 |
|
| 2735 |
Add a error message to /etc/init.d/consolefont, resolving bug #1415.
|
| 2736 |
|
| 2737 |
Add a bash check to the code that sets the prompt, fixing bug #1078.
|
| 2738 |
|
| 2739 |
* rc-scripts 1.3.2 (24 Mar 2002)
|
| 2740 |
|
| 2741 |
24 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2742 |
|
| 2743 |
Resolve bug #1274. Updated /etc/init.d/hostname and /etc/init.d/bootmisc
|
| 2744 |
for this.
|
| 2745 |
|
| 2746 |
With the "before" and "after" stuff, recursion levels was getting too high,
|
| 2747 |
and with some cases, things just plain did not work as it should. Reworked
|
| 2748 |
things to to lower the levels of recursion and get the order right. Updated
|
| 2749 |
/etc/init.d/runscript.sh for this.
|
| 2750 |
|
| 2751 |
Fixed a problem in /sbin/rc and /etc/init.d/runscript.sh where
|
| 2752 |
${svcdir}/softlevel did not always exist, but runscript.sh tried to open it.
|
| 2753 |
|
| 2754 |
Enhance --quiet support. Updated /etc/init.d/functions.sh for this.
|
| 2755 |
|
| 2756 |
Remove /etc/pwdb.conf, as pwdb already install a copy of this.
|
| 2757 |
|
| 2758 |
Remove /etc/pam.d/{rexec,rlogin,rsh} as pam already install this.
|
| 2759 |
|
| 2760 |
Added $INPUTRC to /etc/profile, since too many people keep on bugging me,
|
| 2761 |
and it seems it has fallen now to my discression.
|
| 2762 |
|
| 2763 |
* rc-scripts 1.3.1 (23 Mar 2002)
|
| 2764 |
|
| 2765 |
23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: init.d/net.eth0: fix for
|
| 2766 |
DHCP lease release from Jim Nutt.
|
| 2767 |
|
| 2768 |
23 Mar 2002; Daniel Robbins <drobbins@gentoo.org>: rolling a new release
|
| 2769 |
since there are a lot of important bug fixes in here that are needed.
|
| 2770 |
|
| 2771 |
23 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2772 |
|
| 2773 |
Resolve bug #1292.
|
| 2774 |
|
| 2775 |
Remove the extra 'depmod -a' in /etc/init.d/modules, thanks to
|
| 2776 |
Spidler.
|
| 2777 |
|
| 2778 |
21 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2779 |
|
| 2780 |
Update /sbin/rc to fix a 'cat mounts' instead of the correct
|
| 2781 |
version, 'cat /proc/mounts'.
|
| 2782 |
|
| 2783 |
19 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2784 |
|
| 2785 |
Add initial support for the --quiet flag that suppress output.
|
| 2786 |
|
| 2787 |
18 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2788 |
|
| 2789 |
Remove the 'try' from 'try /etc/init.d/depscan.sh' in /sbin/rc
|
| 2790 |
as not all errors by depscan.sh is critical. It should be
|
| 2791 |
reworked to do better error handeling.
|
| 2792 |
|
| 2793 |
14 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2794 |
|
| 2795 |
Fix the GID and UID of nobody and nogroup in /etc/passwd and
|
| 2796 |
/etc/group to match those of Debian, FBSD and others. Thanks
|
| 2797 |
to those who reported it, and Woodchip for looking up the
|
| 2798 |
proper values.
|
| 2799 |
|
| 2800 |
Update /etc/init.d/net.eth0 to properly down DHCP interfaces.
|
| 2801 |
This resolves bug #1150, thanks to Paul Fleischer.
|
| 2802 |
|
| 2803 |
11 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2804 |
|
| 2805 |
Updated /etc/init.d/functions.sh not to use /usr/bin/basename,
|
| 2806 |
as some users have /usr on seperate partition which is not
|
| 2807 |
mounted when depscan.sh is run the first time.
|
| 2808 |
|
| 2809 |
Updated the checking for more than one service providing the
|
| 2810 |
same virtual function in /etc/init.d/depscan.sh. It should
|
| 2811 |
be working now, and this also fix a problem that when there is no
|
| 2812 |
service providing a virtual, counter was used uninitialized.
|
| 2813 |
|
| 2814 |
* rc-scripts 1.3.0 (10 Mar 2002)
|
| 2815 |
|
| 2816 |
10 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2817 |
|
| 2818 |
Resolved bug #1021; updated /etc/init.d/consolefont for this.
|
| 2819 |
|
| 2820 |
Resolved bug #1029; updated /etc/init.d/net.eth0 for this.
|
| 2821 |
|
| 2822 |
Resolved bug #990; updated /etc/init.d/net.eth0, /etc/init.d/netmount
|
| 2823 |
and /etc/init.d/localmount for this.
|
| 2824 |
|
| 2825 |
Lots of form/syntax cleanups, most things should be more
|
| 2826 |
consistant now. Fixed fail detection/return values of lots of
|
| 2827 |
scripts.
|
| 2828 |
|
| 2829 |
Lots of cleanup/fixes in the three main scripts behind our
|
| 2830 |
rc-system, /sbin/rc, /etc/init.d/depscan.sh, /etc/init.d/runscript.sh
|
| 2831 |
|
| 2832 |
Fix a bug regarding a invalid $PATH for portage if /etc/init.d/functions.sh
|
| 2833 |
is sourced in a ebuild.
|
| 2834 |
|
| 2835 |
Fix a bug that our rc-script wrapper introduced: Global variables
|
| 2836 |
in scripts no longer worked. Updated /etc/init.d/runscript.sh for
|
| 2837 |
this.
|
| 2838 |
|
| 2839 |
Implemented more error checking for the main startup code in /sbin/rc.
|
| 2840 |
Also fixed try() for mounting /proc (maybe all mount commands).
|
| 2841 |
The function worked fine in a simulated test, but in real life failed
|
| 2842 |
to detect a error when mounting /proc (remember to thank Grant for
|
| 2843 |
his UserMode ebuilds, and Guide).
|
| 2844 |
|
| 2845 |
* rc-scripts 1.2.9 (6 Mar 2002)
|
| 2846 |
|
| 2847 |
6 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2848 |
|
| 2849 |
General form updates and some piping fixes.
|
| 2850 |
|
| 2851 |
Updated /etc/inittab, /etc/init.d/xdm and /etc/X11/startDM.sh
|
| 2852 |
to fix a problem where startDM.sh would be respawned repeatedly
|
| 2853 |
if xdm was not in the default runlevel.
|
| 2854 |
|
| 2855 |
* rc-scripts 1.2.8 (4 Mar 2002)
|
| 2856 |
|
| 2857 |
4 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2858 |
|
| 2859 |
Add /etc/init.d/xdm, /etc/X11/startDM.sh and updated /etc/inittab
|
| 2860 |
to fix the "dead key" problem we had with xdm/gdm/kdm. We should
|
| 2861 |
move them to the xfree ebuild later on when things settles down.
|
| 2862 |
|
| 2863 |
Added some sanity checks to /sbin/rc, /etc/init.d/runscripts.sh.
|
| 2864 |
|
| 2865 |
Added a basic $PATH to /etc/init.d/functions.sh to fix a problem
|
| 2866 |
where we had a invalid $PATH on boot in some cases.
|
| 2867 |
|
| 2868 |
Updated /etc/init.d/keymap and /etc/init.d/consolefont to work with
|
| 2869 |
the new sys-apps/kbd package.
|
| 2870 |
|
| 2871 |
* rc-scripts 1.2.7 (3 Mar 2002)
|
| 2872 |
|
| 2873 |
3 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2874 |
|
| 2875 |
Fixed the problem of rc-scripts trying to start/stop a service multiple
|
| 2876 |
times if it fails to do so. Updated /etc/init.d/runscript.sh and /sbin/rc
|
| 2877 |
for this.
|
| 2878 |
|
| 2879 |
Fixing some variable declarations in /etc/init.d/runscript.sh caused
|
| 2880 |
/etc/init.d/net.lo to fail on stop ($IFACE was set invalid). Fixed
|
| 2881 |
this.
|
| 2882 |
|
| 2883 |
Added caching of the "depend() { need foo; } " lines, and updated
|
| 2884 |
/etc/init.d/depscan.sh to touch the actual files less. This should
|
| 2885 |
speedup dependency caching a lot, especially on slow machines.
|
| 2886 |
|
| 2887 |
Updated /etc/passwd to have users with no shell defined, use /bin/false
|
| 2888 |
for security.
|
| 2889 |
|
| 2890 |
Update /etc/fstab to mention /dev/shm since we dont mount it anymore.
|
| 2891 |
|
| 2892 |
1 Mar 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2893 |
|
| 2894 |
Added a wrapper for sourcing the rc-scripts to eliminate syntax errors.
|
| 2895 |
Thanks to Karl Trygve Kalleberg (aka karltk) for the idea. Updated
|
| 2896 |
/etc/init.d/depscan.sh, /etc/init.d/functions.sh and
|
| 2897 |
/etc/init.d/runscript.sh for this (added wrap_rcscript() function).
|
| 2898 |
|
| 2899 |
Removed stopping of dependent services that have current service as
|
| 2900 |
a 'use'dependency ... should be less confusing now.
|
| 2901 |
Updated /etc/init.d/runscript.sh for this.
|
| 2902 |
|
| 2903 |
28 Feb 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2904 |
|
| 2905 |
Add /etc/conf.d/local.start and /etc/conf.d/local.stop for adding any misc
|
| 2906 |
programs to startup. This should pretty much have /etc/init.d/ static,
|
| 2907 |
except for baselayout updates, etc.
|
| 2908 |
|
| 2909 |
27 Feb 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2910 |
|
| 2911 |
In some wierd cases, a redundent /dev/.devfsd on a unmounted /dev can cause
|
| 2912 |
problems. Fixed this in /sbin/rc.
|
| 2913 |
|
| 2914 |
Added the patches from Grant Goodyear (aka g2boojum) to enable us to
|
| 2915 |
use a ramdisk to store the contents of ${svcdir}. Updated /sbin/rc,
|
| 2916 |
/etc/init.d/functions.sh and /etc/init.d/checkroot for this.
|
| 2917 |
|
| 2918 |
26 Feb 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2919 |
|
| 2920 |
Fix my brain dead update of the 25th. It really should keep
|
| 2921 |
"gentoo=nodevfs" in mind. Also added 'get_bootparam()' to help in
|
| 2922 |
retrieving kernel options. Updated /etc/init.d/functions.sh,
|
| 2923 |
/etc/init.d/checkroot and /sbin/rc for this.
|
| 2924 |
|
| 2925 |
Updated /etc/init.d/consolefont to work without devfs as well.
|
| 2926 |
|
| 2927 |
When rebooting or shutting down, a service should not fail to stop
|
| 2928 |
if a service it depends on, fails. Updated /etc/init.d/runscript.sh
|
| 2929 |
for this.
|
| 2930 |
|
| 2931 |
25 Feb 2002; Martin Schlemmer <azarah@gentoo.org>:
|
| 2932 |
|
| 2933 |
Added a check if /dev is mounted when creating entries for /etc/mtab.
|
| 2934 |
This should solve a invalid entry or /dev being mounted even with
|
| 2935 |
'gentoo=nodevfs' option. Updated /etc/init.d/checkroot for this.
|
| 2936 |
|
| 2937 |
17 Feb 2002: Daniel Robbins <drobbins@gentoo.org>: Made "xfs" the default
|
| 2938 |
filesystem in /etc/fstab (from ReiserFS) and removed "notail" option (it's
|
| 2939 |
just in a comment now)
|
| 2940 |
|
| 2941 |
17 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 2942 |
|
| 2943 |
Mmore fixes to 'after' and 'before', updated /etc/init.d/runscript.sh for
|
| 2944 |
this. This should fix services not getting started in the correct order
|
| 2945 |
in a tight loop, services getting stopped out of order, and some other
|
| 2946 |
sanity checks. Updated rc-script.sh for updated help.
|
| 2947 |
|
| 2948 |
15 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 2949 |
|
| 2950 |
Update /etc/profile to resolve bug #588. Reimplemented things a bit,
|
| 2951 |
and added the 'after' type. 'before' and 'after' will only work currently
|
| 2952 |
for a change of runlevel. Updated /etc/init.d/depscan.sh,
|
| 2953 |
/etc/init.d/runscript.sh and /sbin/rc for this.
|
| 2954 |
|
| 2955 |
13 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 2956 |
|
| 2957 |
Add some more entries to /etc/devfsd.conf to make alsa users life
|
| 2958 |
easier ... thanks Tod.
|
| 2959 |
|
| 2960 |
12 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 2961 |
|
| 2962 |
Some more cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh.
|
| 2963 |
|
| 2964 |
Fixed some services not starting again when restarting a service.
|
| 2965 |
Seems simple is still the best way.
|
| 2966 |
|
| 2967 |
Fixed some other problems created with feature additions and cleanups.
|
| 2968 |
|
| 2969 |
11 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 2970 |
|
| 2971 |
General cleanups to /etc/init.d/depscan.sh and /etc/init.d/runscript.sh.
|
| 2972 |
|
| 2973 |
Added 'before *' to /etc/init.d/checkroot to make sure it gets
|
| 2974 |
started first.
|
| 2975 |
|
| 2976 |
Added 'use *' to /etc/init.d/local to make sure it gets started
|
| 2977 |
last.
|
| 2978 |
|
| 2979 |
10 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 2980 |
|
| 2981 |
Fixed /sbin/rc to stop a service on change of runlevel if it is
|
| 2982 |
in 'use' by another service.
|
| 2983 |
|
| 2984 |
Added the 'provide' depend type for creating virtual services.
|
| 2985 |
Updated /etc/init.d/depscan.sh for this.
|
| 2986 |
|
| 2987 |
Added the 'before' depend type. This is more for changing the
|
| 2988 |
order services start in. Updated /etc/init.d/depscan.sh and
|
| 2989 |
/etc/init.d/functions.sh for this.
|
| 2990 |
|
| 2991 |
Updated /etc/init.d/depscan.sh to work with '*' as argument for
|
| 2992 |
dependency types. This can be used with 'use' and 'before' to
|
| 2993 |
start a script last or first respectively.
|
| 2994 |
|
| 2995 |
Added save_options() and get_options() to /etc/init.d/functions.sh
|
| 2996 |
for saving misc settings between startup/shutdown. Updated
|
| 2997 |
/etc/init.d/net.eth0 to use these and properly down virtual
|
| 2998 |
interfaces.
|
| 2999 |
|
| 3000 |
6 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 3001 |
|
| 3002 |
Updated both /etc/init.d/bootmisc and /etc/init.d/keymaps to be quiet
|
| 3003 |
on no errors.
|
| 3004 |
|
| 3005 |
* rc-scripts 1.2.6 (6 Feb 2002)
|
| 3006 |
|
| 3007 |
2 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 3008 |
|
| 3009 |
Updated /etc/net.eth0 to specify the gateway device via the $gateway
|
| 3010 |
variable (something like gateway="eth0/192.168.0.1").
|
| 3011 |
|
| 3012 |
2 Feb 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 3013 |
|
| 3014 |
Added rc-script /etc/init.d/numlock, for enabling numlock at boot.
|
| 3015 |
|
| 3016 |
29 Jan 2002: Martin Schlemmer (azarah@gentoo.org):
|
| 3017 |
|
| 3018 |
Hopefully the last fix to /etc/init.d/netmount to umount cleanly. This fix
|
| 3019 |
implements a retry if not successful the first time, and will kill
|
| 3020 |
processess using the mount. Also small type-o fix to /etc/init.d/halt.sh.
|
| 3021 |
|
| 3022 |
27 Jan 2002: Donny Davies (woodchip@gentoo.org): security fix to
|
| 3023 |
/etc/pam.d/sshd,login,chsh: added pam_shells.so to the stack.
|
| 3024 |
Fixed /etc/passwd,group for user/group mysql.
|
| 3025 |
|
| 3026 |
27 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added charset
|
| 3027 |
map file support to /etc/init.d/consolefont and the setting to
|
| 3028 |
/etc/rc.conf.
|
| 3029 |
|
| 3030 |
25 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed dircolors
|
| 3031 |
in skel files to support both versions of dircolors.
|
| 3032 |
|
| 3033 |
23 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fixed bug
|
| 3034 |
in the restart stuff of /etc/init.d/runscript.sh that caused
|
| 3035 |
a restart of a 'net' service not to restart services again
|
| 3036 |
that depended on it.
|
| 3037 |
|
| 3038 |
* rc-scripts 1.2.5 (20 Jan 2002)
|
| 3039 |
|
| 3040 |
20 Jan 2002: Martin Schlemmer (azarah@gentoo.org): updated
|
| 3041 |
/etc/init.d/net.eth0 to 'use' pcmcia.
|
| 3042 |
|
| 3043 |
8 Jan 2002: Martin Schlemmer (azarah@gentoo.org): added '--sh' to
|
| 3044 |
the dircolors command in /etc/skel/.bash_profile to handle cases
|
| 3045 |
where bash do not export $SHELL.
|
| 3046 |
|
| 3047 |
6 Jan 2002: Martin Schlemmer (azarah@gentoo.org): updated
|
| 3048 |
/etc/init.d/runscripts.sh, /etc/init.d/net.eth0, /etc/conf.d/net and
|
| 3049 |
removed /etc/init.d/net.eth0-dhcp to reflect a new 'bsd-ish' config
|
| 3050 |
scheme for the net.eth* scripts.
|
| 3051 |
|
| 3052 |
6 Jan 2002: Donny Davies (woodchip@gentoo.org): Removed email address
|
| 3053 |
from manpages; no need for that..
|
| 3054 |
|
| 3055 |
5 Jan 2002: Martin Schlemmer (azarah@gentoo.org): fix type-o in
|
| 3056 |
/etc/devfsd.conf; had 'dvd' in the cdrw stuff.
|
| 3057 |
|
| 3058 |
* rc-scripts 1.2.4 (30 Dec 2001)
|
| 3059 |
|
| 3060 |
30 Dec 2001: Daniel Robbins (drobbins@gentoo.org): Changed default umask
|
| 3061 |
back to 022 as it should be.
|
| 3062 |
|
| 3063 |
30 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Updated
|
| 3064 |
/etc/init.d/checkfs to return 0 if the fs was successfully repaired.
|
| 3065 |
|
| 3066 |
29 Dec 2001; Donny Davies (woodchip@gentoo.org):
|
| 3067 |
sort -t: -k3,3 -n /etc/passwd,group. Ahhhh :))
|
| 3068 |
|
| 3069 |
28 Dec 2001; Martin Schlemmer (azarah@gentoo.org);
|
| 3070 |
|
| 3071 |
Updated /etc/init.d/depscan.sh to store info about missing dependencies
|
| 3072 |
of type 'need' in ${svcdir}/broken. Also updated /etc/init.d/runscript.sh
|
| 3073 |
to use this when starting a script ('need' dependencies is critical for
|
| 3074 |
startup). Added the broken() function to /etc/init.d/runscript.sh
|
| 3075 |
to list the missing dependencies.
|
| 3076 |
|
| 3077 |
Updated /etc/init.d/runscript.sh for svc_start() to have better error
|
| 3078 |
checking.
|
| 3079 |
|
| 3080 |
Updated /etc/init.d/functions.sh with ewend(), which is the same as
|
| 3081 |
eend(), but print a warning on error, not a error. Updated
|
| 3082 |
/etc/init.d/checkroot and /etc/init.d/checkfs to use this function.
|
| 3083 |
|
| 3084 |
27 Dec 2001; Martin Schlemmer (azarah@gentoo.org);
|
| 3085 |
|
| 3086 |
Update /sbin/runscript.c to run /etc/init.d/rc-help.sh if no arguments
|
| 3087 |
is passed to a rc-script.
|
| 3088 |
|
| 3089 |
Added /etc/init.d/rc-help.sh, simple script that prints out help for
|
| 3090 |
the rc-scripts.
|
| 3091 |
|
| 3092 |
25 Dec 2001; Martin Schlemmer (azarah@gentoo.org);
|
| 3093 |
|
| 3094 |
Update /etc/init.d/shutdown.sh and /etc/init.d/reboot.sh not to force the
|
| 3095 |
halt and reboot. This fixes a problem where / was not unmounted properly
|
| 3096 |
in some cases.
|
| 3097 |
|
| 3098 |
24 Dec 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 3099 |
|
| 3100 |
Move $svcdir to to /etc/init.d/functions.sh, and update
|
| 3101 |
/etc/init.d/runscript.sh and /etc/init.d/depscan.sh for this
|
| 3102 |
|
| 3103 |
Modified /etc/init.d/runscript.sh to also restart the services that
|
| 3104 |
depend on a service if that service is restarted. Enhanced the
|
| 3105 |
restart function to be able to have custom restart() functions in
|
| 3106 |
rc-scripts. The custom restart() have to use svc_stop() and
|
| 3107 |
svc_start() to restart the service.
|
| 3108 |
|
| 3109 |
Add a pause function to /etc/init.d/runscript.sh. It will basically
|
| 3110 |
stop a service without stopping the services that depends on that
|
| 3111 |
service.
|
| 3112 |
|
| 3113 |
Add a pause function to /etc/init.d/runscript.sh. It will basically stop a
|
| 3114 |
service without stopping the services that depends on that service.
|
| 3115 |
|
| 3116 |
* rc-scripts 1.2.3 (18 Dec 2001)
|
| 3117 |
|
| 3118 |
16 Dec 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 3119 |
|
| 3120 |
Moved the stuff from /sbin/init (old) to /sbin/rc (basically drop the
|
| 3121 |
init wrapper we used).
|
| 3122 |
|
| 3123 |
Some cleanups: take out the shm resize comment;
|
| 3124 |
|
| 3125 |
remove the $wrongmount;
|
| 3126 |
|
| 3127 |
remove the mountshm() function and insert it directly
|
| 3128 |
where needed;
|
| 3129 |
|
| 3130 |
remove the setting of $PATH as /sbin/init already do
|
| 3131 |
this for us.
|
| 3132 |
|
| 3133 |
Added the if statement to detect if it is the first time the 'boot'
|
| 3134 |
runlevel is executed (if [ "$RUNLEVEL" = "S" ] && [ "$argv1" = "boot" ]).
|
| 3135 |
$RUNLEVEL is a env var set by /sbin/init.
|
| 3136 |
|
| 3137 |
Also added functionality to detect if the kernel have DEVFS support
|
| 3138 |
compiled in; seems new users thinks devfs is unstable and as they do
|
| 3139 |
not always read the docs, it does not get compiled in ;/ Should
|
| 3140 |
make live for us a bit easier.
|
| 3141 |
|
| 3142 |
14 Dec 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 3143 |
|
| 3144 |
Fixed /sbin/rc to kill a cosmetic bug in the part that stops all
|
| 3145 |
the unneeded services.
|
| 3146 |
|
| 3147 |
* rc-scripts 1.2.2 (8 Dec 2001)
|
| 3148 |
|
| 3149 |
10 Dec 2001; Added a localhost entry in /etc/hosts.
|
| 3150 |
|
| 3151 |
8 Dec 2001; Donny Davies (woodchip@gentoo.org): Added start-stop-daemon.c
|
| 3152 |
to rc-scripts/sbin source. Moved rc-scripts/init.d/runscript.c to
|
| 3153 |
rc-scripts/sbin/runscript.c. Added manpage for start-stop-daemon.
|
| 3154 |
Start-stop-daemon is moved here from sysvinit by the way. There is stuff
|
| 3155 |
in this ChangeLog that needs to be removed! Like the changes to hosts,
|
| 3156 |
profile. /etc/{passwd,group} have minor UID and GID type fixes for
|
| 3157 |
users ftp, postgres, xfs. Tweaked tarball.sh to not include CVS
|
| 3158 |
directories.
|
| 3159 |
|
| 3160 |
29 Nov 2001; Donny Davies (woodchip@gentoo.org): Added a man directory
|
| 3161 |
to rc-scripts. Checked in two manpages there, one for modules.autoload.5
|
| 3162 |
and one for update-modules.8. These were adapted from Debian. Updated
|
| 3163 |
tarball.sh to include the new man directory. Updated baselayout to install
|
| 3164 |
these manpages. Slightly tweak the /etc/modules.autoload comments.
|
| 3165 |
|
| 3166 |
28 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 3167 |
|
| 3168 |
Updated /sbin/init to work correctly with the 'gentoo=nodevfs' option,
|
| 3169 |
and cleaned out old code.
|
| 3170 |
|
| 3171 |
Updated /etc/init.d/bootmisc with additional lock files to clean.
|
| 3172 |
|
| 3173 |
27 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 3174 |
|
| 3175 |
Updated /etc/init.d/depscan.sh for a virtual 'use' depend, called 'logger'
|
| 3176 |
that can be used for services that needs to have a logger started before
|
| 3177 |
they are started. Updated /etc/conf.d/basic with $SYSLOGGER that is used
|
| 3178 |
to define what loggers the 'logger' depend represent.
|
| 3179 |
|
| 3180 |
26 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 3181 |
|
| 3182 |
Updated /etc/passwd and /etc/group with minor fixes to pass pwck
|
| 3183 |
and grpck.
|
| 3184 |
|
| 3185 |
25 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 3186 |
|
| 3187 |
Changed umask in /etc/profile for the user to 077 for security.
|
| 3188 |
|
| 3189 |
Added a stop() function to /etc/init.d/clock. Also removed uneeded
|
| 3190 |
'source /etc/rc.conf' line.
|
| 3191 |
|
| 3192 |
Updated /etc/init.d/hostname to set the hostname to 'localhost' if
|
| 3193 |
/etc/hostname is invalid.
|
| 3194 |
|
| 3195 |
Updated /sbin/init to move the entries in /lib/dev-state to /dev before
|
| 3196 |
running devfsd, as it did still not save settings properly. Also removed
|
| 3197 |
old /dev-state/compat stuff.
|
| 3198 |
|
| 3199 |
25 Nov 2001; ncsd, the name service cache daemon script, has been removed
|
| 3200 |
from the default "default" runlevel. It still exists in the archive so that
|
| 3201 |
users who want/need it can add it easily.
|
| 3202 |
|
| 3203 |
25 Nov 2001; Updated the /etc/fstab; removed usbdevfs (explicitly mounted),
|
| 3204 |
removed notail from the ext2 boot partition, other cleanups.
|
| 3205 |
|
| 3206 |
25 Nov 2001; Fixed init.d/clock script to work in UTC mode.
|
| 3207 |
|
| 3208 |
24 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 3209 |
|
| 3210 |
Added /etc/devfsd.conf and updated /sbin/init to use a new scheme for saving
|
| 3211 |
/dev permissions. Also moved /dev-state to /lib/dev-state which is a more
|
| 3212 |
standard location.
|
| 3213 |
|
| 3214 |
Fixed a ugly bug in /etc/init.d/depscan.sh. If a service depended on
|
| 3215 |
itself, calling depscan.sh or changing runlevels cause a tempory effect
|
| 3216 |
similar to a 'mini fork bomb'. Afterwards the depends was broken, and
|
| 3217 |
changing runlevels did not want to work.
|
| 3218 |
|
| 3219 |
Updated /etc/init.d/halt.sh to terminate and display message for devfsd.
|
| 3220 |
More cosmetic than anything else, but cant hurt with the new dev-state
|
| 3221 |
scheme.
|
| 3222 |
|
| 3223 |
Updated /sbin/init to set the console log level to 1, so that bootup
|
| 3224 |
can be much cleaner. Also updated /etc/init.d/modules not to have
|
| 3225 |
a logger in it 'use' depends, as it should not be needed anymore.
|
| 3226 |
|
| 3227 |
Updated /sbin/rc to check if devfsd is still running between runlevel
|
| 3228 |
changes.
|
| 3229 |
|
| 3230 |
Updated /etc/init.d/modules to run update-modules. We want to be sure
|
| 3231 |
/etc/modules.conf is updated when running depmod -a.
|
| 3232 |
|
| 3233 |
Change ftp's uid to 21 in /etc/passwd (was the same as bind). Also
|
| 3234 |
added a entry for xfs (X Font Server) in /etc/passwd and /etc/group.
|
| 3235 |
|
| 3236 |
Added /etc/init.d/net.ppp0, /etc/conf.d/net.ppp0 and
|
| 3237 |
/usr/lib/ppp/chat-default as part of my new pppd scripts. Also
|
| 3238 |
updated tarball.sh to handle ppp/chat-default.
|
| 3239 |
|
| 3240 |
Added /etc/skel/.bash* to make things cleaner.
|
| 3241 |
|
| 3242 |
Other minor changes.
|
| 3243 |
|
| 3244 |
17 Nov 2001; Donny Davies (woodchip@gentoo.org): Added /etc/shells file
|
| 3245 |
to rc-scripts. Can remove it from sys-libs/shadow at the next release.
|
| 3246 |
|
| 3247 |
* rc-scripts 1.1.8 (15 Nov 2001)
|
| 3248 |
|
| 3249 |
16 Nov 2001; removed bogus "mountall.test" script.
|
| 3250 |
|
| 3251 |
15 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 3252 |
|
| 3253 |
Updated init.d/{runscript.sh,depscan.sh}, sbin/rc to the new dep being
|
| 3254 |
'use' not 'uses', as it fits better with 'need' (not 'needs'). Also
|
| 3255 |
removed unneeded for loop from init.d/depscan.sh, and other fixes. Updated
|
| 3256 |
names of new functions in init.d/runscript.sh to better sounding ones.
|
| 3257 |
Updated init.d/modules, init.d/netmount to use 'use'. Lots of other
|
| 3258 |
fixes/cleanups.
|
| 3259 |
|
| 3260 |
Removed try() out of init.d/runscript.sh (why was this here ?).
|
| 3261 |
|
| 3262 |
14 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 3263 |
|
| 3264 |
Now init.d/bootmisc cleans /tmp. Also creates /etc/resolv.conf if it
|
| 3265 |
doesn't exist.
|
| 3266 |
|
| 3267 |
init.d/hostname: Added check for a valid /etc/hostname.
|
| 3268 |
|
| 3269 |
init.d/keymaps: Added check for valid $KEYMAP.
|
| 3270 |
|
| 3271 |
init.d/modules: Added sysklogd, metalog, syslog-ng as 'use' deps. This
|
| 3272 |
should solve Woodchip's syslog+glue issue. We just have to change the
|
| 3273 |
console loglevel for metalog and syslog-ng (sysklogd already updated) not to
|
| 3274 |
output info and warnings, etc to the console, then boot will be much cleaner.
|
| 3275 |
Also the install guide will need changing to add the loggers to 'boot' and
|
| 3276 |
not 'default' runlevel.
|
| 3277 |
|
| 3278 |
init.d/mountall.test: Hopefully updated to the new rc-scripts style. Is
|
| 3279 |
this really needed (I cannot see that it is used anywhere ...)?
|
| 3280 |
|
| 3281 |
13 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 3282 |
|
| 3283 |
Updated init.d/runscript.sh, init.d/depscan.sh and sbin/rc with a new depend
|
| 3284 |
called 'uses'. It basically have the same usage as 'need', except that it
|
| 3285 |
do not start services that is not in the current and 'boot' runlevels.
|
| 3286 |
|
| 3287 |
Updated init.d/netmount to use the 'uses' depend.
|
| 3288 |
|
| 3289 |
11 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 3290 |
|
| 3291 |
Fixed init.d/runscript.sh not to destroy the 'need' depends in
|
| 3292 |
/${svcdir}/need. This caused subsequent starting and stopping of services
|
| 3293 |
not to start depends.
|
| 3294 |
|
| 3295 |
7 Nov 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 3296 |
|
| 3297 |
Fixed a problem in sbin/rc where the ${svcdir}/softscripts directory got
|
| 3298 |
destroyed before stopping running services scheduled to be stopped. This
|
| 3299 |
with the fact that $SOFTLEVEL was set too early, caused the services to be
|
| 3300 |
stopped in the wrong order.
|
| 3301 |
|
| 3302 |
30 Oct 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 3303 |
|
| 3304 |
Modified init.d/netmount to check if any network filesystems is mounted.
|
| 3305 |
|
| 3306 |
29 Oct 2001; init.d/netmount: umount -art doesn't seem to work, so I added
|
| 3307 |
some awk and grep magic to find all remote filesystems and umount them.
|
| 3308 |
|
| 3309 |
29 Oct 2001; Martin Schlemmer (azarah@gentoo.org):
|
| 3310 |
|
| 3311 |
A fix for checkroot (missing "/"); it now actually checks the root
|
| 3312 |
filesystem. Also, a localmount cleanliness fix.
|
| 3313 |
|
| 3314 |
* rc-scripts 1.1.7 (18 Oct 2001)
|
| 3315 |
|
| 3316 |
[old changelog format follows]
|
| 3317 |
|
| 3318 |
*lots of scripts; woodchip
|
| 3319 |
removed old rc5 scripts from cvs
|
| 3320 |
|
| 3321 |
*init.d/runscript.sh; agriffis
|
| 3322 |
Added support for rc.conf and home-grown functions
|
| 3323 |
|
| 3324 |
*init.d/modules;
|
| 3325 |
Now correctly looks at /etc/modules.autoload
|
| 3326 |
|
| 3327 |
rc-scripts-1.1.6, released 15 Sep 2001
|
| 3328 |
======================================
|
| 3329 |
|
| 3330 |
*init.d/runscript.sh, others
|
| 3331 |
Handling of "net" dependencies resolve to all net devices in
|
| 3332 |
/etc/runlevels/boot and /etc/runlevels/[curr-runlevel]. INTERFACES
|
| 3333 |
variable in /etc/rc.conf has been removed.
|
| 3334 |
|
| 3335 |
*init.d/runscript.sh
|
| 3336 |
New "zap" option for manually resetting the state of an initscript
|
| 3337 |
to stopped.
|
| 3338 |
|
| 3339 |
*init.d/{samba,sysklogd,sshd}
|
| 3340 |
Removed from CVS; they live in their respective packages.
|
| 3341 |
|
| 3342 |
rc-scripts-1.1.5, released 02 Sep 2001
|
| 3343 |
====================================
|
| 3344 |
|
| 3345 |
*sbin/rc-update
|
| 3346 |
New version of the rc-update command for the new initscripts. Works
|
| 3347 |
similarly to the old version, except this one updates our dependency
|
| 3348 |
cache.
|
| 3349 |
|
| 3350 |
*init.d/functions.sh
|
| 3351 |
New and better looking informational message functions (einfo, einfon).
|
| 3352 |
Brand new message functions (ewarn).
|
| 3353 |
|
| 3354 |
*sbin/init, init.d/checkroot
|
| 3355 |
We're going back to a /proc/mounts-based mtab symlink because it's
|
| 3356 |
just plain better. Appropriate changes made.
|
| 3357 |
|
| 3358 |
# vim:expandtab
|