]> git.pld-linux.org Git - packages/eagle-usb.git/commitdiff
- ifconfig -> ip command. It seems to prevent 'hotplug stop' from hanging.
authortwittner <twittner@pld-linux.org>
Tue, 23 Sep 2003 11:59:00 +0000 (11:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eagle-stopadsl.patch -> 1.1

eagle-stopadsl.patch [new file with mode: 0644]

diff --git a/eagle-stopadsl.patch b/eagle-stopadsl.patch
new file mode 100644 (file)
index 0000000..977e92d
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN eagle-1.0.4.orig/scripts/adsl/stopadsl eagle-1.0.4/scripts/adsl/stopadsl
+--- eagle-1.0.4.orig/scripts/adsl/stopadsl     Wed Jun 18 23:58:02 2003
++++ eagle-1.0.4/scripts/adsl/stopadsl  Tue Sep 23 13:42:09 2003
+@@ -10,7 +10,7 @@
+ INTERFACE=`/usr/sbin/adictrl -i`
+ if [ $? == 0 ] ; then
+       # Remove the ADI network interface:
+-      ifconfig $INTERFACE down
++      /sbin/ip link set $INTERFACE down
+ fi
This page took 0.07207 seconds and 4 git commands to generate.