summaryrefslogtreecommitdiffstats
path: root/etc/rc.shutdown
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-10 03:48:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-10 03:48:06 +0000
commitf51db33f6a84cee699a80664d857c792dfde6b67 (patch)
treee305c743a0f7418e4b9689489313ece531da743f /etc/rc.shutdown
parented772f1640999982708d6893ec896aab3ca1d954 (diff)
downloadpfsense-f51db33f6a84cee699a80664d857c792dfde6b67.zip
pfsense-f51db33f6a84cee699a80664d857c792dfde6b67.tar.gz
Use product_name
Diffstat (limited to 'etc/rc.shutdown')
-rwxr-xr-xetc/rc.shutdown4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown
index 7f70af2..f6175b4 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