Remove unused ppp-script

This commit is contained in:
Ermal 2014-03-28 23:15:46 +01:00
parent 3ae8292396
commit 6214dd36f5

View File

@ -1,19 +0,0 @@
#!/bin/sh
# Set the router for this interface
echo $1 > /tmp/$2_router
# Remove file if it exists
if [ -f /var/etc/nameserver_$2 ]; then
rm -f /var/etc/nameserver_$2
fi
# DNS1
if [ "$3" != "DNS0" ]; then
echo $3 >> /var/etc/nameserver_$2
fi
# DNS2
if [ "$4" != "DNS1" ]; then
echo $4 >> /var/etc/nameserver_$2
fi