diff options
author | Torsten Veller <tove@gentoo.org> | 2007-04-28 11:55:53 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2007-04-28 11:55:53 +0000 |
commit | f493ce633537555f876eeb49f08bc85a1f5becff (patch) | |
tree | 69db2fc508713a2833d3474d3c59d83ebe331c60 /media-video | |
parent | Use newinitd (diff) | |
download | gentoo-2-f493ce633537555f876eeb49f08bc85a1f5becff.tar.gz gentoo-2-f493ce633537555f876eeb49f08bc85a1f5becff.tar.bz2 gentoo-2-f493ce633537555f876eeb49f08bc85a1f5becff.zip |
Use newinitd
(Portage version: 2.1.2.5)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/flumotion/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/flumotion/flumotion-0.4.1.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/media-video/flumotion/ChangeLog b/media-video/flumotion/ChangeLog index 15ecca69ecab..07438382492f 100644 --- a/media-video/flumotion/ChangeLog +++ b/media-video/flumotion/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/flumotion # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v 1.11 2007/02/20 12:13:57 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v 1.12 2007/04/28 11:55:53 tove Exp $ + + 28 Apr 2007; Torsten Veller <tove@gentoo.org> flumotion-0.4.1.ebuild: + Use newinitd *flumotion-0.4.1 (20 Feb 2007) diff --git a/media-video/flumotion/flumotion-0.4.1.ebuild b/media-video/flumotion/flumotion-0.4.1.ebuild index 1f0df5f9cf0b..65d283f56172 100644 --- a/media-video/flumotion/flumotion-0.4.1.ebuild +++ b/media-video/flumotion/flumotion-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.4.1.ebuild,v 1.1 2007/02/20 12:13:57 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.4.1.ebuild,v 1.2 2007/04/28 11:55:53 tove Exp $ inherit eutils gnome2 @@ -76,7 +76,7 @@ src_install() { dodir /etc/flumotion/managers/default/flows dodir /etc/flumotion/workers - cd ${S}/conf + cd "${S}"/conf insinto /etc/flumotion/managers/default doins managers/default/planet.xml insinto /etc/flumotion/workers @@ -84,8 +84,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 |