git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
7b122f6
)
freeradius3: Workaround the fifo error introduced by the update to 3.0.18
author
Robby K
<redacted>
Tue, 16 Apr 2019 14:08:25 +0000
(16:08 +0200)
committer
Robby K
<redacted>
Tue, 16 Apr 2019 14:08:25 +0000
(16:08 +0200)
Signed-off-by: Robby K <redacted>
net/freeradius3/files/radiusd.init
patch
|
blob
|
history
diff --git
a/net/freeradius3/files/radiusd.init
b/net/freeradius3/files/radiusd.init
index f9ad433a7b6a9b521db0fecc1baf2c9af035be2a..effb2aee6bf8a7f47a131d4a3b877de93d8f1a62 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT