summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-08-23 11:13:45 +0000
committerSven Wegener <swegener@gentoo.org>2005-08-23 11:13:45 +0000
commit821ac8bcb604cf397682e4b7703ff9d9b0ed845f (patch)
treec142695b2e1346eab3cd41b46c8ea5539e8c93f8 /net-dns/avahi
parentRenamed the avahi-daemon initscript to match the name used by upstream and ot... (diff)
downloadhistorical-821ac8bcb604cf397682e4b7703ff9d9b0ed845f.tar.gz
historical-821ac8bcb604cf397682e4b7703ff9d9b0ed845f.tar.bz2
historical-821ac8bcb604cf397682e4b7703ff9d9b0ed845f.zip
Have avahi-dnsconfd depend on the renamed avahi-daemon initscript.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-dns/avahi')
-rw-r--r--net-dns/avahi/Manifest8
-rw-r--r--net-dns/avahi/files/avahi-dnsconfd.initd4
2 files changed, 6 insertions, 6 deletions
diff --git a/net-dns/avahi/Manifest b/net-dns/avahi/Manifest
index 5a2d4bfc5b96..6a4a1c29b039 100644
--- a/net-dns/avahi/Manifest
+++ b/net-dns/avahi/Manifest
@@ -4,13 +4,13 @@ Hash: SHA1
MD5 b96849ed9a2a1c2e63344db9739cbcba ChangeLog 760
MD5 4b22aa6f68223d16f1f3a0ae452994d5 avahi-0.1.ebuild 1695
MD5 3a00c5865e860f938595dcbeead62735 files/avahi-daemon.initd 535
-MD5 29b7d495508029f8496c01c17ce2e50d files/avahi-dnsconfd.initd 556
+MD5 587940bc0becc0cce4023a0774bbc8a5 files/avahi-dnsconfd.initd 563
MD5 8cfcd49ecb565e91e97b09eefbd4c22e files/digest-avahi-0.1 61
MD5 e522a390cede4510e8dbd0446e695912 metadata.xml 297
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDCwR3I1lqEGTUzyQRAuj9AJ0dYSoSMuSIig3vwV8Qjet+xEYGhwCg09/5
-1/a0bWGq7FFaJIxs9wtzfgo=
-=sJnC
+iD8DBQFDCwT7I1lqEGTUzyQRAsfQAJoCzglLikIkfpv9LzVwYG5VY8VSXACfaSZY
+PFmuBYAgJv0hwGufMfwdjhU=
+=nQmP
-----END PGP SIGNATURE-----
diff --git a/net-dns/avahi/files/avahi-dnsconfd.initd b/net-dns/avahi/files/avahi-dnsconfd.initd
index bdb9e7aa645f..b7c83323c996 100644
--- a/net-dns/avahi/files/avahi-dnsconfd.initd
+++ b/net-dns/avahi/files/avahi-dnsconfd.initd
@@ -1,12 +1,12 @@
#!/sbin/runscript
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/files/avahi-dnsconfd.initd,v 1.1 2005/08/22 03:47:19 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/files/avahi-dnsconfd.initd,v 1.2 2005/08/23 11:13:45 swegener Exp $
opts="${opts} reload"
depend() {
- need avahi
+ need avahi-daemon
use net
}