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

Bug#176483: checks for "noninteractive" (lower case) in postinst



On Mon, Jan 13, 2003 at 03:38:37PM +0900, Junichi Uekawa wrote:
> Package: base-passwd,exim,fdutils,libc6
> 
> I've grepped for "noninteractive" on my system.
> 
> 
> see man-db for a better examble.
> 
> if [ $build_db -eq 1 ]; then
>     frontend=`echo "$DEBIAN_FRONTEND" | tr '[:upper:]' '[:lower:]'`
>     if [ "$frontend" = noninteractive ]; then
>         # Run in the foreground. In this case, chances are we're being run

In man-db, that code's there to tolerate the version of debootstrap in
woody (before you fixed #154794). The documented name for the frontend
is all lower case "noninteractive", so that compatibility code will be
removed from man-db. I don't see why the four packages above should get
this extra compatibility code for sarge; it will no longer do any good.

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



Reply to: