# HG changeset patch # User Dominique Corbex # Date 1332540977 -3600 # Node ID 7a4e0828dd34f68107c5653e6f008690bc874129 # Parent ed15185975c22c696b86c940bde2b9fea5110cac netbox: fix PPP modem dialup diff -r ed15185975c2 -r 7a4e0828dd34 tinyutils/netbox --- a/tinyutils/netbox Tue Mar 20 23:36:16 2012 +0200 +++ b/tinyutils/netbox Fri Mar 23 23:16:17 2012 +0100 @@ -511,8 +511,8 @@ - USER=\$(grep -s ^ACCOUNT= /etc/ppp/scripts/ppp-on | cut -f1); echo "\${USER#*=}" - USER + NAME=\$(grep -s ^ACCOUNT= /etc/ppp/scripts/ppp-on | cut -f1); echo "\${NAME#*=}" + NAME @@ -540,19 +540,19 @@