YaST modules rename from novell-casa to CASA continued.

This commit is contained in:
Cameron (Kamran) Mashayekhi 2006-04-20 18:50:11 +00:00
parent e7a702a8bd
commit a9d7e832c2
31 changed files with 214 additions and 203 deletions

View File

@ -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 Wed Apr 19 14:22:10 MST 2006 - jnorman@novell.com
- Security Audit report: 4.2. Enhance encryption of values in memory. - Security Audit report: 4.2. Enhance encryption of values in memory.

View File

@ -25,9 +25,9 @@
srcdir = . srcdir = .
top_srcdir = . top_srcdir = .
pkgdatadir = $(datadir)/yast2-novell-casa pkgdatadir = $(datadir)/yast2-CASA
pkglibdir = $(libdir)/yast2-novell-casa pkglibdir = $(libdir)/yast2-CASA
pkgincludedir = $(includedir)/yast2-novell-casa pkgincludedir = $(includedir)/yast2-CASA
top_builddir = . top_builddir = .
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = /usr/bin/install -c -p INSTALL = /usr/bin/install -c -p
@ -91,18 +91,18 @@ DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
GZIP_ENV = --best GZIP_ENV = --best
distuninstallcheck_listfiles = find . -type f -print distuninstallcheck_listfiles = find . -type f -print
distcleancheck_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 ACLOCAL = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run aclocal-1.9
AMTAR = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run tar AMTAR = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run tar
AUTOCONF = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run autoconf AUTOCONF = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run autoconf
AUTOHEADER = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run autoheader AUTOHEADER = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run autoheader
AUTOMAKE = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run automake-1.9 AUTOMAKE = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run automake-1.9
AWK = gawk AWK = gawk
CREATE_PKGCONFIG_FALSE = CREATE_PKGCONFIG_FALSE =
CREATE_PKGCONFIG_NOARCH_FALSE = CREATE_PKGCONFIG_NOARCH_FALSE =
CREATE_PKGCONFIG_NOARCH_TRUE = # CREATE_PKGCONFIG_NOARCH_TRUE = #
CREATE_PKGCONFIG_TRUE = # CREATE_PKGCONFIG_TRUE = #
CYGPATH_W = echo 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_C =
ECHO_N = -n ECHO_N = -n
ECHO_T = ECHO_T =
@ -115,13 +115,13 @@ LIBS =
LN_S = ln -s LN_S = ln -s
LTLIBOBJS = LTLIBOBJS =
MAINTAINER = casa <casa@novell.com> MAINTAINER = casa <casa@novell.com>
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-novell-casa PACKAGE = yast2-CASA
PACKAGE_BUGREPORT = http://www.suse.de/feedback PACKAGE_BUGREPORT = http://www.suse.de/feedback
PACKAGE_NAME = yast2-novell-casa PACKAGE_NAME = yast2-CASA
PACKAGE_STRING = yast2-novell-casa 1.6.0 PACKAGE_STRING = yast2-CASA 1.6.462
PACKAGE_TARNAME = yast2-novell-casa PACKAGE_TARNAME = yast2-CASA
PACKAGE_VERSION = 1.6.0 PACKAGE_VERSION = 1.6.462
PATH_SEPARATOR = : PATH_SEPARATOR = :
PKG_CONFIG_PATH = PKG_CONFIG_PATH =
RPMNAME = $(shell cat $(srcdir)/RPMNAME) RPMNAME = $(shell cat $(srcdir)/RPMNAME)
@ -152,7 +152,7 @@ build_vendor = suse
clientdir = ${prefix}/share/YaST2/clients clientdir = ${prefix}/share/YaST2/clients
datadir = ${prefix}/share datadir = ${prefix}/share
desktopdir = ${prefix}/share/applications/YaST2 desktopdir = ${prefix}/share/applications/YaST2
docdir = ${prefix}/share/doc/packages/yast2-novell-casa docdir = ${prefix}/share/doc/packages/yast2-CASA
exec_prefix = ${prefix} exec_prefix = ${prefix}
execcompdir = ${prefix}/lib/YaST2 execcompdir = ${prefix}/lib/YaST2
fillupdir = /var/adm/fillup-templates fillupdir = /var/adm/fillup-templates
@ -164,7 +164,7 @@ host_vendor = suse
imagedir = ${prefix}/share/YaST2/images imagedir = ${prefix}/share/YaST2/images
includedir = ${prefix}/include/YaST2 includedir = ${prefix}/include/YaST2
infodir = ${prefix}/info 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 libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec libexecdir = ${exec_prefix}/libexec
localedir = ${prefix}/share/YaST2/locale localedir = ${prefix}/share/YaST2/locale
@ -198,6 +198,7 @@ ystartupdir = ${prefix}/lib/YaST2
#where devtools are #where devtools are
PREFIX := $(shell pkg-config --print-errors --variable=prefix yast2-devtools) PREFIX := $(shell pkg-config --print-errors --variable=prefix yast2-devtools)
Y2TOOL = $(PREFIX)/bin/y2tool
SUBDIRS_FILE = $(shell test -e $(srcdir)/SUBDIRS && echo SUBDIRS) SUBDIRS_FILE = $(shell test -e $(srcdir)/SUBDIRS && echo SUBDIRS)
ACINCLUDE_FILE = $(shell test -e $(srcdir)/acinclude.m4 && echo acinclude.m4) ACINCLUDE_FILE = $(shell test -e $(srcdir)/acinclude.m4 && echo acinclude.m4)
HAS_YAST_LICENSE = $(shell test -e $(srcdir)/YAST_LICENSE && echo YAST_LICENSE) 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) $(IS_DEVTOOLS),Makefile.am.common,$(POT_DST)) $(am__append_1)
##pkgconfigdata_DATA = $(RPMNAME).pc ##pkgconfigdata_DATA = $(RPMNAME).pc
#pkgconfig_DATA = $(RPMNAME).pc #pkgconfig_DATA = $(RPMNAME).pc
TAGVERSION = $(PREFIX)/bin/y2tool tagversion TAGVERSION = $(Y2TOOL) tagversion
# test ! -d $(srcdir)/po \ # test ! -d $(srcdir)/po \
# || { $(MAKE) -C po checkpo && $(MAKE) -C po make-pox; } # || { $(MAKE) -C po checkpo && $(MAKE) -C po make-pox; }
# Contents of ./SUBDIRS # Contents of ./SUBDIRS
@ -724,7 +725,7 @@ dist-hook:
done done
pot: pot:
y2tool y2makepot -s $(srcdir) $(Y2TOOL) y2makepot -s $(srcdir)
install-pot: pot install-pot: pot
@POT_DST=`find -type d -name testsuite -prune , \ @POT_DST=`find -type d -name testsuite -prune , \
@ -745,7 +746,7 @@ install-pot: pot
fi fi
spellcheck: pot spellcheck: pot
y2tool pot-spellcheck $(Y2TOOL) pot-spellcheck
# all-local: $(if $(IS_DEVTOOLS),,$(POT_DST)) # 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/*.bak
rm -f package/*.auto rm -f package/*.auto
mv $(RPMNAME)-$(VERSION).tar.bz2 package/ mv $(RPMNAME)-$(VERSION).tar.bz2 package/
if ! test -x $(PREFIX)/bin/y2tool; then \ if ! test -x $(Y2TOOL); then \
echo "$(PREFIX)/bin/y2tool: not found."; \ echo "$(Y2TOOL): not found."; \
echo "You have to install yast2-devtools to making a package"; \ echo "You have to install yast2-devtools to making a package"; \
false; \ false; \
fi fi
here=`pwd`; \ here=`pwd`; \
cd $(srcdir) && for i in $(RPMNAME)*.spec.in; do \ cd $(srcdir) && for i in $(RPMNAME)*.spec.in; do \
newname="`echo "$$i" | sed "s/\.in$$//g"`"; \ newname="`echo "$$i" | sed "s/\.in$$//g"`"; \
$(PREFIX)/bin/y2tool create-spec < $$i > $$here/package/$${newname} ; \ $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
done done
package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local
@ -827,12 +828,12 @@ check-all-packages:
fi fi
check-textdomain: check-textdomain:
$(PREFIX)/bin/y2tool check-textdomain $(srcdir) $(Y2TOOL) check-textdomain $(srcdir)
stable: checkin-stable stable: checkin-stable
checkin-stable: package checkin-stable: package
$(PREFIX)/bin/y2tool checkin-stable $(Y2TOOL) checkin-stable
# For po/ modules # For po/ modules
checkpo: checkpo:

View File

@ -8,6 +8,7 @@
#where devtools are #where devtools are
PREFIX := $(shell pkg-config --print-errors --variable=prefix yast2-devtools) PREFIX := $(shell pkg-config --print-errors --variable=prefix yast2-devtools)
Y2TOOL = $(PREFIX)/bin/y2tool
VERSION = $(shell cat $(srcdir)/VERSION) VERSION = $(shell cat $(srcdir)/VERSION)
RPMNAME = $(shell cat $(srcdir)/RPMNAME) RPMNAME = $(shell cat $(srcdir)/RPMNAME)
@ -95,7 +96,7 @@ dist-hook:
done done
pot: pot:
y2tool y2makepot -s $(srcdir) $(Y2TOOL) y2makepot -s $(srcdir)
install-pot: pot install-pot: pot
@POT_DST=`find -type d -name testsuite -prune , \ @POT_DST=`find -type d -name testsuite -prune , \
@ -116,7 +117,7 @@ install-pot: pot
fi fi
spellcheck: pot spellcheck: pot
y2tool pot-spellcheck $(Y2TOOL) pot-spellcheck
# all-local: $(if $(IS_DEVTOOLS),,$(POT_DST)) # 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/*.bak
rm -f package/*.auto rm -f package/*.auto
mv $(RPMNAME)-$(VERSION).tar.bz2 package/ mv $(RPMNAME)-$(VERSION).tar.bz2 package/
if ! test -x $(PREFIX)/bin/y2tool; then \ if ! test -x $(Y2TOOL); then \
echo "$(PREFIX)/bin/y2tool: not found."; \ echo "$(Y2TOOL): not found."; \
echo "You have to install yast2-devtools to making a package"; \ echo "You have to install yast2-devtools to making a package"; \
false; \ false; \
fi fi
here=`pwd`; \ here=`pwd`; \
cd $(srcdir) && for i in $(RPMNAME)*.spec.in; do \ cd $(srcdir) && for i in $(RPMNAME)*.spec.in; do \
newname="`echo "$$i" | sed "s/\.in$$//g"`"; \ newname="`echo "$$i" | sed "s/\.in$$//g"`"; \
$(PREFIX)/bin/y2tool create-spec < $$i > $$here/package/$${newname} ; \ $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
done done
package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local 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: check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
if [ -d $(srcdir)/CVS ]; then \ if [ -d $(srcdir)/CVS ]; then \
@ -200,12 +201,12 @@ check-all-packages:
fi fi
check-textdomain: check-textdomain:
$(PREFIX)/bin/y2tool check-textdomain $(srcdir) $(Y2TOOL) check-textdomain $(srcdir)
stable: checkin-stable stable: checkin-stable
checkin-stable: package checkin-stable: package
$(PREFIX)/bin/y2tool checkin-stable $(Y2TOOL) checkin-stable
# For po/ modules # For po/ modules

View File

@ -198,6 +198,7 @@ ystartupdir = @ystartupdir@
#where devtools are #where devtools are
PREFIX := $(shell pkg-config --print-errors --variable=prefix yast2-devtools) PREFIX := $(shell pkg-config --print-errors --variable=prefix yast2-devtools)
Y2TOOL = $(PREFIX)/bin/y2tool
SUBDIRS_FILE = $(shell test -e $(srcdir)/SUBDIRS && echo SUBDIRS) SUBDIRS_FILE = $(shell test -e $(srcdir)/SUBDIRS && echo SUBDIRS)
ACINCLUDE_FILE = $(shell test -e $(srcdir)/acinclude.m4 && echo acinclude.m4) ACINCLUDE_FILE = $(shell test -e $(srcdir)/acinclude.m4 && echo acinclude.m4)
HAS_YAST_LICENSE = $(shell test -e $(srcdir)/YAST_LICENSE && echo YAST_LICENSE) 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) $(IS_DEVTOOLS),Makefile.am.common,$(POT_DST)) $(am__append_1)
@CREATE_PKGCONFIG_NOARCH_TRUE@@CREATE_PKGCONFIG_TRUE@pkgconfigdata_DATA = $(RPMNAME).pc @CREATE_PKGCONFIG_NOARCH_TRUE@@CREATE_PKGCONFIG_TRUE@pkgconfigdata_DATA = $(RPMNAME).pc
@CREATE_PKGCONFIG_NOARCH_FALSE@@CREATE_PKGCONFIG_TRUE@pkgconfig_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 \ # test ! -d $(srcdir)/po \
# || { $(MAKE) -C po checkpo && $(MAKE) -C po make-pox; } # || { $(MAKE) -C po checkpo && $(MAKE) -C po make-pox; }
# Contents of ./SUBDIRS # Contents of ./SUBDIRS
@ -724,7 +725,7 @@ dist-hook:
done done
pot: pot:
y2tool y2makepot -s $(srcdir) $(Y2TOOL) y2makepot -s $(srcdir)
install-pot: pot install-pot: pot
@POT_DST=`find -type d -name testsuite -prune , \ @POT_DST=`find -type d -name testsuite -prune , \
@ -745,7 +746,7 @@ install-pot: pot
fi fi
spellcheck: pot spellcheck: pot
y2tool pot-spellcheck $(Y2TOOL) pot-spellcheck
# all-local: $(if $(IS_DEVTOOLS),,$(POT_DST)) # 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/*.bak
rm -f package/*.auto rm -f package/*.auto
mv $(RPMNAME)-$(VERSION).tar.bz2 package/ mv $(RPMNAME)-$(VERSION).tar.bz2 package/
if ! test -x $(PREFIX)/bin/y2tool; then \ if ! test -x $(Y2TOOL); then \
echo "$(PREFIX)/bin/y2tool: not found."; \ echo "$(Y2TOOL): not found."; \
echo "You have to install yast2-devtools to making a package"; \ echo "You have to install yast2-devtools to making a package"; \
false; \ false; \
fi fi
here=`pwd`; \ here=`pwd`; \
cd $(srcdir) && for i in $(RPMNAME)*.spec.in; do \ cd $(srcdir) && for i in $(RPMNAME)*.spec.in; do \
newname="`echo "$$i" | sed "s/\.in$$//g"`"; \ newname="`echo "$$i" | sed "s/\.in$$//g"`"; \
$(PREFIX)/bin/y2tool create-spec < $$i > $$here/package/$${newname} ; \ $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
done done
package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local
@ -827,12 +828,12 @@ check-all-packages:
fi fi
check-textdomain: check-textdomain:
$(PREFIX)/bin/y2tool check-textdomain $(srcdir) $(Y2TOOL) check-textdomain $(srcdir)
stable: checkin-stable stable: checkin-stable
checkin-stable: package checkin-stable: package
$(PREFIX)/bin/y2tool checkin-stable $(Y2TOOL) checkin-stable
# For po/ modules # For po/ modules
checkpo: checkpo:

View File

@ -1 +1 @@
yast2-novell-casa yast2-CASA

View File

@ -2,7 +2,7 @@
# agents/Makefile. Generated from Makefile.in by configure. # agents/Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 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 # This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved. # 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) scrconfDATA_INSTALL = $(INSTALL_DATA)
DATA = $(scrconf_DATA) DATA = $(scrconf_DATA)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run aclocal-1.9 ACLOCAL = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run aclocal-1.9
AMTAR = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run tar AMTAR = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run tar
AUTOCONF = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run autoconf AUTOCONF = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run autoconf
AUTOHEADER = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run autoheader AUTOHEADER = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run autoheader
AUTOMAKE = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run automake-1.9 AUTOMAKE = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run automake-1.9
AWK = gawk AWK = gawk
CREATE_PKGCONFIG_FALSE = CREATE_PKGCONFIG_FALSE =
CREATE_PKGCONFIG_NOARCH_FALSE = CREATE_PKGCONFIG_NOARCH_FALSE =
CREATE_PKGCONFIG_NOARCH_TRUE = # CREATE_PKGCONFIG_NOARCH_TRUE = #
CREATE_PKGCONFIG_TRUE = # CREATE_PKGCONFIG_TRUE = #
CYGPATH_W = echo 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_C =
ECHO_N = -n ECHO_N = -n
ECHO_T = ECHO_T =
@ -86,13 +86,13 @@ LIBS =
LN_S = ln -s LN_S = ln -s
LTLIBOBJS = LTLIBOBJS =
MAINTAINER = casa <casa@novell.com> MAINTAINER = casa <casa@novell.com>
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 = yast2-CASA
PACKAGE_BUGREPORT = http://www.suse.de/feedback PACKAGE_BUGREPORT = http://www.suse.de/feedback
PACKAGE_NAME = yast2-CASA PACKAGE_NAME = yast2-CASA
PACKAGE_STRING = yast2-CASA 1.6.0 PACKAGE_STRING = yast2-CASA 1.6.462
PACKAGE_TARNAME = yast2-CASA PACKAGE_TARNAME = yast2-CASA
PACKAGE_VERSION = 1.6.0 PACKAGE_VERSION = 1.6.462
PATH_SEPARATOR = : PATH_SEPARATOR = :
PKG_CONFIG_PATH = PKG_CONFIG_PATH =
RPMNAME = yast2-CASA 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_PDF = /usr/share/YaST2/data/docbook/stylesheets/customize-fo.xsl
STYLESHEET_YCPDOC = /usr/share/YaST2/data/docbook/stylesheets/ycpdoc.xsl STYLESHEET_YCPDOC = /usr/share/YaST2/data/docbook/stylesheets/ycpdoc.xsl
STYLESHEET_YDOC = /usr/share/YaST2/data/docbook/stylesheets/ydoc.xsl STYLESHEET_YDOC = /usr/share/YaST2/data/docbook/stylesheets/ydoc.xsl
VERSION = 1.6.0 VERSION = 1.6.462
XGETTEXT = /usr/bin/xgettext XGETTEXT = /usr/bin/xgettext
YCPC = /usr/bin/ycpc YCPC = /usr/bin/ycpc
YCPDOC = /usr/lib/YaST2/bin/ycpdoc YCPDOC = /usr/lib/YaST2/bin/ycpdoc
@ -135,7 +135,7 @@ host_vendor = suse
imagedir = ${prefix}/share/YaST2/images imagedir = ${prefix}/share/YaST2/images
includedir = ${prefix}/include/YaST2 includedir = ${prefix}/include/YaST2
infodir = ${prefix}/info 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 libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec libexecdir = ${exec_prefix}/libexec
localedir = ${prefix}/share/YaST2/locale localedir = ${prefix}/share/YaST2/locale

View File

@ -2,7 +2,7 @@
# @configure_input@ # @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 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 # This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved. # with or without modifications, as long as this notice is preserved.

View File

@ -1,6 +1,6 @@
@%:@! /bin/sh @%:@! /bin/sh
@%:@ Guess values for system-dependent variables and create Makefiles. @%:@ 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 <http://www.suse.de/feedback>. @%:@ Report bugs to <http://www.suse.de/feedback>.
@%:@ @%:@
@ -267,10 +267,10 @@ SHELL=${CONFIG_SHELL-/bin/sh}
: ${ac_max_here_lines=38} : ${ac_max_here_lines=38}
# Identity of this package. # Identity of this package.
PACKAGE_NAME='yast2-novell-casa' PACKAGE_NAME='yast2-CASA'
PACKAGE_TARNAME='yast2-novell-casa' PACKAGE_TARNAME='yast2-CASA'
PACKAGE_VERSION='1.6.0' PACKAGE_VERSION='1.6.462'
PACKAGE_STRING='yast2-novell-casa 1.6.0' PACKAGE_STRING='yast2-CASA 1.6.462'
PACKAGE_BUGREPORT='http://www.suse.de/feedback' PACKAGE_BUGREPORT='http://www.suse.de/feedback'
ac_unique_file="RPMNAME" 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. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF 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]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -795,7 +795,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in 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 esac
cat <<\_ACEOF cat <<\_ACEOF
@ -908,7 +908,7 @@ fi
test -n "$ac_init_help" && exit 0 test -n "$ac_init_help" && exit 0
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
yast2-novell-casa configure 1.6.0 yast2-CASA configure 1.6.462
generated by GNU Autoconf 2.59 generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc. Copyright (C) 2003 Free Software Foundation, Inc.
@ -922,7 +922,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. 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 generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@ $ $0 $@
@ -1651,8 +1651,8 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='yast2-novell-casa' PACKAGE='yast2-CASA'
VERSION='1.6.0' VERSION='1.6.462'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -1863,8 +1863,8 @@ echo "${ECHO_T}$am_cv_prog_tar_ustar" >&6
VERSION="1.6.0" VERSION="1.6.462"
RPMNAME="yast2-novell-casa" RPMNAME="yast2-CASA"
MAINTAINER="casa <casa@novell.com>" MAINTAINER="casa <casa@novell.com>"
pkgconfigdir=\${libdir}/pkgconfig pkgconfigdir=\${libdir}/pkgconfig
@ -2693,7 +2693,7 @@ _ASBOX
} >&5 } >&5
cat >&5 <<_CSEOF 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 generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -2748,7 +2748,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\ 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, configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"

View File

@ -1,6 +1,6 @@
@%:@! /bin/sh @%:@! /bin/sh
@%:@ Guess values for system-dependent variables and create Makefiles. @%:@ 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 <http://www.suse.de/feedback>. @%:@ Report bugs to <http://www.suse.de/feedback>.
@%:@ @%:@
@ -267,10 +267,10 @@ SHELL=${CONFIG_SHELL-/bin/sh}
: ${ac_max_here_lines=38} : ${ac_max_here_lines=38}
# Identity of this package. # Identity of this package.
PACKAGE_NAME='yast2-novell-casa' PACKAGE_NAME='yast2-CASA'
PACKAGE_TARNAME='yast2-novell-casa' PACKAGE_TARNAME='yast2-CASA'
PACKAGE_VERSION='1.6.0' PACKAGE_VERSION='1.6.462'
PACKAGE_STRING='yast2-novell-casa 1.6.0' PACKAGE_STRING='yast2-CASA 1.6.462'
PACKAGE_BUGREPORT='http://www.suse.de/feedback' PACKAGE_BUGREPORT='http://www.suse.de/feedback'
ac_unique_file="RPMNAME" 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. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF 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]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -795,7 +795,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in 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 esac
cat <<\_ACEOF cat <<\_ACEOF
@ -908,7 +908,7 @@ fi
test -n "$ac_init_help" && exit 0 test -n "$ac_init_help" && exit 0
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
yast2-novell-casa configure 1.6.0 yast2-CASA configure 1.6.462
generated by GNU Autoconf 2.59 generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc. Copyright (C) 2003 Free Software Foundation, Inc.
@ -922,7 +922,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. 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 generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@ $ $0 $@
@ -1651,8 +1651,8 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='yast2-novell-casa' PACKAGE='yast2-CASA'
VERSION='1.6.0' VERSION='1.6.462'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -1863,8 +1863,8 @@ echo "${ECHO_T}$am_cv_prog_tar_ustar" >&6
VERSION="1.6.0" VERSION="1.6.462"
RPMNAME="yast2-novell-casa" RPMNAME="yast2-CASA"
MAINTAINER="casa <casa@novell.com>" MAINTAINER="casa <casa@novell.com>"
pkgconfigdir=\${libdir}/pkgconfig pkgconfigdir=\${libdir}/pkgconfig
@ -2693,7 +2693,7 @@ _ASBOX
} >&5 } >&5
cat >&5 <<_CSEOF 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 generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -2748,7 +2748,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\ 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, configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"

View File

@ -480,7 +480,7 @@ AC_MSG_RESULT([$am_cv_prog_tar_$1])])
AC_SUBST([am__tar]) AC_SUBST([am__tar])
AC_SUBST([am__untar]) 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([^_?A[CHUM]_])
m4trace:configure.in:6: -1- m4_pattern_forbid([_AC_]) 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']) m4trace:configure.in:6: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])

View File

@ -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([^_?A[CHUM]_])
m4trace:configure.in:6: -1- m4_pattern_forbid([_AC_]) 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']) m4trace:configure.in:6: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])

View File

@ -1,7 +1,7 @@
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. 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 generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure $ ./configure
@ -12,9 +12,9 @@ generated by GNU Autoconf 2.59. Invocation command line was
hostname = alborz hostname = alborz
uname -m = x86_64 uname -m = x86_64
uname -r = 2.6.16-8-smp uname -r = 2.6.16-20-smp
uname -s = Linux 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 /usr/bin/uname -p = unknown
/bin/uname -X = unknown /bin/uname -X = unknown
@ -27,13 +27,11 @@ hostinfo = unknown
/usr/bin/oslevel = unknown /usr/bin/oslevel = unknown
/bin/universe = unknown /bin/universe = unknown
PATH: .
PATH: /usr/sbin PATH: /usr/sbin
PATH: /bin PATH: /bin
PATH: /usr/bin PATH: /usr/bin
PATH: /sbin PATH: /sbin
PATH: /usr/X11R6/bin PATH: /usr/X11R6/bin
PATH: /usr/local/ccm63/bin
## ----------- ## ## ----------- ##
@ -88,7 +86,7 @@ configure:2429: creating ./config.status
## Running 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 generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = CONFIG_FILES =
@ -134,18 +132,18 @@ am_cv_prog_tar_ustar=gnutar
## Output variables. ## ## Output variables. ##
## ----------------- ## ## ----------------- ##
ACLOCAL='${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run aclocal-1.9' ACLOCAL='${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run aclocal-1.9'
AMTAR='${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run tar' AMTAR='${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run tar'
AUTOCONF='${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run autoconf' AUTOCONF='${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run autoconf'
AUTOHEADER='${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run autoheader' AUTOHEADER='${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run autoheader'
AUTOMAKE='${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run automake-1.9' AUTOMAKE='${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run automake-1.9'
AWK='gawk' AWK='gawk'
CREATE_PKGCONFIG_FALSE='' CREATE_PKGCONFIG_FALSE=''
CREATE_PKGCONFIG_NOARCH_FALSE='' CREATE_PKGCONFIG_NOARCH_FALSE=''
CREATE_PKGCONFIG_NOARCH_TRUE='#' CREATE_PKGCONFIG_NOARCH_TRUE='#'
CREATE_PKGCONFIG_TRUE='#' CREATE_PKGCONFIG_TRUE='#'
CYGPATH_W='echo' 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_C=''
ECHO_N='-n' ECHO_N='-n'
ECHO_T='' ECHO_T=''
@ -158,16 +156,16 @@ LIBS=''
LN_S='ln -s' LN_S='ln -s'
LTLIBOBJS='' LTLIBOBJS=''
MAINTAINER='casa <casa@novell.com>' MAINTAINER='casa <casa@novell.com>'
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-novell-casa' PACKAGE='yast2-CASA'
PACKAGE_BUGREPORT='http://www.suse.de/feedback' PACKAGE_BUGREPORT='http://www.suse.de/feedback'
PACKAGE_NAME='yast2-novell-casa' PACKAGE_NAME='yast2-CASA'
PACKAGE_STRING='yast2-novell-casa 1.6.0' PACKAGE_STRING='yast2-CASA 1.6.462'
PACKAGE_TARNAME='yast2-novell-casa' PACKAGE_TARNAME='yast2-CASA'
PACKAGE_VERSION='1.6.0' PACKAGE_VERSION='1.6.462'
PATH_SEPARATOR=':' PATH_SEPARATOR=':'
PKG_CONFIG_PATH='' PKG_CONFIG_PATH=''
RPMNAME='yast2-novell-casa' RPMNAME='yast2-CASA'
SET_MAKE='' SET_MAKE=''
SHELL='/bin/sh' SHELL='/bin/sh'
STRIP='' 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_PDF='/usr/share/YaST2/data/docbook/stylesheets/customize-fo.xsl'
STYLESHEET_YCPDOC='/usr/share/YaST2/data/docbook/stylesheets/ycpdoc.xsl' STYLESHEET_YCPDOC='/usr/share/YaST2/data/docbook/stylesheets/ycpdoc.xsl'
STYLESHEET_YDOC='/usr/share/YaST2/data/docbook/stylesheets/ydoc.xsl' STYLESHEET_YDOC='/usr/share/YaST2/data/docbook/stylesheets/ydoc.xsl'
VERSION='1.6.0' VERSION='1.6.462'
XGETTEXT='/usr/bin/xgettext' XGETTEXT='/usr/bin/xgettext'
YCPC='/usr/bin/ycpc' YCPC='/usr/bin/ycpc'
YCPDOC='/usr/lib/YaST2/bin/ycpdoc' YCPDOC='/usr/lib/YaST2/bin/ycpdoc'
@ -195,7 +193,7 @@ build_vendor='suse'
clientdir='${prefix}/share/YaST2/clients' clientdir='${prefix}/share/YaST2/clients'
datadir='${prefix}/share' datadir='${prefix}/share'
desktopdir='${prefix}/share/applications/YaST2' desktopdir='${prefix}/share/applications/YaST2'
docdir='${prefix}/share/doc/packages/yast2-novell-casa' docdir='${prefix}/share/doc/packages/yast2-CASA'
exec_prefix='${prefix}' exec_prefix='${prefix}'
execcompdir='${prefix}/lib/YaST2' execcompdir='${prefix}/lib/YaST2'
fillupdir='/var/adm/fillup-templates' fillupdir='/var/adm/fillup-templates'
@ -207,7 +205,7 @@ host_vendor='suse'
imagedir='${prefix}/share/YaST2/images' imagedir='${prefix}/share/YaST2/images'
includedir='${prefix}/include/YaST2' includedir='${prefix}/include/YaST2'
infodir='${prefix}/info' 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' libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec' libexecdir='${exec_prefix}/libexec'
localedir='${prefix}/share/YaST2/locale' localedir='${prefix}/share/YaST2/locale'
@ -243,12 +241,12 @@ ystartupdir='${prefix}/lib/YaST2'
## confdefs.h. ## ## confdefs.h. ##
## ----------- ## ## ----------- ##
#define PACKAGE "yast2-novell-casa" #define PACKAGE "yast2-CASA"
#define PACKAGE_BUGREPORT "http://www.suse.de/feedback" #define PACKAGE_BUGREPORT "http://www.suse.de/feedback"
#define PACKAGE_NAME "yast2-novell-casa" #define PACKAGE_NAME "yast2-CASA"
#define PACKAGE_STRING "yast2-novell-casa 1.6.0" #define PACKAGE_STRING "yast2-CASA 1.6.462"
#define PACKAGE_TARNAME "yast2-novell-casa" #define PACKAGE_TARNAME "yast2-CASA"
#define PACKAGE_VERSION "1.6.0" #define PACKAGE_VERSION "1.6.462"
#define VERSION "1.6.0" #define VERSION "1.6.462"
configure: exit 0 configure: exit 0

View File

@ -259,7 +259,7 @@ _ASBOX
} >&5 } >&5
cat >&5 <<_CSEOF 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 generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -292,7 +292,7 @@ $config_files
Report bugs to <bug-autoconf@gnu.org>." Report bugs to <bug-autoconf@gnu.org>."
ac_cs_version="\ 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, configured by ./configure, generated by GNU Autoconf 2.59,
with options \"\" with options \"\"
@ -436,10 +436,10 @@ if test -n "$CONFIG_FILES"; then
s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF
s,@SHELL@,/bin/sh,;t t s,@SHELL@,/bin/sh,;t t
s,@PATH_SEPARATOR@,:,;t t s,@PATH_SEPARATOR@,:,;t t
s,@PACKAGE_NAME@,yast2-novell-casa,;t t s,@PACKAGE_NAME@,yast2-CASA,;t t
s,@PACKAGE_TARNAME@,yast2-novell-casa,;t t s,@PACKAGE_TARNAME@,yast2-CASA,;t t
s,@PACKAGE_VERSION@,1.6.0,;t t s,@PACKAGE_VERSION@,1.6.462,;t t
s,@PACKAGE_STRING@,yast2-novell-casa 1.6.0,;t t s,@PACKAGE_STRING@,yast2-CASA 1.6.462,;t t
s,@PACKAGE_BUGREPORT@,http://www.suse.de/feedback,;t t s,@PACKAGE_BUGREPORT@,http://www.suse.de/feedback,;t t
s,@exec_prefix@,${prefix},;t t s,@exec_prefix@,${prefix},;t t
s,@prefix@,/usr,;t t s,@prefix@,/usr,;t t
@ -459,7 +459,7 @@ s,@mandir@,${prefix}/share/man,;t t
s,@build_alias@,,;t t s,@build_alias@,,;t t
s,@host_alias@,,;t t s,@host_alias@,,;t t
s,@target_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_C@,,;t t
s,@ECHO_N@,-n,;t t s,@ECHO_N@,-n,;t t
s,@ECHO_T@,,;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_SCRIPT@,${INSTALL},;t t
s,@INSTALL_DATA@,${INSTALL} -m 644,;t t s,@INSTALL_DATA@,${INSTALL} -m 644,;t t
s,@CYGPATH_W@,echo,;t t s,@CYGPATH_W@,echo,;t t
s,@PACKAGE@,yast2-novell-casa,;t t s,@PACKAGE@,yast2-CASA,;t t
s,@VERSION@,1.6.0,;t t s,@VERSION@,1.6.462,;t t
s,@ACLOCAL@,${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run aclocal-1.9,;t t s,@ACLOCAL@,${SHELL} /home/cameron/dev/subversion/trunk/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,@AUTOCONF@,${SHELL} /home/cameron/dev/subversion/trunk/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,@AUTOMAKE@,${SHELL} /home/cameron/dev/subversion/trunk/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,@AUTOHEADER@,${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run autoheader,;t t
s,@MAKEINFO@,${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run makeinfo,;t t s,@MAKEINFO@,${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run makeinfo,;t t
s,@install_sh@,/home/nds_cm/dev/yast/casa-yast/install-sh,;t t s,@install_sh@,/home/cameron/dev/subversion/trunk/casa-yast/install-sh,;t t
s,@STRIP@,,;t t s,@STRIP@,,;t t
s,@ac_ct_STRIP@,,;t t s,@ac_ct_STRIP@,,;t t
s,@INSTALL_STRIP_PROGRAM@,${SHELL} $(install_sh) -c -s,;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,@AWK@,gawk,;t t
s,@SET_MAKE@,,;t t s,@SET_MAKE@,,;t t
s,@am__leading_dot@,.,;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__tar@,tar --format=ustar -chf - "$$tardir",;t t
s,@am__untar@,tar -xf -,;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 <casa@novell.com>,;t t s,@MAINTAINER@,casa <casa@novell.com>,;t t
s,@pkgconfigdir@,${libdir}/pkgconfig,;t t s,@pkgconfigdir@,${libdir}/pkgconfig,;t t
s,@pkgconfigdatadir@,${datadir}/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,@plugindir@,${libdir}/YaST2/plugin,;t t
s,@potdir@,${docdir}/pot,;t t s,@potdir@,${docdir}/pot,;t t
s,@execcompdir@,${prefix}/lib/YaST2,;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,@ydatadir@,${prefix}/share/YaST2/data,;t t
s,@imagedir@,${prefix}/share/YaST2/images,;t t s,@imagedir@,${prefix}/share/YaST2/images,;t t
s,@themedir@,${prefix}/share/YaST2/theme,;t t s,@themedir@,${prefix}/share/YaST2/theme,;t t

30
casa-yast/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # 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 <http://www.suse.de/feedback>. # Report bugs to <http://www.suse.de/feedback>.
# #
@ -267,10 +267,10 @@ SHELL=${CONFIG_SHELL-/bin/sh}
: ${ac_max_here_lines=38} : ${ac_max_here_lines=38}
# Identity of this package. # Identity of this package.
PACKAGE_NAME='yast2-novell-casa' PACKAGE_NAME='yast2-CASA'
PACKAGE_TARNAME='yast2-novell-casa' PACKAGE_TARNAME='yast2-CASA'
PACKAGE_VERSION='1.6.0' PACKAGE_VERSION='1.6.462'
PACKAGE_STRING='yast2-novell-casa 1.6.0' PACKAGE_STRING='yast2-CASA 1.6.462'
PACKAGE_BUGREPORT='http://www.suse.de/feedback' PACKAGE_BUGREPORT='http://www.suse.de/feedback'
ac_unique_file="RPMNAME" 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. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF 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]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -795,7 +795,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in 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 esac
cat <<\_ACEOF cat <<\_ACEOF
@ -908,7 +908,7 @@ fi
test -n "$ac_init_help" && exit 0 test -n "$ac_init_help" && exit 0
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
yast2-novell-casa configure 1.6.0 yast2-CASA configure 1.6.462
generated by GNU Autoconf 2.59 generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc. Copyright (C) 2003 Free Software Foundation, Inc.
@ -922,7 +922,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. 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 generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@ $ $0 $@
@ -1651,8 +1651,8 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='yast2-novell-casa' PACKAGE='yast2-CASA'
VERSION='1.6.0' VERSION='1.6.462'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -1863,8 +1863,8 @@ echo "${ECHO_T}$am_cv_prog_tar_ustar" >&6
VERSION="1.6.0" VERSION="1.6.462"
RPMNAME="yast2-novell-casa" RPMNAME="yast2-CASA"
MAINTAINER="casa <casa@novell.com>" MAINTAINER="casa <casa@novell.com>"
pkgconfigdir=\${libdir}/pkgconfig pkgconfigdir=\${libdir}/pkgconfig
@ -2693,7 +2693,7 @@ _ASBOX
} >&5 } >&5
cat >&5 <<_CSEOF 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 generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -2748,7 +2748,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\ 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, configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"

View File

@ -1,9 +1,9 @@
dnl configure.in for yast2-novell-casa dnl configure.in for yast2-CASA
dnl 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) 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' dnl Check for presence of file 'RPMNAME'
AC_CONFIG_SRCDIR([RPMNAME]) AC_CONFIG_SRCDIR([RPMNAME])
@ -17,8 +17,8 @@ AC_PREFIX_DEFAULT(/usr)
AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs
dnl Important YaST2 variables dnl Important YaST2 variables
VERSION="1.6.0" VERSION="1.6.462"
RPMNAME="yast2-novell-casa" RPMNAME="yast2-CASA"
MAINTAINER="casa <casa@novell.com>" MAINTAINER="casa <casa@novell.com>"
dnl pkgconfig honors lib64 dnl pkgconfig honors lib64

View File

@ -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: \ NovellCasa.ybc: \
/usr/share/YaST2/modules/Progress.ybc \ /usr/share/YaST2/modules/Progress.ybc \
/usr/share/YaST2/modules/Report.ybc \ /usr/share/YaST2/modules/Report.ybc \

View File

@ -19,5 +19,5 @@ X-SuSE-YaST-AutoInstResource=CASA
Icon=CASA Icon=CASA
Exec=/sbin/yast2 CASA Exec=/sbin/yast2 CASA
Name=Novell CASA Name=CASA
GenericName=Configure CASA GenericName=Configure CASA

View File

@ -38,7 +38,7 @@ textdomain "CASA";
/* The main () */ /* The main () */
y2milestone ("----------------------------------------"); y2milestone ("----------------------------------------");
y2milestone ("Novell CASA module started"); y2milestone ("CASA module started");
import "Progress"; import "Progress";
import "Report"; import "Report";
@ -83,7 +83,7 @@ else ret = CommandLine::Run(cmdline_description);
y2debug("ret=%1", ret); y2debug("ret=%1", ret);
/* Finish */ /* Finish */
y2milestone("Novell CASA module finished"); y2milestone("CASA module finished");
y2milestone("----------------------------------------"); y2milestone("----------------------------------------");
return ret; return ret;

