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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2013-02-06 18:06:31 UTC
  • mfrom: (11.1.1 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130206180631-h6ldv3k506hmm46e
Tags: 1.3.0.2-0ubuntu2
debian/*: Fix time stamps due to clock skew (FTBFS).

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
then
24
24
        bak_dir={{BAK-DIR}}/reindex_`date +%Y_%m_%d_%H_%M_%S`
25
25
        ./ns-slapd upgradedb -D {{CONFIG-DIR}} -f -a "$bak_dir"
26
 
elif [ $# -lt 4 ]
 
26
elif [ $# -lt 2 ]
27
27
then
28
28
        echo "Usage: db2index [-n backend_instance | {-s includesuffix}* -t attribute[:indextypes[:matchingrules]] -T vlvattribute]"
29
29
        exit 1