summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2014-05-08 14:33:12 +0400
committerDmitry Kozlov <xeb@mail.ru>2014-05-08 14:33:12 +0400
commit52e451250c9d445e73ed9df27b07e59a8d57664a (patch)
treeceb875bc6c6627de85258e43988553b2ce3530a2 /contrib
parent71df100daf6e995d0a356dc096836df9f38f8d8d (diff)
downloadaccel-ppp-52e451250c9d445e73ed9df27b07e59a8d57664a.tar.gz
accel-ppp-52e451250c9d445e73ed9df27b07e59a8d57664a.zip
1.7.4 release
* fixed various bugs * introduced accel-cmd program * ippool: impelented persistance * radius: implemented default-realm option * radius: proper handling of Framed-IP-Address=255.255.255.254 * shaper: time range and other fixes * shaper: implemented mtu option * net-snmp: fixed run out of FD_SETSIZE
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/debian/accel-ppp-init2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/debian/accel-ppp-init b/contrib/debian/accel-ppp-init
index 08120cda..c763970a 100755
--- a/contrib/debian/accel-ppp-init
+++ b/contrib/debian/accel-ppp-init
@@ -18,7 +18,7 @@ if test -f /etc/default/accel-ppp; then
. /etc/default/accel-ppp
fi
-if [ -z $ACCEL_PPPD_OPTS ]; then
+if [ -z "${ACCEL_PPPD_OPTS}" ]; then
ACCEL_PPPD_OPTS="-c /etc/accel-ppp.conf"
fi