aboutsummaryrefslogtreecommitdiff
path: root/network
AgeCommit message (Collapse)AuthorFiles
2008-03-09More full-path fixesRoman Kyrylych1
Signed-off-by: Roman Kyrylych <roman@archlinux.org>
2008-02-14Remove some bashisms from network, even though we cannot convert itDan McGee1
Since netfs and network source rc.conf, we cannot fully convert it to an sh script. However, we can get rid of a few things that are not sh compatible. Signed-off-by: Dan McGee <dan@archlinux.org>
2008-01-08Enhance interface 'up' state checkingLoic Nageleisen1
Using the 'UP' state to imply operational status is wrong and even if a device is 'UP' we may still need to run ifconfig/dhcp Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-01-08network script logic cleanups/enhancementsAaron Griffin1
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-01-08Remove the hotplug functionality from the network scriptAaron Griffin1
Hotplug hasn't been supported in Arch for ages Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-12-11Removing netcfg from initscriptsJames Rayner1
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-10-21fixing second part of #6959Thomas Bächler1
2007-10-21replace all remaining backticks with $(...)Thomas Bächler1
2007-05-10upgpkg: initscripts 0.8-8James Rayner1
fixing flyspray #7004 #6859, change in dhcpcd state directory.
2006-06-28handle ESSID fields that contain spacesJudd Vinet1
2005-12-07changed both network scripts to use good ol' /bin/kill instead of dhcpcd's ↵Judd Vinet1
-k switch (I forgot about #2942)
2005-12-06Added interface param to dhcpcd -k calls in network and netcfgJudd Vinet1
2005-12-05dhcpcd fix in rc.d/networkJudd Vinet1
2005-11-15added variables for autoloading modules, cleaned up rc.conf a bitJudd Vinet1
2005-11-11changed ifup() to skip interfaces that are already upJudd Vinet1
2005-10-12another quick fix for netcfg stuff (no rebuild yet)Judd Vinet1
2005-10-03added ability to use the netcfg menu from the NET env varJudd Vinet1
2005-09-15modified netcfg/network scripts -- you can list multiple entries in ↵Judd Vinet1
NET_PROFILES that use the same INTERFACE. They will be started one at a time, and the first successful one will be kept.
2005-07-06fixed a netcfg bug where disabled profiles were being startedJudd Vinet1
2005-06-30added new netcfg stuff for roaming network profilesJudd Vinet1
2005-03-11added support for backgrounding daemons at startup with a '@' prefix, ↵Judd Vinet1
commented out the ldconfig call at startup, added support for unicode console maps, added a hotplug_ifup() function rc.d/network for hotplug's net.agent to use
2005-02-11added ethernet bonding support (still untested)Judd Vinet1
2005-01-02fixed a typo in the rc.conf comments0.7Judd Vinet1
2004-11-23made rc.d/network pay attention to the new conf.d files (dhcpcd and ↵Judd Vinet1
wireless). also modified rc.sysinit to wait til after modules are loaded before attempting to mount /proc/bus/usb. If the user uses hotplug, then the usb host modules may not be loaded yet, but that's okay -- hotplug will mount /proc/bus/usb for them
2004-07-18fixed the sysfs problem with 2.4Judd Vinet1
2004-07-16modified ifdown to bring a dhcp'd eth0 down even if the .pid file is not ↵Judd Vinet1
found (#756)
2004-07-03added iflist and rtlist functions and made ifup,ifdown,rtup,rtdown ↵Judd Vinet1
accessible from outside the script
2003-12-30added a cosmetic fix to ifdown() in rc.d/networkJudd Vinet1
2003-09-19added timeout to dhcp startupJudd Vinet1
2003-09-19modified network script to not bail out on errorJudd Vinet1
2003-05-23upgpkg: initscripts 0.5Judd Vinet1
2003-05-08added -D, -H, and -h to the dhcp lineJudd Vinet1
2003-01-06kill dhcpcd pid files before running the client daemonJudd Vinet1
2002-07-24Upgraded initscripts to 0.30.3Judd Vinet1
2002-04-27Added DHCP handling to initscriptsJudd Vinet1
2002-04-19Cleaned up networking in initscriptsJudd Vinet1
2002-04-16Updated network rc script with jproctor's disable-eth changes0.2Judd Vinet1
2002-04-15Updated initscriptsJudd Vinet1
2002-04-15Bugfix for initscriptsJudd Vinet1
2002-04-15Updated initscripts for multiple ethernet interfacesJudd Vinet1
2002-03-24Added rc.d network script to initscriptsJudd Vinet1