Module submission - cyrus-sasl
sirocco@gmx.fr
sirocco at gmx.fr
Sun Mar 19 11:19:03 UTC 2006
module name : cyrus-sasl
suggested section : crypto
update (y/n) : n
bugfix (y/n) : y
security (y/n) : n
Each time cyrus-sasl is compiled, the old /usr/lib/sasl2/smtpd.conf file is
destroyed, and all settings are lost, the "if [ ! -e" musn't be set in
the BUILD file but in the POST_INSTALL file
Guillaume
-------------- next part --------------
--- cyrus-sasl/BUILD 2005-11-06 14:31:35.000000000 +0100
+++ cyrus-sasl/BUILD 2006-03-19 12:05:26.000000000 +0100
@@ -22,10 +22,6 @@
default_config &&
mkdir -p /var/lib/sasl/ &&
- default_make &&
- if [ ! -e /usr/lib/sasl2/smtpd.conf ] ; then
- install $SOURCE_CACHE/$SOURCE2 /usr/lib/sasl2/smtpd.conf.gz &&
- gunzip /usr/lib/sasl2/smtpd.conf.gz
- fi
+ default_make
) > $C_FIFO 2>&1
--- cyrus-sasl/POST_INSTALL 1970-01-01 01:00:00.000000000 +0100
+++ cyrus-sasl/POST_INSTALL 2006-03-19 11:49:52.000000000 +0100
@@ -0,0 +1,4 @@
+if [ ! -e /usr/lib/sasl2/smtpd.conf ] ; then
+ install $SOURCE_CACHE/$SOURCE2 /usr/lib/sasl2/smtpd.conf.gz &&
+ gunzip /usr/lib/sasl2/smtpd.conf.gz
+fi
-------------- next part --------------
lvu submit cyrus-sasl 8d145338b0023ef51bad44b1c22c781f -
2.6.15.6 2.6.12 gcc-3.4.5 glibc-2.3.6
More information about the Lunar
mailing list