Project

General

Profile

« Previous | Next » 

Revision c4e3f59f

Added by Scott Ullrich almost 17 years ago

Grab product_name from globals.inc

View differences:

etc/rc
24 24

  
25 25
# Set our current version
26 26
version=`cat /etc/version`
27
product=`cat /etc/inc/globals.inc | grep product_name | cut -d'"' -f4`
27 28

  
28 29
echo
29 30
cat /etc/ascii-art/pfsense-logo-small.txt
30 31
echo
31 32
echo
32
echo "Welcome to pfSense ${version} on the '${PLATFORM}' platform..."
33
echo "Welcome to ${product} ${version} on the '${PLATFORM}' platform..."
33 34
echo
34 35

  
35 36
if [ "$PLATFORM" = "cdrom" ]; then

Also available in: Unified diff