diff options
author | 2005-03-26 23:39:07 +0000 | |
---|---|---|
committer | 2005-03-26 23:39:07 +0000 | |
commit | 1adecc1812a0f7c25457adb04ad705119331e54d (patch) | |
tree | 29507f28efef53d705efc68aca44d25337024a90 /media-video/flumotion/files/flumotion-init | |
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/files/flumotion-init')
-rwxr-xr-x | media-video/flumotion/files/flumotion-init | 2 |
1 files changed, 1 insertions, 1 deletions
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 |