Changeset 387


Ignore:
Timestamp:
Jan 17, 2012, 8:00:11 PM (13 years ago)
Author:
katerina
Message:

Fix for ticket #284 (Non-existent directive in config file template).

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/Changelog

    r385 r387  
     13.0.2:  * fixed: the config file template mentions (in a comment) the
     2          non-existent directive SetLockPath instead of the correct
     3          SetLockfilePath (reported by Curtis).
     4        * fixed: the definition of O_NOATIME isn't seen in sh_files.c.
     5
    163.0.1:
    27        * fix a memory leak (reported by C. Westlake)
    38        * fix an uninitialized variable in the suidcheck code (problem
    49          reports by T- Luettgert and Kai)
    5         * fix a bug in the port check with --disable-ipv6 (reported 
     10        * fix a bug in the port check with --disable-ipv6 (reported
    611          by C. Westlake)
    712        * fix potential deadlock in sh_files.c (reported by S. Mirolo)
  • trunk/samhainrc.freebsd

    r101 r387  
    638638## Path to the PID file
    639639#
    640 # SetLockPath = (default: compiled-in)
     640# SetLockfilePath = (default: compiled-in)
    641641
    642642
  • trunk/samhainrc.linux

    r101 r387  
    681681## Path to the PID file
    682682#
    683 # SetLockPath = (default: compiled-in)
     683# SetLockfilePath = (default: compiled-in)
    684684
    685685
  • trunk/samhainrc.netbsd

    r101 r387  
    771771## Path to the PID file
    772772#
    773 # SetLockPath = (default: compiled-in)
     773# SetLockfilePath = (default: compiled-in)
    774774
    775775
  • trunk/samhainrc.solaris

    r101 r387  
    597597## Path to the PID file
    598598#
    599 # SetLockPath = (default: compiled-in)
     599# SetLockfilePath = (default: compiled-in)
    600600
    601601
Note: See TracChangeset for help on using the changeset viewer.