浏览代码

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

Rich Megginson 18 年之前
父节点
当前提交
5370d95a66
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ldap/servers/slapd/tools/rsearch/scripts/dbgen.pl.in

+ 1 - 1
ldap/servers/slapd/tools/rsearch/scripts/dbgen.pl.in

@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!@perlexec@
 # BEGIN COPYRIGHT BLOCK
 # BEGIN COPYRIGHT BLOCK
 # This Program is free software; you can redistribute it and/or modify it under
 # 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
 # the terms of the GNU General Public License as published by the Free Software