From a9d7e832c224a133ce8ceb0559de23923041de7f Mon Sep 17 00:00:00 2001 From: "Cameron (Kamran) Mashayekhi" Date: Thu, 20 Apr 2006 18:50:11 +0000 Subject: [PATCH] YaST modules rename from novell-casa to CASA continued. --- CASA.changes | 4 ++ casa-yast/Makefile | 51 +++++++++--------- casa-yast/Makefile.am | 17 +++--- casa-yast/Makefile.in | 17 +++--- casa-yast/RPMNAME | 2 +- casa-yast/agents/Makefile | 24 ++++----- casa-yast/agents/Makefile.in | 2 +- casa-yast/autom4te.cache/output.0 | 30 +++++------ casa-yast/autom4te.cache/output.1 | 30 +++++------ casa-yast/autom4te.cache/traces.0 | 2 +- casa-yast/autom4te.cache/traces.1 | 2 +- casa-yast/config.log | 54 +++++++++---------- casa-yast/config.status | 36 ++++++------- casa-yast/configure | 30 +++++------ casa-yast/configure.in | 10 ++-- casa-yast/src/.dep | 5 ++ casa-yast/src/CASA.desktop | 2 +- casa-yast/src/CASA.ycp | 4 +- casa-yast/src/CASA_auto.ycp | 4 +- casa-yast/src/CASA_proposal.ycp | 12 ++--- casa-yast/src/Makefile | 28 +++++----- casa-yast/src/Makefile.am | 2 +- casa-yast/src/Makefile.in | 6 +-- casa-yast/src/NovellCasa.ybc | Bin 5831 -> 0 bytes casa-yast/src/complex.ycp | 19 +++---- casa-yast/src/helps.ycp | 20 +++---- casa-yast/src/{NovellCasa.pm => miCASA.pm} | 0 casa-yast/src/miCASA.ybc | Bin 0 -> 5659 bytes casa-yast/src/{NovellCasa.ycp => miCASA.ycp} | 0 casa-yast/src/wizards.ycp | 2 +- casa-yast/yast2-CASA.spec.in | 2 +- 31 files changed, 214 insertions(+), 203 deletions(-) delete mode 100644 casa-yast/src/NovellCasa.ybc rename casa-yast/src/{NovellCasa.pm => miCASA.pm} (100%) create mode 100644 casa-yast/src/miCASA.ybc rename casa-yast/src/{NovellCasa.ycp => miCASA.ycp} (100%) diff --git a/CASA.changes b/CASA.changes index 8e4a81e9..f244754a 100644 --- a/CASA.changes +++ b/CASA.changes @@ -1,3 +1,7 @@ +------------------------------------------------------------------- +Thu Apr 21 12:52:19 MST 2006 - cmashayekhi@novell.com +- Yast module was modified and renamed to CASA instead of novell-casa. + ------------------------------------------------------------------- Wed Apr 19 14:22:10 MST 2006 - jnorman@novell.com - Security Audit report: 4.2. Enhance encryption of values in memory. diff --git a/casa-yast/Makefile b/casa-yast/Makefile index 6e5fa334..c3abd5b5 100644 --- a/casa-yast/Makefile +++ b/casa-yast/Makefile @@ -25,9 +25,9 @@ srcdir = . top_srcdir = . -pkgdatadir = $(datadir)/yast2-novell-casa -pkglibdir = $(libdir)/yast2-novell-casa -pkgincludedir = $(includedir)/yast2-novell-casa +pkgdatadir = $(datadir)/yast2-CASA +pkglibdir = $(libdir)/yast2-CASA +pkgincludedir = $(includedir)/yast2-CASA top_builddir = . am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = /usr/bin/install -c -p @@ -91,18 +91,18 @@ DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print distcleancheck_listfiles = find . -type f -print -ACLOCAL = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run aclocal-1.9 -AMTAR = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run tar -AUTOCONF = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run autoconf -AUTOHEADER = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run autoheader -AUTOMAKE = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run automake-1.9 +ACLOCAL = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run aclocal-1.9 +AMTAR = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run tar +AUTOCONF = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run autoconf +AUTOHEADER = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run autoheader +AUTOMAKE = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run automake-1.9 AWK = gawk CREATE_PKGCONFIG_FALSE = CREATE_PKGCONFIG_NOARCH_FALSE = CREATE_PKGCONFIG_NOARCH_TRUE = # CREATE_PKGCONFIG_TRUE = # CYGPATH_W = echo -DEFS = -DPACKAGE_NAME=\"yast2-novell-casa\" -DPACKAGE_TARNAME=\"yast2-novell-casa\" -DPACKAGE_VERSION=\"1.6.0\" -DPACKAGE_STRING=\"yast2-novell-casa\ 1.6.0\" -DPACKAGE_BUGREPORT=\"http://www.suse.de/feedback\" -DPACKAGE=\"yast2-novell-casa\" -DVERSION=\"1.6.0\" +DEFS = -DPACKAGE_NAME=\"yast2-CASA\" -DPACKAGE_TARNAME=\"yast2-CASA\" -DPACKAGE_VERSION=\"1.6.462\" -DPACKAGE_STRING=\"yast2-CASA\ 1.6.462\" -DPACKAGE_BUGREPORT=\"http://www.suse.de/feedback\" -DPACKAGE=\"yast2-CASA\" -DVERSION=\"1.6.462\" ECHO_C = ECHO_N = -n ECHO_T = @@ -115,13 +115,13 @@ LIBS = LN_S = ln -s LTLIBOBJS = MAINTAINER = casa -MAKEINFO = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run makeinfo -PACKAGE = yast2-novell-casa +MAKEINFO = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run makeinfo +PACKAGE = yast2-CASA PACKAGE_BUGREPORT = http://www.suse.de/feedback -PACKAGE_NAME = yast2-novell-casa -PACKAGE_STRING = yast2-novell-casa 1.6.0 -PACKAGE_TARNAME = yast2-novell-casa -PACKAGE_VERSION = 1.6.0 +PACKAGE_NAME = yast2-CASA +PACKAGE_STRING = yast2-CASA 1.6.462 +PACKAGE_TARNAME = yast2-CASA +PACKAGE_VERSION = 1.6.462 PATH_SEPARATOR = : PKG_CONFIG_PATH = RPMNAME = $(shell cat $(srcdir)/RPMNAME) @@ -152,7 +152,7 @@ build_vendor = suse clientdir = ${prefix}/share/YaST2/clients datadir = ${prefix}/share desktopdir = ${prefix}/share/applications/YaST2 -docdir = ${prefix}/share/doc/packages/yast2-novell-casa +docdir = ${prefix}/share/doc/packages/yast2-CASA exec_prefix = ${prefix} execcompdir = ${prefix}/lib/YaST2 fillupdir = /var/adm/fillup-templates @@ -164,7 +164,7 @@ host_vendor = suse imagedir = ${prefix}/share/YaST2/images includedir = ${prefix}/include/YaST2 infodir = ${prefix}/info -install_sh = /home/nds_cm/dev/yast/casa-yast/install-sh +install_sh = /home/cameron/dev/subversion/trunk/casa-yast/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${prefix}/share/YaST2/locale @@ -198,6 +198,7 @@ ystartupdir = ${prefix}/lib/YaST2 #where devtools are PREFIX := $(shell pkg-config --print-errors --variable=prefix yast2-devtools) +Y2TOOL = $(PREFIX)/bin/y2tool SUBDIRS_FILE = $(shell test -e $(srcdir)/SUBDIRS && echo SUBDIRS) ACINCLUDE_FILE = $(shell test -e $(srcdir)/acinclude.m4 && echo acinclude.m4) HAS_YAST_LICENSE = $(shell test -e $(srcdir)/YAST_LICENSE && echo YAST_LICENSE) @@ -227,7 +228,7 @@ EXTRA_DIST = VERSION RPMNAME MAINTAINER configure.in.in \ $(IS_DEVTOOLS),Makefile.am.common,$(POT_DST)) $(am__append_1) ##pkgconfigdata_DATA = $(RPMNAME).pc #pkgconfig_DATA = $(RPMNAME).pc -TAGVERSION = $(PREFIX)/bin/y2tool tagversion +TAGVERSION = $(Y2TOOL) tagversion # test ! -d $(srcdir)/po \ # || { $(MAKE) -C po checkpo && $(MAKE) -C po make-pox; } # Contents of ./SUBDIRS @@ -724,7 +725,7 @@ dist-hook: done pot: - y2tool y2makepot -s $(srcdir) + $(Y2TOOL) y2makepot -s $(srcdir) install-pot: pot @POT_DST=`find -type d -name testsuite -prune , \ @@ -745,7 +746,7 @@ install-pot: pot fi spellcheck: pot - y2tool pot-spellcheck + $(Y2TOOL) pot-spellcheck # all-local: $(if $(IS_DEVTOOLS),,$(POT_DST)) @@ -772,15 +773,15 @@ package-local: check-parse $(if $(IS_DEVTOOLS),,$(POT_DST)) $(RPMNAME)-$(VERSION rm -f package/*.bak rm -f package/*.auto mv $(RPMNAME)-$(VERSION).tar.bz2 package/ - if ! test -x $(PREFIX)/bin/y2tool; then \ - echo "$(PREFIX)/bin/y2tool: not found."; \ + if ! test -x $(Y2TOOL); then \ + echo "$(Y2TOOL): not found."; \ echo "You have to install yast2-devtools to making a package"; \ false; \ fi here=`pwd`; \ cd $(srcdir) && for i in $(RPMNAME)*.spec.in; do \ newname="`echo "$$i" | sed "s/\.in$$//g"`"; \ - $(PREFIX)/bin/y2tool create-spec < $$i > $$here/package/$${newname} ; \ + $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ done package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local @@ -827,12 +828,12 @@ check-all-packages: fi check-textdomain: - $(PREFIX)/bin/y2tool check-textdomain $(srcdir) + $(Y2TOOL) check-textdomain $(srcdir) stable: checkin-stable checkin-stable: package - $(PREFIX)/bin/y2tool checkin-stable + $(Y2TOOL) checkin-stable # For po/ modules checkpo: diff --git a/casa-yast/Makefile.am b/casa-yast/Makefile.am index 74d15a0e..7d3bdad2 100644 --- a/casa-yast/Makefile.am +++ b/casa-yast/Makefile.am @@ -8,6 +8,7 @@ #where devtools are PREFIX := $(shell pkg-config --print-errors --variable=prefix yast2-devtools) +Y2TOOL = $(PREFIX)/bin/y2tool VERSION = $(shell cat $(srcdir)/VERSION) RPMNAME = $(shell cat $(srcdir)/RPMNAME) @@ -95,7 +96,7 @@ dist-hook: done pot: - y2tool y2makepot -s $(srcdir) + $(Y2TOOL) y2makepot -s $(srcdir) install-pot: pot @POT_DST=`find -type d -name testsuite -prune , \ @@ -116,7 +117,7 @@ install-pot: pot fi spellcheck: pot - y2tool pot-spellcheck + $(Y2TOOL) pot-spellcheck # all-local: $(if $(IS_DEVTOOLS),,$(POT_DST)) @@ -143,20 +144,20 @@ package-local: check-parse $(if $(IS_DEVTOOLS),,$(POT_DST)) $(RPMNAME)-$(VERSION rm -f package/*.bak rm -f package/*.auto mv $(RPMNAME)-$(VERSION).tar.bz2 package/ - if ! test -x $(PREFIX)/bin/y2tool; then \ - echo "$(PREFIX)/bin/y2tool: not found."; \ + if ! test -x $(Y2TOOL); then \ + echo "$(Y2TOOL): not found."; \ echo "You have to install yast2-devtools to making a package"; \ false; \ fi here=`pwd`; \ cd $(srcdir) && for i in $(RPMNAME)*.spec.in; do \ newname="`echo "$$i" | sed "s/\.in$$//g"`"; \ - $(PREFIX)/bin/y2tool create-spec < $$i > $$here/package/$${newname} ; \ + $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ done package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local -TAGVERSION = $(PREFIX)/bin/y2tool tagversion +TAGVERSION = $(Y2TOOL) tagversion check-up-to-date check-cvs-up-to-date check-svn-up-to-date: if [ -d $(srcdir)/CVS ]; then \ @@ -200,12 +201,12 @@ check-all-packages: fi check-textdomain: - $(PREFIX)/bin/y2tool check-textdomain $(srcdir) + $(Y2TOOL) check-textdomain $(srcdir) stable: checkin-stable checkin-stable: package - $(PREFIX)/bin/y2tool checkin-stable + $(Y2TOOL) checkin-stable # For po/ modules diff --git a/casa-yast/Makefile.in b/casa-yast/Makefile.in index 91a9c6ef..133fc969 100644 --- a/casa-yast/Makefile.in +++ b/casa-yast/Makefile.in @@ -198,6 +198,7 @@ ystartupdir = @ystartupdir@ #where devtools are PREFIX := $(shell pkg-config --print-errors --variable=prefix yast2-devtools) +Y2TOOL = $(PREFIX)/bin/y2tool SUBDIRS_FILE = $(shell test -e $(srcdir)/SUBDIRS && echo SUBDIRS) ACINCLUDE_FILE = $(shell test -e $(srcdir)/acinclude.m4 && echo acinclude.m4) HAS_YAST_LICENSE = $(shell test -e $(srcdir)/YAST_LICENSE && echo YAST_LICENSE) @@ -227,7 +228,7 @@ EXTRA_DIST = VERSION RPMNAME MAINTAINER configure.in.in \ $(IS_DEVTOOLS),Makefile.am.common,$(POT_DST)) $(am__append_1) @CREATE_PKGCONFIG_NOARCH_TRUE@@CREATE_PKGCONFIG_TRUE@pkgconfigdata_DATA = $(RPMNAME).pc @CREATE_PKGCONFIG_NOARCH_FALSE@@CREATE_PKGCONFIG_TRUE@pkgconfig_DATA = $(RPMNAME).pc -TAGVERSION = $(PREFIX)/bin/y2tool tagversion +TAGVERSION = $(Y2TOOL) tagversion # test ! -d $(srcdir)/po \ # || { $(MAKE) -C po checkpo && $(MAKE) -C po make-pox; } # Contents of ./SUBDIRS @@ -724,7 +725,7 @@ dist-hook: done pot: - y2tool y2makepot -s $(srcdir) + $(Y2TOOL) y2makepot -s $(srcdir) install-pot: pot @POT_DST=`find -type d -name testsuite -prune , \ @@ -745,7 +746,7 @@ install-pot: pot fi spellcheck: pot - y2tool pot-spellcheck + $(Y2TOOL) pot-spellcheck # all-local: $(if $(IS_DEVTOOLS),,$(POT_DST)) @@ -772,15 +773,15 @@ package-local: check-parse $(if $(IS_DEVTOOLS),,$(POT_DST)) $(RPMNAME)-$(VERSION rm -f package/*.bak rm -f package/*.auto mv $(RPMNAME)-$(VERSION).tar.bz2 package/ - if ! test -x $(PREFIX)/bin/y2tool; then \ - echo "$(PREFIX)/bin/y2tool: not found."; \ + if ! test -x $(Y2TOOL); then \ + echo "$(Y2TOOL): not found."; \ echo "You have to install yast2-devtools to making a package"; \ false; \ fi here=`pwd`; \ cd $(srcdir) && for i in $(RPMNAME)*.spec.in; do \ newname="`echo "$$i" | sed "s/\.in$$//g"`"; \ - $(PREFIX)/bin/y2tool create-spec < $$i > $$here/package/$${newname} ; \ + $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ done package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local @@ -827,12 +828,12 @@ check-all-packages: fi check-textdomain: - $(PREFIX)/bin/y2tool check-textdomain $(srcdir) + $(Y2TOOL) check-textdomain $(srcdir) stable: checkin-stable checkin-stable: package - $(PREFIX)/bin/y2tool checkin-stable + $(Y2TOOL) checkin-stable # For po/ modules checkpo: diff --git a/casa-yast/RPMNAME b/casa-yast/RPMNAME index 420ce6d6..5bd00be2 100644 --- a/casa-yast/RPMNAME +++ b/casa-yast/RPMNAME @@ -1 +1 @@ -yast2-novell-casa +yast2-CASA diff --git a/casa-yast/agents/Makefile b/casa-yast/agents/Makefile index 7dd18184..a9718a1b 100644 --- a/casa-yast/agents/Makefile +++ b/casa-yast/agents/Makefile @@ -2,7 +2,7 @@ # agents/Makefile. Generated from Makefile.in by configure. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# 2003, 2004, 2005 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -62,18 +62,18 @@ am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; scrconfDATA_INSTALL = $(INSTALL_DATA) DATA = $(scrconf_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run aclocal-1.9 -AMTAR = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run tar -AUTOCONF = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run autoconf -AUTOHEADER = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run autoheader -AUTOMAKE = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run automake-1.9 +ACLOCAL = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run aclocal-1.9 +AMTAR = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run tar +AUTOCONF = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run autoconf +AUTOHEADER = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run autoheader +AUTOMAKE = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run automake-1.9 AWK = gawk CREATE_PKGCONFIG_FALSE = CREATE_PKGCONFIG_NOARCH_FALSE = CREATE_PKGCONFIG_NOARCH_TRUE = # CREATE_PKGCONFIG_TRUE = # CYGPATH_W = echo -DEFS = -DPACKAGE_NAME=\"yast2-CASA\" -DPACKAGE_TARNAME=\"yast2-CASA\" -DPACKAGE_VERSION=\"1.6.0\" -DPACKAGE_STRING=\"yast2-CASA\ 1.6.0\" -DPACKAGE_BUGREPORT=\"http://www.suse.de/feedback\" -DPACKAGE=\"yast2-CASA\" -DVERSION=\"1.6.0\" +DEFS = -DPACKAGE_NAME=\"yast2-CASA\" -DPACKAGE_TARNAME=\"yast2-CASA\" -DPACKAGE_VERSION=\"1.6.462\" -DPACKAGE_STRING=\"yast2-CASA\ 1.6.462\" -DPACKAGE_BUGREPORT=\"http://www.suse.de/feedback\" -DPACKAGE=\"yast2-CASA\" -DVERSION=\"1.6.462\" ECHO_C = ECHO_N = -n ECHO_T = @@ -86,13 +86,13 @@ LIBS = LN_S = ln -s LTLIBOBJS = MAINTAINER = casa -MAKEINFO = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run makeinfo +MAKEINFO = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run makeinfo PACKAGE = yast2-CASA PACKAGE_BUGREPORT = http://www.suse.de/feedback PACKAGE_NAME = yast2-CASA -PACKAGE_STRING = yast2-CASA 1.6.0 +PACKAGE_STRING = yast2-CASA 1.6.462 PACKAGE_TARNAME = yast2-CASA -PACKAGE_VERSION = 1.6.0 +PACKAGE_VERSION = 1.6.462 PATH_SEPARATOR = : PKG_CONFIG_PATH = RPMNAME = yast2-CASA @@ -104,7 +104,7 @@ STYLESHEET_HTML = /usr/share/YaST2/data/docbook/stylesheets/customize-html.xsl STYLESHEET_PDF = /usr/share/YaST2/data/docbook/stylesheets/customize-fo.xsl STYLESHEET_YCPDOC = /usr/share/YaST2/data/docbook/stylesheets/ycpdoc.xsl STYLESHEET_YDOC = /usr/share/YaST2/data/docbook/stylesheets/ydoc.xsl -VERSION = 1.6.0 +VERSION = 1.6.462 XGETTEXT = /usr/bin/xgettext YCPC = /usr/bin/ycpc YCPDOC = /usr/lib/YaST2/bin/ycpdoc @@ -135,7 +135,7 @@ host_vendor = suse imagedir = ${prefix}/share/YaST2/images includedir = ${prefix}/include/YaST2 infodir = ${prefix}/info -install_sh = /home/nds_cm/dev/yast/casa-yast/install-sh +install_sh = /home/cameron/dev/subversion/trunk/casa-yast/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${prefix}/share/YaST2/locale diff --git a/casa-yast/agents/Makefile.in b/casa-yast/agents/Makefile.in index 0877f14b..b9a117e7 100644 --- a/casa-yast/agents/Makefile.in +++ b/casa-yast/agents/Makefile.in @@ -2,7 +2,7 @@ # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# 2003, 2004, 2005 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. diff --git a/casa-yast/autom4te.cache/output.0 b/casa-yast/autom4te.cache/output.0 index cbbeca82..562da6ae 100644 --- a/casa-yast/autom4te.cache/output.0 +++ b/casa-yast/autom4te.cache/output.0 @@ -1,6 +1,6 @@ @%:@! /bin/sh @%:@ Guess values for system-dependent variables and create Makefiles. -@%:@ Generated by GNU Autoconf 2.59 for yast2-novell-casa 1.6.0. +@%:@ Generated by GNU Autoconf 2.59 for yast2-CASA 1.6.462. @%:@ @%:@ Report bugs to . @%:@ @@ -267,10 +267,10 @@ SHELL=${CONFIG_SHELL-/bin/sh} : ${ac_max_here_lines=38} # Identity of this package. -PACKAGE_NAME='yast2-novell-casa' -PACKAGE_TARNAME='yast2-novell-casa' -PACKAGE_VERSION='1.6.0' -PACKAGE_STRING='yast2-novell-casa 1.6.0' +PACKAGE_NAME='yast2-CASA' +PACKAGE_TARNAME='yast2-CASA' +PACKAGE_VERSION='1.6.462' +PACKAGE_STRING='yast2-CASA 1.6.462' PACKAGE_BUGREPORT='http://www.suse.de/feedback' ac_unique_file="RPMNAME" @@ -728,7 +728,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures yast2-novell-casa 1.6.0 to adapt to many kinds of systems. +\`configure' configures yast2-CASA 1.6.462 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -795,7 +795,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of yast2-novell-casa 1.6.0:";; + short | recursive ) echo "Configuration of yast2-CASA 1.6.462:";; esac cat <<\_ACEOF @@ -908,7 +908,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -yast2-novell-casa configure 1.6.0 +yast2-CASA configure 1.6.462 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -922,7 +922,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by yast2-novell-casa $as_me 1.6.0, which was +It was created by yast2-CASA $as_me 1.6.462, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1651,8 +1651,8 @@ fi # Define the identity of the package. - PACKAGE='yast2-novell-casa' - VERSION='1.6.0' + PACKAGE='yast2-CASA' + VERSION='1.6.462' cat >>confdefs.h <<_ACEOF @@ -1863,8 +1863,8 @@ echo "${ECHO_T}$am_cv_prog_tar_ustar" >&6 -VERSION="1.6.0" -RPMNAME="yast2-novell-casa" +VERSION="1.6.462" +RPMNAME="yast2-CASA" MAINTAINER="casa " pkgconfigdir=\${libdir}/pkgconfig @@ -2693,7 +2693,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by yast2-novell-casa $as_me 1.6.0, which was +This file was extended by yast2-CASA $as_me 1.6.462, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2748,7 +2748,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -yast2-novell-casa config.status 1.6.0 +yast2-CASA config.status 1.6.462 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/casa-yast/autom4te.cache/output.1 b/casa-yast/autom4te.cache/output.1 index cbbeca82..562da6ae 100644 --- a/casa-yast/autom4te.cache/output.1 +++ b/casa-yast/autom4te.cache/output.1 @@ -1,6 +1,6 @@ @%:@! /bin/sh @%:@ Guess values for system-dependent variables and create Makefiles. -@%:@ Generated by GNU Autoconf 2.59 for yast2-novell-casa 1.6.0. +@%:@ Generated by GNU Autoconf 2.59 for yast2-CASA 1.6.462. @%:@ @%:@ Report bugs to . @%:@ @@ -267,10 +267,10 @@ SHELL=${CONFIG_SHELL-/bin/sh} : ${ac_max_here_lines=38} # Identity of this package. -PACKAGE_NAME='yast2-novell-casa' -PACKAGE_TARNAME='yast2-novell-casa' -PACKAGE_VERSION='1.6.0' -PACKAGE_STRING='yast2-novell-casa 1.6.0' +PACKAGE_NAME='yast2-CASA' +PACKAGE_TARNAME='yast2-CASA' +PACKAGE_VERSION='1.6.462' +PACKAGE_STRING='yast2-CASA 1.6.462' PACKAGE_BUGREPORT='http://www.suse.de/feedback' ac_unique_file="RPMNAME" @@ -728,7 +728,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures yast2-novell-casa 1.6.0 to adapt to many kinds of systems. +\`configure' configures yast2-CASA 1.6.462 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -795,7 +795,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of yast2-novell-casa 1.6.0:";; + short | recursive ) echo "Configuration of yast2-CASA 1.6.462:";; esac cat <<\_ACEOF @@ -908,7 +908,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -yast2-novell-casa configure 1.6.0 +yast2-CASA configure 1.6.462 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -922,7 +922,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by yast2-novell-casa $as_me 1.6.0, which was +It was created by yast2-CASA $as_me 1.6.462, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1651,8 +1651,8 @@ fi # Define the identity of the package. - PACKAGE='yast2-novell-casa' - VERSION='1.6.0' + PACKAGE='yast2-CASA' + VERSION='1.6.462' cat >>confdefs.h <<_ACEOF @@ -1863,8 +1863,8 @@ echo "${ECHO_T}$am_cv_prog_tar_ustar" >&6 -VERSION="1.6.0" -RPMNAME="yast2-novell-casa" +VERSION="1.6.462" +RPMNAME="yast2-CASA" MAINTAINER="casa " pkgconfigdir=\${libdir}/pkgconfig @@ -2693,7 +2693,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by yast2-novell-casa $as_me 1.6.0, which was +This file was extended by yast2-CASA $as_me 1.6.462, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2748,7 +2748,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -yast2-novell-casa config.status 1.6.0 +yast2-CASA config.status 1.6.462 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/casa-yast/autom4te.cache/traces.0 b/casa-yast/autom4te.cache/traces.0 index 42e19665..cf21639b 100644 --- a/casa-yast/autom4te.cache/traces.0 +++ b/casa-yast/autom4te.cache/traces.0 @@ -480,7 +480,7 @@ AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) -m4trace:configure.in:6: -1- AC_INIT([yast2-novell-casa], [1.6.0], [http://www.suse.de/feedback], [yast2-novell-casa]) +m4trace:configure.in:6: -1- AC_INIT([yast2-CASA], [1.6.462], [http://www.suse.de/feedback], [yast2-CASA]) m4trace:configure.in:6: -1- m4_pattern_forbid([^_?A[CHUM]_]) m4trace:configure.in:6: -1- m4_pattern_forbid([_AC_]) m4trace:configure.in:6: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) diff --git a/casa-yast/autom4te.cache/traces.1 b/casa-yast/autom4te.cache/traces.1 index 3673e647..31408553 100644 --- a/casa-yast/autom4te.cache/traces.1 +++ b/casa-yast/autom4te.cache/traces.1 @@ -1,4 +1,4 @@ -m4trace:configure.in:6: -1- AC_INIT([yast2-novell-casa], [1.6.0], [http://www.suse.de/feedback], [yast2-novell-casa]) +m4trace:configure.in:6: -1- AC_INIT([yast2-CASA], [1.6.462], [http://www.suse.de/feedback], [yast2-CASA]) m4trace:configure.in:6: -1- m4_pattern_forbid([^_?A[CHUM]_]) m4trace:configure.in:6: -1- m4_pattern_forbid([_AC_]) m4trace:configure.in:6: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) diff --git a/casa-yast/config.log b/casa-yast/config.log index 392adef2..be44820a 100644 --- a/casa-yast/config.log +++ b/casa-yast/config.log @@ -1,7 +1,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by yast2-novell-casa configure 1.6.0, which was +It was created by yast2-CASA configure 1.6.462, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure @@ -12,9 +12,9 @@ generated by GNU Autoconf 2.59. Invocation command line was hostname = alborz uname -m = x86_64 -uname -r = 2.6.16-8-smp +uname -r = 2.6.16-20-smp uname -s = Linux -uname -v = #1 SMP Tue Mar 28 11:00:06 UTC 2006 +uname -v = #1 SMP Mon Apr 10 04:51:13 UTC 2006 /usr/bin/uname -p = unknown /bin/uname -X = unknown @@ -27,13 +27,11 @@ hostinfo = unknown /usr/bin/oslevel = unknown /bin/universe = unknown -PATH: . PATH: /usr/sbin PATH: /bin PATH: /usr/bin PATH: /sbin PATH: /usr/X11R6/bin -PATH: /usr/local/ccm63/bin ## ----------- ## @@ -88,7 +86,7 @@ configure:2429: creating ./config.status ## Running config.status. ## ## ---------------------- ## -This file was extended by yast2-novell-casa config.status 1.6.0, which was +This file was extended by yast2-CASA config.status 1.6.462, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = @@ -134,18 +132,18 @@ am_cv_prog_tar_ustar=gnutar ## Output variables. ## ## ----------------- ## -ACLOCAL='${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run aclocal-1.9' -AMTAR='${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run tar' -AUTOCONF='${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run autoconf' -AUTOHEADER='${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run autoheader' -AUTOMAKE='${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run automake-1.9' +ACLOCAL='${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run aclocal-1.9' +AMTAR='${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run tar' +AUTOCONF='${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run autoconf' +AUTOHEADER='${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run autoheader' +AUTOMAKE='${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run automake-1.9' AWK='gawk' CREATE_PKGCONFIG_FALSE='' CREATE_PKGCONFIG_NOARCH_FALSE='' CREATE_PKGCONFIG_NOARCH_TRUE='#' CREATE_PKGCONFIG_TRUE='#' CYGPATH_W='echo' -DEFS='-DPACKAGE_NAME=\"yast2-novell-casa\" -DPACKAGE_TARNAME=\"yast2-novell-casa\" -DPACKAGE_VERSION=\"1.6.0\" -DPACKAGE_STRING=\"yast2-novell-casa\ 1.6.0\" -DPACKAGE_BUGREPORT=\"http://www.suse.de/feedback\" -DPACKAGE=\"yast2-novell-casa\" -DVERSION=\"1.6.0\" ' +DEFS='-DPACKAGE_NAME=\"yast2-CASA\" -DPACKAGE_TARNAME=\"yast2-CASA\" -DPACKAGE_VERSION=\"1.6.462\" -DPACKAGE_STRING=\"yast2-CASA\ 1.6.462\" -DPACKAGE_BUGREPORT=\"http://www.suse.de/feedback\" -DPACKAGE=\"yast2-CASA\" -DVERSION=\"1.6.462\" ' ECHO_C='' ECHO_N='-n' ECHO_T='' @@ -158,16 +156,16 @@ LIBS='' LN_S='ln -s' LTLIBOBJS='' MAINTAINER='casa ' -MAKEINFO='${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run makeinfo' -PACKAGE='yast2-novell-casa' +MAKEINFO='${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run makeinfo' +PACKAGE='yast2-CASA' PACKAGE_BUGREPORT='http://www.suse.de/feedback' -PACKAGE_NAME='yast2-novell-casa' -PACKAGE_STRING='yast2-novell-casa 1.6.0' -PACKAGE_TARNAME='yast2-novell-casa' -PACKAGE_VERSION='1.6.0' +PACKAGE_NAME='yast2-CASA' +PACKAGE_STRING='yast2-CASA 1.6.462' +PACKAGE_TARNAME='yast2-CASA' +PACKAGE_VERSION='1.6.462' PATH_SEPARATOR=':' PKG_CONFIG_PATH='' -RPMNAME='yast2-novell-casa' +RPMNAME='yast2-CASA' SET_MAKE='' SHELL='/bin/sh' STRIP='' @@ -176,7 +174,7 @@ STYLESHEET_HTML='/usr/share/YaST2/data/docbook/stylesheets/customize-html.xsl' STYLESHEET_PDF='/usr/share/YaST2/data/docbook/stylesheets/customize-fo.xsl' STYLESHEET_YCPDOC='/usr/share/YaST2/data/docbook/stylesheets/ycpdoc.xsl' STYLESHEET_YDOC='/usr/share/YaST2/data/docbook/stylesheets/ydoc.xsl' -VERSION='1.6.0' +VERSION='1.6.462' XGETTEXT='/usr/bin/xgettext' YCPC='/usr/bin/ycpc' YCPDOC='/usr/lib/YaST2/bin/ycpdoc' @@ -195,7 +193,7 @@ build_vendor='suse' clientdir='${prefix}/share/YaST2/clients' datadir='${prefix}/share' desktopdir='${prefix}/share/applications/YaST2' -docdir='${prefix}/share/doc/packages/yast2-novell-casa' +docdir='${prefix}/share/doc/packages/yast2-CASA' exec_prefix='${prefix}' execcompdir='${prefix}/lib/YaST2' fillupdir='/var/adm/fillup-templates' @@ -207,7 +205,7 @@ host_vendor='suse' imagedir='${prefix}/share/YaST2/images' includedir='${prefix}/include/YaST2' infodir='${prefix}/info' -install_sh='/home/nds_cm/dev/yast/casa-yast/install-sh' +install_sh='/home/cameron/dev/subversion/trunk/casa-yast/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${prefix}/share/YaST2/locale' @@ -243,12 +241,12 @@ ystartupdir='${prefix}/lib/YaST2' ## confdefs.h. ## ## ----------- ## -#define PACKAGE "yast2-novell-casa" +#define PACKAGE "yast2-CASA" #define PACKAGE_BUGREPORT "http://www.suse.de/feedback" -#define PACKAGE_NAME "yast2-novell-casa" -#define PACKAGE_STRING "yast2-novell-casa 1.6.0" -#define PACKAGE_TARNAME "yast2-novell-casa" -#define PACKAGE_VERSION "1.6.0" -#define VERSION "1.6.0" +#define PACKAGE_NAME "yast2-CASA" +#define PACKAGE_STRING "yast2-CASA 1.6.462" +#define PACKAGE_TARNAME "yast2-CASA" +#define PACKAGE_VERSION "1.6.462" +#define VERSION "1.6.462" configure: exit 0 diff --git a/casa-yast/config.status b/casa-yast/config.status index 482a4066..3edbc365 100755 --- a/casa-yast/config.status +++ b/casa-yast/config.status @@ -259,7 +259,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by yast2-novell-casa $as_me 1.6.0, which was +This file was extended by yast2-CASA $as_me 1.6.462, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -292,7 +292,7 @@ $config_files Report bugs to ." ac_cs_version="\ -yast2-novell-casa config.status 1.6.0 +yast2-CASA config.status 1.6.462 configured by ./configure, generated by GNU Autoconf 2.59, with options \"\" @@ -436,10 +436,10 @@ if test -n "$CONFIG_FILES"; then s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF s,@SHELL@,/bin/sh,;t t s,@PATH_SEPARATOR@,:,;t t -s,@PACKAGE_NAME@,yast2-novell-casa,;t t -s,@PACKAGE_TARNAME@,yast2-novell-casa,;t t -s,@PACKAGE_VERSION@,1.6.0,;t t -s,@PACKAGE_STRING@,yast2-novell-casa 1.6.0,;t t +s,@PACKAGE_NAME@,yast2-CASA,;t t +s,@PACKAGE_TARNAME@,yast2-CASA,;t t +s,@PACKAGE_VERSION@,1.6.462,;t t +s,@PACKAGE_STRING@,yast2-CASA 1.6.462,;t t s,@PACKAGE_BUGREPORT@,http://www.suse.de/feedback,;t t s,@exec_prefix@,${prefix},;t t s,@prefix@,/usr,;t t @@ -459,7 +459,7 @@ s,@mandir@,${prefix}/share/man,;t t s,@build_alias@,,;t t s,@host_alias@,,;t t s,@target_alias@,,;t t -s,@DEFS@,-DPACKAGE_NAME=\"yast2-novell-casa\" -DPACKAGE_TARNAME=\"yast2-novell-casa\" -DPACKAGE_VERSION=\"1.6.0\" -DPACKAGE_STRING=\"yast2-novell-casa\ 1.6.0\" -DPACKAGE_BUGREPORT=\"http://www.suse.de/feedback\" -DPACKAGE=\"yast2-novell-casa\" -DVERSION=\"1.6.0\" ,;t t +s,@DEFS@,-DPACKAGE_NAME=\"yast2-CASA\" -DPACKAGE_TARNAME=\"yast2-CASA\" -DPACKAGE_VERSION=\"1.6.462\" -DPACKAGE_STRING=\"yast2-CASA\ 1.6.462\" -DPACKAGE_BUGREPORT=\"http://www.suse.de/feedback\" -DPACKAGE=\"yast2-CASA\" -DVERSION=\"1.6.462\" ,;t t s,@ECHO_C@,,;t t s,@ECHO_N@,-n,;t t s,@ECHO_T@,,;t t @@ -480,14 +480,14 @@ s,@INSTALL_PROGRAM@,${INSTALL},;t t s,@INSTALL_SCRIPT@,${INSTALL},;t t s,@INSTALL_DATA@,${INSTALL} -m 644,;t t s,@CYGPATH_W@,echo,;t t -s,@PACKAGE@,yast2-novell-casa,;t t -s,@VERSION@,1.6.0,;t t -s,@ACLOCAL@,${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run aclocal-1.9,;t t -s,@AUTOCONF@,${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run autoconf,;t t -s,@AUTOMAKE@,${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run automake-1.9,;t t -s,@AUTOHEADER@,${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run autoheader,;t t -s,@MAKEINFO@,${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run makeinfo,;t t -s,@install_sh@,/home/nds_cm/dev/yast/casa-yast/install-sh,;t t +s,@PACKAGE@,yast2-CASA,;t t +s,@VERSION@,1.6.462,;t t +s,@ACLOCAL@,${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run aclocal-1.9,;t t +s,@AUTOCONF@,${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run autoconf,;t t +s,@AUTOMAKE@,${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run automake-1.9,;t t +s,@AUTOHEADER@,${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run autoheader,;t t +s,@MAKEINFO@,${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run makeinfo,;t t +s,@install_sh@,/home/cameron/dev/subversion/trunk/casa-yast/install-sh,;t t s,@STRIP@,,;t t s,@ac_ct_STRIP@,,;t t s,@INSTALL_STRIP_PROGRAM@,${SHELL} $(install_sh) -c -s,;t t @@ -495,10 +495,10 @@ s,@mkdir_p@,mkdir -p --,;t t s,@AWK@,gawk,;t t s,@SET_MAKE@,,;t t s,@am__leading_dot@,.,;t t -s,@AMTAR@,${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run tar,;t t +s,@AMTAR@,${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run tar,;t t s,@am__tar@,tar --format=ustar -chf - "$$tardir",;t t s,@am__untar@,tar -xf -,;t t -s,@RPMNAME@,yast2-novell-casa,;t t +s,@RPMNAME@,yast2-CASA,;t t s,@MAINTAINER@,casa ,;t t s,@pkgconfigdir@,${libdir}/pkgconfig,;t t s,@pkgconfigdatadir@,${datadir}/pkgconfig,;t t @@ -508,7 +508,7 @@ s,@ystartupdir@,${prefix}/lib/YaST2,;t t s,@plugindir@,${libdir}/YaST2/plugin,;t t s,@potdir@,${docdir}/pot,;t t s,@execcompdir@,${prefix}/lib/YaST2,;t t -s,@docdir@,${prefix}/share/doc/packages/yast2-novell-casa,;t t +s,@docdir@,${prefix}/share/doc/packages/yast2-CASA,;t t s,@ydatadir@,${prefix}/share/YaST2/data,;t t s,@imagedir@,${prefix}/share/YaST2/images,;t t s,@themedir@,${prefix}/share/YaST2/theme,;t t diff --git a/casa-yast/configure b/casa-yast/configure index 5cba93d4..a701b6cf 100755 --- a/casa-yast/configure +++ b/casa-yast/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for yast2-novell-casa 1.6.0. +# Generated by GNU Autoconf 2.59 for yast2-CASA 1.6.462. # # Report bugs to . # @@ -267,10 +267,10 @@ SHELL=${CONFIG_SHELL-/bin/sh} : ${ac_max_here_lines=38} # Identity of this package. -PACKAGE_NAME='yast2-novell-casa' -PACKAGE_TARNAME='yast2-novell-casa' -PACKAGE_VERSION='1.6.0' -PACKAGE_STRING='yast2-novell-casa 1.6.0' +PACKAGE_NAME='yast2-CASA' +PACKAGE_TARNAME='yast2-CASA' +PACKAGE_VERSION='1.6.462' +PACKAGE_STRING='yast2-CASA 1.6.462' PACKAGE_BUGREPORT='http://www.suse.de/feedback' ac_unique_file="RPMNAME" @@ -728,7 +728,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures yast2-novell-casa 1.6.0 to adapt to many kinds of systems. +\`configure' configures yast2-CASA 1.6.462 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -795,7 +795,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of yast2-novell-casa 1.6.0:";; + short | recursive ) echo "Configuration of yast2-CASA 1.6.462:";; esac cat <<\_ACEOF @@ -908,7 +908,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -yast2-novell-casa configure 1.6.0 +yast2-CASA configure 1.6.462 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -922,7 +922,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by yast2-novell-casa $as_me 1.6.0, which was +It was created by yast2-CASA $as_me 1.6.462, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1651,8 +1651,8 @@ fi # Define the identity of the package. - PACKAGE='yast2-novell-casa' - VERSION='1.6.0' + PACKAGE='yast2-CASA' + VERSION='1.6.462' cat >>confdefs.h <<_ACEOF @@ -1863,8 +1863,8 @@ echo "${ECHO_T}$am_cv_prog_tar_ustar" >&6 -VERSION="1.6.0" -RPMNAME="yast2-novell-casa" +VERSION="1.6.462" +RPMNAME="yast2-CASA" MAINTAINER="casa " pkgconfigdir=\${libdir}/pkgconfig @@ -2693,7 +2693,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by yast2-novell-casa $as_me 1.6.0, which was +This file was extended by yast2-CASA $as_me 1.6.462, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2748,7 +2748,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -yast2-novell-casa config.status 1.6.0 +yast2-CASA config.status 1.6.462 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/casa-yast/configure.in b/casa-yast/configure.in index 900c5f35..242f6358 100644 --- a/casa-yast/configure.in +++ b/casa-yast/configure.in @@ -1,9 +1,9 @@ -dnl configure.in for yast2-novell-casa +dnl configure.in for yast2-CASA dnl -dnl -- This file is generated by y2autoconf - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.13.17 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-novell-casa, 1.6.0, http://www.suse.de/feedback, yast2-novell-casa) +AC_INIT(yast2-CASA, 1.6.462, http://www.suse.de/feedback, yast2-CASA) dnl Check for presence of file 'RPMNAME' AC_CONFIG_SRCDIR([RPMNAME]) @@ -17,8 +17,8 @@ AC_PREFIX_DEFAULT(/usr) AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs dnl Important YaST2 variables -VERSION="1.6.0" -RPMNAME="yast2-novell-casa" +VERSION="1.6.462" +RPMNAME="yast2-CASA" MAINTAINER="casa " dnl pkgconfig honors lib64 diff --git a/casa-yast/src/.dep b/casa-yast/src/.dep index b6f0e36c..25cdb1f8 100644 --- a/casa-yast/src/.dep +++ b/casa-yast/src/.dep @@ -1,3 +1,8 @@ +miCASA.ybc: \ + /usr/share/YaST2/modules/Progress.ybc \ + /usr/share/YaST2/modules/Report.ybc \ + /usr/share/YaST2/modules/Summary.ybc + NovellCasa.ybc: \ /usr/share/YaST2/modules/Progress.ybc \ /usr/share/YaST2/modules/Report.ybc \ diff --git a/casa-yast/src/CASA.desktop b/casa-yast/src/CASA.desktop index 4af8b565..b4f75ce7 100644 --- a/casa-yast/src/CASA.desktop +++ b/casa-yast/src/CASA.desktop @@ -19,5 +19,5 @@ X-SuSE-YaST-AutoInstResource=CASA Icon=CASA Exec=/sbin/yast2 CASA -Name=Novell CASA +Name=CASA GenericName=Configure CASA diff --git a/casa-yast/src/CASA.ycp b/casa-yast/src/CASA.ycp index 2d707bf5..0152efd1 100644 --- a/casa-yast/src/CASA.ycp +++ b/casa-yast/src/CASA.ycp @@ -38,7 +38,7 @@ textdomain "CASA"; /* The main () */ y2milestone ("----------------------------------------"); -y2milestone ("Novell CASA module started"); +y2milestone ("CASA module started"); import "Progress"; import "Report"; @@ -83,7 +83,7 @@ else ret = CommandLine::Run(cmdline_description); y2debug("ret=%1", ret); /* Finish */ -y2milestone("Novell CASA module finished"); +y2milestone("CASA module finished"); y2milestone("----------------------------------------"); return ret; diff --git a/casa-yast/src/CASA_auto.ycp b/casa-yast/src/CASA_auto.ycp index af6083af..bc329c53 100644 --- a/casa-yast/src/CASA_auto.ycp +++ b/casa-yast/src/CASA_auto.ycp @@ -43,7 +43,7 @@ textdomain "CASA"; y2milestone("----------------------------------------"); -y2milestone("Novell CASA auto started"); +y2milestone("CASA auto started"); import "NovellCasa"; include "CASA/wizards.ycp"; @@ -108,7 +108,7 @@ else { } y2debug("ret=%1", ret); -y2milestone("Novell CASA auto finished"); +y2milestone("CASA auto finished"); y2milestone("----------------------------------------"); return ret; diff --git a/casa-yast/src/CASA_proposal.ycp b/casa-yast/src/CASA_proposal.ycp index 5cf758a1..e6f132ce 100644 --- a/casa-yast/src/CASA_proposal.ycp +++ b/casa-yast/src/CASA_proposal.ycp @@ -38,7 +38,7 @@ import "Progress"; /* The main () */ y2milestone("----------------------------------------"); -y2milestone("Novell CASA proposal started"); +y2milestone("CASA proposal started"); string func = (string) WFM::Args(0); map param = (map) WFM::Args(1); @@ -81,10 +81,10 @@ else if(func == "AskUser") { /* create titles */ else if(func == "Description") { ret = $[ - /* Rich text title for NovellCasa in proposals */ - "rich_text_title" : _("Novell CASA"), - /* Menu title for NovellCasa in proposals */ - "menu_title" : _("&Novell CASA"), + /* Rich text title for CASA in proposals */ + "rich_text_title" : _("CASA"), + /* Menu title for CASA in proposals */ + "menu_title" : _("&CASA"), "id" : "CASA", ]; } @@ -99,7 +99,7 @@ else { /* Finish */ y2debug("ret=%1",ret); -y2milestone("Novell CASA proposal finished"); +y2milestone("CASA proposal finished"); y2milestone("----------------------------------------"); return ret; diff --git a/casa-yast/src/Makefile b/casa-yast/src/Makefile index 708b46a9..6165de3c 100644 --- a/casa-yast/src/Makefile +++ b/casa-yast/src/Makefile @@ -2,7 +2,7 @@ # src/Makefile. Generated from Makefile.in by configure. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# 2003, 2004, 2005 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -73,18 +73,18 @@ yncludeDATA_INSTALL = $(INSTALL_DATA) DATA = $(client_DATA) $(desktop_DATA) $(icons_DATA) $(module_DATA) \ $(modulebin_DATA) $(theme_DATA) $(ynclude_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run aclocal-1.9 -AMTAR = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run tar -AUTOCONF = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run autoconf -AUTOHEADER = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run autoheader -AUTOMAKE = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run automake-1.9 +ACLOCAL = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run aclocal-1.9 +AMTAR = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run tar +AUTOCONF = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run autoconf +AUTOHEADER = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run autoheader +AUTOMAKE = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run automake-1.9 AWK = gawk CREATE_PKGCONFIG_FALSE = CREATE_PKGCONFIG_NOARCH_FALSE = CREATE_PKGCONFIG_NOARCH_TRUE = # CREATE_PKGCONFIG_TRUE = # CYGPATH_W = echo -DEFS = -DPACKAGE_NAME=\"yast2-CASA\" -DPACKAGE_TARNAME=\"yast2-CASA\" -DPACKAGE_VERSION=\"1.6.0\" -DPACKAGE_STRING=\"yast2-CASA\ 1.6.0\" -DPACKAGE_BUGREPORT=\"http://www.suse.de/feedback\" -DPACKAGE=\"yast2-CASA\" -DVERSION=\"1.6.0\" +DEFS = -DPACKAGE_NAME=\"yast2-CASA\" -DPACKAGE_TARNAME=\"yast2-CASA\" -DPACKAGE_VERSION=\"1.6.462\" -DPACKAGE_STRING=\"yast2-CASA\ 1.6.462\" -DPACKAGE_BUGREPORT=\"http://www.suse.de/feedback\" -DPACKAGE=\"yast2-CASA\" -DVERSION=\"1.6.462\" ECHO_C = ECHO_N = -n ECHO_T = @@ -97,13 +97,13 @@ LIBS = LN_S = ln -s LTLIBOBJS = MAINTAINER = casa -MAKEINFO = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run makeinfo +MAKEINFO = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run makeinfo PACKAGE = yast2-CASA PACKAGE_BUGREPORT = http://www.suse.de/feedback PACKAGE_NAME = yast2-CASA -PACKAGE_STRING = yast2-CASA 1.6.0 +PACKAGE_STRING = yast2-CASA 1.6.462 PACKAGE_TARNAME = yast2-CASA -PACKAGE_VERSION = 1.6.0 +PACKAGE_VERSION = 1.6.462 PATH_SEPARATOR = : PKG_CONFIG_PATH = RPMNAME = yast2-CASA @@ -115,7 +115,7 @@ STYLESHEET_HTML = /usr/share/YaST2/data/docbook/stylesheets/customize-html.xsl STYLESHEET_PDF = /usr/share/YaST2/data/docbook/stylesheets/customize-fo.xsl STYLESHEET_YCPDOC = /usr/share/YaST2/data/docbook/stylesheets/ycpdoc.xsl STYLESHEET_YDOC = /usr/share/YaST2/data/docbook/stylesheets/ydoc.xsl -VERSION = 1.6.0 +VERSION = 1.6.462 XGETTEXT = /usr/bin/xgettext YCPC = /usr/bin/ycpc YCPDOC = /usr/lib/YaST2/bin/ycpdoc @@ -146,7 +146,7 @@ host_vendor = suse imagedir = ${prefix}/share/YaST2/images includedir = ${prefix}/include/YaST2 infodir = ${prefix}/info -install_sh = /home/nds_cm/dev/yast/casa-yast/install-sh +install_sh = /home/cameron/dev/subversion/trunk/casa-yast/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${prefix}/share/YaST2/locale @@ -180,7 +180,7 @@ ystartupdir = ${prefix}/lib/YaST2 iconsdir = /usr/share/applications client_DATA = \ CASA.ycp \ - CASA_auto.ycp \ + CASA_auto.ycp \ CASA_proposal.ycp ynclude_DATA = \ @@ -193,7 +193,7 @@ desktop_DATA = \ CASA.desktop module_DATA = \ - NovellCasa.ycp + miCASA.ycp icons_DATA = \ icons/install_casa_yast_icons diff --git a/casa-yast/src/Makefile.am b/casa-yast/src/Makefile.am index ca263fa9..a296ea4e 100644 --- a/casa-yast/src/Makefile.am +++ b/casa-yast/src/Makefile.am @@ -20,7 +20,7 @@ desktop_DATA = \ CASA.desktop module_DATA = \ - NovellCasa.ycp + miCASA.ycp icons_DATA = \ icons/install_casa_yast_icons diff --git a/casa-yast/src/Makefile.in b/casa-yast/src/Makefile.in index e2be6da7..7e0a9add 100644 --- a/casa-yast/src/Makefile.in +++ b/casa-yast/src/Makefile.in @@ -2,7 +2,7 @@ # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# 2003, 2004, 2005 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -180,7 +180,7 @@ ystartupdir = @ystartupdir@ iconsdir = /usr/share/applications client_DATA = \ CASA.ycp \ - CASA_auto.ycp \ + CASA_auto.ycp \ CASA_proposal.ycp ynclude_DATA = \ @@ -193,7 +193,7 @@ desktop_DATA = \ CASA.desktop module_DATA = \ - NovellCasa.ycp + miCASA.ycp icons_DATA = \ icons/install_casa_yast_icons diff --git a/casa-yast/src/NovellCasa.ybc b/casa-yast/src/NovellCasa.ybc deleted file mode 100644 index 85b2e7f152100ede4af5c936cf8ca514bda537db..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5831 zcmc&&&5ImW5TD+>m=ARlHLf2aNh`Zy4l_f(R6GcYF@YS6AuB`?jJ-3xo5tCmp}S|3 zjVLGzih`nuqTU2S^x(gsC@6|3dKHhsTR>02uivlgb#Hf1&$@dUoWq;ydcUeyRj;bv z>wesud(@p@N&HT~>$?ZrN7@H!yUq4mt#-PKIn1+bf-c zxq*C6;-~nnpw2}7#mJ9iGetJ%@Y9FuK%Mmm{U|9;ZX#j}hPmO=k{7MyXB|TwhMFJl zcY}q%@0!iz?81OQ%HroJldz=}CTexwFse-LGnn4!_&-&gNzphW!oTE+EYGfzq z;i)Bw?r4AKKjU?t_7?rPAW>N&N_GlXsB3FsB{u~t)MofM)&_xb&~|#jhzO$`O1Euw&~6W#n+afWvi_O1uhXa$ z+guoWu4Ri^GLVS?S^Gy8p18;=(>~dHw@5B_+P{>{CH|nOUzO<`s;)G7SXP%tk#FX# zn-fvgkBacjR%twTY1YFzFA9+a|BXH@kV2P%cx}e8NHr6<_LKt_t5I2ugRmMIi>nHY z^`$7rV2_d#t$K@CDpO*u}jW$x!B44*Ye(;4Y)>$9$DjzMbgm^d>f($rx+;fY~dIn?#% zhvPP9R7eA{*)h!P^Za>!j4cdsa+^>yyYW0@o*cIE*~8s8q=_=E+PKQ+|`PRdj-!F;8Vvv!5Q1ORco@fR5Cqy#XAo7=k{xEj4hF=O+UE1D5KCYsPDuzG@$9xGlEk4xEZB{#XByUH%-7bsN zjavebSW_u=JEYX0Y!S7o63tRQ8H7Q60oT%!(Fi7HYYlT5<36FK(u8ta!e&`xTb>aF z!)^ZJwt#@#vlub&G=y)f)2ZdBfxgChaKGS5M5(mB>J&tsJecgeQy zz90y3_wQAAUj$d(CABek4^_GQ64XrI-Iv8!4BAK2-6h+)`-&jM-Q4cJ3a+|KYSi65 z;O2L?GmIiXOtM<4^7u8#Oy1+y#a;|WkIA+kzafaS$8UnG9+R>jO9BvCH`5rc$6aj+ zU0ZtP(n2o31@PoueOnC0P;`}S>*_m#D7xA-?}9sd>)w;KF%+#MTddn}-shYEcy1v0 zE%SlSIK?%h&9@|=e*?&p1U7sTDTiHTzTa2H)B4*xOxm0 z&fQNjHR+vdn$NJxM$cWEuLq>O`OASf{vhQG&e>t;&JE{IbmW3kE}HZt=OIds>G_uG ztUTauRkggS=Tuih*L4{&aJ6@k8ts<3-XY&^)@+ksLB*u^ zykWi;LopPqlWgniH-ad;`YpKXDydOd?*Mmom)*D%1%t$0@PeM-tvVFG1Ag+}elNCS zD0)k__4Wrr6uoVlAHkixbwA147>d@BE!MTn&q|^#@_U9fBKf>gXp5M!QyG=M!Tkyj zR6+hq2I33VdgXs3cDr5~XU)}22kUyhI({d1TJDK;!!#+pskpIzU3Dv}cU!vfwQOO2 w1zGRHe-fMN;O7tx;LZ)`*a9gAfNjsnOK1?riP!7t`;(D(mB?ShM-%1z3pNHwvj6}9 diff --git a/casa-yast/src/complex.ycp b/casa-yast/src/complex.ycp index 171febc8..83eedc48 100644 --- a/casa-yast/src/complex.ycp +++ b/casa-yast/src/complex.ycp @@ -83,8 +83,8 @@ symbol WriteDialog() { */ any SummaryDialog() { - /* NovellCasa summary dialog caption */ - string caption = _("Novell CASA Configuration"); + /* CASA summary dialog caption */ + string caption = _("CASA Configuration"); /* FIXME */ list summary = NovellCasa::Summary(); @@ -92,10 +92,10 @@ any SummaryDialog() { string configured = summary[0]:""; /* Frame label */ -// term contents = Wizard_hw::DetectedContent(_("NovellCasa to Configure"), +// term contents = Wizard_hw::DetectedContent(_("CASA to Configure"), // unconfigured, false, configured); - term contents = `Frame(_(" Novell CASA Configuration Wizard Pages "), + term contents = `Frame(_(" CASA Configuration Wizard Pages "), `VBox( `VSpacing(), `VSpacing(), @@ -140,7 +140,8 @@ any SummaryDialog() { else if(ret == `next) { break; } - else if(ret == `install_casa_button) { + else if(ret == `install_casa_button) { + // launch the install script here y2milestone ("SummaryDialog() launch the install script"); integer iInstall_CASAReturn = (integer)SCR::Execute(.target.bash, "/usr/sbin/casacfgpam"); @@ -194,20 +195,20 @@ any SummaryDialog() { */ any OverviewDialog() { - /* NovellCasa overview dialog caption */ - string caption = _("Novell CASA Overview"); + /* CASA overview dialog caption */ + string caption = _("CASA Overview"); list overview = NovellCasa::Overview(); /* FIXME table header */ // term contents = Wizard_hw::ConfiguredContent( // /* Table header */ -// `header(_("Number"), _("Novell CASA")), +// `header(_("Number"), _("CASA")), // overview, nil, nil, nil, nil ); // contents = Wizard_hw::SpacingAround(contents, 1.5, 1.5, 1.0, 1.0); - term contents = `Frame(_("Novell Client Configuration Wizard Pages"), + term contents = `Frame(_("CASA Configuration Wizard Pages"), `VBox( `VSpacing(), `VSpacing(), diff --git a/casa-yast/src/helps.ycp b/casa-yast/src/helps.ycp index 502a3e61..0cad7e3e 100644 --- a/casa-yast/src/helps.ycp +++ b/casa-yast/src/helps.ycp @@ -37,7 +37,7 @@ textdomain "CASA"; map HELPS = $[ /* Read dialog help 1/2 */ - "read" : _("

