#!/bin/sh
if [ -e /etc/elilo.conf ]; then
    elilo </dev/null >&2
else
    echo >&2 "elilo: Not updating; /etc/elilo.conf not found"
fi