View File

@ -43,7 +43,7 @@
textdomain "CASA"; textdomain "CASA";
y2milestone("----------------------------------------"); y2milestone("----------------------------------------");
y2milestone("Novell CASA auto started"); y2milestone("CASA auto started");
import "NovellCasa"; import "NovellCasa";
include "CASA/wizards.ycp"; include "CASA/wizards.ycp";
@ -108,7 +108,7 @@ else {
} }
y2debug("ret=%1", ret); y2debug("ret=%1", ret);
y2milestone("Novell CASA auto finished"); y2milestone("CASA auto finished");
y2milestone("----------------------------------------"); y2milestone("----------------------------------------");
return ret; return ret;

View File

@ -38,7 +38,7 @@ import "Progress";
/* The main () */ /* The main () */
y2milestone("----------------------------------------"); y2milestone("----------------------------------------");
y2milestone("Novell CASA proposal started"); y2milestone("CASA proposal started");
string func = (string) WFM::Args(0); string func = (string) WFM::Args(0);
map param = (map) WFM::Args(1); map param = (map) WFM::Args(1);
@ -81,10 +81,10 @@ else if(func == "AskUser") {
/* create titles */ /* create titles */
else if(func == "Description") { else if(func == "Description") {
ret = $[ ret = $[
/* Rich text title for NovellCasa in proposals */ /* Rich text title for CASA in proposals */
"rich_text_title" : _("Novell CASA"), "rich_text_title" : _("CASA"),
/* Menu title for NovellCasa in proposals */ /* Menu title for CASA in proposals */
"menu_title" : _("&Novell CASA"), "menu_title" : _("&CASA"),
"id" : "CASA", "id" : "CASA",
]; ];
} }
@ -99,7 +99,7 @@ else {
/* Finish */ /* Finish */
y2debug("ret=%1",ret); y2debug("ret=%1",ret);
y2milestone("Novell CASA proposal finished"); y2milestone("CASA proposal finished");
y2milestone("----------------------------------------"); y2milestone("----------------------------------------");
return ret; return ret;

View File

@ -2,7 +2,7 @@
# src/Makefile. Generated from Makefile.in by configure. # src/Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 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 # This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved. # 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) \ DATA = $(client_DATA) $(desktop_DATA) $(icons_DATA) $(module_DATA) \
$(modulebin_DATA) $(theme_DATA) $(ynclude_DATA) $(modulebin_DATA) $(theme_DATA) $(ynclude_DATA)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run aclocal-1.9 ACLOCAL = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run aclocal-1.9
AMTAR = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run tar AMTAR = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run tar
AUTOCONF = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run autoconf AUTOCONF = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run autoconf
AUTOHEADER = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run autoheader AUTOHEADER = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run autoheader
AUTOMAKE = ${SHELL} /home/nds_cm/dev/yast/casa-yast/missing --run automake-1.9 AUTOMAKE = ${SHELL} /home/cameron/dev/subversion/trunk/casa-yast/missing --run automake-1.9
AWK = gawk AWK = gawk
CREATE_PKGCONFIG_FALSE = CREATE_PKGCONFIG_FALSE =
CREATE_PKGCONFIG_NOARCH_FALSE = CREATE_PKGCONFIG_NOARCH_FALSE =
CREATE_PKGCONFIG_NOARCH_TRUE = # CREATE_PKGCONFIG_NOARCH_TRUE = #
CREATE_PKGCONFIG_TRUE = # CREATE_PKGCONFIG_TRUE = #
CYGPATH_W = echo 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_C =
ECHO_N = -n ECHO_N = -n
ECHO_T = ECHO_T =
@ -97,13 +97,13 @@ LIBS =
LN_S = ln -s LN_S = ln -s
LTLIBOBJS = LTLIBOBJS =
MAINTAINER = casa <casa@novell.com> MAINTAINER = casa <casa@novell.com>
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 = yast2-CASA
PACKAGE_BUGREPORT = http://www.suse.de/feedback PACKAGE_BUGREPORT = http://www.suse.de/feedback
PACKAGE_NAME = yast2-CASA PACKAGE_NAME = yast2-CASA
PACKAGE_STRING = yast2-CASA 1.6.0 PACKAGE_STRING = yast2-CASA 1.6.462
PACKAGE_TARNAME = yast2-CASA PACKAGE_TARNAME = yast2-CASA
PACKAGE_VERSION = 1.6.0 PACKAGE_VERSION = 1.6.462
PATH_SEPARATOR = : PATH_SEPARATOR = :
PKG_CONFIG_PATH = PKG_CONFIG_PATH =
RPMNAME = yast2-CASA 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_PDF = /usr/share/YaST2/data/docbook/stylesheets/customize-fo.xsl
STYLESHEET_YCPDOC = /usr/share/YaST2/data/docbook/stylesheets/ycpdoc.xsl STYLESHEET_YCPDOC = /usr/share/YaST2/data/docbook/stylesheets/ycpdoc.xsl
STYLESHEET_YDOC = /usr/share/YaST2/data/docbook/stylesheets/ydoc.xsl STYLESHEET_YDOC = /usr/share/YaST2/data/docbook/stylesheets/ydoc.xsl
VERSION = 1.6.0 VERSION = 1.6.462
XGETTEXT = /usr/bin/xgettext XGETTEXT = /usr/bin/xgettext
YCPC = /usr/bin/ycpc YCPC = /usr/bin/ycpc
YCPDOC = /usr/lib/YaST2/bin/ycpdoc YCPDOC = /usr/lib/YaST2/bin/ycpdoc
@ -146,7 +146,7 @@ host_vendor = suse
imagedir = ${prefix}/share/YaST2/images imagedir = ${prefix}/share/YaST2/images
includedir = ${prefix}/include/YaST2 includedir = ${prefix}/include/YaST2
infodir = ${prefix}/info 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 libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec libexecdir = ${exec_prefix}/libexec
localedir = ${prefix}/share/YaST2/locale localedir = ${prefix}/share/YaST2/locale
@ -180,7 +180,7 @@ ystartupdir = ${prefix}/lib/YaST2
iconsdir = /usr/share/applications iconsdir = /usr/share/applications
client_DATA = \ client_DATA = \
CASA.ycp \ CASA.ycp \
CASA_auto.ycp \ CASA_auto.ycp \
CASA_proposal.ycp CASA_proposal.ycp
ynclude_DATA = \ ynclude_DATA = \
@ -193,7 +193,7 @@ desktop_DATA = \
CASA.desktop CASA.desktop
module_DATA = \ module_DATA = \
NovellCasa.ycp miCASA.ycp
icons_DATA = \ icons_DATA = \
icons/install_casa_yast_icons icons/install_casa_yast_icons

View File

@ -20,7 +20,7 @@ desktop_DATA = \
CASA.desktop CASA.desktop
module_DATA = \ module_DATA = \
NovellCasa.ycp miCASA.ycp
icons_DATA = \ icons_DATA = \
icons/install_casa_yast_icons icons/install_casa_yast_icons

View File

@ -2,7 +2,7 @@
# @configure_input@ # @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 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 # This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved. # with or without modifications, as long as this notice is preserved.
@ -180,7 +180,7 @@ ystartupdir = @ystartupdir@
iconsdir = /usr/share/applications iconsdir = /usr/share/applications
client_DATA = \ client_DATA = \
CASA.ycp \ CASA.ycp \
CASA_auto.ycp \ CASA_auto.ycp \
CASA_proposal.ycp CASA_proposal.ycp
ynclude_DATA = \ ynclude_DATA = \
@ -193,7 +193,7 @@ desktop_DATA = \
CASA.desktop CASA.desktop
module_DATA = \ module_DATA = \
NovellCasa.ycp miCASA.ycp
icons_DATA = \ icons_DATA = \
icons/install_casa_yast_icons icons/install_casa_yast_icons

Binary file not shown.

View File

@ -83,8 +83,8 @@ symbol WriteDialog() {
*/ */
any SummaryDialog() { any SummaryDialog() {
/* NovellCasa summary dialog caption */ /* CASA summary dialog caption */
string caption = _("Novell CASA Configuration"); string caption = _("CASA Configuration");
/* FIXME */ /* FIXME */
list summary = NovellCasa::Summary(); list summary = NovellCasa::Summary();
@ -92,10 +92,10 @@ any SummaryDialog() {
string configured = summary[0]:""; string configured = summary[0]:"";
/* Frame label */ /* Frame label */
// term contents = Wizard_hw::DetectedContent(_("NovellCasa to Configure"), // term contents = Wizard_hw::DetectedContent(_("CASA to Configure"),
// unconfigured, false, configured); // unconfigured, false, configured);
term contents = `Frame(_(" Novell CASA Configuration Wizard Pages "), term contents = `Frame(_(" CASA Configuration Wizard Pages "),
`VBox( `VBox(
`VSpacing(), `VSpacing(),
`VSpacing(), `VSpacing(),
@ -140,7 +140,8 @@ any SummaryDialog() {
else if(ret == `next) { else if(ret == `next) {
break; break;
} }
else if(ret == `install_casa_button) { else if(ret == `install_casa_button) {
// launch the install script here // launch the install script here
y2milestone ("SummaryDialog() launch the install script"); y2milestone ("SummaryDialog() launch the install script");
integer iInstall_CASAReturn = (integer)SCR::Execute(.target.bash, "/usr/sbin/casacfgpam"); integer iInstall_CASAReturn = (integer)SCR::Execute(.target.bash, "/usr/sbin/casacfgpam");
@ -194,20 +195,20 @@ any SummaryDialog() {
*/ */
any OverviewDialog() { any OverviewDialog() {
/* NovellCasa overview dialog caption */ /* CASA overview dialog caption */
string caption = _("Novell CASA Overview"); string caption = _("CASA Overview");
list overview = NovellCasa::Overview(); list overview = NovellCasa::Overview();
/* FIXME table header */ /* FIXME table header */
// term contents = Wizard_hw::ConfiguredContent( // term contents = Wizard_hw::ConfiguredContent(
// /* Table header */ // /* Table header */
// `header(_("Number"), _("Novell CASA")), // `header(_("Number"), _("CASA")),
// overview, nil, nil, nil, nil ); // overview, nil, nil, nil, nil );
// contents = Wizard_hw::SpacingAround(contents, 1.5, 1.5, 1.0, 1.0); // 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( `VBox(
`VSpacing(), `VSpacing(),
`VSpacing(), `VSpacing(),

View File

@ -37,7 +37,7 @@ textdomain "CASA";
map HELPS = $[ map HELPS = $[
/* Read dialog help 1/2 */ /* Read dialog help 1/2 */
"read" : _("<p><b><big>Initializing Novell CASA Configuration</big></b><br> "read" : _("<p><b><big>Initializing CASA Configuration</big></b><br>
Please wait...<br></p> Please wait...<br></p>
") + ") +
@ -47,7 +47,7 @@ Safely abort the configuration utility by pressing <b>Abort</b> now.</p>
"), "),
/* Write dialog help 1/2 */ /* Write dialog help 1/2 */
"write" : _("<p><b><big>Saving Novell CASA Configuration</big></b><br> "write" : _("<p><b><big>Saving CASA Configuration</big></b><br>
Please wait...<br></p> Please wait...<br></p>
") + ") +
@ -60,13 +60,13 @@ An additional dialog informs whether it is safe to do so.
/* Summary dialog help 1/3 */ /* Summary dialog help 1/3 */
"summary" : _("<p><b><big>Novell CASA Configuration</big></b><br> "summary" : _("<p><b><big>Novell CASA Configuration</big></b><br>
Configure Novell CASA here.<br></p> Configure CASA here.<br></p>
") + ") +
/* Summary dialog help 2/3 */ /* Summary dialog help 2/3 */
_("<p><b><big>Adding Novell CASA:</big></b><br> _("<p><b><big>Adding CASA:</big></b><br>
Choose Novell CASA from the list of detected services. Choose CASA from the list of detected services.
If your Novell CASA was not autodetected, use <b>Other (not detected)</b>. If CASA was not autodetected, use <b>Other (not detected)</b>.
Then press <b>Configure</b>.</p> Then press <b>Configure</b>.</p>
") + ") +
@ -78,17 +78,17 @@ the configuration opens.</p>
/* Ovreview dialog help 1/3 */ /* Ovreview dialog help 1/3 */
"overview" : _("<p><b><big>Novell CASA Configuration Overview</big></b><br> "overview" : _("<p><b><big>Novell CASA Configuration Overview</big></b><br>
Obtain an overview of installed Novell CASA. Additionally Obtain an overview of installed CASA. Additionally
edit their configuration.<br></p> edit their configuration.<br></p>
") + ") +
/* Ovreview dialog help 2/3 */ /* Ovreview dialog help 2/3 */
_("<p><b><big>Adding Novell CASA:</big></b><br> _("<p><b><big>Adding CASA:</big></b><br>
Press <b>Add</b> to configure Novell CASA.</p>") + Press <b>Add</b> to configure CASA.</p>") +
/* Ovreview dialog help 3/3 */ /* Ovreview dialog help 3/3 */
_("<p><b><big>Editing or Deleting:</big></b><br> _("<p><b><big>Editing or Deleting:</big></b><br>
Choose Novell CASA to change or remove. Choose CASA to change or remove.
Then press <b>Edit</b> or <b>Delete</b> as desired.</p> Then press <b>Edit</b> or <b>Delete</b> as desired.</p>
"), "),

BIN
casa-yast/src/miCASA.ybc Normal file

Binary file not shown.

View File

@ -160,7 +160,7 @@ any NovellCasaSequence() {
any NovellCasaAutoSequence() { any NovellCasaAutoSequence() {
/* Initialization dialog caption */ /* Initialization dialog caption */
string caption = _("Novell CASA Configuration"); string caption = _("CASA Configuration");
/* Initialization dialog contents */ /* Initialization dialog contents */
term contents = `Label(_("Initializing...")); term contents = `Label(_("Initializing..."));

View File

@ -69,6 +69,6 @@ exit 0
@yncludedir@/CASA/* @yncludedir@/CASA/*
@clientdir@/CASA.ycp @clientdir@/CASA.ycp
@clientdir@/CASA_*.ycp @clientdir@/CASA_*.ycp
@moduledir@/Casa.* @moduledir@/miCASA.*
@desktopdir@/CASA.desktop @desktopdir@/CASA.desktop
%doc @docdir@ %doc @docdir@