Package: apt-cacher-ng
Version: 0.3.8-1
Severity: normal

The DISABLED flag introduced with #522186 does not work as expected.
The reason for this is that the variable is checked BEFORE the defaults are 
read.

test -z "$DISABLED" || exit 0

# Include apt-cacher-ng defaults if available
if [ -f /etc/default/apt-cacher-ng ] ; then
  . /etc/default/apt-cacher-ng
        fi

Moving te test below the sourcing of the config file fixes this problem.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.29
Locale: LANG=C, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt-cacher-ng depends on:
ii  adduser                3.110             add and remove users and groups
ii  libbz2-1.0             1.0.5-1           high-quality block-sorting file co
ii  libc6                  2.9-6             GNU C Library: Shared libraries
ii  libfuse2               2.7.4-1.1         Filesystem in USErspace library
ii  libgcc1                1:4.3.3-7         GCC support library
ii  libstdc++6             4.3.3-7           The GNU Standard C++ Library v3
ii  zlib1g                 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages apt-cacher-ng recommends:
ii  ed                            0.7-3      The classic unix line editor
ii  perl                          5.10.0-19  Larry Wall's Practical Extraction 

apt-cacher-ng suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to