From bfaca65530f9ff9eb82279cc497ee2552f48161e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 20 Jan 2009 14:53:49 -0500 Subject: Use $g['product_name'] instead of pfSense --- etc/rc.shutdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'etc/rc.shutdown') 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' -- cgit v1.1