From 81e9f7ea7b0bf932673ecf206cc913dd37ce426b Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 8 Jun 2010 13:41:17 -0600 Subject: [PATCH] don't whine when following symlinks --- debian/changelog | 5 ++++- debian/elilo.sh | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8ed695d..3207d0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ elilo (3.12-3) UNRELEASED; urgency=low - * pass -m32 when building 32 bit version on 64 bit host, closes: #574713 + * fix paths and options to build both 32 and 64 bit versions on either + flavor of build host, closes: #574713 + * don't generate noise when following symlink since that's now the normal + situation, closes: #581068 -- Bdale Garbee Wed, 12 May 2010 11:20:20 -0600 diff --git a/debian/elilo.sh b/debian/elilo.sh index 46cfb22..9857ff2 100644 --- a/debian/elilo.sh +++ b/debian/elilo.sh @@ -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" -- 2.39.5