[Fedora-directory-commits] ldapserver/ldap/admin/src/scripts template-db2bak.pl.in, 1.4, 1.5

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Mon Mar 19 17:49:55 UTC 2007


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/admin/src/scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20172

Modified Files:
	template-db2bak.pl.in 
Log Message:
Resolves: 232746
Summary: template file for db2bak.pl fails due to variable/path mismatches



Index: template-db2bak.pl.in
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/src/scripts/template-db2bak.pl.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- template-db2bak.pl.in	12 Feb 2007 19:55:10 -0000	1.4
+++ template-db2bak.pl.in	19 Mar 2007 17:49:53 -0000	1.5
@@ -105,7 +105,7 @@
 $mn++; $yr += 1900;
 $taskname = "backup_${yr}_${mn}_${dy}_${h}_${m}_${s}";
 if ($archivedir eq "") {
-	$archivedir = "${bakdir}{{SEP}}bak{{SEP}}${yr}_${mn}_${dy}_${h}_${m}_${s}";
+	$archivedir = "${mybakdir}{{SEP}}${yr}_${mn}_${dy}_${h}_${m}_${s}";
 }
 $dn = "dn: cn=$taskname, cn=backup, cn=tasks, cn=config\n";
 $misc = "changetype: add\nobjectclass: top\nobjectclass: extensibleObject\n";




More information about the Fedora-directory-commits mailing list