On 2007-01-03, at 1028, Stargazer wrote:
Sorry if I missed the docs for this - pointers appreciated, thanks.
did you keep your original "./configure" command line from 1.25?if so, use that as the starting point for 2.01... but you DO want to read the description of the new options, there are some new things in there you may want to take advantage of.
if not, check the first 10-15 lines of the qmail-scanner-queue.pl file it generated... i believe that will have a copy of the ./ configure line which built it.
but what i did was create a little shell script called "go" which contains my ./configure command line. it looks like this, if you're interested...
#!/bin/sh ./configure --batch \ --spooldir /var/qmail/scan \ --etcdir /var/qmail/scan \ --logdir /var/qmail/scan \ --admin virus \ --domain jms1.net \ --notify recips,admin \ --scanners clamdscan \ --log-details syslog \ --qs-user clamav \ "$@"so i just type "./go" to do the configuration test, then "./go -- install" to actually install it. and when 2.02 comes out, i can copy this "go" script to the new source tree, check the docs for any new options i might want to use, then just run "./go" and "./go -- install" and i'm done.
for what it's worth, i did the same thing (created a "go" script with the "./configure" command line) with vpopmail, courier-authlib, courier-imap, qmailadmin, and jabberd2 as well. it has proven to be a nice time-saver when i upgrade to new versions (like vpopmail-5.4.18 which just came out a few days ago... niiiiiice.)
---------------------------------------------------------------- | John M. Simpson --- KG4ZOW --- Programmer At Large | | http://www.jms1.net/ <[EMAIL PROTECTED]> | ---------------------------------------------------------------- | http://video.google.com/videoplay?docid=-4312730277175242198 | ----------------------------------------------------------------
PGP.sig
Description: This is a digitally signed message part
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Qmail-scanner-general mailing list Qmail-scanner-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general