Initializing Novell CASA Configuration
+ "read" : _("

Initializing CASA Configuration
Please wait...

") + @@ -47,7 +47,7 @@ Safely abort the configuration utility by pressing Abort now.

"), /* Write dialog help 1/2 */ - "write" : _("

Saving Novell CASA Configuration
+ "write" : _("

Saving CASA Configuration
Please wait...

") + @@ -60,13 +60,13 @@ An additional dialog informs whether it is safe to do so. /* Summary dialog help 1/3 */ "summary" : _("

Novell CASA Configuration
-Configure Novell CASA here.

+Configure CASA here.

") + /* Summary dialog help 2/3 */ - _("

Adding Novell CASA:
-Choose Novell CASA from the list of detected services. -If your Novell CASA was not autodetected, use Other (not detected). + _("

Adding CASA:
+Choose CASA from the list of detected services. +If CASA was not autodetected, use Other (not detected). Then press Configure.

") + @@ -78,17 +78,17 @@ the configuration opens.

/* Ovreview dialog help 1/3 */ "overview" : _("

Novell CASA Configuration Overview
-Obtain an overview of installed Novell CASA. Additionally +Obtain an overview of installed CASA. Additionally edit their configuration.

") + /* Ovreview dialog help 2/3 */ -_("

Adding Novell CASA:
-Press Add to configure Novell CASA.

") + +_("

Adding CASA:
+Press Add to configure CASA.

") + /* Ovreview dialog help 3/3 */ _("

Editing or Deleting:
-Choose Novell CASA to change or remove. +Choose CASA to change or remove. Then press Edit or Delete as desired.

"), diff --git a/casa-yast/src/NovellCasa.pm b/casa-yast/src/miCASA.pm similarity index 100% rename from casa-yast/src/NovellCasa.pm rename to casa-yast/src/miCASA.pm diff --git a/casa-yast/src/miCASA.ybc b/casa-yast/src/miCASA.ybc new file mode 100644 index 0000000000000000000000000000000000000000..72a6a6a218f6a26d1c903d65e15de9381866c5be GIT binary patch literal 5659 zcmc&&-HRMW5Z}4$#3Y)HAMuO{@kYFj_po>5lK3P(9A^?E8bdY`d6WtMoWv0#rgGS z$J|C91^6j;2dFb?vXX{bW+up{3_pF?4(e>!Nz&XEP7-kohDLXFHAvTcrJkV|JDw#+ti_F}+4&c)ADCSj`uOw_8}GhEwLF?72Qw2NRXa-yyJR1fh{JOPJbDlO0S0g(? z4^OR1bO!_EnY$pyV&$HK<_?wrJn>87bo}ao7G^;SwG$C^2GrTP-j#3fodfV5f*HZ5 z*1~ix3a>cM^rQJKDYn?nlQTi{a1QqoFv3bi;IDM=+rp-v7%7CuRG30A1fn_(r(1S{01 zn_I2t>~wfFZ{%Ue)vwA_hH~o@9yN!knhW)IaTd(+ zG)+<$UfRmdFN|a%oDb3%yMJT!QS%_Da!zqDfUL|IR;Q)_*PigeVi_un<_U}SrYvd@ z)?&$G3=XQ4W6hi_MT}CBy_6{mL=UCCbJjct?p~{hDknY9J7!LSvgt2-iN~I~qE8#~ zoOv7~Z}0uO1~mvZG2wZYIr9XCFuZ2iyA;E5Yu44xIbiP_5obA_Z9=e+pr2t{Khg@9 zyQ4N|aFPaMn`hWIij((|+JcP<_h-&LjnV7j)C_x(`oq@b_#+3l%4kqC=xiLZYOg)S zs5?Un+cu*4Z*LkjG;3>rQGsd%Ti30a10ZKiOa^5lubOF)r{XA&a5;DmS?aS${iP(n z7_D^EKujT&>>2ZHIh#p7>Fp3LAZJWgif9W&e-MIS-Q*ZYZHp9(wOAZ%hy6wB7FOXl zCmvK!xM1B}#W=0U{lEB0*;)W36>J%&_?AU_O5#VbamUP66_8Dw;RRqysH(Zg>SMTjmzLaN^A0^AnE%dWy8g+92Vi2{%mebCE#PspI`I8ul!F7{t>*mjbaNVq% zU%(x|b-&8m7+mYf7VGBBZ%U%CT_*~E`fo07|%c0uR0z|ZvKrQchjJBt