Changeset 217

Show
Ignore:
Timestamp:
02/21/07 12:31:36 (2 years ago)
Author:
ludo
Message:

typo in rotatelog (from r4052)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/admin/perl/rotatelog

    • Property svn:keywords set to Id
    r202 r217  
    33# Script to rotate LRS client logs 
    44# 
    5 # $Id: rename_host 2307 2005-06-13 09:40:44Z root
     5# $Id
    66# 
    77# 
     
    3434rename($log, $log.".bak"); 
    3535# keep only the last lines of the log 
    36 system("tail -$lines < $log.bak > %log"); 
     36system("tail -$lines < $log.bak > $log"); 
    3737exit 0;