[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ROUTEUSER_IN_ABNORMAL_UNIX configure problem



Matti,

I noticed this problem long ago, but only today diagnozed it.
If you have existing /.../zmailer.conf which has

ROUTEUSER_IN_ABNORMAL_UNIX=@ROUTEUSER_IN_ABNORMAL_UNIX@

inside (which is considered normal), and then you run ./configure,
then the config.status script gets this `sed' line:

s,@ROUTEUSER_IN_ABNORMAL_UNIX@,@ROUTEUSER_IN_ABNORMAL_UNIX@,;t t

The result is that when config.status is run, and tries to create
SiteConfig, sed busyloops.  Workaround is to manually change
ROUTEUSER_IN_ABNORMAL_UNIX=@ROUTEUSER_IN_ABNORMAL_UNIX@ to
ROUTEUSER_IN_ABNORMAL_UNIX=SOMETHING_ELSE in production zmailer.conf
before running configure, but the right solution would be to always
do the substitution and never leave unchanged @...@ variable in the
resulting file.

Eugene
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi