diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-04-28 17:00:45 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-04-28 17:00:45 +0000 |
commit | e75c37b745e2dd873983232607f49057d81c6e8c (patch) | |
tree | 2f52cd525a27c1113e45b30c78e8a13e0c645658 /net-misc/omniORB/omniORB-4.0.7.ebuild | |
parent | Fix *initd, *confd and *envd calls (#17388, #174266) (diff) | |
download | gentoo-2-e75c37b745e2dd873983232607f49057d81c6e8c.tar.gz gentoo-2-e75c37b745e2dd873983232607f49057d81c6e8c.tar.bz2 gentoo-2-e75c37b745e2dd873983232607f49057d81c6e8c.zip |
Fix *initd, *confd and *envd calls (#17388, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-misc/omniORB/omniORB-4.0.7.ebuild')
-rw-r--r-- | net-misc/omniORB/omniORB-4.0.7.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-misc/omniORB/omniORB-4.0.7.ebuild b/net-misc/omniORB/omniORB-4.0.7.ebuild index 85d8f81a4345..8ad7b9002c7a 100644 --- a/net-misc/omniORB/omniORB-4.0.7.ebuild +++ b/net-misc/omniORB/omniORB-4.0.7.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/omniORB/omniORB-4.0.7.ebuild,v 1.1 2006/07/24 18:32:44 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/omniORB-4.0.7.ebuild,v 1.2 2007/04/28 17:00:45 swegener Exp $ inherit python @@ -59,8 +59,7 @@ src_install () { dodir /etc/env.d/ echo "PATH=/usr/share/omniORB/bin/scripts" > ${D}/etc/env.d/90omniORB echo "OMNIORB_CONFIG=/etc/omniorb/omniORB.cfg" >> ${D}/etc/env.d/90omniORB - exeinto /etc/init.d - newexe ${FILESDIR}/omniORB-4.0.0 omniORB + newinitd ${FILESDIR}/omniORB-4.0.0 omniORB cp ${S}/sample.cfg ${S}/omniORB.cfg dodir /etc/omniorb |