----- Original Message -----
From: <manu@...>
To: <milter-greylist@yahoogroups.com>
Sent: Thursday, December 16, 2004 5:13 PM
Subject: [milter-greylist] milter-greylist 1.7.3 released
>
> milter-greylist 1.7.3 is available from our favorite FTP server
>
> http://ftp.espci.fr/pub/milter-greylist/milter-greylist-1.7.3.tgz
> MD5 (milter-greylist-1.7.3.tgz) = ad9a860688f192202f32ed412422d24b
>
> New since 1.7.2:
> + SUSe startup script, by Stephane Lentz
> + Builds again with SPF enabled
> + Update doc: flex is required
> + Prefix all install paths by ${DESTDIR} to help sandbox builds for RPM
> + Pull config from /etc/sysconfig/milter-greylist in rc-rdehat.sh
> + Whitelist when sendmail sets ${greylist} to WHITE (Ivan F. Martinez)
It appears that DESTDIR is still not quite working as expected:
[thomas.cameron@mail milter-greylist-1.7.3]$ make install
DESTDIR=/var/tmp/milter-greylist
/usr/bin/install -c -d -m 755 /var/tmp/milter-greylist/usr/bin
/usr/bin/install -c -d -m 755 /var/tmp/milter-greylist/usr/man/man8
/usr/bin/install -c -d -m 755 /var/tmp/milter-greylist/usr/man/man5
/usr/bin/install -c -m 755 milter-greylist /var/tmp/milter-greylist/usr/bin
/usr/bin/install -c -m 644 milter-greylist.8
/var/tmp/milter-greylist/usr/man/man8
/usr/bin/install -c -m 644 greylist.conf.5
/var/tmp/milter-greylist/usr/man/man5
test -f /var/tmp/milter-greylist/etc/mail/greylist.conf -o -f
/var/tmp/milter-greylist/etc/mail/greylist.except || \
/usr/bin/install -c -m 644 greylist.conf
/var/tmp/milter-greylist/etc/mail
/usr/bin/install: cannot create regular file
`/var/tmp/milter-greylist/etc/mail': No such file or directory
make: *** [install] Error 1
It seems to skip making $DESTDIR/etc/mail. If I knew how to code I'd submit
a patch. I would think that the same code that executes:
/usr/bin/install -c -d -m 755 /var/tmp/milter-greylist/usr/bin
could be made to execute something like
/usr/bin/install -c -d -m 755 /var/tmp/milter-greylist/etc/mail
Thanks,
ThomasMessage
Re: [milter-greylist] milter-greylist 1.7.3 released
2004-12-18 by Thomas Cameron
Attachments
- No local attachments were found for this message.