Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32331 - PHP Accelerator ebuild missing phpa_cache_admin command
Summary: PHP Accelerator ebuild missing phpa_cache_admin command
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-30 06:55 UTC by Janne Pikkarainen
Modified: 2003-10-30 11:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Janne Pikkarainen 2003-10-30 06:55:40 UTC
I installed this PHP Accelerator ebuild:

---
*  dev-php/php-accelerator
      Latest version available: 1.3.3
      Latest version installed: 1.3.3
      Size of downloaded files: 55 kB
      Homepage:    http://www.php-accelerator.co.uk/
      Description: The ionCube PHP Accelerator
---

And it seems to be missing "phpa_cache_admin" command, which is used to control
PHPA and to see the status of it.

This one is easy to fix, here's my suggestion how to do it:

---
--- php-accelerator-1.3.3.ebuild        2003-10-30 16:53:50.000000000 +0200
+++ php-accelerator-1.3.3-1.ebuild      2003-10-30 16:53:04.000000000 +0200
@@ -60,0 +61 @@
+       dobin phpa_cache_admin
---

... though you may want to decide if phpa_cache_admin belongs to bin or sbin
category.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-10-30 07:01:11 UTC
in cvs
Comment 2 Janne Pikkarainen 2003-10-30 11:26:50 UTC
Thank you very much!