diff options
| author | Noriko Hosoi <nhosoi@redhat.com> | 2007-03-19 17:49:53 +0000 |
|---|---|---|
| committer | Noriko Hosoi <nhosoi@redhat.com> | 2007-03-19 17:49:53 +0000 |
| commit | c61b588e27728e13f8a950783c258605db85989f (patch) | |
| tree | ba806f5eb8e5ab22b61408f06c7264eea387f05e /ldap/admin/src/scripts | |
| parent | 16cf8df478736292a9a1419a47c0033a639a961b (diff) | |
| download | ds-c61b588e27728e13f8a950783c258605db85989f.tar.gz ds-c61b588e27728e13f8a950783c258605db85989f.tar.xz ds-c61b588e27728e13f8a950783c258605db85989f.zip | |
Resolves: 232746
Summary: template file for db2bak.pl fails due to variable/path mismatches
Diffstat (limited to 'ldap/admin/src/scripts')
| -rw-r--r-- | ldap/admin/src/scripts/template-db2bak.pl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/admin/src/scripts/template-db2bak.pl.in b/ldap/admin/src/scripts/template-db2bak.pl.in index 31b825dd..1a921f4c 100644 --- a/ldap/admin/src/scripts/template-db2bak.pl.in +++ b/ldap/admin/src/scripts/template-db2bak.pl.in @@ -105,7 +105,7 @@ if ( $rootdn eq "" || $passwd eq "") { &usage; exit(1); } $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"; |
