Revision 2580f584
Added by Chris Buechler over 15 years ago
etc/rc.initial | ||
---|---|---|
64 | 64 |
|
65 | 65 |
/etc/rc.banner |
66 | 66 |
|
67 |
product=`cat /etc/inc/globals.inc | grep product_name | cut -d'"' -f4`
|
|
68 |
hidebanner=`cat /etc/inc/globals.inc | grep hidebanner | cut -d'"' -f4`
|
|
67 |
product=`grep product_name /etc/inc/globals.inc | cut -d'"' -f4`
|
|
68 |
hidebanner=`grep hidebanner /etc/inc/globals.inc | cut -d'"' -f4`
|
|
69 | 69 |
|
70 | 70 |
# display a cheap menu |
71 | 71 |
echo |
Also available in: Unified diff
remove unnecessary cat