Package: freeradius Version: 1.0.2-4 When /etc/init.d/freeradius is called without any arguments it errors with "/etc/init.d/freeradius: line 42: $1: unbound variable". This is due to the 'set -u' in the script.
Attached is a patch which replaces 'set -u' with 'set -e' and also does some minor cleanup. This will ensure the "usage" line get's echo'd out when called with no arguments. Thanks. Derrick
freeradius.initd.patch.gz
Description: Binary data