Changeset db11c12 in freewrt
- Timestamp:
- Dec 28, 2006, 1:57:35 PM (19 years ago)
- Children:
- c068180
- Parents:
- 8024ee7
- File:
-
- 1 edited
-
package/ppp/files/ppp.pre-up (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/ppp/files/ppp.pre-up
r8024ee7 rdb11c12 17 17 18 18 REPLACE=" 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, 23 22 s,#DEVICE#,$IF_PPP_DEVICE, 24 23 " 25 24 26 sed "$REPLACE" < /etc/ppp/templates/$IF_USE_TEMPLATE > /etc/ppp/peers/$IF ACE25 sed "$REPLACE" < /etc/ppp/templates/$IF_USE_TEMPLATE > /etc/ppp/peers/$IF_PROVIDER 27 26 28 27 case "$IF_USE_TEMPLATE" in … … 55 54 ;; 56 55 esac 57
Note:
See TracChangeset
for help on using the changeset viewer.
