summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2004-07-12 04:25:55 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2004-07-12 04:25:55 +0000
commit5ace15f6cc957421ba66ca34f62521ca74b09cfd (patch)
treeb1e83a50f0b7c60c61675390eda366d0ef3783c9
parent933aa2ac1a42a2fbb6d30f6577db1d910c8e9e19 (diff)
oops, linewrap
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@91 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-xroot/etc/functions.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/root/etc/functions.sh b/root/etc/functions.sh
index 9db0e86b1..8c371a332 100755
--- a/root/etc/functions.sh
+++ b/root/etc/functions.sh
@@ -93,8 +93,8 @@ ifup () (
$DEBUG ifconfig $if 0.0.0.0 up
- $DEBUG /sbin/pppoecd $if -u $if_username -p $if_password -i 0 -I $if_redial -T $if_idletim
- e -t $if_mtu -k
+ $DEBUG /sbin/pppoecd $if -u $if_username -p $if_password \
+ -i 0 -I $if_redial -T $if_idletime -t $if_mtu -k
;;
*)
echo "### WARNING $if: $if_proto is not supported"