diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-11-17 14:57:24 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-11-17 14:57:24 +0000 |
commit | 51b7732d26c07aabda2c59f50855babd56fe0c95 (patch) | |
tree | fcbf7783be0513e604a14951919dcd3f33d22f14 /net-www/phoenix-bin | |
parent | Updated the wrapper once more. (diff) | |
download | historical-51b7732d26c07aabda2c59f50855babd56fe0c95.tar.gz historical-51b7732d26c07aabda2c59f50855babd56fe0c95.tar.bz2 historical-51b7732d26c07aabda2c59f50855babd56fe0c95.zip |
Updated the wrapper once more.
Diffstat (limited to 'net-www/phoenix-bin')
-rw-r--r-- | net-www/phoenix-bin/files/phoenix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-www/phoenix-bin/files/phoenix b/net-www/phoenix-bin/files/phoenix index 27b6b6ed4c7c..b381033ecc68 100644 --- a/net-www/phoenix-bin/files/phoenix +++ b/net-www/phoenix-bin/files/phoenix @@ -3,6 +3,10 @@ export MOZILLA_FIVE_HOME="/usr/lib/phoenix" PHOENIX_PATH="/usr/lib/phoenix" +# Seems like pidof resides in /sbin on some boxes +# Modifying the PATH to reflect that +PATH="/sbin:${PATH}" + if [ -z "`pidof phoenix-bin`" ]; then # No phoenix running ${PHOENIX_PATH}/phoenix $@ |