diff options
author | Peter Volkov <pva@gentoo.org> | 2007-04-22 10:06:46 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2007-04-22 10:06:46 +0000 |
commit | 51289e44b82c306f7c1c3bd1827a95e41e86fd8f (patch) | |
tree | ee04377983e48030bb8d60ca97f41bda8a727cd3 /net-analyzer/rtg | |
parent | Added ~ppc64 (diff) | |
download | gentoo-2-51289e44b82c306f7c1c3bd1827a95e41e86fd8f.tar.gz gentoo-2-51289e44b82c306f7c1c3bd1827a95e41e86fd8f.tar.bz2 gentoo-2-51289e44b82c306f7c1c3bd1827a95e41e86fd8f.zip |
Use do{conf,init}d, bug #174266.
(Portage version: 2.1.2.2)
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() { |