diff options
Diffstat (limited to 'ppp-dsl/ppp_on_boot.dsl')
-rw-r--r-- | ppp-dsl/ppp_on_boot.dsl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ppp-dsl/ppp_on_boot.dsl b/ppp-dsl/ppp_on_boot.dsl deleted file mode 100644 index f1d5183b38..0000000000 --- a/ppp-dsl/ppp_on_boot.dsl +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# - -# The location of the ppp daemon itself (shouldn't need to be changed) -PPPD=/usr/sbin/pppd - -# The Ethernet interface the DSL modem is connected to. If you change this, -# you also need to edit the file /etc/ppp/peers/dsl-provider. -INTERFACE=eth0 - -# Bring the interface up -/sbin/ifconfig $INTERFACE up - -$PPPD call dsl-provider |