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 | 4fedd02c3eb3ebc52538e0839c7c4c2716557ccc (patch) | |
tree | ba72eb458ec63906f341c9bf0e7d238839823527 /media-video/flumotion | |
parent | Version bump. (diff) | |
download | historical-4fedd02c3eb3ebc52538e0839c7c4c2716557ccc.tar.gz historical-4fedd02c3eb3ebc52538e0839c7c4c2716557ccc.tar.bz2 historical-4fedd02c3eb3ebc52538e0839c7c4c2716557ccc.zip |
Use newinitd
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'media-video/flumotion')
-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 |