From 52e451250c9d445e73ed9df27b07e59a8d57664a Mon Sep 17 00:00:00 2001 From: Dmitry Kozlov Date: Thu, 8 May 2014 14:33:12 +0400 Subject: 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 --- contrib/debian/accel-ppp-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') 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 -- cgit v1.2.3