]> git.pld-linux.org Git - packages/bacula-backup-mysql.git/commitdiff
- typo
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 16 Jun 2009 15:53:30 +0000 (15:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bacula-backup-mysql -> 1.6

bacula-backup-mysql

index b334821a49a5435706ec97723686901b54357b75..48441c7ea472513343f824894072a4474617edb8 100644 (file)
@@ -14,7 +14,7 @@ use File::Path qw(rmtree);
 my $config = '/etc/bacula/backup-mysql.conf';
 my $c = new BBM::Config($config);
 
-# how change to user mysql after we've read config
+# now change to user mysql after we've read config
 unless ($<) {
        my $uid = getpwnam('mysql');
        my $gid = getgrnam('mysql');
This page took 0.077921 seconds and 4 git commands to generate.