Changeset db11c12 in freewrt


Ignore:
Timestamp:
Dec 28, 2006, 1:57:35 PM (19 years ago)
Author:
Dirk Nehring <dnehring@…>
Children:
c068180
Parents:
8024ee7
Message:

drop linkname support

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1391 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/ppp/files/ppp.pre-up

    r8024ee7 rdb11c12  
    1717
    1818REPLACE="
    19         s/#IDLEOPTIONS#/$IDLEOPTIONS/
    20         s/#LINKNAME#/$IFACE/
    21         s/#USERNAME#/$IF_PPP_USERNAME/
    22         s/#PASSWORD#/$IF_PPP_PASSWORD/
     19        s,#IDLEOPTIONS#,$IDLEOPTIONS,
     20        s,#USERNAME#,$IF_PPP_USERNAME,
     21        s,#PASSWORD#,$IF_PPP_PASSWORD,
    2322        s,#DEVICE#,$IF_PPP_DEVICE,
    2423"
    2524
    26 sed "$REPLACE" < /etc/ppp/templates/$IF_USE_TEMPLATE > /etc/ppp/peers/$IFACE
     25sed "$REPLACE" < /etc/ppp/templates/$IF_USE_TEMPLATE > /etc/ppp/peers/$IF_PROVIDER
    2726
    2827case "$IF_USE_TEMPLATE" in
     
    5554        ;;
    5655esac
    57 
Note: See TracChangeset for help on using the changeset viewer.