Hello
I found a typo in the maxaliasesperpage section of
the qmailadmin-1.0.10 configure script
A patch to fix the problem is attached
------------------------------------------------
Michael Bowe (B.App.Sc)
Managing Director - Pipeline Internet
96 Pakington Street, Geelong West. VIC. 3218
Tel (03) 5229 7643
Fax (03) 5229 0282
Mobile 0419 242 136
http://www.pipeline.com.au/
------------------------------------------------
###################################################################
#
# The configure script for qmailadmin-1.0.10 contains a typo for the
# maxaliasesperpage configure command
#
# By Michael Bowe <[EMAIL PROTECTED]>
#
###################################################################
--- configure Tue Feb 11 06:03:46 2003
+++ ../test/qmailadmin-1.0.10/configure Fri Feb 21 15:25:47 2003
@@ -1804,7 +1804,7 @@
# Check whether --enable-maxaliasesperpage or --disable-maxaliasesperpage was given.
if test "${enable_maxaliasesperpage+set}" = set; then
enableval="$enable_maxaliasesperpage"
- maxusersperpage="$enableval"
+ maxaliasesperpage="$enableval"
fi
cat >> confdefs.h <<EOF