# Version 15.11.2003
# .zlogin

# Messages of the Day anzeigen
#if [ -x /usr/local/bin/xmotds ]; then
#	/usr/local/bin/xmotds -noX | less -XE
#fi

if [ -e /opt/adm/cip-check ]; then
    if [ -x /opt/adm/cip-check/misc/start_cc_auto.sh ]; then
        /opt/adm/cip-check/misc/start_cc_auto.sh
    fi
fi
