Andreas Barth schrieb am Samstag, dem 09. Dezember 2006:

> this patch seems to solve it for me. Comments?

It solves the issue at hand but has a few problems:
 - purge now no longer removes kprop from inetd.conf:
        [EMAIL PROTECTED]:/tmp/buildd# tail -n2 /etc/inetd.conf

        #:OTHER: Other services

        [EMAIL PROTECTED]:/tmp/buildd# dpkg -i 
heimdal-kdc_0.7.2.dfsg.1-6.1_i386.deb

        [EMAIL PROTECTED]:/tmp/buildd# tail -n2 /etc/inetd.conf
        kerberos-adm    stream  tcp     nowait  root    /usr/sbin/tcpd 
/usr/lib/heimdal-servers/kadmind
        #krb_prop       stream  tcp     nowait  root    /usr/sbin/tcpd 
/usr/sbin/hpropd

        [EMAIL PROTECTED]:/tmp/buildd# dpkg --purge heimdal-kdc
        (Reading database ... 18024 files and directories currently installed.)
        Removing heimdal-kdc ...
        Purging configuration files for heimdal-kdc ...

        [EMAIL PROTECTED]:/tmp/buildd# tail -n2 /etc/inetd.conf
        #:OTHER: Other services
        #krb_prop       stream  tcp     nowait  root    /usr/sbin/tcpd 
/usr/sbin/hpropd

 - on upgrades it also leaves kerberos-adm disabled:
        [EMAIL PROTECTED]:/tmp/buildd# tail -n2 /etc/inetd.conf

        #:OTHER: Other services

        [EMAIL PROTECTED]:/tmp/buildd# dpkg -i 
/var/cache/apt/archives/heimdal-kdc_0.7.2.dfsg.1-6_i386.deb

        [EMAIL PROTECTED]:/tmp/buildd# tail -n2 /etc/inetd.conf
        kerberos-adm    stream  tcp     nowait  root    /usr/sbin/tcpd 
/usr/lib/heimdal-servers/kadmind
        #krb_prop       stream  tcp     nowait  root    /usr/sbin/tcpd 
/usr/sbin/hpropd

        [EMAIL PROTECTED]:/tmp/buildd# dpkg -i 
heimdal-kdc_0.7.2.dfsg.1-6.1_i386.deb
        Preparing to replace heimdal-kdc 0.7.2.dfsg.1-6 (using 
heimdal-kdc_0.7.2.dfsg.1-6.1_i386.deb) ...

        [EMAIL PROTECTED]:/tmp/buildd# tail -n2 /etc/inetd.conf
        #<off># kerberos-adm    stream  tcp     nowait  root    /usr/sbin/tcpd 
/usr/lib/heimdal-servers/kadmind
        #krb_prop       stream  tcp     nowait  root    /usr/sbin/tcpd 
/usr/sbin/hpropd

Peter
-- 
                           |  .''`.  ** Debian GNU/Linux **
      Peter Palfrader      | : :' :      The  universal
 http://www.palfrader.org/ | `. `'      Operating System
                           |   `-    http://www.debian.org/


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

Reply via email to