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:
8c7f864
)
freeradius2: create temp directory /tmp/radiusd
author
Alberto Bursi
<redacted>
Sat, 5 Nov 2016 23:50:15 +0000
(
00:50
+0100)
committer
GitHub
<redacted>
Sat, 5 Nov 2016 23:50:15 +0000
(
00:50
+0100)
Fixes issue openwrt#3403 "radiusd requires a temporary directory to be existent for certain operations, like verification of certificates."
Signed-off-by: Alberto Bursi <redacted>
net/freeradius2/files/radiusd.init
patch
|
blob
|
history
diff --git
a/net/freeradius2/files/radiusd.init
b/net/freeradius2/files/radiusd.init
index 8cd1aad0b2385d74cf394774453f80c5a110bf97..2127e98588629343bc4750cfd289f1c2634a41bc 100644
(file)
--- a/
net/freeradius2/files/radiusd.init
+++ b/
net/freeradius2/files/radiusd.init
@@
-17,6
+17,7
@@
start_service()
mkdir -p /var/log
mkdir -p /var/run
mkdir -p /var/db/radacct
+ mkdir -p /tmp/radiusd
procd_open_instance
procd_set_param command $PROG -f
git clone https://git.99rst.org/PROJECT