diff options
author | Torsten Veller <tove@gentoo.org> | 2007-04-29 17:55:26 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2007-04-29 17:55:26 +0000 |
commit | 876491f8633cfc9bb54a3e89aec0b5403372de18 (patch) | |
tree | 667f31870decce596b92504bae456e8e8321d387 /net-misc/sobby/sobby-0.3.0.ebuild | |
parent | Fix *initd, *confd and *envd calls (#173884, #174266) (diff) | |
download | gentoo-2-876491f8633cfc9bb54a3e89aec0b5403372de18.tar.gz gentoo-2-876491f8633cfc9bb54a3e89aec0b5403372de18.tar.bz2 gentoo-2-876491f8633cfc9bb54a3e89aec0b5403372de18.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-misc/sobby/sobby-0.3.0.ebuild')
-rw-r--r-- | net-misc/sobby/sobby-0.3.0.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net-misc/sobby/sobby-0.3.0.ebuild b/net-misc/sobby/sobby-0.3.0.ebuild index c35738367c4d..b7664f7d4d50 100644 --- a/net-misc/sobby/sobby-0.3.0.ebuild +++ b/net-misc/sobby/sobby-0.3.0.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-misc/sobby/sobby-0.3.0.ebuild,v 1.6 2006/10/28 14:46:08 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sobby/sobby-0.3.0.ebuild,v 1.7 2007/04/29 17:55:26 tove Exp $ inherit eutils @@ -31,11 +31,8 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - insinto /etc/conf.d/ - newins ${FILESDIR}/sobby-conf-0.2.0 sobby - - exeinto /etc/init.d/ - newexe ${FILESDIR}/sobby-init-0.2.0 sobby + newconfd ${FILESDIR}/sobby-conf-0.2.0 sobby + newinitd ${FILESDIR}/sobby-init-0.2.0 sobby } pkg_postinst() { |