summaryrefslogtreecommitdiffstats
path: root/ldap/admin/src/makemccvlvindexes
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/admin/src/makemccvlvindexes')
-rw-r--r--ldap/admin/src/makemccvlvindexes6
1 files changed, 3 insertions, 3 deletions
diff --git a/ldap/admin/src/makemccvlvindexes b/ldap/admin/src/makemccvlvindexes
index dd2c6b36..03717b00 100644
--- a/ldap/admin/src/makemccvlvindexes
+++ b/ldap/admin/src/makemccvlvindexes
@@ -235,9 +235,9 @@ if($really_do_it eq "1" && $#vlvnames > 0)
print "\n";
print "$#vlvnames VLV indices have been declared. Execute the following commands to build the index files.\n";
print "\n";
- print "<config-dir>\\stop\n";
- print "slapd db2index -f <config-dir> -V @vlvnames\n";
- print "<config-dir>\\start\n";
+ print "<instance-dir>\\stop\n";
+ print "slapd db2index -f <instance-dir>\\config\\slapd.conf -V @vlvnames\n";
+ print "<instance-dir>\\start\n";
}