ppp0 as network device

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2973 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-12-17 19:22:04 +00:00
parent 062f155ed0
commit 49441d5731

View file

@ -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