Imported Upstream version 2.60.19.0

This commit is contained in:
Mario Fetka
2017-11-10 14:41:07 +01:00
parent 39fda005e7
commit 6d6d75496d
17 changed files with 1086 additions and 0 deletions

Binary file not shown.

5
i386/usr/sbin/ssacli Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
export SSACLI_BIN_INSTALLATION_DIR=/opt/smartstorageadmin/ssacli/bin/
${SSACLI_BIN_INSTALLATION_DIR}mklocks.sh ssacli
exec ${SSACLI_BIN_INSTALLATION_DIR}ssacli $*

5
i386/usr/sbin/ssascripting Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
export SSACLI_BIN_INSTALLATION_DIR=/opt/smartstorageadmin/ssacli/bin/
${SSACLI_BIN_INSTALLATION_DIR}mklocks.sh ssascripting
exec ${SSACLI_BIN_INSTALLATION_DIR}ssascripting $*