summaryrefslogtreecommitdiffstats
path: root/etc/rc.shutdown
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-01-20 14:53:49 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-01-20 14:53:49 -0500
commitbfaca65530f9ff9eb82279cc497ee2552f48161e (patch)
tree94e213e65074afab87de6ff68097625c2de1753f /etc/rc.shutdown
parent0ebc8ca1f9a1b0725b89784d64fe5c34099f86b0 (diff)
downloadpfsense-bfaca65530f9ff9eb82279cc497ee2552f48161e.zip
pfsense-bfaca65530f9ff9eb82279cc497ee2552f48161e.tar.gz
Use $g['product_name'] instead of pfSense
Diffstat (limited to 'etc/rc.shutdown')
-rwxr-xr-xetc/rc.shutdown6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown
index 7f70af2..09c4d40 100755
--- a/etc/rc.shutdown
+++ b/etc/rc.shutdown
@@ -8,9 +8,11 @@ fi
if [ -e /dev/ukbd0 ]; then
/usr/sbin/vidcontrol -s 2
fi
-
+
+product=`cat /etc/inc/globals.inc | grep product_name | cut -d'"' -f4`
+
echo
-echo "pfSense is now shutting down ..."
+echo "$product is now shutting down ..."
echo
stty status '^T'
OpenPOWER on IntegriCloud