From: Robby K Date: Tue, 16 Apr 2019 14:08:25 +0000 (+0200) Subject: freeradius3: Workaround the fifo error introduced by the update to 3.0.18 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5fe6e7d1f195fd4759b3080582c31ac392e50b66;p=openwrt-packages.git freeradius3: Workaround the fifo error introduced by the update to 3.0.18 Signed-off-by: Robby K --- diff --git a/net/freeradius3/files/radiusd.init b/net/freeradius3/files/radiusd.init index f9ad433a7..effb2aee6 100644 --- a/net/freeradius3/files/radiusd.init +++ b/net/freeradius3/files/radiusd.init @@ -19,7 +19,7 @@ start_service() mkdir -p /var/db/radacct procd_open_instance - procd_set_param command $PROG -f + procd_set_param command $PROG -s procd_set_param env LD_LIBRARY_PATH=/usr/lib/freeradius3 [ -n "$IPADDR" ] && procd_append_param command -i $IPADDR [ -n "$OPTIONS" ] && procd_append_param command $OPTIONS