FIXME: hard-code /etc/BackupPC as config dir!
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 3 Jan 2011 20:27:49 +0000 (20:27 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 3 Jan 2011 20:27:49 +0000 (20:27 +0000)
lib/BackupPC/Lib.pm

index 83e29c5..6e1fe8f 100644 (file)
@@ -96,7 +96,7 @@ sub new
     # Whether to use filesystem hierarchy standard for file layout.
     # If set, text config files are below /etc/BackupPC.
     #
     # Whether to use filesystem hierarchy standard for file layout.
     # If set, text config files are below /etc/BackupPC.
     #
-    my $useFHS = 0;
+    my $useFHS = 1;
     my $paths;
 
     #
     my $paths;
 
     #
@@ -105,6 +105,8 @@ sub new
     $topDir     = '/data/BackupPC' if ( $topDir eq "" );
     $installDir = '/usr/local/BackupPC'    if ( $installDir eq "" );
 
     $topDir     = '/data/BackupPC' if ( $topDir eq "" );
     $installDir = '/usr/local/BackupPC'    if ( $installDir eq "" );
 
+       $confDir = '/etc/BackupPC'; # FIXME remove this! XXX
+
     #
     # Pick some initial defaults.  For FHS the only critical
     # path is the ConfDir, since we get everything else out
     #
     # Pick some initial defaults.  For FHS the only critical
     # path is the ConfDir, since we get everything else out