Changeset 67 for trunk

Show
Ignore:
Timestamp:
08/25/09 15:01:55 (1 year ago)
Author:
soergel
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/s3napback.pl

    r66 r67  
    44# Manage cycling, incremental, compressed, encrypted backups on Amazon S3. 
    55# 
    6 # Version 1.04 
     6# Version 1.04rc1 
    77# 
    88# Copyright (c) 2008-2009 David Soergel 
     
    6565###### Setup logging 
    6666 
    67 my $conf_file = 's3napback.logconfig'; 
    68 Log::Log4perl->init($conf_file); 
     67Log::Log4perl->init("${curPath}s3napback.logconfig); 
    6968 
    7069sub main() {