dma: fix /etc/dma/*.conf permissions
Fixes https://github.com/void-linux/void-packages/issues/34431; solution due to thenktor
This commit is contained in:
parent
6c68288b6a
commit
3b56203e70
|
@ -2,6 +2,7 @@ case ${ACTION} in
|
|||
post)
|
||||
# fix permissions and owners
|
||||
chown root:mail usr/bin/dma
|
||||
chown root:mail etc/dma/auth.conf etc/dma/dma.conf
|
||||
chmod 2755 usr/bin/dma
|
||||
chown root:mail usr/lib/dma-mbox-create
|
||||
chmod 4754 usr/lib/dma-mbox-create
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dma'
|
||||
pkgname=dma
|
||||
version=0.13
|
||||
revision=3
|
||||
revision=4
|
||||
conf_files="/etc/dma/*.conf"
|
||||
make_dirs="/var/spool/dma 2775 root mail"
|
||||
hostmakedepends="flex"
|
||||
|
|
Loading…
Reference in New Issue