Bug 265898. Rename CASAUtil to CASAcli per Baber's request
This commit is contained in:
parent
79f442164a
commit
73c638a6f8
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 1 09:15:13 MDT 2007 - jnorman@novell.com
|
||||||
|
|
||||||
|
- Bug 265898. Rename CASAUtil to CASAcli per Baber's request
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 30 17:01:33 MDT 2007 - jnorman@novell.com
|
Mon Apr 30 17:01:33 MDT 2007 - jnorman@novell.com
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ namespace Novell.CASA
|
|||||||
class CASAUtil
|
class CASAUtil
|
||||||
{
|
{
|
||||||
|
|
||||||
private static string m_sAppname = "CASAUtil";
|
private static string m_sAppname = "CASAcli";
|
||||||
private static string m_sKeyChainID = SecretStore.SERVER_KEY_CHAIN;
|
private static string m_sKeyChainID = SecretStore.SERVER_KEY_CHAIN;
|
||||||
private const int MODE_GET_CREDENTIAL = 1;
|
private const int MODE_GET_CREDENTIAL = 1;
|
||||||
private const int MODE_SET_CREDENTIAL = 2;
|
private const int MODE_SET_CREDENTIAL = 2;
|
||||||
|
@ -8,4 +8,4 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
export MONO_PATH=/usr/lib$ARCH_LIB/
|
export MONO_PATH=/usr/lib$ARCH_LIB/
|
||||||
mono /usr/bin/CASAUtil.exe $1 $2 $3 $4 $5 $6 $7 $8 $9
|
mono /usr/bin/CASAcli.exe $1 $2 $3 $4 $5 $6 $7 $8 $9
|
@ -30,7 +30,7 @@ endif
|
|||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
DIST_SUBDIRS =
|
DIST_SUBDIRS =
|
||||||
|
|
||||||
EXTRA_DIST = $(CSFILES) CASAUtil*
|
EXTRA_DIST = $(CSFILES) CASAcli* CASAUtil*
|
||||||
|
|
||||||
#EXTRA_DIST = $(CSFILES) help/en help/en/*.htm help/en/*.gif \
|
#EXTRA_DIST = $(CSFILES) help/en help/en/*.htm help/en/*.gif \
|
||||||
# images/*.png images/*.ico images/*.glade* \
|
# images/*.png images/*.ico images/*.glade* \
|
||||||
@ -52,7 +52,7 @@ export MONO_PATH := $(MONO_PATH)
|
|||||||
PLATFORMINDEPENDENTSOURCEDIR =
|
PLATFORMINDEPENDENTSOURCEDIR =
|
||||||
PLATFORMDEPENDENTSOURCEDIR = .
|
PLATFORMDEPENDENTSOURCEDIR = .
|
||||||
|
|
||||||
MODULE_NAME =CASAUtil
|
MODULE_NAME =CASAcli
|
||||||
MODULE_EXT =exe
|
MODULE_EXT =exe
|
||||||
|
|
||||||
CSFILES =$(srcdir)/CASAUtil.cs
|
CSFILES =$(srcdir)/CASAUtil.cs
|
||||||
|
@ -44,12 +44,12 @@ CASA provides a local on box credential store that is purely session
|
|||||||
based in 1.0. This store is populated with your Desktop and Network Login
|
based in 1.0. This store is populated with your Desktop and Network Login
|
||||||
credentials on Novell Linux Desktop and Windows workstations.
|
credentials on Novell Linux Desktop and Windows workstations.
|
||||||
|
|
||||||
%package util
|
%package cli
|
||||||
Summary: The CASA command line interface
|
Summary: The CASA command line interface
|
||||||
Group: Productivity/Other
|
Group: Productivity/Other
|
||||||
Requires: CASA = %{version}
|
Requires: CASA = %{version}
|
||||||
|
|
||||||
%description util
|
%description cli
|
||||||
This package contains a CLI(command line interface) that provides
|
This package contains a CLI(command line interface) that provides
|
||||||
a way for administrators to set, reset or delete credentials used by
|
a way for administrators to set, reset or delete credentials used by
|
||||||
services. These credentials are stored in CASA.
|
services. These credentials are stored in CASA.
|
||||||
@ -128,10 +128,10 @@ install -m 755 %{_lib}/%{cfg}/Novell.CASA.DataEngines.FireFox.dll %{buildroot}%{
|
|||||||
install -m 755 %{binsource}/%{cfg}/micasad.exe %{buildroot}%{bin_prefix}/bin
|
install -m 755 %{binsource}/%{cfg}/micasad.exe %{buildroot}%{bin_prefix}/bin
|
||||||
install -m 755 %{binsource}/%{cfg}/micasad-init %{buildroot}%{bin_prefix}/bin
|
install -m 755 %{binsource}/%{cfg}/micasad-init %{buildroot}%{bin_prefix}/bin
|
||||||
install -m 755 %{binsource}/%{cfg}/CASAManager.exe %{buildroot}%{bin_prefix}/bin
|
install -m 755 %{binsource}/%{cfg}/CASAManager.exe %{buildroot}%{bin_prefix}/bin
|
||||||
install -m 755 %{binsource}/%{cfg}/CASAUtil.exe %{buildroot}%{bin_prefix}/bin
|
install -m 755 %{binsource}/%{cfg}/CASAcli.exe %{buildroot}%{bin_prefix}/bin
|
||||||
install -m 755 gui/CASAManager.sh %{buildroot}%{bin_prefix}/bin
|
install -m 755 gui/CASAManager.sh %{buildroot}%{bin_prefix}/bin
|
||||||
install -m 755 gui/CASAManager.exe.config %{buildroot}%{bin_prefix}/bin
|
install -m 755 gui/CASAManager.exe.config %{buildroot}%{bin_prefix}/bin
|
||||||
install -m 755 cli/CASAUtil %{buildroot}%{bin_prefix}/bin
|
install -m 755 cli/CASAcli %{buildroot}%{bin_prefix}/bin
|
||||||
install -m 644 gui/images/* %{buildroot}%{prefix}/CASA/images
|
install -m 644 gui/images/* %{buildroot}%{prefix}/CASA/images
|
||||||
install -m 644 gui/help/en/* %{buildroot}%{prefix}/CASA/help/en
|
install -m 644 gui/help/en/* %{buildroot}%{prefix}/CASA/help/en
|
||||||
install -m 755 micasad/startup/micasad %{buildroot}/etc/init.d
|
install -m 755 micasad/startup/micasad %{buildroot}/etc/init.d
|
||||||
@ -246,10 +246,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{prefix}/CASA/doc/License.txt
|
%{prefix}/CASA/doc/License.txt
|
||||||
%{prefix}/CASA/doc/Readme.txt
|
%{prefix}/CASA/doc/Readme.txt
|
||||||
|
|
||||||
%files util
|
%files cli
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{bin_prefix}/bin/CASAUtil.exe
|
%{bin_prefix}/bin/CASAcli.exe
|
||||||
%{bin_prefix}/bin/CASAUtil
|
%{bin_prefix}/bin/CASAcli
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user