Ignore:
Timestamp:
10/04/2009 00:05:28 (3 years ago)
Author:
chris
Message:

Change default location for config files from /etc/box to
/etc/boxbackup, thanks to Reinhard Tartler and the Debian Project.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbackupd/bbackupd-config.in

    r2127 r2498  
    2020 
    2121Parameters: 
    22     config-dir          is usually @sysconfdir_expanded@/box 
     22    config-dir          is usually @sysconfdir_expanded@/boxbackup 
    2323    backup-mode         is lazy or snapshot: 
    2424        lazy mode       runs continously, uploading files over a specified age 
     
    5858 
    5959# default locations 
    60 my $default_config_location = '@sysconfdir_expanded@/box/bbackupd.conf'; 
     60my $default_config_location = '@sysconfdir_expanded@/boxbackup/bbackupd.conf'; 
    6161 
    6262# command line parameters 
Note: See TracChangeset for help on using the changeset viewer.