~ubuntu-branches/ubuntu/trusty/389-ds-base/trusty

« back to all changes in this revision

Viewing changes to ldap/admin/src/scripts/template-db2bak.pl.in

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2013-10-10 09:49:15 UTC
  • Revision ID: package-import@ubuntu.com-20131010094915-3q3m9z34sxx8tqik
Tags: 1.3.1.9-0ubuntu2
* Merge from debian git
  - admin_scripts.diff: Add patch from upstream #47511 to fix bashisms.
  - control: Add ldap-utils to -base depends.
  - rules, rename-online-scripts.diff: Some scripts with .pl suffix are
    meant for an online server, so instead of overwriting the offline
    scripts use -online suffix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        $i++;
50
50
}
51
51
 
52
 
exec "{{SERVERBIN-DIR}}/db2bak.pl @wrapperArgs -Z {{SERV-ID}}";
 
52
exec "{{SERVERBIN-DIR}}/db2bak-online @wrapperArgs -Z {{SERV-ID}}";
53
53
 
54
54
exit ($?);
55
55