Package: distcc
Version: 2.18.3-3
Severity: minor

Currently etc/init.d/distcc  reads:

    # Reads config file (will override defaults above)
    [ -r /etc/default/distcc ] && . /etc/default/distcc

    test -x $DAEMON || exit 0

    set -e

This doesn't take into account possible errors in /etc/default/distcc, so
perhaps the error checking could be placed earlier:

>>  set -e

    # Reads config file (will override defaults above)
    [ -r /etc/default/distcc ] && . /etc/default/distcc

    test -x $DAEMON || exit 0

-- Package-specific info:

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages distcc depends on:
ii  adduser                       3.67.2     Add and remove users and groups
ii  debconf [debconf-2.0]         1.4.58     Debian configuration management sy
ii  libc6                         2.3.5-6    GNU C Library: Shared libraries an
ii  libpopt0                      1.7-5      lib for parsing cmdline parameters
ii  netbase                       4.22       Basic TCP/IP networking system

distcc recommends no packages.

-- debconf information excluded


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

Reply via email to