Package: pdnsd
Version: 1.2.5par-3
Severity: normal

Hi,

the init script fails in function stop_resolvconf if resolvconf is not 
installed.

stop_resolvconf()
{
    log_begin_msg "Update resolvconf"
    test -x /sbin/resolvconf && /sbin/resolvconf -d "lo.$NAME"
    log_end_msg2 $?
}

Here, you test for /sbin/resolvconf and if this is not installed the exit
value of this test (1) is passed to log_end_msg2 resulting in an error.


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

Kernel: Linux 2.6.22cfs-hrt1 (PREEMPT)
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pdnsd depends on:
ii  adduser                       3.104      add and remove users and groups
ii  libc6                         2.6-2      GNU C Library: Shared libraries

Versions of packages pdnsd recommends:
pn  resolvconf                    <none>     (no description available)

-- no debconf information


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

Reply via email to