mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
prosody: /etc/prosody permissions fix
Signed-off-by: Sergio E. Nemirowski <sergio@outerface.net>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 ] && {
|
||||
|
||||
Reference in New Issue
Block a user