Log of /branches/rc-scripts-1_6/ChangeLog
Parent Directory
|
Revision Log
Revision
774 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 9 18:12:36 2004 UTC
(8 years, 5 months ago)
by
uberlord
File length: 124771 byte(s)
Diff to
previous 773
rc doesn't stop hotplugged devices when system is booting - fixes #61594
thanks to Andreas Sundebo for the fix
Revision
763 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 7 17:49:39 2004 UTC
(8 years, 5 months ago)
by
uberlord
File length: 124563 byte(s)
Diff to
previous 757
essidnet - fixed setting up search domains
removed hardcoded ath0 in wpa_supplicant
ifconfig now reads the old gateway variable correctly - fixes #73607
Revision
756 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 6 15:46:18 2004 UTC
(8 years, 5 months ago)
by
(unknown author)
File length: 122909 byte(s)
Diff to
previous 746
This commit was manufactured by cvs2svn to create branch
'rc-scripts-1_6'.
Revision
736 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Dec 3 12:30:20 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/ChangeLog
File length: 122214 byte(s)
Diff to
previous 735
Fixed config-system for only changing hostname when needed
udhcpc and dhclient now restore saved configs when stopping and work
with non-infinite leases
Revision
733 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 2 16:20:11 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/ChangeLog
File length: 121694 byte(s)
Diff to
previous 732
Added option dhcp_release to specify if we release the DHCP lease or not
defaults to no
Changed variables peer_* to dhcp_*
dhclient and udhcpc now specify a pidfile
Revision
722 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 26 09:14:05 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/ChangeLog
File length: 120606 byte(s)
Diff to
previous 720
Fixed up address detection in apipa
net.lo now checks for duplicate static IPv4 addresses before assigning
iwconfig now supports preassociate and postassociate user hooks
net.example - changed $1 to ${IFACE} in examples
Revision
714 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 23 16:23:39 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/ChangeLog
File length: 119612 byte(s)
Diff to
previous 713
Removed rp_filter setting - fixes first part of bug #71971
Added sysctl.conf settings relating to rp_filter to sysctl.conf
- fixes last part of bug #71971
Revision
713 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 23 15:39:22 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/ChangeLog
File length: 119445 byte(s)
Diff to
previous 712
iproute2 does not need to create dummy interfaces for aliases
unlike ifconfig so we no longer do this
We now bring down all aliases and addresses properly
Split off some functions from net.lo into helpers.d/functions
so that our DHCP helper scripts can use them too :)
Deprecated interface specific setup in favour of a generic config
macchanger brings interface up now - fixes #71929
DHCP over VLAN now works - fixes #71860
Disabled modified function checking as it's far too expensive on CPU
and still isn't 100% reliable
When specifing a module that isn't emerged, you now get an error
telling you what to emerge
Removed -p option from the diff call used for function removal
Revision
709 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 19 16:22:05 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/ChangeLog
File length: 118492 byte(s)
Diff to
previous 708
tests for hostname (none) when sending hostname via dhcpcd, udhpc or pump
udhcpc now does correct signal handling so we can release leases and
terminate cleanly
Improved pump process detection
Rewrote udhcpc helper scripts around udhcpc and wrapped dhclient to udhcpc
scripts. This makes things much saner as udhcpc is much saner - also fixed
essidnet and ipv6 local link for them.
Revision
708 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 17 15:12:00 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/ChangeLog
File length: 118031 byte(s)
Diff to
previous 707
ifconfig handles inet6 routing automatically - bug #33310
ifconfig - fixed old gateway + gateway in routes conflict
iproute2 cleaned up some functions
Revision
705 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 17 10:33:54 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/ChangeLog
File length: 117763 byte(s)
Diff to
previous 702
Fixed invalid variable handling in bonding and vlan - bug #71419
apipa now brings the interface up before testing if address exists
Revision
702 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 16 15:17:10 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/ChangeLog
File length: 117572 byte(s)
Diff to
previous 698
We no longer default a fallback to APIPA when no config is given
net.example fleshed out a bit more for dhcpcd - fixes #60845
Improved forced module handling a touch
modules_sort and modules_check_user in net.lo buffer _provides,
_before and _after in arrays to avoid shelling out
Revision
698 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 15 18:51:54 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/ChangeLog
File length: 117217 byte(s)
Diff to
previous 696
Split modules_load into smaller more managable functions in net.lo
Added modules_force option to net.lo with a big phat warning in
net.example about it potentially breaking networking
Fixed indentation problem in ifconfig
Revision
694 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 15 15:54:46 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/ChangeLog
File length: 116641 byte(s)
Diff to
previous 693
Added searchdomains_ESSID option to essidnet
Stopped the domain setting from putting the same entry in search
in config-system and essidnet
Revision
690 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 15 12:17:06 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/ChangeLog
File length: 116045 byte(s)
Diff to
previous 689
Documented APIPA module in net.example
Added kernel checking for vlan - fixes #70829
Added kernel checking for bonding, bridging and tuntap
Added iproute2 support to the APIPA module
Revision
688 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Nov 13 09:53:56 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/ChangeLog
File length: 115651 byte(s)
Diff to
previous 686
Added arping duplicate address detection to net.lo
Created Automatic Private IP Addressing (APIPA) module
Bonding is now started pre instead of post
Revision
686 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 12 17:51:14 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/ChangeLog
File length: 115485 byte(s)
Diff to
previous 685
Added dependancy checking to ipppd
Bonding is now started pre instead of post
Fixed missing changes of get_type to interface_type and get_variable to
interface_variable
Revision
685 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 12 12:21:55 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/ChangeLog
File length: 115399 byte(s)
Diff to
previous 684
Fixed iface variable in dhcp modules for vlans
Changed get_device to interface_device
Changed get_type to interface_type
Added vlan configuration options and documented them in net.example
Fixed bridge configuration handling
Removed _get_vlans from iproute2 and ifconfig as vlan now does it itself
Revision
684 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 11 15:28:18 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/ChangeLog
File length: 115025 byte(s)
Diff to
previous 683
Fixed category of rp-pppoe to net-dialup error when requesting ADSL
Improved inet6 address deletion and detection in iproute2
Improved gateway logic in ifconfig
Changed all wireless reporting functions to use iwgetid instead of
parsing iwconfig output except for essid
Revision
679 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 8 15:18:24 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/ChangeLog
File length: 114648 byte(s)
Diff to
previous 677
Added options to configure bridge
Added bridge configuration example to net.example
Added missing required function interface_exists to iptunnel check_depends
Revision
675 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 5 17:03:08 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/ChangeLog
File length: 114262 byte(s)
Diff to
previous 674
net-scripts/net.modules.d/bridge
- fixed destroying a bridge if no ports were added
- starts interfaces if they don't exist - fixed bug #65153
net-scrips/net.modules.d/bonding
- starts interfaces if they don't exist
net-scripts/init.d/net.lo
- added net_start() function to start depandant ifaces
so that bridge br0 can active tun0 which net.tun0 has to create
Revision
674 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 5 14:32:33 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/ChangeLog
File length: 113895 byte(s)
Diff to
previous 673
net-scripts/init.d/net.lo
- added use dependany on wlan incase we're using linux-wlan-ng drivers
fixes bug #64978
- moved start() to run_start() and stop() to run_stop()
created run() and new start()/stop() functions
this is so that we have one single entry point to localise variables
and to remove any added functions loaded by our modules
- removed redundant interface_exists() as it's provided by
ifconfig and/or iproute2
net-scripts/net.modules.d/ifconfig and iproute2
- added ifconfig_tunnel and iproute2_tunnel functions
addred gre/ipip tunnel support via the the tunnel module
- fixes bug #50765
Revision
673 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 5 00:09:12 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/ChangeLog
File length: 113156 byte(s)
Diff to
previous 672
net-scripts/net.modules.d/pump
- fixed setting ntp servers
net-scripts/net.modules.d/dhcpcd
- fixed stopping function
Fixed last ChangeLog date to today and not tomorrow :/
Revision
672 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 4 21:42:07 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/ChangeLog
File length: 113071 byte(s)
Diff to
previous 671
net.lo - added get_type function to return the type of the interface
- eth, ippp, etc
ipppd, tuntap
- start() moved to pre_start() and we now test by type
this means you no longer need ifconfig_ippp0=( "isdn" "dhcp" )
as ippp0 is always an isdn device
bridge - fixed stop function and moved start() to pre_start()
and automatically start if the variable bridge_${iface} exists
net.example - fixed up documentation for changed behaviour above
Revision
670 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 4 16:20:25 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/ChangeLog
File length: 112438 byte(s)
Diff to
previous 669
net-scripts/init.d/net.lo
- we remove all added functions when restarting an interface
this relies on the diff command being available
added isdn support via the new ipppd module
net-scripts/conf.d/net.example
- added sample isdn setup
net-scripts/conf.d/wireless.example
- added better descriptions to the _sleep variables
Fixed boolean logic error when testing is_net_up in /sbin/runscript.sh
- fixed bug #70022
Revision
652 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 31 10:43:06 2004 UTC
(8 years, 6 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 107475 byte(s)
Diff to
previous 651
Do not delete depscan and envupdate caches on reboot, as this should
improve bootup times - works nicely with the '-u' parameters of both.
Also move the '-u' parameter test of depscan.sh after the directory
exist test, else /started/, etc do not exist.
Revision
644 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 26 02:01:11 2004 UTC
(8 years, 7 months ago)
by
vapier
Original Path:
trunk/ChangeLog
File length: 106425 byte(s)
Diff to
previous 643
- make devfsd run regardless of how devfs was mounted #68795
- respect / passno properly (dont use -A) #68822
- add gentoo=forcefsck
- dont save device tarball on livecd #68469
Revision
642 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 25 18:40:43 2004 UTC
(8 years, 7 months ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 105369 byte(s)
Diff to
previous 641
In net-scripts/net.modules.d/ifconfig:
- Simplify ifconfig_is_up()
- Fix ifconfig_get_aliases_rev() to actually work... you can't
specify an interface name to ifconfig if you want to see the
aliases.
- Workaround a couple ifconfig bugs dealing with aliases
- Correct a return status in ifconfig_interface_del_addresses()
Revision
637 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 22 16:47:40 2004 UTC
(8 years, 7 months ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 104337 byte(s)
Diff to
previous 636
Add support for user_eth0 in the adsl module and in net.example. This means that most users won't need to edit pppoe.conf at all
Revision
625 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 18 23:03:19 2004 UTC
(8 years, 7 months ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 103549 byte(s)
Diff to
previous 624
Add v-e-commands (veinfo, vbegin, etc) to sbin/functions.sh that
depend on RC_VERBOSE which defaults to no. Add --verbose to args
understood by runscript.sh.
Use veinfo and friends in net-scripts/init.d/net.lo when loading
modules since this information is confusing to users.
Always load global "modules" setting in following "modules_iface"
since this is a little easier for users to understand.
Revision
608 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Oct 14 00:03:45 2004 UTC
(8 years, 7 months ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 100747 byte(s)
Diff to
previous 607
Spanky doesn't like the dots... disable them by default, but you can set RC_DOT_PATTERN=' .' in /etc/conf.d/rc to get them back
Revision
605 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 13 17:13:49 2004 UTC
(8 years, 7 months ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 100472 byte(s)
Diff to
previous 604
Install net.modules.d to /lib/rcscripts instead of /etc so we
don't have to deal with CONFIG_PROTECT
Fix diff code in modules_load so it can identify which functions
have been modified
Fix fallback mechanism in iface_start so that it works correctly
and doesn't report a bogus error message when trying the fallback
Get rid of need_begin trickery in iface_stop
Simplify eend processing in dhcp modules
Implement eindent, eoutdent, esetdent in functions.sh and adjust
net-scripts to use them.
Re-write einfo, ewarn, eerror, ebegin, eend, ewend to use
RC_INDENTATION and to work better on serial terminals
Remove conf.d/net.ppp0 since that is provided by net-dialup/ppp
Revision
601 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 10 01:45:37 2004 UTC
(8 years, 7 months ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 99392 byte(s)
Diff to
previous 600
Remove init.d/net.eth0 net.lo and net.ppp0. The first two are provided now by net-scripts and net.ppp0 is shipped in net-dialup/ppp
Revision
587 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 5 21:37:52 2004 UTC
(8 years, 7 months ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 96485 byte(s)
Diff to
previous 586
Get rid of getcols() in sbin/functions.sh. Use COLUMNS when possible and otherwise clean up the COLS code. Fix the "emerge depend" detection code to use RC_ENDCOL="no"
Revision
566 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 27 22:11:44 2004 UTC
(8 years, 7 months ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 94023 byte(s)
Diff to
previous 563
cvs diff: etc/conf.d/cryptfs is a new entry, no comparison available
Add the default cryptfs configuration file
init.d/checkfs | 146 +++++++++++++++++++++++++++++++-----------------------
init.d/localmount | 111 +++++++++++++++++++++++++++--------------
Minor fixes to tigger's dm-crypt stuff that resulted in some
rewriting. Don't set status in a subshell so success/failure is
preserved. Allow multi-line configuration files
ChangeLog | 9 ++-
tarball.sh | 2
Update to version 1.6.1
4 files changed, 167 insertions(+), 101 deletions(-)
Revision
537 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 18 15:23:03 2004 UTC
(8 years, 9 months ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 93050 byte(s)
Diff to
previous 536
Fix bug 60719 (request for better error messages from runscript) by allowing errors to show on the screen when they're encountered in wrap_rcscript
Revision
530 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 2 19:33:50 2004 UTC
(8 years, 9 months ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 92632 byte(s)
Diff to
previous 529
Fix bug 54275: Don't set INFODIR. The correct variable used by texinfo is INFOPATH, which is already set in 00basic. Setting INFODIR is useless, and breaks a NetBSD cross compile from Gentoo
Revision
529 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 2 18:19:50 2004 UTC
(8 years, 9 months ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 92426 byte(s)
Diff to
previous 528
Related to bug 38955, don't set INPUTRC. Instead patch bash so that it looks for /etc/inputrc automatically if ~/.inputrc is missing. This is better than using INPUTRC since that will override even after the user creates ~/.inputrc.
Revision
527 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 1 23:48:42 2004 UTC
(8 years, 9 months ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 92061 byte(s)
Diff to
previous 526
Fix bug 51351: Quote parsed output of /proc/filesystems to handle octal sequences in mountpoint such as encoded spaces (\040)
Revision
522 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 22 02:34:08 2004 UTC
(8 years, 10 months ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 91559 byte(s)
Diff to
previous 521
Fix bug 26952: Use /etc/bash/bashrc to setup PS1, testing $- to determine if shell is interactive. The new system-wide bashrc is installed by bash-2.05b-r10
Revision
521 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Jul 20 03:43:18 2004 UTC
(8 years, 10 months ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 91336 byte(s)
Diff to
previous 520
Fix bug 38743: strip leading and trailing spaces from variable values in genenviron.awk. Thanks to Marius Mauch for the patch.
Revision
518 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 28 19:44:46 2004 UTC
(8 years, 10 months ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 91011 byte(s)
Diff to
previous 516
Fix dhcp in iface_start_ifconfig: It was re-using the variable
${i} which would result in the following error:
/sbin/runscript.sh: line 441: ((: 16.141.88.153: syntax error
in expression (error token is ".141.88.153")
Use vlan_IFACE instead of iface_IFACE_vlans in net.eth0 for more
consistent vlan configuration. Thanks to robbat2 in bug 55394
(not fully resolved)
Add example for checking if root filesystem is NFS-mounted via
predown function in conf.d/net for bug 53104. This might be
better integrated at some point into net.eth0
Revision
516 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Jun 26 21:56:19 2004 UTC
(8 years, 10 months ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 90337 byte(s)
Diff to
previous 515
Fix bug 34607: provide examples for in conf.d/net for preup, postup, predown, postdown functions. Also pay attention to return value from postdown (previously ignored). Bump version to 1.5.0 to include in new baselayout release
Revision
515 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Jun 26 20:57:03 2004 UTC
(8 years, 11 months ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 90068 byte(s)
Diff to
previous 514
Fix bug 47659: support iproute2-style configuration. Thanks to Dean Bailey for some fantastic patches, including documentation for conf.d/net
Revision
510 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Jun 6 15:17:47 2004 UTC
(8 years, 11 months ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 89491 byte(s)
Diff to
previous 509
rc-scripts-1.4.16. Only call generate-modprobe.conf with --assume-kernel if modules-update was called with --assume-kernel. This means that only catalyst has the dependency on module-init-tools, not everybody with the newer baselayout
Revision
509 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri May 21 15:22:12 2004 UTC
(9 years ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 89169 byte(s)
Diff to
previous 508
rc-scripts-1.4.15. Fix bug 51570: typo on line 161 of /sbin/livecd-functions.sh. Fix bug 51626: wrong variable declaration at top of get_bootparam() in /sbin/functions.sh
Revision
503 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon May 10 14:55:31 2004 UTC
(9 years ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 88461 byte(s)
Diff to
previous 502
Fix bug 50434: The new version of start-stop-daemon changes directory to / by default unless --chdir is specified. Revert this behavior to maintain working directory. This fixes openvpn startup (probably among other things)
Revision
499 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri May 7 22:00:36 2004 UTC
(9 years ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 87899 byte(s)
Diff to
previous 498
Fix bug 20597: Skip RCS files when updating modules.
Fix bug 49926: Add a --assume-kernel flag to modules-update. This
requires a companion patch in module-init-tools-3.0-r2 to handle the
same flag in generate-modprobe.conf; this dependency won't be handled
in the baselayout ebuild since it only affects livecd building.
Revision
498 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri May 7 03:24:16 2004 UTC
(9 years ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 87499 byte(s)
Diff to
previous 497
In net.eth0, fix many instances of loops like "for ((i = 0; i < 100; i
= i + 1))". The problem here is that the middle comparison is being
interpreted as a bash conditional, which means that it's doing string
comparison by default. It needs to be "i -lt 100"
Revision
497 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri May 7 03:02:26 2004 UTC
(9 years ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 87221 byte(s)
Diff to
previous 496
Fix bug 34827: net.eth0 breaks when localized because the ifconfig
output changes. Wrap ifconfig in a function that overrides
LC_ALL=C.
Fix bug 48305: Provide a new network configuration variable
ifconfig_fallback_eth0 which allows one to specify a fallback
configuration in case DHCP fails.
Revision
496 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri May 7 01:07:28 2004 UTC
(9 years ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 86903 byte(s)
Diff to
previous 495
Fix bug 50246: Give root an invalid password ("*" in /etc/shadow) in the default baselayout. This prevents the first reboot after installation from having a blank password.
Revision
488 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 25 22:31:48 2004 UTC
(9 years, 1 month ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 86019 byte(s)
Diff to
previous 487
Fix typos in sbin/rc: "try try mount" and "mount ... & >/dev/null" Also removed the errstr double-checking since the need for that is alleviated by these typo fixes.
Revision
485 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Apr 24 02:07:00 2004 UTC
(9 years, 1 month ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 85719 byte(s)
Diff to
previous 483
Fix bug 29426 (gentoo should be able to boot with an empty /dev) with patch from Spanky. The patch avoids redirection to /dev/null when it doesn't exit; this was breaking /sbin/rc
Revision
483 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 16 03:50:21 2004 UTC
(9 years, 1 month ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 85471 byte(s)
Diff to
previous 482
rc-scripts-1.4.9 -- Fix bug 47111 (severe depcache problems) with tons of help from dswhite42 and the rest of the crew in that bug. Thanks guys!
Revision
481 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 13 00:20:03 2004 UTC
(9 years, 1 month ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 85070 byte(s)
Diff to
previous 480
Update to rc-scripts version 1.4.7. Fix bug 47218 (net.eth0 broken for vlans) with patch provided by Andy Dustman. Fix bug 47250 (depscan.sh fails to create /var/lib/init.d/* directories) with patch from Terje Bergstrvm.
Revision
479 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 8 18:30:29 2004 UTC
(9 years, 1 month ago)
by
agriffis
Original Path:
trunk/ChangeLog
File length: 84621 byte(s)
Diff to
previous 478
Patch init.d/checkroot to list / (root) only once in mtab; see bug 38360. Patch from Gustavoz to livecd-functions.sh to run bash instead of login on serial consoles, necessary due to scrambled root password.
Revision
472 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Feb 26 18:38:45 2004 UTC
(9 years, 2 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 80939 byte(s)
Diff to
previous 471
Small fix to sbin/rc-services.sh related to mtime checking and 'net'
virtual service - it had no mtime generated, so check_mtime() failed
for it ...
Revision
471 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Feb 26 18:01:29 2004 UTC
(9 years, 2 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 80777 byte(s)
Diff to
previous 470
Add RC_DEVICE_TARBALL to /etc/conf.d/rc to control use of device tarball.
Also modified /sbin/rc and /etc/init.d/halt.sh for this.
Start udevd if present.
Revision
469 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Feb 26 17:29:43 2004 UTC
(9 years, 2 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 80495 byte(s)
Diff to
previous 468
Update to enable checking of mtimes on rc-scripts, and auto running
depscan.sh if needed. Also try to run depscan.sh when RC_GOT_DEPTREE_INFO
is not set instead of just erroring.
Revision
465 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 15 20:01:09 2004 UTC
(9 years, 3 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 79918 byte(s)
Diff to
previous 464
Add RC_TTY_NUMBER to /etc/conf.d/rc to configure how many tty devices
are used in scripts such as consolefonts, numlock, etc. This should
close bug #39863.
Revision
462 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 8 11:42:21 2004 UTC
(9 years, 3 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 79420 byte(s)
Diff to
previous 461
Fix /sbin/depscan.sh, /sbin/functions.sh and /sbin/rc to use mkdir rather
than install, as newer versions of install is located in /usr/bin. This
closes bug #39648.
Revision
454 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 29 01:00:27 2003 UTC
(9 years, 4 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 78371 byte(s)
Diff to
previous 453
Update /sbin/depscan.sh, /sbin/env-update.sh, src/awk/cachedepends.awk,
src/awk/gendepends.awk and src/awk/genenviron.awk to use ENVIRON rather
then gawk -v. Also add some tests to see if we got the environment
variables.
Revision
448 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 26 19:30:23 2003 UTC
(9 years, 6 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 77431 byte(s)
Diff to
previous 447
Make sure we mount already mounted mount (done in /sbin/rc) with
correct permissions, etc, bug #33764. Modified /etc/init.d/checkroot
for this.
Revision
446 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 26 19:19:24 2003 UTC
(9 years, 6 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 77173 byte(s)
Diff to
previous 445
Add code to generate /dev from sysfs entries - not much it currently
support but block/tty devices, but it is a start for when we have
full sysfs support in all drivers.
Revision
445 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 26 19:16:18 2003 UTC
(9 years, 6 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 76990 byte(s)
Diff to
previous 444
Fix /etc/init.d/halt.sh to reset pam_console permissions, else
the next bootup might be done with some non-root nodes which cause
some odd issues.
Revision
437 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 31 21:17:01 2003 UTC
(9 years, 6 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 75744 byte(s)
Diff to
previous 436
Add support for --tty switch added to setfont and remove consolechars
support; modified /etc/init.d/consolefont for this. Also remove
consoletools support from /etc/init.d/keymaps.
Revision
430 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 26 21:40:25 2003 UTC
(9 years, 7 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 74843 byte(s)
Diff to
previous 429
We did not handle the 'net' dependency properly in valid_iuse() and
valid_iafter(). Fix this in /lib/rcscripts/sh/rc-services.sh, closing
bugs #30327 and #31950.
Revision
429 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 26 20:10:45 2003 UTC
(9 years, 7 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 74667 byte(s)
Diff to
previous 428
Fix a logic error in /lib/rcscripts/sh/rc-services.sh that cause the
get_dep_info() function to skip the last entry in the RC_DEPEND_TREE
array (in my case 'net') to be ignored.
Revision
426 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 26 17:24:54 2003 UTC
(9 years, 7 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 73666 byte(s)
Diff to
previous 423
The unmount stuff in /etc/init.d/halt.sh was flawed, in the fact that
it called 'umount -t no<insert_fs_here>', which resulted in /proc, etc
unmounted anyhow. Change it to remount the last filesystems readonly
without trying to unmount any. This fixes a few cases where reboot
would halt due to unmounted /proc, etc.
Revision
423 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 19 00:42:11 2003 UTC
(9 years, 7 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 73272 byte(s)
Diff to
previous 422
Remove the killall5 stuff from /etc/init.d/halt.sh, as it messes with
bootsplash. Add support to kill processes still using non-critical
mounts with fuser though.
Revision
421 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Oct 16 22:39:16 2003 UTC
(9 years, 7 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 72987 byte(s)
Diff to
previous 420
Fix /sbin/MAKEDEV to use 'user:group' form, and not depriciated '.'.
Also changed the permissions on tty's, ibcs and scanner devices
to 0660.
Revision
414 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 13 22:27:15 2003 UTC
(9 years, 7 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 71810 byte(s)
Diff to
previous 413
Apply a patch from Mike Frysinger <vapier@gentoo.org> for rc-status.
It now will work with runlevels named with any characters (other than
ones found in default bash IFS). It also adds a few sanity/error
checks, bug #26432.
Revision
410 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 13 19:32:32 2003 UTC
(9 years, 7 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 71363 byte(s)
Diff to
previous 409
Add initial udev support. Modified /sbin/rc and /etc/init.d/halt.sh.
Add squid to /etc/services, bug #30995. Other cleanups from rac.
Add patch from Kumba <kumba@gentoo.org> to MAKEDEV to not allow
running while pwd is root (/).
Revision
119 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Feb 2 00:04:19 2002 UTC
(11 years, 3 months ago)
by
azarah
Original Path:
trunk/ChangeLog
File length: 13757 byte(s)
Diff to
previous 117
Added numlock before I forget, or Woodchip actually start on it.
Woodchip: if you have already, and yours is better, just commit
and fix ChangeLog.
Long day .. must be off to bed now ;/
Revision
95 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Dec 29 21:09:51 2001 UTC
(11 years, 4 months ago)
by
woodchip
Original Path:
trunk/ChangeLog
File length: 11493 byte(s)
Diff to
previous 93
sort -t: -k3,3 -n /etc/passwd,group. Makes it easier to see whats
going on. I dont like the way several users are currently setup,
and hope to eventually fix them. Sadly, they werent added with
very much thought. Ick.
Revision
63 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 29 21:40:21 2001 UTC
(11 years, 5 months ago)
by
woodchip
Original Path:
trunk/ChangeLog
File length: 5118 byte(s)
Diff to
previous 61
modified for Gentoo Linux. Specifically, some arch stuff was yanked from the /usr/sbin/update-modules script, so remove it from here.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.
| Sticky Revision: |
|