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
commitca32f2b5f1e07a80e047df44010b7b704f647bf0 (patch)
tree6cf31b928a18c0c76c0bda0ca8b29368b7769f86 /net-dns
parentversino bump, fix rules file (diff)
downloadgentoo-2-ca32f2b5f1e07a80e047df44010b7b704f647bf0.tar.gz
gentoo-2-ca32f2b5f1e07a80e047df44010b7b704f647bf0.tar.bz2
gentoo-2-ca32f2b5f1e07a80e047df44010b7b704f647bf0.zip
Renamed the avahi-daemon initscript to match the name used by upstream and other distributions.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/avahi/ChangeLog7
-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
3 files changed, 9 insertions, 4 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/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"