From 49441d573137f0ca978f197921c354cde3b24dc6 Mon Sep 17 00:00:00 2001 From: calvin Date: Sat, 17 Dec 2005 19:22:04 +0000 Subject: [PATCH] ppp0 as network device git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2973 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- scripts/resources.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/resources.sh b/scripts/resources.sh index e201413b..b9e6943c 100755 --- a/scripts/resources.sh +++ b/scripts/resources.sh @@ -1,5 +1,6 @@ #!/bin/sh -NETDEV=eth1 +# network device, change as appropriate +NETDEV=ppp0 if ifconfig $NETDEV | grep RUNNING > /dev/null; then echo "--resource=network" fi