Log of /rc-scripts/ChangeLog
Parent Directory
|
Revision Log
Revision
1.688 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jun 2 14:14:17 2005 UTC
(12 years, 10 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.687: +11 -0 lines
Diff to
previous 1.687
,
to
selected 1.685
dhcp helper module fixes
dhcpcd-backgrounder renamed to dhcpcd-wrapper
dhcpcd-wrapper applies dns_search_domains_* to /etc/resolv.conf
fixes #94027 when used with dhcpcd-1.3.22_p4-r10
dhcpcd module now applies route metric if possible
Revision
1.686 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jun 1 09:35:57 2005 UTC
(12 years, 10 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.685: +5 -0 lines
Diff to
previous 1.685
removed cruft from net-scripts functions helper as rc-services.sh can
now be sourced by our dhcp helpers without causing errors.
Revision
1.685 -
(
view)
(
download)
(
annotate)
-
[selected]
Wed Jun 1 00:47:10 2005 UTC
(12 years, 10 months ago)
by
vapier
Branch:
MAIN
Changes since
1.684: +3 -0 lines
Diff to
previous 1.684
handle arbitrary kernel versions for autoload files #35872
Revision
1.681 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 27 08:51:03 2005 UTC
(12 years, 10 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.680: +7 -0 lines
Diff to
previous 1.680
,
to
selected 1.685
Added macnet module (like essidnet but for mac addresses)
Regresses macchanger one version
Tweaked module depends for macnet
dhcp helper now uses macnet
Revision
1.680 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 26 21:11:55 2005 UTC
(12 years, 10 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.679: +8 -0 lines
Diff to
previous 1.679
,
to
selected 1.685
You can now configure all options via the MAC address of your network card
and the MAC address of AP you connect to like so
config_001122334455=( "192.168.0.2/24 brd +")
Fixes the last part of #52975
The old way of configuring for the MAC address of the AP is no longer
supported
Revision
1.677 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed May 25 10:20:19 2005 UTC
(12 years, 10 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.676: +18 -0 lines
Diff to
previous 1.676
,
to
selected 1.685
networking now expands configuration parameters - fixes #91564
so config_eth0=( "192.168.{1..3}.{1..3}/24 brd +" ) expands into
config_eth0=(
"192.168.1.1/24 brd +"
"192.168.1.2/24 brd +"
"192.168.1.3/24 brd +"
"192.168.2.1/24 brd +"
"192.168.2.2/24 brd +"
"192.168.2.3/24 brd +"
"192.168.3.1/24 brd +"
"192.168.3.2/24 brd +"
"192.168.3.3/24 brd +"
)
updated ESSID variables example in wireless.example - fixes #92469
Revision
1.673 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 20 00:14:11 2005 UTC
(12 years, 11 months ago)
by
azarah
Branch:
MAIN
Changes since
1.672: +5 -0 lines
Diff to
previous 1.672
,
to
selected 1.685
Fixup sbin/{depscan.sh,modules-update} to use is_older_than() for mtime
logic. Some small tweaks regarding 2.6 systems and modules-update.
Revision
1.672 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 19 15:23:42 2005 UTC
(12 years, 11 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.671: +9 -0 lines
Diff to
previous 1.671
,
to
selected 1.685
Merged Paul Pacheco's parallel startup #69854 and modules update
#55329 patches
If RC_PARALLEL_STARTUP==yes then we no longer output einfo/ebegin
messages as they don't line up on screen correctly - instead we output
service ${myservice} starting/started/stopping/stopped/failed
Revision
1.657 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 10 14:33:56 2005 UTC
(12 years, 11 months ago)
by
azarah
Branch:
MAIN
Changes since
1.656: +8 -0 lines
Diff to
previous 1.656
,
to
selected 1.685
Fix get_service_index() being off by one. Fix trace_dependencies() to also
take net into regard if its a net_service. This fixes two problems, first
shutdown should bring services down that uses net before the net.* services,
and secondly '/etc/init.d/net.eth0 needsme', etc should now work properly.
All changes to sbin/rc-services.sh.
Revision
1.656 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 3 18:41:27 2005 UTC
(12 years, 11 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.655: +7 -0 lines
Diff to
previous 1.655
,
to
selected 1.685
changed default indentation to 2 spaces to match rcscripts in functions.sh
wpa_supplicant now stops wpa_cli before wpa_supplicant to fix a potential
future error
Revision
1.654 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Apr 30 07:01:16 2005 UTC
(12 years, 11 months ago)
by
azarah
Branch:
MAIN
Changes since
1.653: +5 -0 lines
Diff to
previous 1.653
,
to
selected 1.685
Do not create the udev devices.tar.bz2 if we do not have write permissions
for /. Request by Donnie (spyderous) for boxes with / on NFS.
Revision
1.649 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Apr 28 15:07:43 2005 UTC
(12 years, 11 months ago)
by
azarah
Branch:
MAIN
Changes since
1.648: +6 -0 lines
Diff to
previous 1.648
,
to
selected 1.685
If no /etc/modules.conf exist, do not 'touch' it, but create a new
file with the 'modules-update header' in it to get modules-update
to do the right thing (regen), and not just quit (init.d/modules).
Revision
1.645 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Apr 25 07:26:30 2005 UTC
(12 years, 11 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.644: +6 -0 lines
Diff to
previous 1.644
,
to
selected 1.685
iproute2 now handles mtu the same way as ifconfig - fixes #90242
net.lo no longer errors when using postdown and postup functions
Revision
1.644 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 22 14:42:57 2005 UTC
(13 years ago)
by
uberlord
Branch:
MAIN
Changes since
1.643: +7 -0 lines
Diff to
previous 1.643
,
to
selected 1.685
Address network routes now get metrics applied as well
(ie a route automatically added when an address is added)
net.lo no longer errors when exlcuding modules who are installed
Revision
1.642 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Apr 18 17:10:41 2005 UTC
(13 years ago)
by
uberlord
Branch:
MAIN
Changes since
1.641: +22 -0 lines
Diff to
previous 1.641
,
to
selected 1.685
Changed "sed -ne" to "sed -n -e" for portability.
Added auto_interface (default yes).
if auto_interface is yes then we
*) default to dhcp
*) automatically calculate a metric (this may need work)
*) select the best interface based on metric
(restore resolv.conf, ntp.conf and yp.conf we have saved)
otherwise we
*) default to null
wpa_supplicant no longer kills itself when we're not stopping the interface
it's running on.
wpa_supplicant now uses wpa_monitor (yet to be released) if available.
Added a new module called system which enables the definition of domain
name, dns servers, ntp servers, nis domain and nis servers per interface.
essidnet and dhcp helpers have been re-coded around this module.
Revision
1.639 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Apr 14 09:32:33 2005 UTC
(13 years ago)
by
uberlord
Branch:
MAIN
Changes since
1.638: +13 -0 lines
Diff to
previous 1.638
,
to
selected 1.685
Fixed ifconfig and iproute2 erroring from new lo code - fixes #88006
If /proc/net/netlink does not exist then iproute2 will fail the
check_installed function with an appropriate error - Thanks to
Jeremy Huddleston for the patch.
If /proc/net/packet does not exist then wpa_supplicant will fail
check_installed function with an appropriate error
Background fixes for net.lo, udhcpc and wpa_supplicant
Revision
1.637 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Apr 11 13:42:06 2005 UTC
(13 years ago)
by
uberlord
Branch:
MAIN
Changes since
1.636: +9 -0 lines
Diff to
previous 1.636
,
to
selected 1.685
removed ${devnull} from net.lo and net-script modules
updated all modules not to re-direct stderr where appropriate
iwconfig and wpa_supplicant now save their current ESSID via save_options
and reload it in their pre_stops so that ${ESSID} and ${ESSIDVAR} can be
used in users custom postdown functions
Revision
1.634 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 8 17:13:43 2005 UTC
(13 years ago)
by
uberlord
Branch:
MAIN
Changes since
1.633: +7 -0 lines
Diff to
previous 1.633
,
to
selected 1.685
added a bash_variable to functions.sh which converts the given string
into a variable that bash can use - fixes #88175
net scripts can only launch if we're not in ${BOOTLEVEL}
Revision
1.633 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 1 16:33:16 2005 UTC
(13 years ago)
by
uberlord
Branch:
MAIN
Changes since
1.632: +10 -0 lines
Diff to
previous 1.632
,
to
selected 1.685
RC_DAEMON_syslog_ng allows syslog-ng to be started with the specified
launcher - like valgrind or strace. Handy for debugging/auditing.
Thanks to Rob Holland for the idea.
Stopped setting ESSID in predown functions in iwconfig and wpa_supplicant
as there is no guarantee that the current ESSID is the one we started with
Also, we may not have an ESSID at all...
Revision
1.631 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 23 14:38:31 2005 UTC
(13 years, 1 month ago)
by
uberlord
Branch:
MAIN
Changes since
1.630: +7 -0 lines
Diff to
previous 1.630
,
to
selected 1.685
bridge stops removing IP addresses from bridge ports.
iwconfig no longer tries to get an ESSID from non-wireless interfaces.
ifconfig no longer errors when deleting addresses on a non-existant
interface.
Revision
1.625 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Mar 20 14:21:27 2005 UTC
(13 years, 1 month ago)
by
azarah
Branch:
MAIN
Changes since
1.624: +6 -0 lines
Diff to
previous 1.624
,
to
selected 1.685
Take sort_services function from bug #70009, and fix the removing of a
service from a array properly by using unset. Use this instead of the
trace_* stuff, and fixup shutdown order.
Revision
1.615 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 9 17:25:14 2005 UTC
(13 years, 1 month ago)
by
uberlord
Branch:
MAIN
Changes since
1.614: +11 -3 lines
Diff to
previous 1.614
,
to
selected 1.685
changed from $( cat ${file} ) to $( < ${file ) in net-scripts
fixed ChangeLog corruption
rc-daemon.sh now works with the env program
Revision
1.614 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 8 16:04:18 2005 UTC
(13 years, 1 month ago)
by
uberlord
Branch:
MAIN
Changes since
1.613: +10 -0 lines
Diff to
previous 1.613
,
to
selected 1.685
rc-services.sh now does a /sbin/depscan.sh -u if we have not got
our deptree loaded
removed net_start/stop function from net.lo, bridge and bonding
net.lo now supports depend() per interface like so
depend_br0() { need net.eth0 net.eth1 }
Revision
1.594 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 10 17:04:03 2005 UTC
(13 years, 2 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.593: +13 -0 lines
Diff to
previous 1.593
,
to
selected 1.685
net.lo now supports fallback_route - fixes #75676
due to bash limitations, only one fallback route is supported
cleaned up dhcp helper
iproute now appends routes instead of adding them - this allows multiple
default routes
RC_STRICT_NET_CHECKING now supports the none "option" which means
that the net service is always up
Revision
1.588 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Feb 4 10:36:38 2005 UTC
(13 years, 2 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.587: +17 -9 lines
Diff to
previous 1.587
,
to
selected 1.685
It's now possible to configure addresses and routes for the loopback
interface if required - however you cannot override our defaults
wpa_supplicant and iwconfig now loop for 5 seconds if essid is
not returned straight away
fixed depends error in run_script
Revision
1.575 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jan 27 12:37:05 2005 UTC
(13 years, 2 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.574: +7 -0 lines
Diff to
previous 1.574
,
to
selected 1.685
removed udhcpc-* and dhclient-* helper modules and replaced them with a
generic dhcp module which caters for all interfaces and dhcp clients that
need it.
We now prefer iproute2 over ifconfig if both are installed.
Revision
1.567 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jan 13 14:53:41 2005 UTC
(13 years, 3 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.566: +6 -0 lines
Diff to
previous 1.566
,
to
selected 1.685
wpa_supplicant forces ctrl_interface to /var/run/wpa_supplicant
and removes stale directories
clean_pidfile function no longer errors on empty pidfiles
Revision
1.564 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 11 16:21:00 2005 UTC
(13 years, 3 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.563: +6 -0 lines
Diff to
previous 1.563
,
to
selected 1.685
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.560 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 4 15:34:33 2005 UTC
(13 years, 3 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.559: +8 -0 lines
Diff to
previous 1.559
,
to
selected 1.685
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.556 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 17 10:29:02 2004 UTC
(13 years, 4 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.555: +6 -0 lines
Diff to
previous 1.555
,
to
selected 1.685
wpa_supplicant - fixed file location for wpa_cli and association test
as it they changed in wpa_supplicant-0.3.x
wpa_supplicant now brings the interface up before launching - fixes #74637
Revision
1.551 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 13 19:19:06 2004 UTC
(13 years, 4 months ago)
by
azarah
Branch:
MAIN
Changes since
1.550: +6 -0 lines
Diff to
previous 1.550
,
to
selected 1.685
Tweak init.d/halt.sh to support new text based udev_db ('udevinfo -d' do
not work anymore, and there is no space after '(S|N):'). Also check if
devices.tar.bz2 is empty before trying to create it, bug #71143.
Revision
1.542 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 8 13:15:20 2004 UTC
(13 years, 4 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.541: +3 -1 lines
Diff to
previous 1.541
,
to
selected 1.685
removed is_in_fstab function and replaced with get_mount_fstab which
returns a mount command based on the contents of fstab. Resolves bugs
#70044 and #73762
Revision
1.538 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 7 15:10:14 2004 UTC
(13 years, 4 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.537: +3 -0 lines
Diff to
previous 1.537
,
to
selected 1.685
ifconfig and iproute2 now support function interface_set_mac_address
macchanger no longer depends on macchanger if configuring a specific
mac address
Revision
1.537 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 7 13:06:59 2004 UTC
(13 years, 4 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.536: +6 -0 lines
Diff to
previous 1.536
,
to
selected 1.685
essidnet - fixed setting up search domains
ifconfig now reads the old gateway variable correctly - fixes #73607
iwconfig now supports backgrounding
Revision
1.533 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 6 13:39:01 2004 UTC
(13 years, 4 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.532: +9 -0 lines
Diff to
previous 1.532
,
to
selected 1.685
macchanger defaults to setting the interface down, and then trying
with it up - fixes #71929
macchanger converts mac_${IFACE} to lowercase - fixes #73549
iproute2 now configures the interface up everytime we add an address
removed "need interface" from all modules depends as net.lo requires
interface anyway
Revision
1.531 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Dec 4 22:08:52 2004 UTC
(13 years, 4 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.530: +4 -0 lines
Diff to
previous 1.530
,
to
selected 1.685
removed modules use dependancy in net.lo and added installed
- this allows use to provide "virtual" modules which are only "installed"
when other depended modules are installed
Revision
1.530 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Dec 4 20:19:47 2004 UTC
(13 years, 4 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.529: +7 -0 lines
Diff to
previous 1.529
,
to
selected 1.685
wpa_supplicant module added
config-system now creates files as .tmp instead of .new and loads the
wpa_supplicant module if needed
ifconfig now addes aliases to devices other than eth0
dhcpcd, dhclient, pump and udhcpc now expose the dhcp_${IFACE} variable
instead of the old peer_dns_${IFACE}, peer_ntp_${IFACE}, peer_nis_${IFACE}
ones
Revision
1.528 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Dec 4 15:54:35 2004 UTC
(13 years, 4 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.527: +9 -0 lines
Diff to
previous 1.527
,
to
selected 1.685
fixed dhclient-ifconfig to look for dhclient-udhcpc-wrapper in the correct
place and changed hardcoded eth1 to ${interface} in udhcpc-ifconfig.
Fixes #73327 - thanks to Benoit Boissinot
essidnet gets the essid itself instead of relying on ${ESSID}
Revision
1.521 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 3 12:30:20 2004 UTC
(13 years, 4 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.520: +6 -0 lines
Diff to
previous 1.520
,
to
selected 1.685
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
(13 years, 4 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.517: +7 -0 lines
Diff to
previous 1.517
,
to
selected 1.685
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.511 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 26 09:14:05 2004 UTC
(13 years, 4 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.510: +7 -0 lines
Diff to
previous 1.510
,
to
selected 1.685
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.505 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Nov 23 16:23:39 2004 UTC
(13 years, 4 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.504: +3 -0 lines
Diff to
previous 1.504
,
to
selected 1.685
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
(13 years, 4 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.503: +19 -0 lines
Diff to
previous 1.503
,
to
selected 1.685
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
(13 years, 5 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.500: +9 -0 lines
Diff to
previous 1.500
,
to
selected 1.685
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
(13 years, 5 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.499: +3 -0 lines
Diff to
previous 1.499
,
to
selected 1.685
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
(13 years, 5 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.496: +4 -0 lines
Diff to
previous 1.496
,
to
selected 1.685
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
(13 years, 5 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.495: +8 -0 lines
Diff to
previous 1.495
,
to
selected 1.685
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
(13 years, 5 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.494: +3 -0 lines
Diff to
previous 1.494
,
to
selected 1.685
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
(13 years, 5 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.491: +3 -0 lines
Diff to
previous 1.491
,
to
selected 1.685
Added searchdomains_ESSID option to essidnet
Stopped the domain setting from putting the same entry in search
in config-system and essidnet
Revision
1.488 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Nov 15 12:17:06 2004 UTC
(13 years, 5 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.487: +7 -0 lines
Diff to
previous 1.487
,
to
selected 1.685
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
(13 years, 5 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.485: +5 -0 lines
Diff to
previous 1.485
,
to
selected 1.685
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
(13 years, 5 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.484: +2 -0 lines
Diff to
previous 1.484
,
to
selected 1.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
1.484 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 12 12:21:55 2004 UTC
(13 years, 5 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.483: +9 -0 lines
Diff to
previous 1.483
,
to
selected 1.685
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
(13 years, 5 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.482: +8 -0 lines
Diff to
previous 1.482
,
to
selected 1.685
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
(13 years, 5 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.479: +6 -0 lines
Diff to
previous 1.479
,
to
selected 1.685
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
(13 years, 5 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.478: +2 -2 lines
Diff to
previous 1.478
,
to
selected 1.685
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.477 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 5 17:03:07 2004 UTC
(13 years, 5 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.476: +9 -0 lines
Diff to
previous 1.476
,
to
selected 1.685
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
(13 years, 5 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.475: +19 -1 lines
Diff to
previous 1.475
,
to
selected 1.685
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
(13 years, 5 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.474: +18 -14 lines
Diff to
previous 1.474
,
to
selected 1.685
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
(13 years, 5 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.473: +15 -0 lines
Diff to
previous 1.473
,
to
selected 1.685
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.472 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 4 16:20:25 2004 UTC
(13 years, 5 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.471: +17 -0 lines
Diff to
previous 1.471
,
to
selected 1.685
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.457 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 31 10:43:06 2004 UTC
(13 years, 5 months ago)
by
azarah
Branch:
MAIN
Changes since
1.456: +8 -0 lines
Diff to
previous 1.456
,
to
selected 1.685
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.450 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Oct 26 02:01:11 2004 UTC
(13 years, 5 months ago)
by
vapier
Branch:
MAIN
Changes since
1.449: +13 -0 lines
Diff to
previous 1.449
,
to
selected 1.685
- 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
(13 years, 5 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.447: +10 -0 lines
Diff to
previous 1.447
,
to
selected 1.685
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.443 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 22 16:47:40 2004 UTC
(13 years, 6 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.442: +5 -0 lines
Diff to
previous 1.442
,
to
selected 1.685
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.435 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 18 23:03:19 2004 UTC
(13 years, 6 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.434: +12 -0 lines
Diff to
previous 1.434
,
to
selected 1.685
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.418 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 13 17:13:49 2004 UTC
(13 years, 6 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.417: +23 -0 lines
Diff to
previous 1.417
,
to
selected 1.685
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.414 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 10 01:45:37 2004 UTC
(13 years, 6 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.413: +6 -0 lines
Diff to
previous 1.413
,
to
selected 1.685
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
(13 years, 6 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.401: +7 -1 lines
Diff to
previous 1.401
,
to
selected 1.685
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.385 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 27 22:11:44 2004 UTC
(13 years, 6 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.384: +8 -1 lines
Diff to
previous 1.384
,
to
selected 1.685
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.376 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 18 15:18:10 2004 UTC
(13 years, 8 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.375: +6 -0 lines
Diff to
previous 1.375
,
to
selected 1.685
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
(13 years, 8 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.372: +4 -0 lines
Diff to
previous 1.372
,
to
selected 1.685
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
(13 years, 8 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.371: +5 -0 lines
Diff to
previous 1.371
,
to
selected 1.685
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.365 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 22 02:34:08 2004 UTC
(13 years, 9 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.364: +6 -0 lines
Diff to
previous 1.364
,
to
selected 1.685
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.362 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jun 28 19:44:46 2004 UTC
(13 years, 9 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.361: +17 -0 lines
Diff to
previous 1.361
,
to
selected 1.685
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
(13 years, 9 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.360: +7 -1 lines
Diff to
previous 1.360
,
to
selected 1.685
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
(13 years, 9 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.359: +6 -0 lines
Diff to
previous 1.359
,
to
selected 1.685
Fix bug 47659: support iproute2-style configuration. Thanks to Dean Bailey for some fantastic patches, including documentation for conf.d/net
Revision
1.356 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jun 6 15:17:47 2004 UTC
(13 years, 10 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.355: +10 -1 lines
Diff to
previous 1.355
,
to
selected 1.685
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
(13 years, 11 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.354: +9 -0 lines
Diff to
previous 1.354
,
to
selected 1.685
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
(13 years, 11 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.350: +8 -2 lines
Diff to
previous 1.350
,
to
selected 1.685
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
(13 years, 11 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.347: +10 -0 lines
Diff to
previous 1.347
,
to
selected 1.685
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
(13 years, 11 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.346: +5 -0 lines
Diff to
previous 1.346
,
to
selected 1.685
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
(13 years, 11 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.345: +8 -0 lines
Diff to
previous 1.345
,
to
selected 1.685
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
(13 years, 11 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.344: +6 -0 lines
Diff to
previous 1.344
,
to
selected 1.685
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.338 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 25 22:31:48 2004 UTC
(13 years, 11 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.337: +6 -0 lines
Diff to
previous 1.337
,
to
selected 1.685
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
(14 years ago)
by
agriffis
Branch:
MAIN
Changes since
1.334: +6 -0 lines
Diff to
previous 1.334
,
to
selected 1.685
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
(14 years ago)
by
agriffis
Branch:
MAIN
Changes since
1.333: +7 -0 lines
Diff to
previous 1.333
,
to
selected 1.685
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.332 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 13 00:20:03 2004 UTC
(14 years ago)
by
agriffis
Branch:
MAIN
Changes since
1.331: +8 -0 lines
Diff to
previous 1.331
,
to
selected 1.685
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
(14 years ago)
by
agriffis
Branch:
MAIN
Changes since
1.329: +9 -1 lines
Diff to
previous 1.329
,
to
selected 1.685
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.326 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 26 18:38:45 2004 UTC
(14 years, 1 month ago)
by
azarah
Branch:
MAIN
Changes since
1.325: +4 -0 lines
Diff to
previous 1.325
,
to
selected 1.685
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
(14 years, 1 month ago)
by
azarah
Branch:
MAIN
Changes since
1.324: +5 -0 lines
Diff to
previous 1.324
,
to
selected 1.685
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
(14 years, 1 month ago)
by
azarah
Branch:
MAIN
Changes since
1.322: +6 -0 lines
Diff to
previous 1.322
,
to
selected 1.685
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
(14 years, 2 months ago)
by
azarah
Branch:
MAIN
Changes since
1.318: +7 -1 lines
Diff to
previous 1.318
,
to
selected 1.685
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
(14 years, 2 months ago)
by
azarah
Branch:
MAIN
Changes since
1.315: +4 -0 lines
Diff to
previous 1.315
,
to
selected 1.685
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.308 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 29 01:00:27 2003 UTC
(14 years, 3 months ago)
by
azarah
Branch:
MAIN
Changes since
1.307: +7 -0 lines
Diff to
previous 1.307
,
to
selected 1.685
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
(14 years, 4 months ago)
by
azarah
Branch:
MAIN
Changes since
1.301: +4 -0 lines
Diff to
previous 1.301
,
to
selected 1.685
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.300 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 26 19:19:24 2003 UTC
(14 years, 4 months ago)
by
azarah
Branch:
MAIN
Changes since
1.299: +4 -0 lines
Diff to
previous 1.299
,
to
selected 1.685
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
(14 years, 4 months ago)
by
azarah
Branch:
MAIN
Changes since
1.298: +6 -0 lines
Diff to
previous 1.298
,
to
selected 1.685
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.293 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 31 21:17:01 2003 UTC
(14 years, 5 months ago)
by
azarah
Branch:
MAIN
Changes since
1.292: +6 -0 lines
Diff to
previous 1.292
,
to
selected 1.685
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.286 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 26 21:40:25 2003 UTC
(14 years, 5 months ago)
by
azarah
Branch:
MAIN
Changes since
1.285: +4 -0 lines
Diff to
previous 1.285
,
to
selected 1.685
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
(14 years, 5 months ago)
by
azarah
Branch:
MAIN
Changes since
1.284: +4 -0 lines
Diff to
previous 1.284
,
to
selected 1.685
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.282 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 26 17:24:54 2003 UTC
(14 years, 5 months ago)
by
azarah
Branch:
MAIN
Changes since
1.281: +8 -0 lines
Diff to
previous 1.281
,
to
selected 1.685
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
(14 years, 6 months ago)
by
azarah
Branch:
MAIN
Changes since
1.280: +4 -0 lines
Diff to
previous 1.280
,
to
selected 1.685
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
(14 years, 6 months ago)
by
azarah
Branch:
MAIN
Changes since
1.278: +4 -0 lines
Diff to
previous 1.278
,
to
selected 1.685
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.272 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 13 22:27:15 2003 UTC
(14 years, 6 months ago)
by
azarah
Branch:
MAIN
Changes since
1.271: +5 -0 lines
Diff to
previous 1.271
,
to
selected 1.685
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
(14 years, 6 months ago)
by
azarah
Branch:
MAIN
Changes since
1.267: +9 -0 lines
Diff to
previous 1.267
,
to
selected 1.685
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.34 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Feb 2 00:04:19 2002 UTC
(16 years, 2 months ago)
by
azarah
Branch:
MAIN
Changes since
1.33: +3 -0 lines
Diff to
previous 1.33
,
to
selected 1.685
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.21 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Dec 29 21:09:51 2001 UTC
(16 years, 3 months ago)
by
woodchip
Branch:
MAIN
Changes since
1.20: +3 -0 lines
Diff to
previous 1.20
,
to
selected 1.685
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.14 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 29 21:40:21 2001 UTC
(16 years, 4 months ago)
by
woodchip
Branch:
MAIN
Changes since
1.13: +3 -3 lines
Diff to
previous 1.13
,
to
selected 1.685
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: |
|