summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Klar <phoenix@gentoo.org>2002-11-17 14:57:24 +0000
committerTilman Klar <phoenix@gentoo.org>2002-11-17 14:57:24 +0000
commit51b7732d26c07aabda2c59f50855babd56fe0c95 (patch)
treefcbf7783be0513e604a14951919dcd3f33d22f14 /net-www/phoenix-bin
parentUpdated the wrapper once more. (diff)
downloadhistorical-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/phoenix4
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 $@