freebsd-packaging: make albatrossd group-executable

This commit is contained in:
Hannes Mehnert 2019-07-27 12:45:33 +02:00
parent 28959a66bf
commit 92c325a7f9
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ mkdir -p /var/run/albatross/util /var/run/albatross/fifo
chown albatross:albatross /var/run/albatross/util /var/run/albatross/fifo
chmod 2760 /var/run/albatross/fifo
chgrp albatross /usr/local/libexec/albatross/albatrossd
chmod 2700 /usr/local/libexec/albatross/albatrossd
chmod 2750 /usr/local/libexec/albatross/albatrossd
EOD;
post-deinstall = <<EOD