diff options
author | Mike Baker <mbm@openwrt.org> | 2004-07-12 04:25:55 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2004-07-12 04:25:55 +0000 |
commit | 04749f2c21ed58e10da1a58120e0104781207635 (patch) | |
tree | b1e83a50f0b7c60c61675390eda366d0ef3783c9 /root | |
parent | b5341ff5f381f0784199313d7e9aa67af3c01e10 (diff) | |
download | upstream-04749f2c21ed58e10da1a58120e0104781207635.tar.gz upstream-04749f2c21ed58e10da1a58120e0104781207635.tar.bz2 upstream-04749f2c21ed58e10da1a58120e0104781207635.zip |
oops, linewrap
SVN-Revision: 91
Diffstat (limited to 'root')
-rwxr-xr-x | root/etc/functions.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/root/etc/functions.sh b/root/etc/functions.sh index 9db0e86b1e..8c371a332c 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" |