This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
prosody: /etc/prosody permissions fix
Signed-off-by: Sergio E. Nemirowski <sergio@outerface.net>
lilik-openwrt-22.03
Sergio E. Nemirowski
5 years ago
parent
d67a342150
commit
838306cb37
2 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/prosody/Makefile
+2
-1
net/prosody/files/prosody.init
+ 1
- 1
net/prosody/Makefile
View File
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
prosody
PKG_VERSION
:=
0.11.3
PKG_RELEASE
:=
1
PKG_RELEASE
:=
2
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
https://prosody.im/downloads/source
+ 2
- 1
net/prosody/files/prosody.init
View File
@ -23,7 +23,8 @@ start_service() {
}
[ -d /var/log/prosody ] && {
chown -R prosody:prosody /etc/prosody
chown -R root:prosody /etc/prosody
chown -R prosody:prosody /etc/prosody/data
}
[ -f /sbin/paxctl ] && {
Write
Preview
Loading…
Cancel
Save