* Luk Claes [Mon, 22 Sep 2008 07:55:30 +0200]:

> Tiago Bortoletto Vaz wrote:
> > Hi,

> > I've figured out a stupid issue that would really bother apticron users. 
> > It's
> > fixed in 1.1.24. Please consider unblocking 1.1.24 for lenny. Diff from 
> > 1.1.23
> > is attached.

> It appears you didn't really add the -f option to hostname?

AFAICS the relevant line is not this one:

-       IPADDRESSES=`(echo $( /bin/hostname -i ) ;
+       IPADDRESSES=`(echo $( /bin/hostname -i ) ;

but this one:

-   ) 2>&1 | /usr/bin/mailx -a "Content-type: text/plain; charset=UTF-8" -s 
"$DISTRIB_ID package updates on `/bin/hostname`" $EMAIL
+   ) 2>&1 | /usr/bin/mailx -a "Content-type: text/plain; charset=UTF-8" -s 
"$DISTRIB_ID package updates on $SYSTEM" $EMAIL

and the script sets SYSTEM to:

    # Set the SYSTEM
    SYSTEM=`/bin/hostname -f`

> Why did you make the ucf calls unconditional in the postrm?

This question still holds. Tiago?

-- 
Adeodato Simó                                     dato at net.com.org.es
Debian Developer                                  adeodato at debian.org
 
Mankind are very odd creatures: one half censure what they practice, the
other half practice what they censure; the rest always say and do as
they ought.
                -- Michel de Montaigne


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

Reply via email to