From c4e3f59fcd363717be4d953d49f1e57f2753eb0d Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 26 Oct 2008 19:46:10 +0000 Subject: Grab product_name from globals.inc --- etc/rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/rc b/etc/rc index 5785bf8..8fea992 100755 --- a/etc/rc +++ b/etc/rc @@ -24,12 +24,13 @@ export HOME PATH # Set our current version version=`cat /etc/version` +product=`cat /etc/inc/globals.inc | grep product_name | cut -d'"' -f4` echo cat /etc/ascii-art/pfsense-logo-small.txt echo echo -echo "Welcome to pfSense ${version} on the '${PLATFORM}' platform..." +echo "Welcome to ${product} ${version} on the '${PLATFORM}' platform..." echo if [ "$PLATFORM" = "cdrom" ]; then -- cgit v1.1