cvs commit: ports/sysutils/logrotate Makefile
 ports/sysutils/logrotate/files patch-aa
    Martin Wilke 
    miwi at FreeBSD.org
       
    Fri Aug 15 19:19:36 UTC 2008
    
    
  
miwi        2008-08-15 19:19:35 UTC
  FreeBSD ports repository
  Modified files:
    sysutils/logrotate   Makefile 
    sysutils/logrotate/files patch-aa 
  Log:
  - Olddir options fix
  
       logrotate's path-type options (eg. compress, olddir,
       just to name a few) fail because FreeBSD's libc
       implements mbtrowc(3) differently, and returns -2 on
       empty string. Linux version, however, returns 0.
  
       A simple zero-length check added to path check function,
       which hides this.
  
  PR:             126337
  Submitted by:   Balazs NAGY <js at iksz.hu> (maintainer)
  
  Revision  Changes    Path
  1.26      +1 -0      ports/sysutils/logrotate/Makefile
  1.7       +15 -6     ports/sysutils/logrotate/files/patch-aa
    
    
More information about the cvs-all
mailing list