diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-12 22:19:22 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-12 22:19:22 +0000 |
commit | 8455ebaab5ffa11bd62c4de99c35ee9ad93a344f (patch) | |
tree | 2ef9e8c43b6832f53d3e1d55bd178856e65dc4e7 /net-mgmt/pandorafms_agent | |
parent | 66d1ce1d5b1ba770a9a3dfd016148706a70fb7f0 (diff) | |
download | ports-8455ebaab5ffa11bd62c4de99c35ee9ad93a344f.tar.gz ports-8455ebaab5ffa11bd62c4de99c35ee9ad93a344f.zip |
Notes
Diffstat (limited to 'net-mgmt/pandorafms_agent')
-rw-r--r-- | net-mgmt/pandorafms_agent/files/patch-pandora__agent__installer | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/pandorafms_agent/files/patch-pandora__agent__installer b/net-mgmt/pandorafms_agent/files/patch-pandora__agent__installer new file mode 100644 index 000000000000..29d8b56c1df4 --- /dev/null +++ b/net-mgmt/pandorafms_agent/files/patch-pandora__agent__installer @@ -0,0 +1,11 @@ +--- pandora_agent_installer.orig 2015-04-12 22:14:02 UTC ++++ pandora_agent_installer +@@ -89,7 +89,7 @@ fi + [ "$4" ] && PANDORA_PERL_PATH=$4 + + # Check for Perl 5.6.x or higher available +-PERL_VERSION=`$PANDORA_PERL_PATH -v | egrep 'v5.6|v5.7|v5.8|v5.9|v5.1[0-9]' | grep perl` ++PERL_VERSION=`$PANDORA_PERL_PATH -v | egrep 'v5.6|v5.7|v5.8|v5.9|v5.1[0-9]|v5.2[0-9]' | grep perl` + + if [ -z "$PERL_VERSION" ] + then |