From 7d9774a7d78fa10858b56ceca9d32c97d6eeb9fa Mon Sep 17 00:00:00 2001 From: Tomas Plesnik <plesnik@ics.muni.cz> Date: Fri, 7 Jun 2013 12:56:48 +0200 Subject: [PATCH] pridan modul FindBin do kontroly zavislosti --- src/warden-server/sh/install.sh | 2 +- src/warden-server/sh/update.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/warden-server/sh/install.sh b/src/warden-server/sh/install.sh index 1b3c1b1..3fa9534 100755 --- a/src/warden-server/sh/install.sh +++ b/src/warden-server/sh/install.sh @@ -277,7 +277,7 @@ createSymlinks() #------------------------------------------------------------------------------- # list of used Perl modules -modules=(SOAP::Lite SOAP::Transport::HTTP DBI DBD::mysql Format::Human::Bytes Sys::Syslog File::Basename Net::CIDR::Lite DateTime Getopt::Std Switch IO::Socket::SSL MIME::Base64 Crypt::X509 Carp) +modules=(SOAP::Lite SOAP::Transport::HTTP DBI DBD::mysql Format::Human::Bytes Sys::Syslog File::Basename Net::CIDR::Lite DateTime Getopt::Std Switch IO::Socket::SSL MIME::Base64 Crypt::X509 Carp FindBin) # read input while getopts "d:k:c:a:Vh" options; do diff --git a/src/warden-server/sh/update.sh b/src/warden-server/sh/update.sh index d04151d..220e7e0 100755 --- a/src/warden-server/sh/update.sh +++ b/src/warden-server/sh/update.sh @@ -329,7 +329,7 @@ $valid_strings" > $server_conf_file 2> $err; ret_val=`echo $?` #------------------------------------------------------------------------------- # list of used Perl modules -modules=(SOAP::Lite SOAP::Transport::HTTP DBI DBD::mysql Format::Human::Bytes Sys::Syslog File::Basename Net::CIDR::Lite DateTime Getopt::Std Switch IO::Socket::SSL MIME::Base64 Crypt::X509 Carp) +modules=(SOAP::Lite SOAP::Transport::HTTP DBI DBD::mysql Format::Human::Bytes Sys::Syslog File::Basename Net::CIDR::Lite DateTime Getopt::Std Switch IO::Socket::SSL MIME::Base64 Crypt::X509 Carp FindBin) # read input while getopts "d:Vh" options; do -- GitLab