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/bbstored/bbstored-config.in

    r2127 r2498  
    2020 
    2121Parameters: 
    22     config-dir       is usually @sysconfdir_expanded@/box 
     22    config-dir       is usually @sysconfdir_expanded@/boxbackup 
    2323    server-hostname  is the hostname that clients will use to connect to 
    2424                     this server 
     
    4848 
    4949# default locations 
    50 my $default_config_location = '@sysconfdir_expanded@/box/bbstored.conf'; 
     50my $default_config_location = '@sysconfdir_expanded@/boxbackup/bbstored.conf'; 
    5151 
    5252# command line parameters 
Note: See TracChangeset for help on using the changeset viewer.