diff options
author | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2005-03-26 23:39:07 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2005-03-26 23:39:07 +0000 |
commit | 1adecc1812a0f7c25457adb04ad705119331e54d (patch) | |
tree | 29507f28efef53d705efc68aca44d25337024a90 /media-video/flumotion | |
parent | Fixed BUG #85654. Plugins are now installed in lib32 instead of lib64 on amd64. (diff) | |
download | gentoo-2-1adecc1812a0f7c25457adb04ad705119331e54d.tar.gz gentoo-2-1adecc1812a0f7c25457adb04ad705119331e54d.tar.bz2 gentoo-2-1adecc1812a0f7c25457adb04ad705119331e54d.zip |
fixed typo
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-video/flumotion')
-rw-r--r-- | media-video/flumotion/ChangeLog | 5 | ||||
-rwxr-xr-x | media-video/flumotion/files/flumotion-init | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/media-video/flumotion/ChangeLog b/media-video/flumotion/ChangeLog index 485c05c292b7..8e357252c5ca 100644 --- a/media-video/flumotion/ChangeLog +++ b/media-video/flumotion/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/flumotion # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v 1.1 2005/03/25 00:25:19 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v 1.2 2005/03/26 23:39:07 zaheerm Exp $ + + 26 Mar 2005; <zaheerm@gentoo.org> files/flumotion-init: + fixed typo *flumotion-0.1.6 (25 Mar 2005) diff --git a/media-video/flumotion/files/flumotion-init b/media-video/flumotion/files/flumotion-init index 7f144e7e4ccd..7626c9852e8c 100755 --- a/media-video/flumotion/files/flumotion-init +++ b/media-video/flumotion/files/flumotion-init @@ -3,7 +3,7 @@ flumotion_manager=/usr/bin/flumotion-manager flumotion_worker=/usr/bin/flumotion-worker flumotion_manager_pidfile=/var/run/flumotion/manager.default.pid -flumotion_worker_pidfile=/var/run/flumotion/worker.localhost.pid +flumotion_worker_pidfile=/var/run/flumotion/worker.default.pid depend() { need net |