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

Re: package and dpkg improvements to help autoinstallers



On Tue, Jul 30, 2002 at 04:47:25AM +0200, Guillem Jover wrote:
> On Mon, Jul 29, 2002 at 03:09:28AM +0200, Tollef Fog Heen wrote:
> > fwiw, update-ispell-dictionary now respects the
> > DEBIAN_FRONTEND=Noninteractive.
> 
> Capitalized first letter of DEBIAN_FRONTEND is deprecated.

... but used by debootstrap.

man-db is going to check for both "Noninteractive" and "noninteractive",
using:

  frontend=`echo "$DEBIAN_FRONTEND" | tr '[:upper:]' '[:lower:]'`
  if [ "$frontend" = noninteractive ]; then ... fi

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]


-- 
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: