diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-10-26 19:46:10 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-10-26 19:46:10 +0000 |
commit | c4e3f59fcd363717be4d953d49f1e57f2753eb0d (patch) | |
tree | 85e2cecdcb925fa3ac63d3f13d2e17e47e1b75d6 /etc/rc | |
parent | a7e599e7a137c969965bd79ed849665c8a8e9bd5 (diff) | |
download | pfsense-c4e3f59fcd363717be4d953d49f1e57f2753eb0d.zip pfsense-c4e3f59fcd363717be4d953d49f1e57f2753eb0d.tar.gz |
Grab product_name from globals.inc
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |