Jelajahi Sumber

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 tahun lalu
induk
melakukan
5370d95a66
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
 # 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