On Tue, Feb 03, 2004 at 08:44:08AM -0600, Dallas L. Engelken wrote: > # HOSTNAME GRABBED DYNAMICALLY > open(ME,"/var/qmail/control/me"); > flock(ME,2); > my $temphost=<ME>; > close(ME);
Care to explain the need of a flock? Seems to me you could be making things worse with that. After all, it is read-only... -- Cheers Jason Haar Information Security Manager, Trimble Navigation Ltd. Phone: +64 3 9635 377 Fax: +64 3 9635 417 PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D 66D1 ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
