don't whine when following symlinks
[debian/elilo] / debian / elilo.sh
index 46cfb220e11a9f71493a39e64311693f67af5486..9857ff2729c7ba09b2c146506b2dd667d6e82bd0 100644 (file)
@@ -215,7 +215,6 @@ checkconf()
     if [ -L "$boot" ] ; then
        oldboot=$boot
        boot=$(readlink -f $oldboot)
-       echo 1>&2 "$PRG: $oldboot is a symbolic link, using $boot instead"
     fi
     if [ ! -e "$boot" ] ; then
        echo 1>&2 "$PRG: $boot: No such file or directory"