diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-01-17 04:49:07 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-01-17 04:49:12 -0500 |
commit | faa2df11597cf496205d3d629e3b3147b569afc8 (patch) | |
tree | 6e1db42c42365087686f48dbe9c39515de03f4ab /net/pppd.sh | |
parent | 711713d6642eff155bfede8a2dd213824016b76c (diff) |
more whitespace cleanup
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'net/pppd.sh')
-rw-r--r-- | net/pppd.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/pppd.sh b/net/pppd.sh index a8c88820..c7cfa441 100644 --- a/net/pppd.sh +++ b/net/pppd.sh @@ -31,7 +31,7 @@ pppd_pre_start() if yesno ${IN_BACKGROUND}; then local config= eval config=\$config_${IFVAR} - # If no config for ppp then don't default to DHCP + # If no config for ppp then don't default to DHCP if [ -z "${config}" ]; then eval config_${IFVAR}=null fi @@ -39,7 +39,7 @@ pppd_pre_start() fi local link= i= unit="${IFACE#ppp}" opts= - + # PPP requires a link to communicate over - normally a serial port # PPPoE communicates over Ethernet # PPPoA communicates over ATM @@ -92,7 +92,7 @@ pppd_pre_start() && [ -n "${password}" -o -z "${passwordset}" ]; then opts="plugin passwordfd.so ${opts} passwordfd 0" fi - + if ! ${hasdefaultmetric}; then local m= eval m=\$metric_${IFVAR} @@ -122,7 +122,7 @@ pppd_pre_start() # Set unit opts="unit ${unit} ${opts}" - + # Setup connect script local chatprog="/usr/sbin/chat -e -E -v" phone= eval phone=\$phone_number_${IFVAR} |