Log of /rc-scripts/ChangeLog
Parent Directory
|
Revision Log
Revision
1.527.2.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 11 16:09:31 2005 UTC
(8 years, 4 months ago)
by
uberlord
Branch:
rc-scripts-1_6
Changes since
1.527.2.16: +6 -0 lines
Diff to
previous 1.527.2.16
, to
branch point 1.527
added "noop" config parameter which means take no action if the interface
is up and has an address configured, otherwise continue
addresses are now removed when starting an interface - fixes #77111
Revision
1.527.2.12 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 4 15:32:48 2005 UTC
(8 years, 4 months ago)
by
uberlord
Branch:
rc-scripts-1_6
Changes since
1.527.2.11: +7 -0 lines
Diff to
previous 1.527.2.11
, to
branch point 1.527
bridge now marks interfaces as UP - fixes #75354
net.lo tests the return value of modprobe - fixes #76385
iwconfig now sets enc keys through an eval statement - fixes #76601
updated wireless.example for whitespace in keys
Revision
1.526 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Dec 4 03:48:34 2004 UTC
(8 years, 5 months ago)
by
vapier
Branch:
MAIN
Changes since
1.525: +7 -0 lines
Diff to
previous 1.525
simplify halt.sh unmounting and try a little harder to remount remaining filesystems readonly
Revision
1.523 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 3 16:34:38 2004 UTC
(8 years, 5 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.522: +2 -0 lines
Diff to
previous 1.522
udhcpc now caches it's IP address and requests it the next time it starts
if the address is not released
Revision
1.521 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 3 12:30:20 2004 UTC
(8 years, 5 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.520: +6 -0 lines
Diff to
previous 1.520
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
1.518 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Dec 2 16:20:11 2004 UTC
(8 years, 5 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.517: +7 -0 lines
Diff to
previous 1.517
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
1.516 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 1 15:56:18 2004 UTC
(8 years, 5 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.515: +5 -0 lines
Diff to
previous 1.515
Documentation fixes regarding iwconfig and linux-wlan-ng
Fixed bonding deps per bug #71419
Revision
1.515 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 1 04:44:31 2004 UTC
(8 years, 5 months ago)
by
vapier
Branch:
MAIN
Changes since
1.514: +5 -0 lines
Diff to
previous 1.514
let users override hardcode mount options (for like /proc /sys /dev/pts etc...) with /etc/fstab #70044
Revision
1.511 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 26 09:14:05 2004 UTC
(8 years, 5 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.510: +7 -0 lines
Diff to
previous 1.510
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
1.508 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 24 09:58:23 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.507: +5 -0 lines
Diff to
previous 1.507
Ensure all net-scripts modules depend on interface_variable function
where applicable
Revision
1.506 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Nov 23 17:44:24 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.505: +2 -0 lines
Diff to
previous 1.505
Fixed pump exporing ntp servers
implemented MODULES_DIR so we can change directory we load from on the fly
Revision
1.505 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Nov 23 16:23:39 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.504: +3 -0 lines
Diff to
previous 1.504
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
1.504 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Nov 23 15:39:22 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.503: +19 -0 lines
Diff to
previous 1.503
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
1.501 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 19 16:22:04 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.500: +9 -0 lines
Diff to
previous 1.500
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
1.500 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 17 15:12:00 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.499: +3 -0 lines
Diff to
previous 1.499
ifconfig handles inet6 routing automatically - bug #33310
ifconfig - fixed old gateway + gateway in routes conflict
iproute2 cleaned up some functions
Revision
1.497 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 17 10:33:54 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.496: +4 -0 lines
Diff to
previous 1.496
Fixed invalid variable handling in bonding and vlan - bug #71419
apipa now brings the interface up before testing if address exists
Revision
1.496 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Nov 16 15:17:10 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.495: +8 -0 lines
Diff to
previous 1.495
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
1.495 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Nov 15 18:51:54 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.494: +3 -0 lines
Diff to
previous 1.494
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
1.492 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Nov 15 15:54:46 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.491: +3 -0 lines
Diff to
previous 1.491
Added searchdomains_ESSID option to essidnet
Stopped the domain setting from putting the same entry in search
in config-system and essidnet
Revision
1.491 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Nov 15 15:43:28 2004 UTC
(8 years, 6 months ago)
by
vapier
Branch:
MAIN
Changes since
1.490: +5 -0 lines
Diff to
previous 1.490
new hostname/domainname scripts; move configuration to the standard conf.d/{hostname,domainname} files
Revision
1.489 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Nov 15 14:14:26 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.488: +1 -0 lines
Diff to
previous 1.488
Removed second warning in net.lo when configuration not set
Fixed random address range in apipa
Revision
1.488 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Nov 15 12:17:06 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.487: +7 -0 lines
Diff to
previous 1.487
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
1.486 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Nov 13 09:53:56 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.485: +5 -0 lines
Diff to
previous 1.485
Added arping duplicate address detection to net.lo
Created Automatic Private IP Addressing (APIPA) module
Bonding is now started pre instead of post
Revision
1.485 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 12 17:51:14 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.484: +2 -0 lines
Diff to
previous 1.484
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
1.484 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 12 12:21:55 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.483: +9 -0 lines
Diff to
previous 1.483
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
1.483 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 11 15:28:18 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.482: +8 -0 lines
Diff to
previous 1.482
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
1.480 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Nov 8 15:18:23 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.479: +6 -0 lines
Diff to
previous 1.479
Added options to configure bridge
Added bridge configuration example to net.example
Added missing required function interface_exists to iptunnel check_depends
Revision
1.479 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Nov 8 03:44:17 2004 UTC
(8 years, 6 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.478: +2 -2 lines
Diff to
previous 1.478
Fix shell scripting errors that would result in /sbin/functions.sh: line 166: [: too many arguments. These errors were introduced in revision 1.74 of functions.sh
Revision
1.478 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Nov 8 03:16:17 2004 UTC
(8 years, 6 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.477: +5 -0 lines
Diff to
previous 1.477
Fix shell scripting error that would result in /sbin/functions.sh: line 166: [: too many arguments
Revision
1.477 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 5 17:03:07 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.476: +9 -0 lines
Diff to
previous 1.476
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
1.476 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 5 14:32:33 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.475: +19 -1 lines
Diff to
previous 1.475
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
1.475 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 5 00:09:12 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.474: +18 -14 lines
Diff to
previous 1.474
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
1.474 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 4 21:42:07 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.473: +15 -0 lines
Diff to
previous 1.473
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
1.473 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 4 16:50:33 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.472: +3 -0 lines
Diff to
previous 1.472
Fixed bonding module to work with interface commands
Added extra output to the bonding module
Revision
1.472 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 4 16:20:25 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.471: +17 -0 lines
Diff to
previous 1.471
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
1.471 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 4 06:47:41 2004 UTC
(8 years, 6 months ago)
by
vapier
Branch:
MAIN
Changes since
1.470: +2 -2 lines
Diff to
previous 1.470
keep clock in CRITICAL_SERVICES, but run it after modules and /usr are setup #70008
Revision
1.468 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 3 15:41:41 2004 UTC
(8 years, 6 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.467: +4 -0 lines
Diff to
previous 1.467
Fixed up error message and documentation when scanning does not work in iwconfig
Revision
1.457 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 31 10:43:06 2004 UTC
(8 years, 6 months ago)
by
azarah
Branch:
MAIN
Changes since
1.456: +8 -0 lines
Diff to
previous 1.456
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
1.454 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 28 23:49:54 2004 UTC
(8 years, 6 months ago)
by
vapier
Branch:
MAIN
Changes since
1.453: +10 -6 lines
Diff to
previous 1.453
allow users to choose filesystem format for /dev #69091 and add a help file for people missing /dev/null or /dev/console
Revision
1.450 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Oct 26 02:01:11 2004 UTC
(8 years, 6 months ago)
by
vapier
Branch:
MAIN
Changes since
1.449: +13 -0 lines
Diff to
previous 1.449
- 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
1.448 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 25 18:40:43 2004 UTC
(8 years, 6 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.447: +10 -0 lines
Diff to
previous 1.447
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
1.446 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 25 01:42:52 2004 UTC
(8 years, 7 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.445: +5 -0 lines
Diff to
previous 1.445
Include livecd patch that was applied to baselayout-1.9.4-r6 to use agetty instead of mingetty
Revision
1.443 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 22 16:47:40 2004 UTC
(8 years, 7 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.442: +5 -0 lines
Diff to
previous 1.442
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
1.442 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 22 03:50:21 2004 UTC
(8 years, 7 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.441: +5 -0 lines
Diff to
previous 1.441
Remove old etc/conf.d/net and try to clarify instructions in net-scripts/conf.d/net.example. Add example for ADSL
Revision
1.435 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 18 23:03:19 2004 UTC
(8 years, 7 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.434: +12 -0 lines
Diff to
previous 1.434
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
1.421 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 14 00:03:45 2004 UTC
(8 years, 7 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.420: +3 -0 lines
Diff to
previous 1.420
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
1.418 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 13 17:13:49 2004 UTC
(8 years, 7 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.417: +23 -0 lines
Diff to
previous 1.417
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
1.415 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 10 03:11:48 2004 UTC
(8 years, 7 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.414: +3 -0 lines
Diff to
previous 1.414
Create NET_FS_LIST and is_net_fs in functions.sh and use them in checkroot, localmount, netmount, net.example, and net.lo
Revision
1.414 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 10 01:45:37 2004 UTC
(8 years, 7 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.413: +6 -0 lines
Diff to
previous 1.413
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
1.402 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Oct 5 21:37:52 2004 UTC
(8 years, 7 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.401: +7 -1 lines
Diff to
previous 1.401
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
1.390 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 2 05:38:28 2004 UTC
(8 years, 7 months ago)
by
vapier
Branch:
MAIN
Changes since
1.389: +6 -0 lines
Diff to
previous 1.389
break the serial console / no color logic up completely and remove the console resizing code (#32453)
Revision
1.385 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 27 22:11:44 2004 UTC
(8 years, 7 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.384: +8 -1 lines
Diff to
previous 1.384
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
1.382 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Sep 15 18:11:25 2004 UTC
(8 years, 8 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.381: +5 -0 lines
Diff to
previous 1.381
Fix bug 64034: simplify netmount script's stop function so that mountpoints containing spaces work correctly
Revision
1.377 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 18 20:35:37 2004 UTC
(8 years, 9 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.376: +3 -0 lines
Diff to
previous 1.376
Apply Spock's bootsplash patch from bug 45784. This moves most of the splash functionality out of baselayout.
Revision
1.376 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 18 15:18:10 2004 UTC
(8 years, 9 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.375: +6 -0 lines
Diff to
previous 1.375
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
1.373 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 2 19:33:50 2004 UTC
(8 years, 9 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.372: +4 -0 lines
Diff to
previous 1.372
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
1.372 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 2 18:19:50 2004 UTC
(8 years, 9 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.371: +5 -0 lines
Diff to
previous 1.371
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
1.370 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 1 23:48:42 2004 UTC
(8 years, 9 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.369: +3 -0 lines
Diff to
previous 1.369
Fix bug 51351: Quote parsed output of /proc/filesystems to handle octal sequences in mountpoint such as encoded spaces (\040)
Revision
1.369 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 1 22:55:30 2004 UTC
(8 years, 9 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.368: +3 -0 lines
Diff to
previous 1.368
Apply half of spock's patch in bug 45784: Check for conf.d/bootsplash instead of conf.d/bootsplash.conf
Revision
1.367 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 1 20:20:02 2004 UTC
(8 years, 9 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.366: +5 -0 lines
Diff to
previous 1.366
Fix bug 58805: net.eth0 should use bridge so that bridge interfaces are configured prior to net.br0 running
Revision
1.365 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 22 02:34:08 2004 UTC
(8 years, 10 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.364: +6 -0 lines
Diff to
previous 1.364
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
1.364 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jul 20 03:43:18 2004 UTC
(8 years, 10 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.363: +5 -0 lines
Diff to
previous 1.363
Fix bug 38743: strip leading and trailing spaces from variable values in genenviron.awk. Thanks to Marius Mauch for the patch.
Revision
1.362 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jun 28 19:44:46 2004 UTC
(8 years, 10 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.361: +17 -0 lines
Diff to
previous 1.361
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
1.361 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jun 26 21:56:19 2004 UTC
(8 years, 10 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.360: +7 -1 lines
Diff to
previous 1.360
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
1.360 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jun 26 20:57:03 2004 UTC
(8 years, 10 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.359: +6 -0 lines
Diff to
previous 1.359
Fix bug 47659: support iproute2-style configuration. Thanks to Dean Bailey for some fantastic patches, including documentation for conf.d/net
Revision
1.359 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 15 21:03:10 2004 UTC
(8 years, 11 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.358: +3 -0 lines
Diff to
previous 1.358
Fix bug 37418: fix order of LVM and RAID in checkfs. Thanks to Raimondo Giammanco for the patch.
Revision
1.358 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 15 19:13:07 2004 UTC
(8 years, 11 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.357: +3 -0 lines
Diff to
previous 1.357
Fix bug 34140: add --servicelist option to rc-status. Thanks to Eldad Zack for the patch.
Revision
1.357 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 15 17:56:46 2004 UTC
(8 years, 11 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.356: +5 -0 lines
Diff to
previous 1.356
Fix bug 25975: support adsl in net.eth0. Thanks to Patrick McLean for the initial pass at the code.
Revision
1.356 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jun 6 15:17:47 2004 UTC
(8 years, 11 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.355: +10 -1 lines
Diff to
previous 1.355
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
1.355 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 21 15:22:12 2004 UTC
(9 years ago)
by
agriffis
Branch:
MAIN
Changes since
1.354: +9 -0 lines
Diff to
previous 1.354
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
1.351 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon May 10 14:55:31 2004 UTC
(9 years ago)
by
agriffis
Branch:
MAIN
Changes since
1.350: +8 -2 lines
Diff to
previous 1.350
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
1.348 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 7 22:00:36 2004 UTC
(9 years ago)
by
agriffis
Branch:
MAIN
Changes since
1.347: +10 -0 lines
Diff to
previous 1.347
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
1.347 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 7 03:24:16 2004 UTC
(9 years ago)
by
agriffis
Branch:
MAIN
Changes since
1.346: +5 -0 lines
Diff to
previous 1.346
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
1.346 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 7 03:02:26 2004 UTC
(9 years ago)
by
agriffis
Branch:
MAIN
Changes since
1.345: +8 -0 lines
Diff to
previous 1.345
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
1.345 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 7 01:07:28 2004 UTC
(9 years ago)
by
agriffis
Branch:
MAIN
Changes since
1.344: +6 -0 lines
Diff to
previous 1.344
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
1.342 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 6 04:00:38 2004 UTC
(9 years ago)
by
agriffis
Branch:
MAIN
Changes since
1.341: +5 -0 lines
Diff to
previous 1.341
Fix bug 35860: Use -o devmode=0664,devgid=85 when mounting usbfs. Also replace many lines of awk with two lines of grep.
Revision
1.341 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed May 5 21:11:31 2004 UTC
(9 years ago)
by
agriffis
Branch:
MAIN
Changes since
1.340: +5 -0 lines
Diff to
previous 1.340
Fix bug 48595: Make sure $(id -u) is zero (root user) when running init scripts to avoid a lot of error messages.
Revision
1.340 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 4 02:37:21 2004 UTC
(9 years ago)
by
agriffis
Branch:
MAIN
Changes since
1.339: +7 -0 lines
Diff to
previous 1.339
Resync with debian start-stop-daemon for bug 22686 (start-stop-daemon in baselayout doesn't allow altered nicelevel)
Revision
1.338 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 25 22:31:48 2004 UTC
(9 years, 1 month ago)
by
agriffis
Branch:
MAIN
Changes since
1.337: +6 -0 lines
Diff to
previous 1.337
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
1.335 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Apr 24 02:06:59 2004 UTC
(9 years, 1 month ago)
by
agriffis
Branch:
MAIN
Changes since
1.334: +6 -0 lines
Diff to
previous 1.334
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
1.334 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 16 03:50:21 2004 UTC
(9 years, 1 month ago)
by
agriffis
Branch:
MAIN
Changes since
1.333: +7 -0 lines
Diff to
previous 1.333
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
1.333 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Apr 14 17:27:34 2004 UTC
(9 years, 1 month ago)
by
agriffis
Branch:
MAIN
Changes since
1.332: +7 -0 lines
Diff to
previous 1.332
Bump version to 1.4.8. Fix bug 47623 (error removing inet6 addresses) with patch provided by Vlad Yasevich (offline)
Revision
1.332 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 13 00:20:03 2004 UTC
(9 years, 1 month ago)
by
agriffis
Branch:
MAIN
Changes since
1.331: +8 -0 lines
Diff to
previous 1.331
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
1.330 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Apr 8 18:30:27 2004 UTC
(9 years, 1 month ago)
by
agriffis
Branch:
MAIN
Changes since
1.329: +9 -1 lines
Diff to
previous 1.329
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
1.329 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Apr 7 16:44:00 2004 UTC
(9 years, 1 month ago)
by
agriffis
Branch:
MAIN
Changes since
1.328: +7 -0 lines
Diff to
previous 1.328
Patch from Gustavoz for Sparc console: Fetch LIVECD_CONSOLE from dmesg. Also support 4800 baud correctly.
Revision
1.326 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 26 18:38:45 2004 UTC
(9 years, 2 months ago)
by
azarah
Branch:
MAIN
Changes since
1.325: +4 -0 lines
Diff to
previous 1.325
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
1.325 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 26 18:01:29 2004 UTC
(9 years, 2 months ago)
by
azarah
Branch:
MAIN
Changes since
1.324: +5 -0 lines
Diff to
previous 1.324
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
1.323 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 26 17:29:43 2004 UTC
(9 years, 2 months ago)
by
azarah
Branch:
MAIN
Changes since
1.322: +6 -0 lines
Diff to
previous 1.322
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
1.319 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 15 20:01:09 2004 UTC
(9 years, 3 months ago)
by
azarah
Branch:
MAIN
Changes since
1.318: +7 -1 lines
Diff to
previous 1.318
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
1.316 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 8 11:42:20 2004 UTC
(9 years, 3 months ago)
by
azarah
Branch:
MAIN
Changes since
1.315: +4 -0 lines
Diff to
previous 1.315
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
1.314 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 8 11:02:20 2004 UTC
(9 years, 3 months ago)
by
azarah
Branch:
MAIN
Changes since
1.313: +6 -1 lines
Diff to
previous 1.313
Fix wrong logic in /etc/init.d/halt.sh which did not umount all mounts
_but_ /mnt/cdrom and /mnt/livecd.
Revision
1.308 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 29 01:00:27 2003 UTC
(9 years, 4 months ago)
by
azarah
Branch:
MAIN
Changes since
1.307: +7 -0 lines
Diff to
previous 1.307
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
1.302 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 26 19:30:23 2003 UTC
(9 years, 5 months ago)
by
azarah
Branch:
MAIN
Changes since
1.301: +4 -0 lines
Diff to
previous 1.301
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
1.301 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 26 19:23:15 2003 UTC
(9 years, 5 months ago)
by
azarah
Branch:
MAIN
Changes since
1.300: +3 -0 lines
Diff to
previous 1.300
Revert carrier detection check, as there is currently too many
issues with it, bug #33272.
Revision
1.300 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 26 19:19:24 2003 UTC
(9 years, 5 months ago)
by
azarah
Branch:
MAIN
Changes since
1.299: +4 -0 lines
Diff to
previous 1.299
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
1.299 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 26 19:16:17 2003 UTC
(9 years, 5 months ago)
by
azarah
Branch:
MAIN
Changes since
1.298: +6 -0 lines
Diff to
previous 1.298
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
1.297 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Nov 15 16:11:21 2003 UTC
(9 years, 6 months ago)
by
azarah
Branch:
MAIN
Changes since
1.296: +8 -0 lines
Diff to
previous 1.296
Fix /etc/init.d/halt.sh to not try and remount virtual devices,
also do a few cleanups. Closes bug #33271.
Revision
1.293 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 31 21:17:01 2003 UTC
(9 years, 6 months ago)
by
azarah
Branch:
MAIN
Changes since
1.292: +6 -0 lines
Diff to
previous 1.292
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
1.291 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 29 20:17:21 2003 UTC
(9 years, 6 months ago)
by
azarah
Branch:
MAIN
Changes since
1.290: +3 -0 lines
Diff to
previous 1.290
Add a fix to /etc/init.d/keymaps for bug #32111 (we should not have
'-u' in the call to loadkeys when using unicode).
Revision
1.290 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 29 19:33:58 2003 UTC
(9 years, 6 months ago)
by
azarah
Branch:
MAIN
Changes since
1.289: +5 -0 lines
Diff to
previous 1.289
We should still use /sbin/udev as hotplug agent if /sbin/hotplug do
not exist. Updated /sbin/rc for this.
Revision
1.287 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 26 21:44:23 2003 UTC
(9 years, 6 months ago)
by
azarah
Branch:
MAIN
Changes since
1.286: +3 -0 lines
Diff to
previous 1.286
Change an occurance of /etc/modutils in modules-update.8 to
/etc/modules.d/ closing bug #31171.
Revision
1.286 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 26 21:40:25 2003 UTC
(9 years, 6 months ago)
by
azarah
Branch:
MAIN
Changes since
1.285: +4 -0 lines
Diff to
previous 1.285
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
1.285 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 26 20:10:45 2003 UTC
(9 years, 6 months ago)
by
azarah
Branch:
MAIN
Changes since
1.284: +4 -0 lines
Diff to
previous 1.284
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
1.283 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 26 17:48:23 2003 UTC
(9 years, 6 months ago)
by
azarah
Branch:
MAIN
Changes since
1.282: +12 -0 lines
Diff to
previous 1.282
Do not use depinfo_<scriptname>() functions to set rc_<type> variables, bug #24092
Revision
1.282 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 26 17:24:54 2003 UTC
(9 years, 6 months ago)
by
azarah
Branch:
MAIN
Changes since
1.281: +8 -0 lines
Diff to
previous 1.281
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
1.281 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 19 00:42:11 2003 UTC
(9 years, 7 months ago)
by
azarah
Branch:
MAIN
Changes since
1.280: +4 -0 lines
Diff to
previous 1.280
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
1.279 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 16 22:39:16 2003 UTC
(9 years, 7 months ago)
by
azarah
Branch:
MAIN
Changes since
1.278: +4 -0 lines
Diff to
previous 1.278
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
1.278 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 16 22:23:59 2003 UTC
(9 years, 7 months ago)
by
azarah
Branch:
MAIN
Changes since
1.277: +8 -0 lines
Diff to
previous 1.277
Bootsplash fixes from Michael Aichler <micha@aichler.net>, (comment #15
and #16 from bug #21019).
Bootsplash coded did not play nice with boot profiles, so I fixed that
as well. Some other style tweaks.
Revision
1.277 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Oct 14 19:03:15 2003 UTC
(9 years, 7 months ago)
by
azarah
Branch:
MAIN
Changes since
1.276: +15 -2 lines
Diff to
previous 1.276
New release, version 1.4.3.11p2. This add new bootsplash implementation, bug #21019.
Revision
1.273 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 13 22:30:09 2003 UTC
(9 years, 7 months ago)
by
azarah
Branch:
MAIN
Changes since
1.272: +3 -0 lines
Diff to
previous 1.272
Change /etc/inputrc to have PageUp/PageDown search through bash
history again, bug #26036.
Revision
1.272 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 13 22:27:15 2003 UTC
(9 years, 7 months ago)
by
azarah
Branch:
MAIN
Changes since
1.271: +5 -0 lines
Diff to
previous 1.271
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
1.268 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 13 19:32:32 2003 UTC
(9 years, 7 months ago)
by
azarah
Branch:
MAIN
Changes since
1.267: +9 -0 lines
Diff to
previous 1.267
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
1.262 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 10 23:29:30 2003 UTC
(9 years, 9 months ago)
by
azarah
Branch:
MAIN
Changes since
1.261: +6 -0 lines
Diff to
previous 1.261
Modify /etc/init.d/modules not to print the autoloading stuff if
no modules should be loaded (resolving bug #26288), per request from
Michael Frysinger <vapier@gentoo.org>.
Revision
1.260 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 10 21:25:22 2003 UTC
(9 years, 9 months ago)
by
azarah
Branch:
MAIN
Changes since
1.259: +4 -0 lines
Diff to
previous 1.259
Fix /etc/init.d/halt.sh to unmount the mount point and not the device.
Also change it to 'mount -d' to detach the loop device. Patch by
Kalin KOZHUHAROV <kalin@ThinRope.net>, bug #26256.
Revision
1.257 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 4 20:12:25 2003 UTC
(9 years, 9 months ago)
by
azarah
Branch:
MAIN
Changes since
1.256: +4 -0 lines
Diff to
previous 1.256
Add IPV6 versions of localhost and co in /etc/hosts, bug #25859.
Fix 2.5 tempfiles not being removed.
New release
Revision
1.253 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 4 19:08:25 2003 UTC
(9 years, 9 months ago)
by
azarah
Branch:
MAIN
Changes since
1.252: +10 -0 lines
Diff to
previous 1.252
Add /bin/rc-status and 'show' support to /sbin/rc-update (long overdue),
bug #4222, thanks to Sean E Russell <ser@germane-software.com>,
Michael Frysinger <vapier@gentoo.org> (/bin/rc-status) and for the 'show'
stuff to /sbin/rc-update, Max Kalika <max@gentoo.org>.
Fixed modules-update to only do the /etc/modprobe.conf generation if we
are actually running a 2.5+ kernel.
Revision
1.166 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 25 20:43:00 2002 UTC
(10 years, 5 months ago)
by
azarah
Branch:
MAIN
Changes since
1.165: +8 -0 lines
Diff to
previous 1.165
fix stripping all '=' for rc-envupdate.sh; fix rc-envupdate.sh not handeling CONFIG_PROTECT* properly
Revision
1.34 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Feb 2 00:04:19 2002 UTC
(11 years, 3 months ago)
by
azarah
Branch:
MAIN
Changes since
1.33: +3 -0 lines
Diff to
previous 1.33
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
1.32 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 27 05:59:23 2002 UTC
(11 years, 3 months ago)
by
woodchip
Branch:
MAIN
Changes since
1.31: +4 -0 lines
Diff to
previous 1.31
security fixes for /etc/pam.d/chsh,sshd,login and some cleanups in /etc/passwd,group for user/group mysql
Revision
1.21 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Dec 29 21:09:51 2001 UTC
(11 years, 4 months ago)
by
woodchip
Branch:
MAIN
Changes since
1.20: +3 -0 lines
Diff to
previous 1.20
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
1.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 25 00:21:03 2001 UTC
(11 years, 5 months ago)
by
azarah
Branch:
MAIN
Changes since
1.18: +48 -39 lines
Diff to
previous 1.18
added pause function; updated restart to also restart services dependant on; other misc fixes
Revision
1.14 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 29 21:40:21 2001 UTC
(11 years, 5 months ago)
by
woodchip
Branch:
MAIN
Changes since
1.13: +3 -3 lines
Diff to
previous 1.13
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,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.
| Sticky Tag: |
|