mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove unused ppp-script
This commit is contained in:
parent
3ae8292396
commit
6214dd36f5
@ -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
|
||||
Loading…
Reference in New Issue
Block a user