oops, linewrap
authorMike Baker <mbm@openwrt.org>
Mon, 12 Jul 2004 04:25:55 +0000 (04:25 +0000)
committerMike Baker <mbm@openwrt.org>
Mon, 12 Jul 2004 04:25:55 +0000 (04:25 +0000)
SVN-Revision: 91

root/etc/functions.sh

index 9db0e86b1e8352f85860a0c37794ee8d2cf7fd8e..8c371a332c47be8cb505fbddb49e071f1e6c3b7e 100755 (executable)
@@ -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"