diff options
author | Tim Biermann <tbier@posteo.de> | 2019-06-18 00:33:37 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-06-18 00:33:37 +0200 |
commit | e2880d7bf93ccdc7fc539c1211278f5cada354f1 (patch) | |
tree | 9ea76a9c2173ca18f97a892ab6f6d1f119f90b9e /avahi | |
parent | 78c1714719043b6aebc0dbbf4199284c9a6b922b (diff) | |
download | contrib-e2880d7bf93ccdc7fc539c1211278f5cada354f1.tar.gz contrib-e2880d7bf93ccdc7fc539c1211278f5cada354f1.tar.xz |
avahi: rc file changes
Diffstat (limited to 'avahi')
-rw-r--r-- | avahi/.signature | 6 | ||||
-rw-r--r-- | avahi/Pkgfile | 2 | ||||
-rw-r--r-- | avahi/avahi-daemon.rc | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/avahi/.signature b/avahi/.signature index ea00f86ac..d933f11b8 100644 --- a/avahi/.signature +++ b/avahi/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3+PVs+5iGgXV1gGnxe0oncoYttVS84tQGykX25ucLo6OCNOhiJZyaJwTxdQccxX+aaePukvrIfyR6rJS5NTOjAc= -SHA256 (Pkgfile) = 82c8dbf4f937145bbbb0894107c2dedcfddd50ece615bc2818bf53a071455c2b +RWSagIOpLGJF3w5maOzmStXM+JgtqM7EOi9V2887cf1D4RkMdO5GG4fZdqMqQxZRx3MNjv5GDuWzjwVmeYA3f8k+GQAnfOn6VgM= +SHA256 (Pkgfile) = 7f654546f68be992229afacc289f6156cc1becf1aba7479fda762f0a8c191203 SHA256 (.footprint) = be4f80c64d9725c4038b55c57a7796fbc2c4b9ddf68b23ecc6b4ad2682408f95 SHA256 (avahi-0.7.tar.gz) = 57a99b5dfe7fdae794e3d1ee7a62973a368e91e414bd0dfa5d84434de5b14804 -SHA256 (avahi-daemon.rc) = a76c051316f9f2c782228b2757655213f06b0badc962022e6167571f38d1157f +SHA256 (avahi-daemon.rc) = a9c093e580438ecc435ed3b20fc3560e2bb884ca593613996e2381475a9bb6ab diff --git a/avahi/Pkgfile b/avahi/Pkgfile index 76ed2342f..378c6707a 100644 --- a/avahi/Pkgfile +++ b/avahi/Pkgfile @@ -5,7 +5,7 @@ name=avahi version=0.7 -release=2 +release=3 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 e45fe05b9..794772c96 100644 --- a/avahi/avahi-daemon.rc +++ b/avahi/avahi-daemon.rc @@ -11,7 +11,6 @@ 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 @@ -21,7 +20,7 @@ case $1 in $0 start ;; status) - $SSD --status --pidfile $PID + $SSD --status --name avahi-daemon case $? in 0) echo "$PROG is running with pid $(cat $PID)" ;; 1) echo "$PROG is not running but the pid file $PID exists" ;; |