summaryrefslogtreecommitdiffstats
path: root/ldap
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2007-11-14 15:07:35 +0000
committerRich Megginson <rmeggins@redhat.com>2007-11-14 15:07:35 +0000
commit5370d95a66304870be8c7c1871ef1cb12d72ae86 (patch)
tree9cf194b444ef4ff52e2f555f8556a5dbdb601625 /ldap
parent69586c4c25b975ac8fcbfb52b6362e3be119564e (diff)
downloadds-5370d95a66304870be8c7c1871ef1cb12d72ae86.tar.gz
ds-5370d95a66304870be8c7c1871ef1cb12d72ae86.tar.xz
ds-5370d95a66304870be8c7c1871ef1cb12d72ae86.zip
Resolves: bug 367721
Bug Description: dbgen.pl uses incorrect perl interpreter on hpux Reviewed by: nhosoi (Thanks!) Fix Description: Set @perlexec@ to the correct platform specific perl location. Platforms tested: RHEL5 x86_64 Flag Day: no Doc impact: no QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none
Diffstat (limited to 'ldap')
-rwxr-xr-xldap/servers/slapd/tools/rsearch/scripts/dbgen.pl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/servers/slapd/tools/rsearch/scripts/dbgen.pl.in b/ldap/servers/slapd/tools/rsearch/scripts/dbgen.pl.in
index 43f5e5de..00bd6541 100755
--- a/ldap/servers/slapd/tools/rsearch/scripts/dbgen.pl.in
+++ b/ldap/servers/slapd/tools/rsearch/scripts/dbgen.pl.in
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!@perlexec@
# BEGIN COPYRIGHT BLOCK
# This Program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software