summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2013-01-23 14:30:26 +0100
committerJan Safranek <jsafrane@redhat.com>2013-01-23 14:30:26 +0100
commit0b5ac145d85ede41b7419acfee5ac19cf6f4641a (patch)
tree1e75868d3ae643c9c856fc65287cfe4b42ca8ec5
parent14b0cfc27388500ebcb7ec818d9936fc75d61a38 (diff)
parent279079f4307ea2a5c4cfc6c849a4ba4ea761d0ad (diff)
downloadopenlmi-providers-0b5ac145d85ede41b7419acfee5ac19cf6f4641a.tar.gz
openlmi-providers-0b5ac145d85ede41b7419acfee5ac19cf6f4641a.tar.xz
openlmi-providers-0b5ac145d85ede41b7419acfee5ac19cf6f4641a.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/openlmi-providers
-rw-r--r--src/account/CMakeLists.txt3
-rw-r--r--src/account/cmpiLMI_Account-cimprovagt23
2 files changed, 25 insertions, 1 deletions
diff --git a/src/account/CMakeLists.txt b/src/account/CMakeLists.txt
index 2c1d817..776ce87 100644
--- a/src/account/CMakeLists.txt
+++ b/src/account/CMakeLists.txt
@@ -2,6 +2,7 @@
set(PROVIDER_NAME Account)
set(LIBRARY_NAME cmpiLMI_${PROVIDER_NAME})
set(MOF LMI_Account.mof)
+set(ACCOUNT_SCRIPT cmpiLMI_${PROVIDER_NAME}-cimprovagt)
set(provider_SRCS
aux_lu.c
@@ -44,4 +45,4 @@ target_link_libraries(${LIBRARY_NAME} openlmicommon ${KONKRETCMPI_LIBRARIES} ${L
cim_registration(${PROVIDER_NAME} ${LIBRARY_NAME} ${MOF} share/openlmi-providers)
install(TARGETS ${LIBRARY_NAME} DESTINATION lib${LIB_SUFFIX}/cmpi/)
-
+install(PROGRAMS ${ACCOUNT_SCRIPT} DESTINATION libexec/pegasus)
diff --git a/src/account/cmpiLMI_Account-cimprovagt b/src/account/cmpiLMI_Account-cimprovagt
new file mode 100644
index 0000000..b31d665
--- /dev/null
+++ b/src/account/cmpiLMI_Account-cimprovagt
@@ -0,0 +1,23 @@
+#!/bin/sh
+#
+# Copyright (C) 2012 Red Hat, Inc. All rights reserved.
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
+# Authors: Roman Rakus <rnovacek@redhat.com>
+#
+
+
+/usr/libexec/pegasus/cimprovagt "$@"