# CoLo's paneld(8) displays the time and date on your Cobalt's LCD followed
# by a banner in the second line.  The banner can contain a set of strings
# in which case CoLo will cycle through each string and show each of it for
# a few seconds.  You can customize the banner here which is shown by
# setting the BANNER variable.  Please take care of proper quoting.  For
# example, "'Debian GNU/Linux'" will be interpreted as one argument whereas
# "'Debian' 'GNU/Linux'" has two arguments: paneld will first show "Debian"
# (without the quotes) followed by "GNU/Linux".

# Examples (uncomment them if you want to activate them):

## Display the name of this distribution followed by its version number
#BANNER="'Debian GNU/Linux' '`cat /etc/debian_version`'"

## Show the hostname followed by the IP address of eth0
#PATH=/usr/bin:/usr/sbin:/sbin:/bin
#IPADDR=`ifconfig eth0 | grep "inet addr" | cut -f 2 -d":" | cut -f 1 -d" "`
#BANNER="'`hostname`' '$IPADDR'"
