Ignore:
Timestamp:
07/16/10 15:56:36 (14 years ago)
Author:
Kris Deugau
Message:

/trunk

Make sure all syslog-using scripts pick up the global logging
facility instead of hardcoding local2. See #17.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/allocate.pl

    r417 r431  
    2121use MyIPDB;
    2222
    23 openlog "IPDBshell","pid","local2";
     23openlog "IPDBshell","pid","$IPDB::syslog_facility";
    2424
    2525# Collect the username from the environment.  If undefined, something
Note: See TracChangeset for help on using the changeset viewer.