slitaz-tools diff oldstuff/gtkdialog/netbox @ rev 1029

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 08:26:53 2019 +0100 (2019-02-26)
parents ae6279a453a6
children
line diff
     1.1 --- a/oldstuff/gtkdialog/netbox	Sat Apr 28 20:21:10 2012 +0200
     1.2 +++ b/oldstuff/gtkdialog/netbox	Tue Feb 26 08:26:53 2019 +0100
     1.3 @@ -761,7 +761,7 @@
     1.4  	  <action>grep -qs ^\$PPTP_SERVER /etc/ppp/pptp-servers || \
     1.5  echo "\$PPTP_SERVER" >> /etc/ppp/pptp-servers</action>
     1.6  	  <action>PASS=""; [ -n "\$PPTP_PASS" ] && PASS="password \$PASS"; \
     1.7 -ENC=""; [ x\$PPTP_ENC == xtrue ] && ENC="require-mppe-128"; \
     1.8 +ENC=""; [ x\$PPTP_ENC = xtrue ] && ENC="require-mppe-128"; \
     1.9  /usr/sbin/pptp \$PPTP_SERVER file /etc/ppp/options.pptp \$ENC user \$PPTP_USER \$PASS &
    1.10  	  </action>
    1.11          </button>