Package: dante-server
Version: 1.1.19.dfsg-3
Severity: normal

I've solved this problem by using the following script. Maybe it's useful for 
someone.

#!/bin/sh

# File: /etc/dhcp3/dhclient-exit-hooks.d/zzz_danted-proxy-server
# $Id$
#

danted_restart() {
        /etc/init.d/danted stop
        /etc/init.d/danted start
}

case "$reason" in
    MEDIUM|ARPCHECK|ARPSEND|NBI)
        danted_restart
        ;;

    PREINIT|BOUND|RENEW|REBIND|REBOOT|STOP|RELEASE)
        danted_restart
        ;;
    
    EXPIRE|FAIL|TIMEOUT)
        danted_restart
        ;;
esac



-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (1100, 'stable'), (1050, 'stable'), (1000, 'proposed-updates'), 
(800, 'testing'), (100, 'unstable'), (30, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-rc5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dante-server depends on:
ii  libc6                         2.9-12     GNU C Library: Shared libraries
ii  libpam0g                      1.0.1-9    Pluggable Authentication Modules l
ii  libwrap0                      7.6.q-18   Wietse Venema's TCP wrappers libra

dante-server recommends no packages.

dante-server 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