summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2009-08-03 16:52:51 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2009-08-03 16:52:51 -0300
commit07881462254d007cf77c1a5b09e7a840f708657e (patch)
tree6d70c8a6e9612e9a91ed91119b7849852c6c088c /etc/rc
parent0ba45a7917dea4c0996e8d2f4fe9bb3798b8acc4 (diff)
downloadpfsense-07881462254d007cf77c1a5b09e7a840f708657e.zip
pfsense-07881462254d007cf77c1a5b09e7a840f708657e.tar.gz
Use php to detect product name on shell scripts
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 5b13aa5..94a726b 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=`cat /etc/inc/globals.inc | grep product_name | cut -d'"' -f4`
+product=`echo '<? include("/etc/inc/globals.inc"); die($g["product_name"]); ?>' | /usr/local/bin/php -q`
hideplatform=`cat /etc/inc/globals.inc | grep hideplatform | wc -l`
if [ "$hideplatform" -gt "0" ]; then
OpenPOWER on IntegriCloud