summaryrefslogtreecommitdiff
path: root/avahi
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-06-17 23:27:53 +0200
committerTim Biermann <tbier@posteo.de>2019-06-17 23:27:53 +0200
commit78c1714719043b6aebc0dbbf4199284c9a6b922b (patch)
tree9e58affdb739078426660b782f35bbdd7e22b0df /avahi
parent90dd9af53471806a960f05063fe52d65bb6a2d54 (diff)
downloadcontrib-78c1714719043b6aebc0dbbf4199284c9a6b922b.tar.gz
contrib-78c1714719043b6aebc0dbbf4199284c9a6b922b.tar.xz
avahi: closes FS#1741
Diffstat (limited to 'avahi')
-rw-r--r--avahi/.signature6
-rw-r--r--avahi/Pkgfile2
-rw-r--r--avahi/avahi-daemon.rc1
3 files changed, 5 insertions, 4 deletions
diff --git a/avahi/.signature b/avahi/.signature
index 324d3fb58..ea00f86ac 100644
--- a/avahi/.signature
+++ b/avahi/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3+gaNHOg6gZ+iyyV//CSu1bHSRemuYbLrFfzNo2FllGYMfgzurei8piKAPsXC2c5oeYTO4cT1CODOicRkOjLjQg=
-SHA256 (Pkgfile) = 0b9d26a6331aa36d04b41ab13df57ccccb1202b0091bc651170fdbc5e8295f69
+RWSagIOpLGJF3+PVs+5iGgXV1gGnxe0oncoYttVS84tQGykX25ucLo6OCNOhiJZyaJwTxdQccxX+aaePukvrIfyR6rJS5NTOjAc=
+SHA256 (Pkgfile) = 82c8dbf4f937145bbbb0894107c2dedcfddd50ece615bc2818bf53a071455c2b
SHA256 (.footprint) = be4f80c64d9725c4038b55c57a7796fbc2c4b9ddf68b23ecc6b4ad2682408f95
SHA256 (avahi-0.7.tar.gz) = 57a99b5dfe7fdae794e3d1ee7a62973a368e91e414bd0dfa5d84434de5b14804
-SHA256 (avahi-daemon.rc) = 79286456c47a29501dd96ce483d97a50e7decb48f2df94b5d5391b3ebc90ee6c
+SHA256 (avahi-daemon.rc) = a76c051316f9f2c782228b2757655213f06b0badc962022e6167571f38d1157f
diff --git a/avahi/Pkgfile b/avahi/Pkgfile
index 19c154915..76ed2342f 100644
--- a/avahi/Pkgfile
+++ b/avahi/Pkgfile
@@ -5,7 +5,7 @@
name=avahi
version=0.7
-release=1
+release=2
source=(http://avahi.org/download/$name-$version.tar.gz \
avahi-daemon.rc)
diff --git a/avahi/avahi-daemon.rc b/avahi/avahi-daemon.rc
index ccedae330..e45fe05b9 100644
--- a/avahi/avahi-daemon.rc
+++ b/avahi/avahi-daemon.rc
@@ -11,6 +11,7 @@ OPTS="-D"
case $1 in
start)
$SSD --start --pidfile $PID --exec $PROG -- $OPTS
+ chown root:root $PID 2>/dev/null
;;
stop)
$SSD --stop --retry 10 --pidfile $PID

Generated by cgit