[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: paneld date/time display



On Sat, 21 Aug 2004, Gerald Waugh wrote:
>
> After installing I ran
>  deb5:~# kill `pidof paneld`
>  deb5:~# paneld "host.domain.tld" "192.168.1.55"
>
> Now I have alternately the hostname and the IP on the 2nd line,
> I don't really find the "date" useful, I have a watch ;)
>
> Looks like date/time is fixed in paneld???


I modified /etc/init.d/colo
Changed PATH and start

PATH=/usr/bin:/usr/sbin:/sbin:/bin
IPADDR=`ifconfig eth0 | grep "inet addr" | cut -f 2 -d":" | cut -f 1 -d"
case "$1" in
    start)
        echo -n "Starting Cobalt LCD admin menu: paneld"
        start-stop-daemon --start --quiet --pidfile /var/run/paneld.pid
--exec /
usr/sbin/paneld -b -m -- "`hostname`" "$IPADDR"
        echo "."
        ;;

Gerald
--
http://frontstreetnetworks.com | http://raqware.com
  Front Street Networks LLC, 229 Front Street, Ste.#C
  New Haven, CT 06513-3203 | phone: +1-203-785-0699



Reply to: