]> git.pld-linux.org Git - packages/bacula-backup-mysql.git/commitdiff
- fix config path
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 13 May 2009 20:46:52 +0000 (20:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bacula-backup-mysql -> 1.3

bacula-backup-mysql

index 709c88b4e30dbcd87ff28d25a63711c6d84804a2..d6c6c5deb3b3af271818f39973cc4faf207d947b 100644 (file)
@@ -6,8 +6,8 @@ use DBI;
 use File::Temp qw(tempdir);
 use File::Path qw(rmtree);
 
-# path to ini-style config
-my $config = '/etc/bacula/backup-mysql.apache';
+# path to Apache HTTPd-style config
+my $config = '/etc/bacula/backup-mysql.conf';
 my $c = new BBM::Config($config);
 
 # how change to user mysql after we've read config
This page took 0.047867 seconds and 4 git commands to generate.