diff options
Diffstat (limited to 'net-analyzer/rtg')
-rw-r--r-- | net-analyzer/rtg/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/rtg/rtg-0.7.4-r2.ebuild | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/net-analyzer/rtg/ChangeLog b/net-analyzer/rtg/ChangeLog index ec1c0b95a8b0..6f24e26a3e19 100644 --- a/net-analyzer/rtg/ChangeLog +++ b/net-analyzer/rtg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/rtg -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rtg/ChangeLog,v 1.9 2006/11/23 19:53:19 vivo Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rtg/ChangeLog,v 1.10 2007/04/22 10:06:46 pva Exp $ + + 22 Apr 2007; <pva@gentoo.org> rtg-0.7.4-r2.ebuild: + Use do{conf,init}d, bug #174266. 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> rtg-0.7.4-r2.ebuild: dev-db/mysql => virtual/mysql diff --git a/net-analyzer/rtg/rtg-0.7.4-r2.ebuild b/net-analyzer/rtg/rtg-0.7.4-r2.ebuild index 983c6723496f..071507529c6d 100644 --- a/net-analyzer/rtg/rtg-0.7.4-r2.ebuild +++ b/net-analyzer/rtg/rtg-0.7.4-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rtg/rtg-0.7.4-r2.ebuild,v 1.2 2006/11/23 19:53:19 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rtg/rtg-0.7.4-r2.ebuild,v 1.3 2007/04/22 10:06:46 pva Exp $ inherit eutils @@ -35,10 +35,8 @@ src_install() { dodoc FAQ README - insinto /etc/conf.d - newins ${FILESDIR}/rtgpoll.confd rtgpoll - exeinto /etc/init.d - newexe ${FILESDIR}/rtgpoll.initd rtgpoll + newconfd "${FILESDIR}"/rtgpoll.confd rtgpoll + newinitd "${FILESDIR}"/rtgpoll.initd rtgpoll } pkg_postinst() { |