diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-04-28 17:55:46 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-04-28 17:55:46 +0000 |
commit | c23f03ca889a10e61c744cb368b8a536766b1132 (patch) | |
tree | 153739fe9115ab0a5aa85695fde311cc5a8f66a7 /media-video | |
parent | Fix *initd, *confd and *envd calls (#173884, #174266) (diff) | |
download | gentoo-2-c23f03ca889a10e61c744cb368b8a536766b1132.tar.gz gentoo-2-c23f03ca889a10e61c744cb368b8a536766b1132.tar.bz2 gentoo-2-c23f03ca889a10e61c744cb368b8a536766b1132.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/flumotion/flumotion-0.2.0.ebuild | 5 | ||||
-rw-r--r-- | media-video/flumotion/flumotion-0.2.1.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/media-video/flumotion/flumotion-0.2.0.ebuild b/media-video/flumotion/flumotion-0.2.0.ebuild index 5771ce30c7c2..024313d2f250 100644 --- a/media-video/flumotion/flumotion-0.2.0.ebuild +++ b/media-video/flumotion/flumotion-0.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.2.0.ebuild,v 1.1 2006/03/03 19:18:10 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.2.0.ebuild,v 1.2 2007/04/28 17:55:46 swegener Exp $ inherit eutils gnome2 @@ -96,8 +96,7 @@ src_install() { insinto /etc/flumotion doins default.pem - exeinto /etc/init.d - newexe ${FILESDIR}/flumotion-init-0.2.0 flumotion + newinitd ${FILESDIR}/flumotion-init-0.2.0 flumotion keepdir /var/run/flumotion keepdir /var/log/flumotion diff --git a/media-video/flumotion/flumotion-0.2.1.ebuild b/media-video/flumotion/flumotion-0.2.1.ebuild index 99073c4be106..b1bbdce2770f 100644 --- a/media-video/flumotion/flumotion-0.2.1.ebuild +++ b/media-video/flumotion/flumotion-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.2.1.ebuild,v 1.2 2006/06/07 14:23:44 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.2.1.ebuild,v 1.3 2007/04/28 17:55:46 swegener Exp $ inherit eutils gnome2 @@ -97,8 +97,7 @@ src_install() { insinto /etc/flumotion doins default.pem - exeinto /etc/init.d - newexe ${FILESDIR}/flumotion-init-0.2.0 flumotion + newinitd ${FILESDIR}/flumotion-init-0.2.0 flumotion keepdir /var/run/flumotion keepdir /var/log/flumotion |