summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-08-23 11:11:31 +0000
committerSven Wegener <swegener@gentoo.org>2005-08-23 11:11:31 +0000
commit5270390e244f61f32594fb4bdccf7991beeb28a0 (patch)
treef5d74ec65828c0200cc324c17388d92791a9685a /net-dns/avahi
parentversino bump, fix rules file (diff)
downloadhistorical-5270390e244f61f32594fb4bdccf7991beeb28a0.tar.gz
historical-5270390e244f61f32594fb4bdccf7991beeb28a0.tar.bz2
historical-5270390e244f61f32594fb4bdccf7991beeb28a0.zip
Renamed the avahi-daemon initscript to match the name used by upstream and other distributions.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-dns/avahi')
-rw-r--r--net-dns/avahi/ChangeLog7
-rw-r--r--net-dns/avahi/Manifest12
-rw-r--r--net-dns/avahi/avahi-0.1.ebuild4
-rw-r--r--net-dns/avahi/files/avahi-daemon.initd (renamed from net-dns/avahi/files/avahi.initd)2
4 files changed, 15 insertions, 10 deletions
diff --git a/net-dns/avahi/ChangeLog b/net-dns/avahi/ChangeLog
index 823ce564c468..79f5f2758b7f 100644
--- a/net-dns/avahi/ChangeLog
+++ b/net-dns/avahi/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-dns/avahi
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.3 2005/08/23 00:10:24 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.4 2005/08/23 11:11:31 swegener Exp $
+
+ 23 Aug 2005; Sven Wegener <swegener@gentoo.org> -files/avahi.initd,
+ +files/avahi-daemon.initd, avahi-0.1.ebuild:
+ Renamed the avahi-daemon initscript to match the name used by upstream and
+ other distributions.
23 Aug 2005; Sven Wegener <swegener@gentoo.org> avahi-0.1.ebuild:
Added a small check that checks for an IP_MULTICAST-enabled kernel.
diff --git a/net-dns/avahi/Manifest b/net-dns/avahi/Manifest
index 24c46307eef3..5a2d4bfc5b96 100644
--- a/net-dns/avahi/Manifest
+++ b/net-dns/avahi/Manifest
@@ -1,16 +1,16 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 4068f4a6f4af8a6b4b673b2a4dce2fa4 ChangeLog 542
-MD5 bca3901c04b2457a283fadb7bb5f3d8b avahi-0.1.ebuild 1681
+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 f6123a90ee33d4a9dbb685df9d875f5a files/avahi.initd 528
MD5 8cfcd49ecb565e91e97b09eefbd4c22e files/digest-avahi-0.1 61
MD5 e522a390cede4510e8dbd0446e695912 metadata.xml 297
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDCml7I1lqEGTUzyQRAjAfAKCGe7XC4DdjcxGot0zrIwKufi4P7gCfQf6w
-a/J8SVnaTq+HY7xMmjf+4cM=
-=H5xC
+iD8DBQFDCwR3I1lqEGTUzyQRAuj9AJ0dYSoSMuSIig3vwV8Qjet+xEYGhwCg09/5
+1/a0bWGq7FFaJIxs9wtzfgo=
+=sJnC
-----END PGP SIGNATURE-----
diff --git a/net-dns/avahi/avahi-0.1.ebuild b/net-dns/avahi/avahi-0.1.ebuild
index da2bb8bedbe5..3cdad72bce52 100644
--- a/net-dns/avahi/avahi-0.1.ebuild
+++ b/net-dns/avahi/avahi-0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.1.ebuild,v 1.7 2005/08/23 00:10:24 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.1.ebuild,v 1.8 2005/08/23 11:11:31 swegener Exp $
inherit eutils linux-info
@@ -66,7 +66,7 @@ src_install() {
# Try to remove this directory, it exists if we don't have python support
rmdir "${D}"/avahi &>/dev/null
- newinitd "${FILESDIR}"/avahi.initd avahi
+ newinitd "${FILESDIR}"/avahi-daemon.initd avahi-daemon
newinitd "${FILESDIR}"/avahi-dnsconfd.initd avahi-dnsconfd
dodoc docs/{AUTHORS,README,TODO}
}
diff --git a/net-dns/avahi/files/avahi.initd b/net-dns/avahi/files/avahi-daemon.initd
index 348d18c35402..09498be51515 100644
--- a/net-dns/avahi/files/avahi.initd
+++ b/net-dns/avahi/files/avahi-daemon.initd
@@ -1,7 +1,7 @@
#!/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.initd,v 1.2 2005/08/22 03:47:19 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/files/avahi-daemon.initd,v 1.1 2005/08/23 11:11:31 swegener Exp $
opts="${opts} reload"