Ok. Welp, you brought me that much closer to what I want ;) I hadn't yet
investigated the command line arguments, but I've got about 120 virtual
hosts to run logs for. With your help, we could do:

------------------
#!/bin/sh

open (DOMAIN, "ls /usr/local/analog/*.cfg|");

@domains = <DOMAIN>;

foreach $domain (@domains)
{
        system ("/usr/local/analog -G -g$domain.cfg");
}
------------------

and then you merely run this from a cronjob. Any major problems with this,
list? Anywhere this could go wrong?


Kevin Hemenway
-- -----------------------------------------------------------------
Total Net NH, LLC              EMAIL: <[EMAIL PROTECTED]>
15 Pleasant St., Suite 11      WEBSITE: <http://www.totalnetnh.net/>
Concord, NH 03301              PHONE: (603) 225-8422
--------------------------------------------------------------------


------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to