Changeset 221

Show
Ignore:
Timestamp:
04/06/05 21:50:39 (4 years ago)
Author:
athomas
Message:

Added nolog option which suppresses informational logs. Useful for
automated jobs to prevent log spam.

Configuration files in /etc/op.d are now lexically sorted. This allows
variables in configuration files to be used deterministically. Commands
can also be overridden in this fashion.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • op/trunk/ChangeLog

    r217 r221  
    129129Also made error reporting a bit smarter when config files are missing or have 
    130130incorrect permissions.  
     131 
     13207/04/05 - op 1.27 
     133================== 
     134Added ''nolog'' option which suppresses informational logs. Useful for 
     135automated jobs to prevent log spam. 
     136 
     137Configuration files in /etc/op.d are now lexically sorted. This allows 
     138variables in configuration files to be used deterministically. Commands 
     139can also be overridden in this fashion.