From 7719cd7c0ac6d3f316ed8595becf29ef418d9af9 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 8 Jan 2008 09:07:05 -0600 Subject: Remove the hotplug functionality from the network script Hotplug hasn't been supported in Arch for ages Signed-off-by: Aaron Griffin --- network | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'network') diff --git a/network b/network index 4b02a4c..d0c28eb 100755 --- a/network +++ b/network @@ -12,19 +12,6 @@ # dhcpcd settings [ -f /etc/conf.d/dhcpcd ] && . /etc/conf.d/dhcpcd -# Special wrapper for hotplug ifup calls -# (make sure hotplug doesn't bring up disabled interfaces) -hotplug_ifup() -{ - [ "$1" != "" ] || return 1 - for ifline in ${INTERFACES[@]}; do - # if the interface is disabled then this will be skipped - if [ "$ifline" = "$1" ]; then - ifup $ifline - fi - done -} - ifup() { if [ "$1" = "" ]; then -- cgit v1.2.3