diff options
author | Tim Biermann <tbier@posteo.de> | 2019-06-20 19:39:15 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-06-20 19:39:15 +0200 |
commit | e4c6d157f30cddcc49d64cc86fdd58ed6902dc93 (patch) | |
tree | 90d6128dc5bc597459257f4688a31bc3d526d19e /avahi | |
parent | 359c3f3509c70d44c113673dce950524cfdcd4b4 (diff) | |
download | contrib-e4c6d157f30cddcc49d64cc86fdd58ed6902dc93.tar.gz contrib-e4c6d157f30cddcc49d64cc86fdd58ed6902dc93.tar.xz |
avahi: bump to 0.7
Diffstat (limited to 'avahi')
-rw-r--r-- | avahi/.signature | 6 | ||||
-rw-r--r-- | avahi/Pkgfile | 2 | ||||
-rw-r--r-- | avahi/avahi-daemon.rc | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/avahi/.signature b/avahi/.signature index d933f11b8..6892d4662 100644 --- a/avahi/.signature +++ b/avahi/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3w5maOzmStXM+JgtqM7EOi9V2887cf1D4RkMdO5GG4fZdqMqQxZRx3MNjv5GDuWzjwVmeYA3f8k+GQAnfOn6VgM= -SHA256 (Pkgfile) = 7f654546f68be992229afacc289f6156cc1becf1aba7479fda762f0a8c191203 +RWSagIOpLGJF34ygUB6TTO5Vw/uyL7lNiK5FzAGhlf8ANFLm2cpAr1sxcDBA9avHhJHJN3/CWQI2qGv0qKD7mBjlj9dWVT32AAY= +SHA256 (Pkgfile) = de7552127911c8c92d4f504af47a8274325f661a8241b08b8b41557d8493437f SHA256 (.footprint) = be4f80c64d9725c4038b55c57a7796fbc2c4b9ddf68b23ecc6b4ad2682408f95 SHA256 (avahi-0.7.tar.gz) = 57a99b5dfe7fdae794e3d1ee7a62973a368e91e414bd0dfa5d84434de5b14804 -SHA256 (avahi-daemon.rc) = a9c093e580438ecc435ed3b20fc3560e2bb884ca593613996e2381475a9bb6ab +SHA256 (avahi-daemon.rc) = 86bf0f7caa9e6a9571b7185ca736f214d184dfe81990cb3350b8db184de34196 diff --git a/avahi/Pkgfile b/avahi/Pkgfile index 378c6707a..8cbfe5e4f 100644 --- a/avahi/Pkgfile +++ b/avahi/Pkgfile @@ -5,7 +5,7 @@ name=avahi version=0.7 -release=3 +release=4 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 794772c96..e3fc4eaba 100644 --- a/avahi/avahi-daemon.rc +++ b/avahi/avahi-daemon.rc @@ -20,7 +20,7 @@ case $1 in $0 start ;; status) - $SSD --status --name avahi-daemon + $SSD --status --name avahi-daemon --pidfile $PID case $? in 0) echo "$PROG is running with pid $(cat $PID)" ;; 1) echo "$PROG is not running but the pid file $PID exists" ;; |