summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2009-08-26 10:45:30 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2009-08-26 10:45:30 -0300
commit92a5e926f38d490ebd603da4ae002736007574cb (patch)
tree415ee0af56130f9b8132742b48c9af0088c227a1 /etc/rc
parent68e74187dfab4bc040ffb364248c780dfe3910b9 (diff)
downloadpfsense-92a5e926f38d490ebd603da4ae002736007574cb.zip
pfsense-92a5e926f38d490ebd603da4ae002736007574cb.tar.gz
Revert "Use php to detect product name on shell scripts"
This reverts commit 07881462254d007cf77c1a5b09e7a840f708657e.
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 16de69a..da1ba3a 100755
--- a/etc/rc
+++ b/etc/rc
@@ -41,7 +41,7 @@ if [ "$PLATFORM" = "pfSense" ]; then
mdmfs -S -M -s 4m md /var/run
fi
-product=`echo '<? include("/etc/inc/globals.inc"); die($g["product_name"]); ?>' | /usr/local/bin/php -q`
+product=`cat /etc/inc/globals.inc | grep product_name | cut -d'"' -f4`
hideplatform=`cat /etc/inc/globals.inc | grep hideplatform | wc -l`
if [ "$hideplatform" -gt "0" ]; then
OpenPOWER on IntegriCloud