3821 gui build is noisy again
authorDan Price <dp@eng.sun.com>
Fri, 06 Feb 2009 00:18:04 -0800
changeset 859 a5c1965ad78e
parent 858 c8f3fcec3301
child 860 5c86e593ed4d
3821 gui build is noisy again 6303 gui and UM makefiles need help
src/Makefile
src/brand/Makefile
src/gui/Makefile
src/gui/help/C/C.po
src/gui/help/C/en.po
src/gui/help/C/package-manager.xml
src/gui/help/C/package-manager.xml.in
src/pkgdefs/Makefile
src/pkgdefs/SUNWipkg-brand/Makefile
src/pkgdefs/SUNWipkg-gui-data/Makefile
src/pkgdefs/SUNWipkg-gui-l10n/Makefile
src/pkgdefs/SUNWipkg-gui/Makefile
src/pkgdefs/SUNWipkg-um/Makefile
src/pkgdefs/SUNWipkg/Makefile
src/pkgdefs/SUNWpython-cherrypy/Makefile
src/pkgdefs/SUNWpython-mako/Makefile
src/pkgdefs/SUNWpython-pyopenssl/Makefile
src/um/Makefile
src/web/Makefile
--- a/src/Makefile	Thu Feb 05 23:36:07 2009 -0600
+++ b/src/Makefile	Fri Feb 06 00:18:04 2009 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 
@@ -44,30 +44,28 @@
 test-generate := TARGET = test-generate
 test-leaks := TARGET = test-leaks
 
-all:
+SUBDIRS=web gui um po util/misc brand
+
+all: $(SUBDIRS)
 	$(PYTHON) setup.py build
-	@cd gui; pwd; $(MAKE) $(TARGET)
-	@cd um; pwd; $(MAKE) $(TARGET)
-	@cd po; pwd; $(MAKE) $(TARGET)
 
-clean:
-	$(PYTHON) setup.py $(TARGET)
-	@cd gui; pwd; $(MAKE) $(TARGET)
-	@cd po; pwd; $(MAKE) $(TARGET)
+clean: $(SUBDIRS)
+	$(PYTHON) setup.py clean
+	@cd pkgdefs; pwd; make clean
 
-clobber: clean
-	$(PYTHON) setup.py $(TARGET)
-	@cd gui; pwd; $(MAKE) $(TARGET)
-	@cd po; pwd; $(MAKE) $(TARGET)
-	@cd pkgdefs; pwd; $(MAKE) $(TARGET)
+clobber: $(SUBDIRS)
+	$(PYTHON) setup.py clobber
+	@cd pkgdefs; pwd; make clobber
+
+install: $(SUBDIRS)
+	$(PYTHON) setup.py install
 
-install:
-	$(PYTHON) setup.py $(TARGET)
-	@cd gui; pwd; $(MAKE) $(TARGET)
-	@cd um; pwd; $(MAKE) $(TARGET)
-	@cd brand; pwd; $(MAKE) $(TARGET)
-	@cd po; pwd; $(MAKE) $(TARGET)
-	@cd util/misc; pwd; $(MAKE) $(TARGET)
+#
+# This rule propagates the current make target through all of the
+# subdirectories in $SUBDIRS.
+#
+$(SUBDIRS): FRC
+	@cd $@; pwd; $(MAKE) $(TARGET)
 
 packages: install
 	@cd pkgdefs; pwd; $(MAKE) $(TARGET)
@@ -118,3 +116,5 @@
 
 coverage:
 	$(PYTHON) setup.py coverage
+
+FRC:
--- a/src/brand/Makefile	Thu Feb 05 23:36:07 2009 -0600
+++ b/src/brand/Makefile	Fri Feb 06 00:18:04 2009 -0800
@@ -19,7 +19,7 @@
 # CDDL HEADER END
 #
 
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 
 
@@ -68,6 +68,7 @@
 clean:
 
 clobber: clean
+	rm -f $(ROOTFILES)
 	rm -fr $(ROOTBRAND)
 
 install: $(ROOTFILES)
--- a/src/gui/Makefile	Thu Feb 05 23:36:07 2009 -0600
+++ b/src/gui/Makefile	Fri Feb 06 00:18:04 2009 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 
@@ -26,57 +26,47 @@
 
 KSH=/usr/bin/ksh
 PYTHON = /usr/bin/python
-INSTALL = /usr/sbin/install
+INSTALL = /usr/sbin/install -s
 
 ROOT = ../../proto/root_${MACH}/usr
 ROOTETC = ../../proto/root_${MACH}/etc
 ROOTUSRLIB = $(ROOT)/lib
-ROOTSHARE = $(ROOT)/share/package-manager
+
+ROOTAPPICONSHARE = $(ROOT)/share/icons/hicolor/48x48/apps
+ROOTDATASHARE = $(ROOTSHARE)/data
+ROOTDESKTOPSHARE = $(ROOT)/share/applications
+ROOTGCONFSHARE = $(ROOTETC)/gconf/schemas
 ROOTHELPSHARE = $(ROOT)/share/gnome/help/package-manager
-ROOTDESKTOPSHARE = $(ROOT)/share/applications
-ROOTDATASHARE = $(ROOTSHARE)/data
+ROOTICONSHARE = $(ROOT)/share/icons/package-manager
 ROOTPYTHON = $(ROOTUSRLIB)/python2.4
+ROOTPYTHONPKG = $(ROOTPYTHONVENDOR)/pkg/gui
 ROOTPYTHONVENDOR = $(ROOTPYTHON)/vendor-packages
-ROOTPYTHONPKG = $(ROOTPYTHONVENDOR)/pkg/gui
-ROOTICONSHARE = $(ROOT)/share/icons/package-manager
-ROOTAPPICONSHARE = $(ROOT)/share/icons/hicolor/48x48/apps
-ROOTGCONFSHARE = $(ROOTETC)/gconf/schemas
+ROOTSHARE = $(ROOT)/share/package-manager
 
 ROOTDIRS = \
-   $(ROOTPYTHONPKG) \
-   $(ROOTSHARE) \
-   $(ROOTICONSHARE) \
    $(ROOTAPPICONSHARE) \
    $(ROOTDATASHARE) \
    $(ROOTDESKTOPSHARE) \
    $(ROOTGCONFSHARE) \
-   $(ROOTHELPSHARE)
-
-PYMODS = \
-   modules/__init__.py \
-   modules/imageinfo.py \
-   modules/installupdate.py \
-   modules/repository.py \
-   modules/enumerations.py \
-   modules/beadmin.py
-PYCMODS = $(PYMODS:%.py=%.pyc)
-
-ICONS = \
-   data/icons/status_checkmark.png \
-   data/icons/status_installed.png \
-   data/icons/status_newupdate.png \
-   data/icons/progress_checkmark.png \
-   data/icons/progress_blank.png
-
-HELP_DIR:sh = echo help/*
-
-HELP = \
-   package-manager.xml \
-   legal.xml 
+   $(ROOTHELPSHARE) \
+   $(ROOTICONSHARE) \
+   $(ROOTPYTHONPKG) \
+   $(ROOTSHARE)
 
 APPICONS = \
    data/packagemanager.png
 
+CATALOG = \
+   data/opensolaris.org \
+   data/opensolaris.org.sections
+
+DESKTOP = \
+   data/packagemanager.desktop \
+   data/addmoresoftware.desktop
+
+GCONF = \
+   data/packagemanager-preferences.schemas
+
 GLADEICONS = \
    data/PM_app_48x.png \
    data/PM_package_36x.png \
@@ -88,84 +78,125 @@
    data/legend_newupdate.png \
    data/new_star_24x.png
 
-CATALOG = \
-   data/opensolaris.org \
-   data/opensolaris.org.sections
+#
+# List of locales for which to build help.  From this we build
+# the list of help file names.
+#
+HELP_LOCALES = C de es fr it ja ko pt_BR ru sv zh_CN zh_HK zh_TW
+
+#
+# package-manager.xml is constructed from package-manager.xml.in and
+# from help/<locale>/<locale.mo> (which is in turn built from
+# help/<locale>/<locale.po>).  This list names all help files created
+# in the build process.
+#
+BUILDHELPFILES = \
+	$(HELP_LOCALES:%=help/%/package-manager.xml) \
+	$(HELP_LOCALES:%=help/%/%.mo) \
+
+STATICHELPFILES = \
+	$(HELP_LOCALES:%=help/%/legal.xml) \
+	$(HELP_LOCALES:%=help/%/figures/update_all.png) \
+	$(HELP_LOCALES:%=help/%/figures/package_manager.png)
 
-DESKTOP = \
-   data/packagemanager.desktop \
-   data/addmoresoftware.desktop
+ICONS = \
+   data/icons/status_checkmark.png \
+   data/icons/status_installed.png \
+   data/icons/status_newupdate.png \
+   data/icons/progress_checkmark.png \
+   data/icons/progress_blank.png
 
-GCONF = \
-   data/packagemanager-preferences.schemas
+PYMODS = \
+   modules/__init__.py \
+   modules/imageinfo.py \
+   modules/installupdate.py \
+   modules/repository.py \
+   modules/enumerations.py \
+   modules/beadmin.py
 
-ROOTPYMODS = $(PYMODS:modules/%=$(ROOTPYTHONPKG)/%)
+PYCMODS = $(PYMODS:%.py=%.pyc)
+
 
-ROOTICONS = $(ICONS:data/icons/%=$(ROOTICONSHARE)/%)
+#
+# Define the paths to all of the stuff we'll install.
+#
+ROOTAPPICONS = $(APPICONS:data/%=$(ROOTAPPICONSHARE)/%)
+
+ROOTCATALOG = $(CATALOG:data/%=$(ROOTDATASHARE)/%)
 
 ROOTDESKTOP = $(DESKTOP:data/%=$(ROOTDESKTOPSHARE)/%)
 
-ROOTGCONF = $(GCONF:%=$(ROOTGCONFSHARE)/%)
-
-ROOTCATALOG = $(CATALOG:data/%=$(ROOTDATASHARE)/%)
+ROOTGCONF = $(GCONF:data/%=$(ROOTGCONFSHARE)/%)
 
 ROOTGLADEICONS = $(GLADEICONS:data/%=$(ROOTSHARE)/%)
 
-ROOTAPPICONS = $(APPICONS:data/%=$(ROOTAPPICONSHARE)/%)
+ROOTHELPDIRS = \
+	$(HELP_LOCALES:%=$(ROOTHELPSHARE)/%) \
+	$(HELP_LOCALES:%=$(ROOTHELPSHARE)/%/figures) \
 
-ROOTHELP = $(HELP_DIR:help/%=$(ROOTHELPSHARE)/%)
+ROOTHELPFILES = \
+	$(BUILDHELPFILES:help/%=$(ROOTHELPSHARE)/%) \
+	$(STATICHELPFILES:help/%=$(ROOTHELPSHARE)/%)
+
+ROOTICONS = $(ICONS:data/icons/%=$(ROOTICONSHARE)/%)
 
 ROOTPYGLADE = $(ROOTSHARE)/packagemanager.glade
 
-ROOTPYCALLMODS = \
-	$(ROOTPYMODS:%.py=%.pyc)
+#
+# .py and .pyc files
+#
+ROOTPYMODS = $(PYMODS:modules/%=$(ROOTPYTHONPKG)/%)
+ROOTPYCALLMODS = $(ROOTPYMODS:%.py=%.pyc)
 
 ROOTCOMPONENTS = \
-   $(ROOTDIRS) \
-   $(ROOTPROGS) \
-   $(ROOTPYMODS) \
-   $(ROOTPYCALLMODS) \
+   $(ROOTAPPICONS) \
    $(ROOTCATALOG) \
-   $(ROOTPYGLADE) \
-   $(ROOTGLADEICONS) \
-   $(ROOTHELP) \
-   $(ROOTICONS) \
-   $(ROOTAPPICONS) \
    $(ROOTDESKTOP) \
    $(ROOTGCONF) \
+   $(ROOTGLADEICONS) \
+   $(ROOTHELPFILES) \
+   $(ROOTICONS) \
+   $(ROOTPYGLADE) \
+   $(ROOTPYMODS) \
+   $(ROOTPYCALLMODS)
 
-all := TARGET = all
-install := TARGET = install
-clean := TARGET = clean
-clobber := TARGET = clobber
-link := TARGET = link
-link-clean := TARGET = link-clean
+#
+# Triggered by all:'s dependency.  Drives production of e.g.
+# data/packagemanager.desktop from data/packagemanager.desktop.in
+#
+data/%: data/%.in
+	LC_ALL=C intltool-merge -d -u \
+	    -c ../po/.intltool-merge-cache ../po [email protected] $@
+
+all: $(DESKTOP) $(GCONF) $(PYCMODS) $(BUILDHELPFILES)
+
+install: all $(ROOTCOMPONENTS) $(ROOTDIRS)
 
-all: data/packagemanager.desktop data/addmoresoftware.desktop
+clean:
+	rm -f $(PYCMODS) $(DESKTOP) $(GCONF) $(APPICONS)
+	rm -f $(BUILDHELPFILES)
+	rm -f ../po/.intltool-merge-cache
 
-install: all $(ROOTCOMPONENTS)
+clobber: clean
+	rm -f $(ROOTCOMPONENTS)
 
-clean clobber:
-	rm -f $(PYCMODS)
-	rm -f $(DESKTOP)
-	rm -f $(GCONF)
-	rm -f ../po/.intltool-merge-cache
-   
+#
+# These rules drive the production of the .mo and package-manager.xml
+# files, which are built into help/<locale>/...
+#
+help/%/%.mo: help/%/%.po
+	msgfmt -o $@ $<
+
+help/%/package-manager.xml: help/%/%.mo
+	xml2po -t $< -o $@ [email protected]
+
+#
+# Build .pyc compile python files.
+#
 modules/%.pyc: modules/%.py
 	python -m compileall -l $(@D)
 
-data/packagemanager.desktop: data/packagemanager.desktop.in
-	cd data; pwd; \
-	  LC_ALL=C intltool-merge -d -u -c ../../po/.intltool-merge-cache ../../po packagemanager.desktop.in packagemanager.desktop
-
-data/addmoresoftware.desktop: data/addmoresoftware.desktop.in
-	cd data; pwd; \
-	  LC_ALL=C intltool-merge -d -u -c ../../po/.intltool-merge-cache ../../po addmoresoftware.desktop.in addmoresoftware.desktop
-
-data/packagemanager-preferences.schemas: data/packagemanager-preferences.schemas.in
-	cd data; pwd; \
-	  LC_ALL=C intltool-merge -d -u -c ../../po/.intltool-merge-cache ../../po packagemanager-preferences.schemas.in packagemanager-preferences.schemas
-
+# See APPICONS above.
 data/packagemanager.png: data/PM_app_48x.png
 	cp data/PM_app_48x.png data/packagemanager.png
 
@@ -193,44 +224,36 @@
 	rm -f /usr/bin/packagemanager
 	rm -f /usr/share/icons/hicolor/48x48/apps/packagemanager.png
 
-proto: $(ROOT)
+$(ROOTDIRS):
+	$(INSTALL) -d -m 0755 $@
 
-$(ROOTDIRS):
-	mkdir -m 0755 -p $@
-
-help/%/%.mo: help/%/%.po
-	msgfmt -o $@ $<
+$(ROOTAPPICONSHARE)/%: $(ROOTDIRS) data/%
+	$(INSTALL) -f $(ROOTAPPICONSHARE) -m 0644 $<
 
-help/%/package-manager.xml: help/%/%.mo
-	xml2po -t $< -o $@ [email protected]
+$(ROOTDATASHARE)/%: $(ROOTDIRS) data/%
+	$(INSTALL) -f $(ROOTDATASHARE) -m 0644 $<
 
-$(ROOTHELPSHARE)/%: help/%/package-manager.xml
-	rm -rf $@
-	$(INSTALL) -d -m 0755 $@
-	$(INSTALL) -f $@ -m 0644 $<
-	$(INSTALL) -f $@ -m 0644 $(<D)/legal.xml
-	$(INSTALL) -d -m 0755 $@/figures
-	$(INSTALL) -f $@/figures -m 0644 $(<D)/figures/package_manager.png
-	$(INSTALL) -f $@/figures -m 0644 $(<D)/figures/update_all.png
+$(ROOTDESKTOPSHARE)/%: $(ROOTDIRS) data/%
+	$(INSTALL) -f $(ROOTDESKTOPSHARE) -m 0644 $<
+
+$(ROOTGCONFSHARE)/%: $(ROOTDIRS) data/%
+	$(INSTALL) -f $(ROOTGCONFSHARE) -m 0644 $<
 
-$(ROOTDATASHARE)/%: data/%
-	rm -f $@; $(INSTALL) -f $(ROOTDATASHARE) -m 0644 $<
-
-$(ROOTPYTHONPKG)/%: modules/%
-	rm -f $@; $(INSTALL) -f $(ROOTPYTHONPKG) -m 0644 $<
-
-$(ROOTICONSHARE)/%: data/icons/%
-	rm -f $@; $(INSTALL) -f $(ROOTICONSHARE) -m 0644 $<
+#
+# These two are broad rules, but at present everything in help is just
+# copied from the help directory in a straightforward way.
+#
+$(ROOTHELPDIRS): $(ROOTDIRS)
+	$(INSTALL) -d -m 0755 $@
 
-$(ROOTAPPICONSHARE)/%: data/%
-	rm -f $@; $(INSTALL) -f $(ROOTAPPICONSHARE) -m 0644 $<
+$(ROOTHELPSHARE)/%: $(ROOTHELPDIRS) help/%
+	$(INSTALL) -f $(@D) -m 0644 $<
 
-$(ROOTGCONFSHARE)/%: %
-	rm -f $@; install -f $(ROOTGCONFSHARE) -m 0644 $<
+$(ROOTICONSHARE)/%: $(ROOTDIRS) data/icons/%
+	$(INSTALL) -f $(ROOTICONSHARE) -m 0644 $<
 
-$(ROOTDESKTOPSHARE)/%: data/%
-	rm -f $@; $(INSTALL) -f $(ROOTDESKTOPSHARE) -m 0644 $<
+$(ROOTPYTHONPKG)/%: $(ROOTDIRS) modules/%
+	$(INSTALL) -f $(ROOTPYTHONPKG) -m 0644 $<
 
-$(ROOTSHARE)/%: data/%
-	rm -f $@; $(INSTALL) -f $(ROOTSHARE) -m 0644 $<
-
+$(ROOTSHARE)/%: $(ROOTDIRS) data/%
+	$(INSTALL) -f $(ROOTSHARE) -m 0644 $<
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/gui/help/C/C.po	Fri Feb 06 00:18:04 2009 -0800
@@ -0,0 +1,1282 @@
+# Copyright (C) 2009 Sun Microsystems, Inc
+# This file is distributed under the same license as the pkg help package.
+#
+# Desktop Discuss <[email protected]>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: pkg help HEAD\n"
+"POT-Creation-Date: 2008-10-10 23:30+0900\n"
+"PO-Revision-Date: 2008-10-10 23:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: package-manager.xml:77 (None)
+msgid ""
+"@@image: 'figures/package_manager.png'; md5=47f19c63c45c2d5d14a07732879a8c6c"
+msgstr ""
+
+#. When image changes, this message will be marked fuzzy or untranslated for you.
+#. It doesn't matter what you translate it to: it's not used at all.
+#: package-manager.xml:302 (None)
+msgid "@@image: 'figures/update_all.png'; md5=bfc40396ac45fc30b994d306307ead96"
+msgstr ""
+
+#: package-manager.xml:3 (title)
+msgid "Getting Started With OpenSolaris 2008.11 Package Manager"
+msgstr ""
+
+#: package-manager.xml:4 (firstname)
+msgid "IPS"
+msgstr ""
+
+#: package-manager.xml:5 (surname)
+msgid "Documentation Team"
+msgstr ""
+
+#: package-manager.xml:8 (pubsnumber)
+msgid "820-6570"
+msgstr ""
+
+#: package-manager.xml:9 (releaseinfo)
+msgid "v 0.1"
+msgstr ""
+
+#: package-manager.xml:10 (pubdate)
+msgid "Nov 2008"
+msgstr ""
+
+#: package-manager.xml:11 (publishername) package-manager.xml:20 (holder)
+msgid "Sun Microsystems, Inc."
+msgstr ""
+
+#: package-manager.xml:12 (street)
+msgid "4150 Network Circle"
+msgstr ""
+
+#: package-manager.xml:13 (city)
+msgid "Santa Clara"
+msgstr ""
+
+#: package-manager.xml:14 (state)
+msgid "CA"
+msgstr ""
+
+#: package-manager.xml:15 (postcode)
+msgid "95054"
+msgstr ""
+
+#: package-manager.xml:16 (country)
+msgid "U.S.A."
+msgstr ""
+
+#: package-manager.xml:19 (year)
+msgid "2008"
+msgstr ""
+
+#: package-manager.xml:24 (para)
+msgid ""
+"Sun Microsystems, Inc. has intellectual property rights relating to "
+"technology embodied in the product that is described in this document. In "
+"particular, and without limitation, these intellectual property rights may "
+"include one or more U.S. patents or pending patent applications in the U.S. "
+"and in other countries."
+msgstr ""
+
+#: package-manager.xml:25 (para)
+msgid ""
+"U.S. Government Rights – Commercial software. Government users are subject "
+"to the Sun Microsystems, Inc. standard license agreement and applicable "
+"provisions of the FAR and its supplements."
+msgstr ""
+
+#: package-manager.xml:26 (para)
+msgid "This distribution may include materials developed by third parties."
+msgstr ""
+
+#: package-manager.xml:27 (para)
+msgid ""
+"Parts of the product may be derived from Berkeley BSD systems, licensed from "
+"the University of California. UNIX is a registered trademark in the U.S. and "
+"other countries, exclusively licensed through X/Open Company, Ltd."
+msgstr ""
+
+#: package-manager.xml:28 (para)
+msgid ""
+"Sun, Sun Microsystems, the Sun logo, the Solaris logo, the Java Coffee Cup "
+"logo, docs.sun.com, Java, and Solaris are trademarks or registered "
+"trademarks of Sun Microsystems, Inc. or its subsidiaries in the U.S. and "
+"other countries. All SPARC trademarks are used under license and are "
+"trademarks or registered trademarks of SPARC International, Inc. in the U.S. "
+"and other countries. Products bearing SPARC trademarks are based upon an "
+"architecture developed by Sun Microsystems, Inc."
+msgstr ""
+
+#: package-manager.xml:29 (para)
+msgid ""
+"The OPEN LOOK and <trademark>Sun</trademark> Graphical User Interface was "
+"developed by Sun Microsystems, Inc. for its users and licensees. Sun "
+"acknowledges the pioneering efforts of Xerox in researching and developing "
+"the concept of visual or graphical user interfaces for the computer "
+"industry. Sun holds a non-exclusive license from Xerox to the Xerox "
+"Graphical User Interface, which license also covers Sun's licensees who "
+"implement OPEN LOOK GUIs and otherwise comply with Sun's written license "
+"agreements."
+msgstr ""
+
+#: package-manager.xml:30 (para)
+msgid ""
+"Products covered by and information contained in this publication are "
+"controlled by U.S. Export Control laws and may be subject to the export or "
+"import laws in other countries. Nuclear, missile, chemical or biological "
+"weapons or nuclear maritime end uses or end users, whether direct or "
+"indirect, are strictly prohibited. Export or reexport to countries subject "
+"to U.S. embargo or to entities identified on U.S. export exclusion lists, "
+"including, but not limited to, the denied persons and specially designated "
+"nationals lists is strictly prohibited."
+msgstr ""
+
+#: package-manager.xml:31 (para)
+msgid ""
+"DOCUMENTATION IS PROVIDED “AS IS” AND ALL EXPRESS OR IMPLIED CONDITIONS, "
+"REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF "
+"MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE "
+"DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE "
+"LEGALLY INVALID."
+msgstr ""
+
+#: package-manager.xml:33 (para)
+msgid ""
+"Sun Microsystems, Inc. détient les droits de propriété intellectuelle "
+"relatifs à la technologie incorporée dans le produit qui est décrit dans ce "
+"document. En particulier, et ce sans limitation, ces droits de propriété "
+"intellectuelle peuvent inclure un ou plusieurs brevets américains ou des "
+"applications de brevet en attente aux Etats-Unis et dans d'autres pays."
+msgstr ""
+
+#: package-manager.xml:34 (para)
+msgid ""
+"Cette distribution peut comprendre des composants développés par des tierces "
+"personnes."
+msgstr ""
+
+#: package-manager.xml:35 (para)
+msgid ""
+"Certaines composants de ce produit peuvent être dérivées du logiciel "
+"Berkeley BSD, licenciés par l'Université de Californie. UNIX est une marque "
+"déposée aux Etats-Unis et dans d'autres pays; elle est licenciée "
+"exclusivement par X/Open Company, Ltd."
+msgstr ""
+
+#: package-manager.xml:36 (para)
+msgid ""
+"Sun, Sun Microsystems, le logo Sun, le logo Solaris, le logo Java Coffee "
+"Cup, docs.sun.com, Java et Solaris sont des marques de fabrique ou des "
+"marques déposées de Sun Microsystems, Inc., ou ses filiales, aux Etats-Unis "
+"et dans d'autres pays. Toutes les marques SPARC sont utilisées sous licence "
+"et sont des marques de fabrique ou des marques déposées de SPARC "
+"International, Inc. aux Etats-Unis et dans d'autres pays. Les produits "
+"portant les marques SPARC sont basés sur une architecture développée par Sun "
+"Microsystems, Inc."
+msgstr ""
+
+#: package-manager.xml:37 (para)
+msgid ""
+"L'interface d'utilisation graphique OPEN LOOK et Sun a été développée par "
+"Sun Microsystems, Inc. pour ses utilisateurs et licenciés. Sun reconnaît les "
+"efforts de pionniers de Xerox pour la recherche et le développement du "
+"concept des interfaces d'utilisation visuelle ou graphique pour l'industrie "
+"de l'informatique. Sun détient une licence non exclusive de Xerox sur "
+"l'interface d'utilisation graphique Xerox, cette licence couvrant également "
+"les licenciés de Sun qui mettent en place l'interface d'utilisation "
+"graphique OPEN LOOK et qui, en outre, se conforment aux licences écrites de "
+"Sun."
+msgstr ""
+
+#: package-manager.xml:38 (para)
+msgid ""
+"Les produits qui font l'objet de cette publication et les informations qu'il "
+"contient sont régis par la legislation américaine en matière de contrôle des "
+"exportations et peuvent être soumis au droit d'autres pays dans le domaine "
+"des exportations et importations. Les utilisations finales, ou utilisateurs "
+"finaux, pour des armes nucléaires, des missiles, des armes chimiques ou "
+"biologiques ou pour le nucléaire maritime, directement ou indirectement, "
+"sont strictement interdites. Les exportations ou réexportations vers des "
+"pays sous embargo des Etats-Unis, ou vers des entités figurant sur les "
+"listes d'exclusion d'exportation américaines, y compris, mais de manière non "
+"exclusive, la liste de personnes qui font objet d'un ordre de ne pas "
+"participer, d'une façon directe ou indirecte, aux exportations des produits "
+"ou des services qui sont régis par la legislation américaine en matière de "
+"contrôle des exportations et la liste de ressortissants spécifiquement "
+"designés, sont rigoureusement interdites."
+msgstr ""
+
+#: package-manager.xml:39 (para)
+msgid ""
+"LA DOCUMENTATION EST FOURNIE \"EN L'ETAT\" ET TOUTES AUTRES CONDITIONS, "
+"DECLARATIONS ET GARANTIES EXPRESSES OU TACITES SONT FORMELLEMENT EXCLUES, "
+"DANS LA MESURE AUTORISEE PAR LA LOI APPLICABLE, Y COMPRIS NOTAMMENT TOUTE "
+"GARANTIE IMPLICITE RELATIVE A LA QUALITE MARCHANDE, A L'APTITUDE A UNE "
+"UTILISATION PARTICULIERE OU A L'ABSENCE DE CONTREFACON."
+msgstr ""
+
+#: package-manager.xml:42 (title)
+msgid "Introduction"
+msgstr ""
+
+#: package-manager.xml:43 (para)
+msgid ""
+"Welcome to the <trademark>OpenSolaris 2008.11</trademark> Package Manager "
+"Online Help!"
+msgstr ""
+
+#: package-manager.xml:44 (para)
+msgid ""
+"Use this help contents to learn how to use the Package Manager. Navigate "
+"through this help by clicking on the topics displayed in the side bar."
+msgstr ""
+
+#: package-manager.xml:45 (para)
+msgid ""
+"The OpenSolaris 2008.11 <application>Package Manager</application> "
+"application is a graphical user interface for the Image Packaging System "
+"(IPS) software. IPS is a network-centric packaging system that enables users "
+"to download and install packages, create and manage repositories, mirror "
+"repositories, and create and publish their own packages to a repository."
+msgstr ""
+
+#: package-manager.xml:46 (para)
+msgid ""
+"See the <ulink url=\"http://dlc.sun.com/osol/docs/content/2008.11/"
+"IMGPACKAGESYS/\"><citetitle>Image Packaging System Guide</citetitle></ulink> "
+"for information on IPS."
+msgstr ""
+
+#: package-manager.xml:47 (para)
+msgid ""
+"The <application>Package Manager</application> enables you to perform the "
+"following tasks:"
+msgstr ""
+
+#: package-manager.xml:48 (para)
+msgid "Search, install, update, and remove packages."
+msgstr ""
+
+#: package-manager.xml:50 (para)
+msgid "Add and modify repositories."
+msgstr ""
+
+#: package-manager.xml:52 (para)
+msgid "Create, remove and manage boot environments."
+msgstr ""
+
+#: package-manager.xml:55 (para)
+msgid ""
+"See the <xref linkend=\"glossary-1\"/> for definitions of the terms used in "
+"this document."
+msgstr ""
+
+#: package-manager.xml:58 (title)
+msgid "Package Manager Screencast"
+msgstr ""
+
+#: package-manager.xml:59 (para)
+msgid ""
+"Learn how to use the OpenSolaris 2008.11 Package Manager through a "
+"screencast. Click <ulink url=\"http://webcast-west.sun.com/"
+"interactive/09B01790/index.html\">here</ulink> to go the Package Manager "
+"screencast."
+msgstr ""
+
+#: package-manager.xml:61 (title)
+msgid "Starting Package Manager"
+msgstr ""
+
+#: package-manager.xml:62 (para)
+msgid ""
+"You can start the <application>Package Manager</application> in the "
+"following ways:"
+msgstr ""
+
+#: package-manager.xml:63 (emphasis)
+msgid "Desktop Menu"
+msgstr ""
+
+#: package-manager.xml:64 (para)
+msgid ""
+"Click <menuchoice><guimenu>System</guimenu><guisubmenu>Administration</"
+"guisubmenu><guimenuitem>Package Manager</guimenuitem></menuchoice>."
+msgstr ""
+
+#: package-manager.xml:67 (emphasis)
+msgid "Command line"
+msgstr ""
+
+#: package-manager.xml:68 (para)
+msgid "Run the following command :"
+msgstr ""
+
+#: package-manager.xml:69 (userinput)
+#, no-wrap
+msgid "$ gksu packagemanager &amp;"
+msgstr ""
+
+#: package-manager.xml:74 (title)
+msgid "Package Manager Window"
+msgstr ""
+
+#: package-manager.xml:75 (para)
+msgid ""
+"When you start the <application>Package Manager</application>, the following "
+"window is displayed:"
+msgstr ""
+
+#: package-manager.xml:76 (title)
+msgid "Package Manager Main Window"
+msgstr ""
+
+#: package-manager.xml:80 (para)
+msgid ""
+"The main window of the <application>Package Manager</application> consists "
+"of the following elements :"
+msgstr ""
+
+#: package-manager.xml:81 (emphasis)
+msgid "List of Packages by Category"
+msgstr ""
+
+#: package-manager.xml:82 (para)
+msgid ""
+"You can browse the available packages by category in the left hand side drop-"
+"down menu. The drop-down menu shows the list of categories available such as "
+"<emphasis role=\"strong\">Applications-Desktop</emphasis>, <emphasis role="
+"\"strong\">Applications Web based</emphasis>, and <emphasis role=\"strong"
+"\">Operating System</emphasis>."
+msgstr ""
+
+#: package-manager.xml:85 (emphasis)
+msgid "List of Packages by Status"
+msgstr ""
+
+#: package-manager.xml:86 (para)
+msgid ""
+"The <guilabel>Show</guilabel> drop-down menu enables you to filter the list "
+"of packages by the following options:"
+msgstr ""
+
+#: package-manager.xml:87 (para)
+msgid ""
+"<emphasis role=\"strong\">All Packages</emphasis>– Shows the list of all "
+"packages available in the current repository."
+msgstr ""
+
+#: package-manager.xml:89 (para)
+msgid ""
+"<emphasis role=\"strong\">Installed Packages</emphasis> – Shows the list of "
+"packages installed on your system."
+msgstr ""
+
+#: package-manager.xml:91 (para)
+msgid ""
+"<emphasis role=\"strong\">Updates Available</emphasis> — Shows the list of "
+"packages that have newer versions available in the current repository."
+msgstr ""
+
+#: package-manager.xml:93 (para)
+msgid ""
+"<emphasis role=\"strong\">Non-installed Packages</emphasis> – Shows the list "
+"of packages that are not installed, but are available in the currently "
+"selected repository."
+msgstr ""
+
+#: package-manager.xml:95 (para)
+msgid ""
+"<emphasis role=\"strong\">Selected Packages</emphasis> – Shows the list of "
+"packages that you have selected."
+msgstr ""
+
+#: package-manager.xml:100 (emphasis)
+msgid "Toolbar"
+msgstr ""
+
+#: package-manager.xml:101 (para)
+msgid ""
+"The toolbar contains the icons for a subset of the commands that can be "
+"performed by using the menus on the menubar."
+msgstr ""
+
+#: package-manager.xml:102 (para)
+msgid ""
+"The <guilabel>Repositories</guilabel> drop-down menu is also located on the "
+"toolbar."
+msgstr ""
+
+#: package-manager.xml:105 (emphasis)
+msgid "Menubar"
+msgstr ""
+
+#: package-manager.xml:106 (para)
+msgid ""
+"You can access the menus on the menubar to perform all of the commands "
+"related to the Package Manager."
+msgstr ""
+
+#: package-manager.xml:110 (emphasis)
+msgid "Package Name and Description"
+msgstr ""
+
+#: package-manager.xml:111 (para)
+msgid ""
+"The list of packages in the selected category, a brief description, and "
+"their status are displayed here."
+msgstr ""
+
+#: package-manager.xml:114 (emphasis)
+msgid "Package Details"
+msgstr ""
+
+#: package-manager.xml:115 (para)
+msgid ""
+"Click a package to select it. Details of the selected package such as name, "
+"version, file dependencies, and license are displayed in this window."
+msgstr ""
+
+#: package-manager.xml:118 (emphasis)
+msgid "Repository Drop-down Menu"
+msgstr ""
+
+#: package-manager.xml:119 (para)
+msgid ""
+"The list of available repositories is shown in the repository drop-down "
+"menu. Click a repository name to select it."
+msgstr ""
+
+#: package-manager.xml:120 (para)
+msgid ""
+"Click the <guilabel>Reload</guilabel> button to reload the Package Manager "
+"and view the list of packages from the newly selected repository."
+msgstr ""
+
+#: package-manager.xml:127 (title)
+msgid "Working With the Package Manager"
+msgstr ""
+
+#: package-manager.xml:128 (para)
+msgid ""
+"The following sections document the tasks that can be performed with the "
+"<application>Package Manager</application>."
+msgstr ""
+
+#: package-manager.xml:130 (title)
+msgid "Install a Package"
+msgstr ""
+
+#: package-manager.xml:131 (para)
+msgid "Perform the following steps to install a package:"
+msgstr ""
+
+#: package-manager.xml:132 (para)
+msgid ""
+"In the main window of the <application>Package Manager</application>, click "
+"the <guibutton>Reload</guibutton> button to view the latest list of packages "
+"available to you."
+msgstr ""
+
+#: package-manager.xml:134 (para)
+msgid "Check the box next to the package to select it."
+msgstr ""
+
+#: package-manager.xml:136 (para)
+msgid ""
+"Click <guibutton>Install/Update</guibutton> in the toolbar to start the "
+"package installation process."
+msgstr ""
+
+#: package-manager.xml:137 (para)
+msgid ""
+"You can also choose <menuchoice><guimenu>Package</"
+"guimenu><guimenuitem>Install/Update</guimenuitem></menuchoice> to start the "
+"package installation process."
+msgstr ""
+
+#: package-manager.xml:139 (para)
+msgid ""
+"The <application>Package Manager</application> checks for dependencies. "
+"Click <guilabel>Show Details</guilabel> to see more information about the "
+"package and its dependencies ."
+msgstr ""
+
+#: package-manager.xml:141 (para)
+msgid ""
+"Review the package installation information and the package dependencies "
+"details in the <guilabel>Install Confirmation</guilabel> dialog."
+msgstr ""
+
+#: package-manager.xml:142 (para)
+msgid ""
+"Click <guibutton>Next</guibutton> to proceed with the package installation."
+msgstr ""
+
+#: package-manager.xml:143 (para)
+msgid ""
+"Click <guibutton>Cancel</guibutton> to cancel the package installation. No "
+"changes are made and you are returned to the main window."
+msgstr ""
+
+#: package-manager.xml:145 (para)
+msgid ""
+"The <guilabel>Downloading Packages</guilabel> dialog is displayed. Click "
+"<guibutton>Cancel</guibutton> if you want to cancel the package "
+"installation. No changes are made and you are returned to the main window."
+msgstr ""
+
+#: package-manager.xml:148 (para)
+msgid ""
+"The packages are installed. The updated list of packages are displayed in "
+"the main window."
+msgstr ""
+
+#: package-manager.xml:150 (title)
+msgid "Remove a Package"
+msgstr ""
+
+#: package-manager.xml:151 (para)
+msgid "Perform the following steps to remove a package:"
+msgstr ""
+
+#: package-manager.xml:152 (para)
+msgid "Check the box next to the package or packages that you want to remove."
+msgstr ""
+
+#: package-manager.xml:154 (para)
+msgid ""
+"Click the <guibutton>Remove</guibutton> button in the toolbar to start the "
+"process."
+msgstr ""
+
+#: package-manager.xml:155 (para)
+msgid ""
+"You can also choose <menuchoice><guimenu>Package</"
+"guimenu><guimenuitem>Remove</guimenuitem></menuchoice> to remove a package."
+msgstr ""
+
+#: package-manager.xml:157 (para)
+msgid ""
+"Review the packages to be removed and the package dependencies details in "
+"the <guilabel>Remove Confirmation</guilabel> dialog."
+msgstr ""
+
+#: package-manager.xml:159 (para)
+msgid ""
+"Click <guibutton>Proceed</guibutton> to confirm. After you click the "
+"<guibutton>OK</guibutton> button, you cannot undo the package removal."
+msgstr ""
+
+#: package-manager.xml:160 (para)
+msgid ""
+"Click <guibutton>Cancel</guibutton> to cancel the process. No changes are "
+"made and you are returned to the main window."
+msgstr ""
+
+#: package-manager.xml:164 (title)
+msgid "Search for a Package"
+msgstr ""
+
+#: package-manager.xml:165 (para)
+msgid ""
+"Type the name of the package that you want to search for in the "
+"<guilabel>Search</guilabel> box. Enter the complete name, description, or a "
+"partial name to search for the package. For example, you might enter one of "
+"the following search terms to search for <filename>SUNWgnome-games</"
+"filename> :"
+msgstr ""
+
+#: package-manager.xml:166 (para)
+msgid "SUNWgames"
+msgstr ""
+
+#: package-manager.xml:168 (para)
+msgid "games"
+msgstr ""
+
+#: package-manager.xml:170 (para)
+msgid "GNOME-games"
+msgstr ""
+
+#: package-manager.xml:173 (para)
+msgid ""
+"Use the submenus under the <menuchoice><guimenu>Edit</guimenu></menuchoice> "
+"menu to cut, copy, paste, or clear text in the <guilabel>Search</guilabel> "
+"tab."
+msgstr ""
+
+#: package-manager.xml:175 (para)
+msgid ""
+"Use the icon on the right hand side of the <guilabel>Search</guilabel> tab "
+"to clear the search results."
+msgstr ""
+
+#: package-manager.xml:180 (title)
+msgid "Update a Package"
+msgstr ""
+
+#: package-manager.xml:181 (para)
+msgid ""
+"Look for the green icon next to the installed package name. This icon "
+"indicates that updates are available for the package in the currently "
+"selected repository. Select the package and click the <guibutton>Install/"
+"Update</guibutton> button to install the latest version of the package."
+msgstr ""
+
+#: package-manager.xml:183 (title)
+msgid "Switch Between Configured Repositories"
+msgstr ""
+
+#: package-manager.xml:184 (para)
+msgid ""
+"Use the <guilabel>Repositories</guilabel> drop-down menu on the toolbar to "
+"view a list of configured repositories. Click a repository name to switch to "
+"a different repository."
+msgstr ""
+
+#: package-manager.xml:186 (title)
+msgid "Introduction to Boot Environments"
+msgstr ""
+
+#: package-manager.xml:187 (para)
+msgid "The OpenSolaris 2008.11 release is a boot environment."
+msgstr ""
+
+#: package-manager.xml:188 (para)
+msgid ""
+"A boot environment is an image that is bootable. The boot environment "
+"consists of a root file system and, optionally, other file systems, such as "
+"<filename>/usr</filename>, <filename>/var</filename>, or <filename>/export</"
+"filename>. These other file systems are mounted below the root file system. "
+"The root file system and all other file systems of the boot environment that "
+"contain system software are required to be zfs datasets."
+msgstr ""
+
+#: package-manager.xml:189 (para)
+msgid ""
+"You can maintain multiple boot environments on your system. The primary "
+"reason to have more than one boot environment on your system is to create "
+"backups of your existing boot environments before you modify them. Then, you "
+"have the option of booting a backup boot environment when needed. Use the "
+"<command>beadm(1)</command> utility to create, and manage your boot "
+"environments."
+msgstr ""
+
+#: package-manager.xml:190 (para)
+msgid ""
+"For detailed instructions about the <command>beadm</command> utility, see "
+"the <literal>beadm</literal>(1M) man page."
+msgstr ""
+
+#: package-manager.xml:191 (para)
+msgid ""
+"See the <ulink url=\"http://dlc.sun.com/osol/docs/content/2008.11/"
+"snapupgrade/snap3.html\"><citetitle>Upgrading and Managing Boot "
+"Environments</citetitle></ulink> document for more information on boot "
+"environments."
+msgstr ""
+
+#: package-manager.xml:192 (para)
+msgid ""
+"The <application>Package Manager</application> creates a clone of the active "
+"boot environment when an image is updated."
+msgstr ""
+
+#: package-manager.xml:194 (title)
+msgid "Update the Current Image (Update All Packages)"
+msgstr ""
+
+#: package-manager.xml:195 (para)
+msgid "Perform the following steps to update all the packages in your image."
+msgstr ""
+
+#: package-manager.xml:196 (para)
+msgid ""
+"Click the <guilabel>Update All</guilabel> button to start the process of "
+"updating <emphasis role=\"strong\">all</emphasis> the packages in your image."
+msgstr ""
+
+#: package-manager.xml:197 (para)
+msgid ""
+"You can also choose <menuchoice><guimenu>File</guimenu><guimenuitem>Update "
+"All</guimenuitem></menuchoice> to start the process."
+msgstr ""
+
+#: package-manager.xml:198 (para)
+msgid ""
+"The <guilabel>Update All</guilabel> button is enabled when updates are "
+"available to the installed packages."
+msgstr ""
+
+#: package-manager.xml:201 (para)
+msgid ""
+"The <guilabel>Update All</guilabel> window is displayed. Click "
+"<guibutton>Proceed</guibutton> to create a new boot environment and proceed "
+"with the Update All process."
+msgstr ""
+
+#: package-manager.xml:202 (para)
+msgid ""
+"During the Update All process, a clone of the active boot environment is "
+"created. This clone enables the user to boot into the boot environment state "
+"that existed before the Update All process was started. If the Package "
+"Manager is unable to create a new boot environment, an error message will be "
+"displayed. See the <xref linkend=\"ghmyd\"/> section on how to rectify the "
+"error and continue with updating your image."
+msgstr ""
+
+#: package-manager.xml:203 (para) package-manager.xml:318
+msgid "A name for the new boot environment is automatically generated."
+msgstr ""
+
+#: package-manager.xml:205 (para) package-manager.xml:209
+#: package-manager.xml:316
+msgid "Click <guibutton>Cancel</guibutton> to cancel the process."
+msgstr ""
+
+#: package-manager.xml:207 (para)
+msgid ""
+"If you chose to proceed, the Package Manager checks for dependencies and the "
+"<guilabel>Install/Update Confirmation</guilabel> dialog is displayed."
+msgstr ""
+
+#: package-manager.xml:208 (para)
+msgid ""
+"Review the packages to be installed and click <guibutton>Next</guibutton> to "
+"proceed."
+msgstr ""
+
+#: package-manager.xml:211 (para)
+msgid "The packages are downloaded and installed."
+msgstr ""
+
+#: package-manager.xml:213 (para) package-manager.xml:337
+msgid ""
+"Read the <ulink url=\"http://opensolaris.org/os/project/indiana/resources/"
+"relnotes/200811/x86/\">Release Notes</ulink> before rebooting your system."
+msgstr ""
+
+#: package-manager.xml:214 (para) package-manager.xml:338
+msgid "You must reboot your system for the changes to take effect."
+msgstr ""
+
+#: package-manager.xml:218 (title)
+msgid "Update All Errors"
+msgstr ""
+
+#: package-manager.xml:219 (para) package-manager.xml:343
+msgid ""
+"A new boot environment clone <emphasis role=\"strong\">must</emphasis> be "
+"created for the Update All process to be completed. An error message is "
+"displayed if a boot environment clone cannot be created. You might see an "
+"error message such as :"
+msgstr ""
+
+#: package-manager.xml:220 (para)
+msgid ""
+"<literal>Not enough disk space: the selected action cannot be performed. You "
+"may choose to return to BE Management to manage your boot environments and "
+"free up disk space</literal>."
+msgstr ""
+
+#: package-manager.xml:221 (para)
+msgid ""
+"Click <guibutton>Cancel</guibutton> to cancel the Update All process and "
+"return to the main window."
+msgstr ""
+
+#: package-manager.xml:222 (para) package-manager.xml:346
+msgid ""
+"Perform the following steps if you want to rectify the error and continue "
+"with the Update All process:"
+msgstr ""
+
+#: package-manager.xml:223 (para)
+msgid ""
+"Click <guibutton>BE Management</guibutton> to go to the <guilabel>Boot "
+"Environment Management</guilabel> dialog."
+msgstr ""
+
+#: package-manager.xml:224 (para) package-manager.xml:348
+msgid ""
+"Click <guibutton>Close</guibutton> to cancel the process and return to the "
+"main window."
+msgstr ""
+
+#: package-manager.xml:226 (para) package-manager.xml:350
+msgid ""
+"If you chose to rectify the error, go to step 2 in the <xref linkend=\"ghmya"
+"\"/> section. Follow instructions to delete old or unused boot environments "
+"and free up disk space."
+msgstr ""
+
+#: package-manager.xml:228 (para)
+msgid ""
+"Click the <guibutton>Update All</guibutton> icon to restart the process of "
+"updating all packages."
+msgstr ""
+
+#: package-manager.xml:233 (title)
+msgid "Manage Boot Environments"
+msgstr ""
+
+#: package-manager.xml:234 (para)
+msgid "Perform the following steps to manage your boot environments :"
+msgstr ""
+
+#: package-manager.xml:235 (para)
+msgid ""
+"Click <menuchoice><guimenu>File</guimenu><guimenuitem>Boot Environment "
+"Management</guimenuitem></menuchoice> to open the <guilabel>Boot Environment "
+"Management</guilabel> dialog."
+msgstr ""
+
+#: package-manager.xml:237 (para)
+msgid "In this dialog, you can perform the following actions:"
+msgstr ""
+
+#: package-manager.xml:238 (emphasis)
+msgid "Change the default boot environment."
+msgstr ""
+
+#: package-manager.xml:239 (para)
+msgid ""
+"Select the boot environment that you want to be active on system reboot. "
+"This is the default boot environment."
+msgstr ""
+
+#: package-manager.xml:242 (emphasis)
+msgid "Remove old or unused boot environments to free up disk space."
+msgstr ""
+
+#: package-manager.xml:243 (para)
+msgid "Select the boot environments that you want to delete."
+msgstr ""
+
+#: package-manager.xml:244 (para)
+msgid ""
+"You do not need to reboot your system if you are only deleting some of your "
+"boot environments."
+msgstr ""
+
+#: package-manager.xml:250 (para)
+msgid "Click <guibutton>OK</guibutton> to proceed."
+msgstr ""
+
+#: package-manager.xml:251 (para)
+msgid ""
+"Click <guibutton>Reset</guibutton> to reset the changes and show the initial "
+"state of the boot environments."
+msgstr ""
+
+#: package-manager.xml:252 (para)
+msgid ""
+"Click <guibutton>Cancel</guibutton> to cancel all changes and return to the "
+"main window."
+msgstr ""
+
+#: package-manager.xml:254 (para)
+msgid ""
+"If you chose to proceed, the <guilabel>BE Management Confirmation</guilabel> "
+"dialog is displayed. Review the boot environment changes and click "
+"<guibutton>OK</guibutton> to proceed."
+msgstr ""
+
+#: package-manager.xml:255 (para)
+msgid ""
+"After you click <guibutton>OK</guibutton>, you cannot undo any changes you "
+"made to the boot environments."
+msgstr ""
+
+#: package-manager.xml:257 (para)
+msgid ""
+"The changes that you made to the <emphasis role=\"strong\">default boot "
+"environment</emphasis> setting is effective only after system reboot."
+msgstr ""
+
+#: package-manager.xml:259 (para)
+msgid ""
+"Click <guibutton>Cancel</guibutton> to cancel the changes and return to the "
+"<literal>BE Management</literal> dialog box."
+msgstr ""
+
+#: package-manager.xml:261 (para)
+msgid "Reboot your system to boot into the new default boot environment."
+msgstr ""
+
+#: package-manager.xml:265 (title)
+msgid "Edit Repositories"
+msgstr ""
+
+#: package-manager.xml:266 (para)
+msgid "Perform the following steps to add, remove, or configure repositories:"
+msgstr ""
+
+#: package-manager.xml:267 (para)
+msgid ""
+"Choose <menuchoice><guimenu>Settings</guimenu><guimenuitem>Edit "
+"Repositories</guimenuitem></menuchoice> to open the <guilabel>Manage "
+"Repositories</guilabel> dialog."
+msgstr ""
+
+#: package-manager.xml:269 (para)
+msgid "In this dialog box, you can perform the following actions :"
+msgstr ""
+
+#: package-manager.xml:270 (para)
+msgid ""
+"<emphasis role=\"strong\">Add a Repository</emphasis> – To add a new "
+"repository, type the name and the address (URL) of the repository. Click "
+"<guibutton>Add</guibutton>."
+msgstr ""
+
+#: package-manager.xml:272 (para)
+msgid ""
+"<emphasis role=\"strong\">Remove a Repository</emphasis> – To remove a "
+"repository, click a repository name from the list to select it. Click "
+"<guibutton>Remove</guibutton>."
+msgstr ""
+
+#: package-manager.xml:273 (para)
+msgid ""
+"A repository that has been set as the preferred repository cannot be "
+"removed. To remove a preferred repository, set a nonpreferred repository as "
+"preferred, and then remove the repository."
+msgstr ""
+
+#: package-manager.xml:276 (para)
+msgid ""
+"<emphasis role=\"strong\">Set a Preferred Repository</emphasis> – To set a "
+"repository as a preferred repository, click the radio button next to the "
+"repository that you would like to set as the preferred repository. Click "
+"<guibutton>Close</guibutton> if you are not making any other changes to the "
+"repository information."
+msgstr ""
+
+#: package-manager.xml:278 (para)
+msgid ""
+"<emphasis role=\"strong\">Modify a Repository</emphasis> – Perform the "
+"following steps to modify a repository :"
+msgstr ""
+
+#: package-manager.xml:279 (para)
+msgid "Select the repository that you want to modify."
+msgstr ""
+
+#: package-manager.xml:281 (para)
+msgid "Click the <guibutton>Modify</guibutton> button."
+msgstr ""
+
+#: package-manager.xml:282 (para)
+msgid "The <guilabel>Modify Repository</guilabel> dialog box is displayed."
+msgstr ""
+
+#: package-manager.xml:284 (para)
+msgid "Type a valid name and URL for the repository."
+msgstr ""
+
+#: package-manager.xml:285 (para)
+msgid ""
+"A repository name is considered valid if it does not exist in the current "
+"list of repositories."
+msgstr ""
+
+#: package-manager.xml:287 (para)
+msgid ""
+"Click <guibutton>OK</guibutton> to save the changes and return to the "
+"<guilabel>Manage Repositories</guilabel> dialog box."
+msgstr ""
+
+#: package-manager.xml:288 (para)
+msgid ""
+"Click <guibutton>Cancel</guibutton> to cancel your changes. You are returned "
+"to the <guilabel>Manage Repositories</guilabel> dialog box."
+msgstr ""
+
+#: package-manager.xml:297 (title)
+msgid "Update Manager"
+msgstr ""
+
+#: package-manager.xml:298 (para)
+msgid ""
+"The <application>Update Manager</application> is a separate application that "
+"launches from the desktop when updates to the installed packages are "
+"available in the repository."
+msgstr ""
+
+#: package-manager.xml:300 (title)
+msgid "Working With Update Manager"
+msgstr ""
+
+#: package-manager.xml:301 (title)
+msgid "Update Manager Main Window"
+msgstr ""
+
+#: package-manager.xml:305 (para)
+msgid ""
+"You can use the <application>Update Manager</application> application to "
+"update the installed packages in your image."
+msgstr ""
+
+#: package-manager.xml:306 (para)
+msgid ""
+"For the OpenSolaris 2008.11 release, the <application>Update Manager</"
+"application> updates <emphasis role=\"strong\">all</emphasis> installed "
+"packages in the image. This is equivalent to updating the image."
+msgstr ""
+
+#: package-manager.xml:308 (para)
+msgid ""
+"When updates are available to the installed packages, a notification icon is "
+"displayed in the notification panel on the OpenSolaris desktop and the "
+"<guilabel>Update Manager</guilabel> window is displayed."
+msgstr ""
+
+#: package-manager.xml:309 (para)
+msgid ""
+"You can also click <menuchoice><guimenu>System</"
+"guimenu><guisubmenu>Administration</guisubmenu><guimenuitem>Update Manager</"
+"guimenuitem></menuchoice> to manually launch the Update Manager."
+msgstr ""
+
+#: package-manager.xml:311 (para)
+msgid ""
+"Click the <guibutton>Update All</guibutton> button in the <guilabel>Update "
+"All</guilabel> window to begin the process of updating your image."
+msgstr ""
+
+#: package-manager.xml:312 (para)
+msgid ""
+"Select a package and click the <guilabel>Details</guilabel> panel if you "
+"want to view more information about the package."
+msgstr ""
+
+#: package-manager.xml:314 (para)
+msgid ""
+"The <guilabel>Update All</guilabel> window is displayed. Click "
+"<guibutton>Proceed</guibutton> to create a new boot environment and update "
+"all packages in the current image."
+msgstr ""
+
+#: package-manager.xml:315 (para)
+msgid ""
+"During the Update All process, a clone of the active boot environment is "
+"created. This clone enables the user to boot into the boot environment state "
+"that existed before the Update All process was started."
+msgstr ""
+
+#: package-manager.xml:317 (para)
+msgid ""
+"If the Package Manager is unable to create a new boot environment, an error "
+"message will be displayed. See the <xref linkend=\"ghquj\"/> section on how "
+"to rectify the error and continue with updating your image."
+msgstr ""
+
+#: package-manager.xml:321 (para)
+msgid ""
+"If you chose to proceed, the <guilabel>Installing Updates</guilabel> windows "
+"are displayed. There are four stages to the package installation process:"
+msgstr ""
+
+#: package-manager.xml:322 (para)
+msgid "Evaluate."
+msgstr ""
+
+#: package-manager.xml:324 (para)
+msgid "Download."
+msgstr ""
+
+#: package-manager.xml:326 (para)
+msgid "Install."
+msgstr ""
+
+#: package-manager.xml:328 (para)
+msgid "Index."
+msgstr ""
+
+#: package-manager.xml:331 (para)
+msgid ""
+"You can choose to cancel the process only during the Evaluate and Download "
+"stages. Click the <guibutton>Cancel</guibutton> button to cancel the "
+"installation process. No changes are made and you are returned to the main "
+"window of the Update Manager."
+msgstr ""
+
+#: package-manager.xml:332 (para)
+msgid ""
+"If an error occurs during any of the stages, the <guilabel>Details</"
+"guilabel> panel is expanded and the details of the error are displayed. An "
+"error status indicator is shown next to the failed stage."
+msgstr ""
+
+#: package-manager.xml:335 (para)
+msgid ""
+"Click the <guilabel>Details</guilabel> panel to view more information on "
+"each of the installation processes."
+msgstr ""
+
+#: package-manager.xml:342 (title)
+msgid "Update All Errors (Update Manager)"
+msgstr ""
+
+#: package-manager.xml:344 (para)
+msgid ""
+"<literal>Not enough disk space: the Update All action cannot be performed. "
+"Click OK to launch BE Management to manage your existing BEs and free up "
+"disk space.</literal>."
+msgstr ""
+
+#: package-manager.xml:345 (para)
+msgid ""
+"Click <guibutton>No</guibutton> to cancel the Update All process and return "
+"to the Update Manager main window."
+msgstr ""
+
+#: package-manager.xml:347 (para)
+msgid ""
+"Click <guibutton>Yes</guibutton> in the error dialog to go to the "
+"<literal>Boot Environment Management</literal> dialog."
+msgstr ""
+
+#: package-manager.xml:352 (para)
+msgid ""
+"Click the <guibutton>Update All</guibutton> button in the <literal>Update "
+"Manager</literal> window to restart the process of updating all packages."
+msgstr ""
+
+#: package-manager.xml:358 (title)
+msgid "Image Packaging System Glossary"
+msgstr ""
+
+#: package-manager.xml:359 (glossterm)
+msgid "authority"
+msgstr ""
+
+#: package-manager.xml:360 (para)
+msgid ""
+"A person, group, or corporation that designs, creates, and publishes a "
+"package to a repository."
+msgstr ""
+
+#: package-manager.xml:362 (para)
+msgid ""
+"A location that is configured to point to a repository and might contain "
+"additional information about the package, such as the publisher of the "
+"package. The repository, in turn, serves the packages from the (default) "
+"authority, for downloading purposes. The developer-quality packages managed "
+"by Sun and made available through http://pkg.opensolaris.com is an example "
+"of an authority."
+msgstr ""
+
+#: package-manager.xml:367 (glossterm)
+msgid "boot environment"
+msgstr ""
+
+#: package-manager.xml:368 (para)
+msgid ""
+"For an OpenSolaris release, a boot environment is an instance of a bootable "
+"OpenSolaris environment. The boot environment consists of a root file system "
+"and, optionally, other file systems, such as <filename>/usr</filename>, "
+"<filename>/var</filename>, or <filename>/export</filename>. These other file "
+"systems are mounted below the root file system. The root file system and all "
+"other file systems of the boot environment that contain system software are "
+"required to be zfs datasets."
+msgstr ""
+
+#: package-manager.xml:369 (para)
+msgid ""
+"The active boot environment is the one that is currently booted. Exactly one "
+"active boot environment can be booted. An inactive boot environment is not "
+"currently booted, but can be in a state of waiting for activation on the "
+"next reboot."
+msgstr ""
+
+#: package-manager.xml:372 (glossterm)
+msgid "clone"
+msgstr ""
+
+#: package-manager.xml:373 (para)
+msgid "An exact copy."
+msgstr ""
+
+#: package-manager.xml:374 (para)
+msgid ""
+"For installation, a clone could be an exact copy of an operating system, a "
+"file system, or a volume. This copy has 100% compatibility with the original."
+msgstr ""
+
+#: package-manager.xml:377 (glossterm)
+msgid "dataset"
+msgstr ""
+
+#: package-manager.xml:378 (para)
+msgid ""
+"A generic name for the following ZFS entities: clones, file systems, "
+"snapshots, or volumes. Each dataset is identified by a unique name in the "
+"ZFS namespace."
+msgstr ""
+
+#: package-manager.xml:381 (glossterm)
+msgid "image"
+msgstr ""
+
+#: package-manager.xml:382 (para)
+msgid ""
+"A collection of software in a package that comprises an entire operating "
+"system. The package is suitable for installation."
+msgstr ""
+
+#: package-manager.xml:385 (glossterm)
+msgid "package"
+msgstr ""
+
+#: package-manager.xml:386 (para)
+msgid ""
+"A collection of files, directories, links, drivers, and dependencies in a "
+"defined format."
+msgstr ""
+
+#: package-manager.xml:389 (glossterm)
+msgid "preferred repository"
+msgstr ""
+
+#: package-manager.xml:390 (para)
+msgid ""
+"A default repository that is the source for packages. If a user does not "
+"explicitly specify a repository when installing and updating packages, the "
+"preferred authority is chosen as the source for packages."
+msgstr ""
+
+#: package-manager.xml:391 (para)
+msgid ""
+"During the creation of an image, the initially specified authority is marked "
+"as the preferred authority. Any one of the authorities associated with an "
+"image can be set as the preferred authority by using the <command>set-"
+"authority</command> command with the <option>P</option> option."
+msgstr ""
+
+#: package-manager.xml:394 (glossterm)
+msgid "repository"
+msgstr ""
+
+#: package-manager.xml:395 (para)
+msgid ""
+"A location where packages are available for download. A repository can "
+"contain packages from many authorities. Conversely, many repositories can "
+"contain packages from a single authority. Also called the depot server."
+msgstr ""
+
+#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2.
+#: package-manager.xml:0 (None)
+msgid "translator-credits"
+msgstr ""
--- a/src/gui/help/C/en.po	Thu Feb 05 23:36:07 2009 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1282 +0,0 @@
-# Copyright (C) 2008 Sun Microsystems, Inc
-# This file is distributed under the same license as the pkg help package.
-#
-# Desktop Discuss <[email protected]>
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: pkg help HEAD\n"
-"POT-Creation-Date: 2008-10-10 23:30+0900\n"
-"PO-Revision-Date: 2008-10-10 23:30+0900\n"
-"Last-Translator: [email protected]\n"
-"Language-Team: [email protected]\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. When image changes, this message will be marked fuzzy or untranslated for you.
-#. It doesn't matter what you translate it to: it's not used at all.
-#: package-manager.xml:77 (None)
-msgid ""
-"@@image: 'figures/package_manager.png'; md5=47f19c63c45c2d5d14a07732879a8c6c"
-msgstr ""
-
-#. When image changes, this message will be marked fuzzy or untranslated for you.
-#. It doesn't matter what you translate it to: it's not used at all.
-#: package-manager.xml:302 (None)
-msgid "@@image: 'figures/update_all.png'; md5=bfc40396ac45fc30b994d306307ead96"
-msgstr ""
-
-#: package-manager.xml:3 (title)
-msgid "Getting Started With OpenSolaris 2008.11 Package Manager"
-msgstr ""
-
-#: package-manager.xml:4 (firstname)
-msgid "IPS"
-msgstr ""
-
-#: package-manager.xml:5 (surname)
-msgid "Documentation Team"
-msgstr ""
-
-#: package-manager.xml:8 (pubsnumber)
-msgid "820-6570"
-msgstr ""
-
-#: package-manager.xml:9 (releaseinfo)
-msgid "v 0.1"
-msgstr ""
-
-#: package-manager.xml:10 (pubdate)
-msgid "Nov 2008"
-msgstr ""
-
-#: package-manager.xml:11 (publishername) package-manager.xml:20 (holder)
-msgid "Sun Microsystems, Inc."
-msgstr ""
-
-#: package-manager.xml:12 (street)
-msgid "4150 Network Circle"
-msgstr ""
-
-#: package-manager.xml:13 (city)
-msgid "Santa Clara"
-msgstr ""
-
-#: package-manager.xml:14 (state)
-msgid "CA"
-msgstr ""
-
-#: package-manager.xml:15 (postcode)
-msgid "95054"
-msgstr ""
-
-#: package-manager.xml:16 (country)
-msgid "U.S.A."
-msgstr ""
-
-#: package-manager.xml:19 (year)
-msgid "2008"
-msgstr ""
-
-#: package-manager.xml:24 (para)
-msgid ""
-"Sun Microsystems, Inc. has intellectual property rights relating to "
-"technology embodied in the product that is described in this document. In "
-"particular, and without limitation, these intellectual property rights may "
-"include one or more U.S. patents or pending patent applications in the U.S. "
-"and in other countries."
-msgstr ""
-
-#: package-manager.xml:25 (para)
-msgid ""
-"U.S. Government Rights – Commercial software. Government users are subject "
-"to the Sun Microsystems, Inc. standard license agreement and applicable "
-"provisions of the FAR and its supplements."
-msgstr ""
-
-#: package-manager.xml:26 (para)
-msgid "This distribution may include materials developed by third parties."
-msgstr ""
-
-#: package-manager.xml:27 (para)
-msgid ""
-"Parts of the product may be derived from Berkeley BSD systems, licensed from "
-"the University of California. UNIX is a registered trademark in the U.S. and "
-"other countries, exclusively licensed through X/Open Company, Ltd."
-msgstr ""
-
-#: package-manager.xml:28 (para)
-msgid ""
-"Sun, Sun Microsystems, the Sun logo, the Solaris logo, the Java Coffee Cup "
-"logo, docs.sun.com, Java, and Solaris are trademarks or registered "
-"trademarks of Sun Microsystems, Inc. or its subsidiaries in the U.S. and "
-"other countries. All SPARC trademarks are used under license and are "
-"trademarks or registered trademarks of SPARC International, Inc. in the U.S. "
-"and other countries. Products bearing SPARC trademarks are based upon an "
-"architecture developed by Sun Microsystems, Inc."
-msgstr ""
-
-#: package-manager.xml:29 (para)
-msgid ""
-"The OPEN LOOK and <trademark>Sun</trademark> Graphical User Interface was "
-"developed by Sun Microsystems, Inc. for its users and licensees. Sun "
-"acknowledges the pioneering efforts of Xerox in researching and developing "
-"the concept of visual or graphical user interfaces for the computer "
-"industry. Sun holds a non-exclusive license from Xerox to the Xerox "
-"Graphical User Interface, which license also covers Sun's licensees who "
-"implement OPEN LOOK GUIs and otherwise comply with Sun's written license "
-"agreements."
-msgstr ""
-
-#: package-manager.xml:30 (para)
-msgid ""
-"Products covered by and information contained in this publication are "
-"controlled by U.S. Export Control laws and may be subject to the export or "
-"import laws in other countries. Nuclear, missile, chemical or biological "
-"weapons or nuclear maritime end uses or end users, whether direct or "
-"indirect, are strictly prohibited. Export or reexport to countries subject "
-"to U.S. embargo or to entities identified on U.S. export exclusion lists, "
-"including, but not limited to, the denied persons and specially designated "
-"nationals lists is strictly prohibited."
-msgstr ""
-
-#: package-manager.xml:31 (para)
-msgid ""
-"DOCUMENTATION IS PROVIDED “AS IS” AND ALL EXPRESS OR IMPLIED CONDITIONS, "
-"REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF "
-"MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE "
-"DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE "
-"LEGALLY INVALID."
-msgstr ""
-
-#: package-manager.xml:33 (para)
-msgid ""
-"Sun Microsystems, Inc. détient les droits de propriété intellectuelle "
-"relatifs à la technologie incorporée dans le produit qui est décrit dans ce "
-"document. En particulier, et ce sans limitation, ces droits de propriété "
-"intellectuelle peuvent inclure un ou plusieurs brevets américains ou des "
-"applications de brevet en attente aux Etats-Unis et dans d'autres pays."
-msgstr ""
-
-#: package-manager.xml:34 (para)
-msgid ""
-"Cette distribution peut comprendre des composants développés par des tierces "
-"personnes."
-msgstr ""
-
-#: package-manager.xml:35 (para)
-msgid ""
-"Certaines composants de ce produit peuvent être dérivées du logiciel "
-"Berkeley BSD, licenciés par l'Université de Californie. UNIX est une marque "
-"déposée aux Etats-Unis et dans d'autres pays; elle est licenciée "
-"exclusivement par X/Open Company, Ltd."
-msgstr ""
-
-#: package-manager.xml:36 (para)
-msgid ""
-"Sun, Sun Microsystems, le logo Sun, le logo Solaris, le logo Java Coffee "
-"Cup, docs.sun.com, Java et Solaris sont des marques de fabrique ou des "
-"marques déposées de Sun Microsystems, Inc., ou ses filiales, aux Etats-Unis "
-"et dans d'autres pays. Toutes les marques SPARC sont utilisées sous licence "
-"et sont des marques de fabrique ou des marques déposées de SPARC "
-"International, Inc. aux Etats-Unis et dans d'autres pays. Les produits "
-"portant les marques SPARC sont basés sur une architecture développée par Sun "
-"Microsystems, Inc."
-msgstr ""
-
-#: package-manager.xml:37 (para)
-msgid ""
-"L'interface d'utilisation graphique OPEN LOOK et Sun a été développée par "
-"Sun Microsystems, Inc. pour ses utilisateurs et licenciés. Sun reconnaît les "
-"efforts de pionniers de Xerox pour la recherche et le développement du "
-"concept des interfaces d'utilisation visuelle ou graphique pour l'industrie "
-"de l'informatique. Sun détient une licence non exclusive de Xerox sur "
-"l'interface d'utilisation graphique Xerox, cette licence couvrant également "
-"les licenciés de Sun qui mettent en place l'interface d'utilisation "
-"graphique OPEN LOOK et qui, en outre, se conforment aux licences écrites de "
-"Sun."
-msgstr ""
-
-#: package-manager.xml:38 (para)
-msgid ""
-"Les produits qui font l'objet de cette publication et les informations qu'il "
-"contient sont régis par la legislation américaine en matière de contrôle des "
-"exportations et peuvent être soumis au droit d'autres pays dans le domaine "
-"des exportations et importations. Les utilisations finales, ou utilisateurs "
-"finaux, pour des armes nucléaires, des missiles, des armes chimiques ou "
-"biologiques ou pour le nucléaire maritime, directement ou indirectement, "
-"sont strictement interdites. Les exportations ou réexportations vers des "
-"pays sous embargo des Etats-Unis, ou vers des entités figurant sur les "
-"listes d'exclusion d'exportation américaines, y compris, mais de manière non "
-"exclusive, la liste de personnes qui font objet d'un ordre de ne pas "
-"participer, d'une façon directe ou indirecte, aux exportations des produits "
-"ou des services qui sont régis par la legislation américaine en matière de "
-"contrôle des exportations et la liste de ressortissants spécifiquement "
-"designés, sont rigoureusement interdites."
-msgstr ""
-
-#: package-manager.xml:39 (para)
-msgid ""
-"LA DOCUMENTATION EST FOURNIE \"EN L'ETAT\" ET TOUTES AUTRES CONDITIONS, "
-"DECLARATIONS ET GARANTIES EXPRESSES OU TACITES SONT FORMELLEMENT EXCLUES, "
-"DANS LA MESURE AUTORISEE PAR LA LOI APPLICABLE, Y COMPRIS NOTAMMENT TOUTE "
-"GARANTIE IMPLICITE RELATIVE A LA QUALITE MARCHANDE, A L'APTITUDE A UNE "
-"UTILISATION PARTICULIERE OU A L'ABSENCE DE CONTREFACON."
-msgstr ""
-
-#: package-manager.xml:42 (title)
-msgid "Introduction"
-msgstr ""
-
-#: package-manager.xml:43 (para)
-msgid ""
-"Welcome to the <trademark>OpenSolaris 2008.11</trademark> Package Manager "
-"Online Help!"
-msgstr ""
-
-#: package-manager.xml:44 (para)
-msgid ""
-"Use this help contents to learn how to use the Package Manager. Navigate "
-"through this help by clicking on the topics displayed in the side bar."
-msgstr ""
-
-#: package-manager.xml:45 (para)
-msgid ""
-"The OpenSolaris 2008.11 <application>Package Manager</application> "
-"application is a graphical user interface for the Image Packaging System "
-"(IPS) software. IPS is a network-centric packaging system that enables users "
-"to download and install packages, create and manage repositories, mirror "
-"repositories, and create and publish their own packages to a repository."
-msgstr ""
-
-#: package-manager.xml:46 (para)
-msgid ""
-"See the <ulink url=\"http://dlc.sun.com/osol/docs/content/2008.11/"
-"IMGPACKAGESYS/\"><citetitle>Image Packaging System Guide</citetitle></ulink> "
-"for information on IPS."
-msgstr ""
-
-#: package-manager.xml:47 (para)
-msgid ""
-"The <application>Package Manager</application> enables you to perform the "
-"following tasks:"
-msgstr ""
-
-#: package-manager.xml:48 (para)
-msgid "Search, install, update, and remove packages."
-msgstr ""
-
-#: package-manager.xml:50 (para)
-msgid "Add and modify repositories."
-msgstr ""
-
-#: package-manager.xml:52 (para)
-msgid "Create, remove and manage boot environments."
-msgstr ""
-
-#: package-manager.xml:55 (para)
-msgid ""
-"See the <xref linkend=\"glossary-1\"/> for definitions of the terms used in "
-"this document."
-msgstr ""
-
-#: package-manager.xml:58 (title)
-msgid "Package Manager Screencast"
-msgstr ""
-
-#: package-manager.xml:59 (para)
-msgid ""
-"Learn how to use the OpenSolaris 2008.11 Package Manager through a "
-"screencast. Click <ulink url=\"http://webcast-west.sun.com/"
-"interactive/09B01790/index.html\">here</ulink> to go the Package Manager "
-"screencast."
-msgstr ""
-
-#: package-manager.xml:61 (title)
-msgid "Starting Package Manager"
-msgstr ""
-
-#: package-manager.xml:62 (para)
-msgid ""
-"You can start the <application>Package Manager</application> in the "
-"following ways:"
-msgstr ""
-
-#: package-manager.xml:63 (emphasis)
-msgid "Desktop Menu"
-msgstr ""
-
-#: package-manager.xml:64 (para)
-msgid ""
-"Click <menuchoice><guimenu>System</guimenu><guisubmenu>Administration</"
-"guisubmenu><guimenuitem>Package Manager</guimenuitem></menuchoice>."
-msgstr ""
-
-#: package-manager.xml:67 (emphasis)
-msgid "Command line"
-msgstr ""
-
-#: package-manager.xml:68 (para)
-msgid "Run the following command :"
-msgstr ""
-
-#: package-manager.xml:69 (userinput)
-#, no-wrap
-msgid "$ gksu packagemanager &amp;"
-msgstr ""
-
-#: package-manager.xml:74 (title)
-msgid "Package Manager Window"
-msgstr ""
-
-#: package-manager.xml:75 (para)
-msgid ""
-"When you start the <application>Package Manager</application>, the following "
-"window is displayed:"
-msgstr ""
-
-#: package-manager.xml:76 (title)
-msgid "Package Manager Main Window"
-msgstr ""
-
-#: package-manager.xml:80 (para)
-msgid ""
-"The main window of the <application>Package Manager</application> consists "
-"of the following elements :"
-msgstr ""
-
-#: package-manager.xml:81 (emphasis)
-msgid "List of Packages by Category"
-msgstr ""
-
-#: package-manager.xml:82 (para)
-msgid ""
-"You can browse the available packages by category in the left hand side drop-"
-"down menu. The drop-down menu shows the list of categories available such as "
-"<emphasis role=\"strong\">Applications-Desktop</emphasis>, <emphasis role="
-"\"strong\">Applications Web based</emphasis>, and <emphasis role=\"strong"
-"\">Operating System</emphasis>."
-msgstr ""
-
-#: package-manager.xml:85 (emphasis)
-msgid "List of Packages by Status"
-msgstr ""
-
-#: package-manager.xml:86 (para)
-msgid ""
-"The <guilabel>Show</guilabel> drop-down menu enables you to filter the list "
-"of packages by the following options:"
-msgstr ""
-
-#: package-manager.xml:87 (para)
-msgid ""
-"<emphasis role=\"strong\">All Packages</emphasis>– Shows the list of all "
-"packages available in the current repository."
-msgstr ""
-
-#: package-manager.xml:89 (para)
-msgid ""
-"<emphasis role=\"strong\">Installed Packages</emphasis> – Shows the list of "
-"packages installed on your system."
-msgstr ""
-
-#: package-manager.xml:91 (para)
-msgid ""
-"<emphasis role=\"strong\">Updates Available</emphasis> — Shows the list of "
-"packages that have newer versions available in the current repository."
-msgstr ""
-
-#: package-manager.xml:93 (para)
-msgid ""
-"<emphasis role=\"strong\">Non-installed Packages</emphasis> – Shows the list "
-"of packages that are not installed, but are available in the currently "
-"selected repository."
-msgstr ""
-
-#: package-manager.xml:95 (para)
-msgid ""
-"<emphasis role=\"strong\">Selected Packages</emphasis> – Shows the list of "
-"packages that you have selected."
-msgstr ""
-
-#: package-manager.xml:100 (emphasis)
-msgid "Toolbar"
-msgstr ""
-
-#: package-manager.xml:101 (para)
-msgid ""
-"The toolbar contains the icons for a subset of the commands that can be "
-"performed by using the menus on the menubar."
-msgstr ""
-
-#: package-manager.xml:102 (para)
-msgid ""
-"The <guilabel>Repositories</guilabel> drop-down menu is also located on the "
-"toolbar."
-msgstr ""
-
-#: package-manager.xml:105 (emphasis)
-msgid "Menubar"
-msgstr ""
-
-#: package-manager.xml:106 (para)
-msgid ""
-"You can access the menus on the menubar to perform all of the commands "
-"related to the Package Manager."
-msgstr ""
-
-#: package-manager.xml:110 (emphasis)
-msgid "Package Name and Description"
-msgstr ""
-
-#: package-manager.xml:111 (para)
-msgid ""
-"The list of packages in the selected category, a brief description, and "
-"their status are displayed here."
-msgstr ""
-
-#: package-manager.xml:114 (emphasis)
-msgid "Package Details"
-msgstr ""
-
-#: package-manager.xml:115 (para)
-msgid ""
-"Click a package to select it. Details of the selected package such as name, "
-"version, file dependencies, and license are displayed in this window."
-msgstr ""
-
-#: package-manager.xml:118 (emphasis)
-msgid "Repository Drop-down Menu"
-msgstr ""
-
-#: package-manager.xml:119 (para)
-msgid ""
-"The list of available repositories is shown in the repository drop-down "
-"menu. Click a repository name to select it."
-msgstr ""
-
-#: package-manager.xml:120 (para)
-msgid ""
-"Click the <guilabel>Reload</guilabel> button to reload the Package Manager "
-"and view the list of packages from the newly selected repository."
-msgstr ""
-
-#: package-manager.xml:127 (title)
-msgid "Working With the Package Manager"
-msgstr ""
-
-#: package-manager.xml:128 (para)
-msgid ""
-"The following sections document the tasks that can be performed with the "
-"<application>Package Manager</application>."
-msgstr ""
-
-#: package-manager.xml:130 (title)
-msgid "Install a Package"
-msgstr ""
-
-#: package-manager.xml:131 (para)
-msgid "Perform the following steps to install a package:"
-msgstr ""
-
-#: package-manager.xml:132 (para)
-msgid ""
-"In the main window of the <application>Package Manager</application>, click "
-"the <guibutton>Reload</guibutton> button to view the latest list of packages "
-"available to you."
-msgstr ""
-
-#: package-manager.xml:134 (para)
-msgid "Check the box next to the package to select it."
-msgstr ""
-
-#: package-manager.xml:136 (para)
-msgid ""
-"Click <guibutton>Install/Update</guibutton> in the toolbar to start the "
-"package installation process."
-msgstr ""
-
-#: package-manager.xml:137 (para)
-msgid ""
-"You can also choose <menuchoice><guimenu>Package</"
-"guimenu><guimenuitem>Install/Update</guimenuitem></menuchoice> to start the "
-"package installation process."
-msgstr ""
-
-#: package-manager.xml:139 (para)
-msgid ""
-"The <application>Package Manager</application> checks for dependencies. "
-"Click <guilabel>Show Details</guilabel> to see more information about the "
-"package and its dependencies ."
-msgstr ""
-
-#: package-manager.xml:141 (para)
-msgid ""
-"Review the package installation information and the package dependencies "
-"details in the <guilabel>Install Confirmation</guilabel> dialog."
-msgstr ""
-
-#: package-manager.xml:142 (para)
-msgid ""
-"Click <guibutton>Next</guibutton> to proceed with the package installation."
-msgstr ""
-
-#: package-manager.xml:143 (para)
-msgid ""
-"Click <guibutton>Cancel</guibutton> to cancel the package installation. No "
-"changes are made and you are returned to the main window."
-msgstr ""
-
-#: package-manager.xml:145 (para)
-msgid ""
-"The <guilabel>Downloading Packages</guilabel> dialog is displayed. Click "
-"<guibutton>Cancel</guibutton> if you want to cancel the package "
-"installation. No changes are made and you are returned to the main window."
-msgstr ""
-
-#: package-manager.xml:148 (para)
-msgid ""
-"The packages are installed. The updated list of packages are displayed in "
-"the main window."
-msgstr ""
-
-#: package-manager.xml:150 (title)
-msgid "Remove a Package"
-msgstr ""
-
-#: package-manager.xml:151 (para)
-msgid "Perform the following steps to remove a package:"
-msgstr ""
-
-#: package-manager.xml:152 (para)
-msgid "Check the box next to the package or packages that you want to remove."
-msgstr ""
-
-#: package-manager.xml:154 (para)
-msgid ""
-"Click the <guibutton>Remove</guibutton> button in the toolbar to start the "
-"process."
-msgstr ""
-
-#: package-manager.xml:155 (para)
-msgid ""
-"You can also choose <menuchoice><guimenu>Package</"
-"guimenu><guimenuitem>Remove</guimenuitem></menuchoice> to remove a package."
-msgstr ""
-
-#: package-manager.xml:157 (para)
-msgid ""
-"Review the packages to be removed and the package dependencies details in "
-"the <guilabel>Remove Confirmation</guilabel> dialog."
-msgstr ""
-
-#: package-manager.xml:159 (para)
-msgid ""
-"Click <guibutton>Proceed</guibutton> to confirm. After you click the "
-"<guibutton>OK</guibutton> button, you cannot undo the package removal."
-msgstr ""
-
-#: package-manager.xml:160 (para)
-msgid ""
-"Click <guibutton>Cancel</guibutton> to cancel the process. No changes are "
-"made and you are returned to the main window."
-msgstr ""
-
-#: package-manager.xml:164 (title)
-msgid "Search for a Package"
-msgstr ""
-
-#: package-manager.xml:165 (para)
-msgid ""
-"Type the name of the package that you want to search for in the "
-"<guilabel>Search</guilabel> box. Enter the complete name, description, or a "
-"partial name to search for the package. For example, you might enter one of "
-"the following search terms to search for <filename>SUNWgnome-games</"
-"filename> :"
-msgstr ""
-
-#: package-manager.xml:166 (para)
-msgid "SUNWgames"
-msgstr ""
-
-#: package-manager.xml:168 (para)
-msgid "games"
-msgstr ""
-
-#: package-manager.xml:170 (para)
-msgid "GNOME-games"
-msgstr ""
-
-#: package-manager.xml:173 (para)
-msgid ""
-"Use the submenus under the <menuchoice><guimenu>Edit</guimenu></menuchoice> "
-"menu to cut, copy, paste, or clear text in the <guilabel>Search</guilabel> "
-"tab."
-msgstr ""
-
-#: package-manager.xml:175 (para)
-msgid ""
-"Use the icon on the right hand side of the <guilabel>Search</guilabel> tab "
-"to clear the search results."
-msgstr ""
-
-#: package-manager.xml:180 (title)
-msgid "Update a Package"
-msgstr ""
-
-#: package-manager.xml:181 (para)
-msgid ""
-"Look for the green icon next to the installed package name. This icon "
-"indicates that updates are available for the package in the currently "
-"selected repository. Select the package and click the <guibutton>Install/"
-"Update</guibutton> button to install the latest version of the package."
-msgstr ""
-
-#: package-manager.xml:183 (title)
-msgid "Switch Between Configured Repositories"
-msgstr ""
-
-#: package-manager.xml:184 (para)
-msgid ""
-"Use the <guilabel>Repositories</guilabel> drop-down menu on the toolbar to "
-"view a list of configured repositories. Click a repository name to switch to "
-"a different repository."
-msgstr ""
-
-#: package-manager.xml:186 (title)
-msgid "Introduction to Boot Environments"
-msgstr ""
-
-#: package-manager.xml:187 (para)
-msgid "The OpenSolaris 2008.11 release is a boot environment."
-msgstr ""
-
-#: package-manager.xml:188 (para)
-msgid ""
-"A boot environment is an image that is bootable. The boot environment "
-"consists of a root file system and, optionally, other file systems, such as "
-"<filename>/usr</filename>, <filename>/var</filename>, or <filename>/export</"
-"filename>. These other file systems are mounted below the root file system. "
-"The root file system and all other file systems of the boot environment that "
-"contain system software are required to be zfs datasets."
-msgstr ""
-
-#: package-manager.xml:189 (para)
-msgid ""
-"You can maintain multiple boot environments on your system. The primary "
-"reason to have more than one boot environment on your system is to create "
-"backups of your existing boot environments before you modify them. Then, you "
-"have the option of booting a backup boot environment when needed. Use the "
-"<command>beadm(1)</command> utility to create, and manage your boot "
-"environments."
-msgstr ""
-
-#: package-manager.xml:190 (para)
-msgid ""
-"For detailed instructions about the <command>beadm</command> utility, see "
-"the <literal>beadm</literal>(1M) man page."
-msgstr ""
-
-#: package-manager.xml:191 (para)
-msgid ""
-"See the <ulink url=\"http://dlc.sun.com/osol/docs/content/2008.11/"
-"snapupgrade/snap3.html\"><citetitle>Upgrading and Managing Boot "
-"Environments</citetitle></ulink> document for more information on boot "
-"environments."
-msgstr ""
-
-#: package-manager.xml:192 (para)
-msgid ""
-"The <application>Package Manager</application> creates a clone of the active "
-"boot environment when an image is updated."
-msgstr ""
-
-#: package-manager.xml:194 (title)
-msgid "Update the Current Image (Update All Packages)"
-msgstr ""
-
-#: package-manager.xml:195 (para)
-msgid "Perform the following steps to update all the packages in your image."
-msgstr ""
-
-#: package-manager.xml:196 (para)
-msgid ""
-"Click the <guilabel>Update All</guilabel> button to start the process of "
-"updating <emphasis role=\"strong\">all</emphasis> the packages in your image."
-msgstr ""
-
-#: package-manager.xml:197 (para)
-msgid ""
-"You can also choose <menuchoice><guimenu>File</guimenu><guimenuitem>Update "
-"All</guimenuitem></menuchoice> to start the process."
-msgstr ""
-
-#: package-manager.xml:198 (para)
-msgid ""
-"The <guilabel>Update All</guilabel> button is enabled when updates are "
-"available to the installed packages."
-msgstr ""
-
-#: package-manager.xml:201 (para)
-msgid ""
-"The <guilabel>Update All</guilabel> window is displayed. Click "
-"<guibutton>Proceed</guibutton> to create a new boot environment and proceed "
-"with the Update All process."
-msgstr ""
-
-#: package-manager.xml:202 (para)
-msgid ""
-"During the Update All process, a clone of the active boot environment is "
-"created. This clone enables the user to boot into the boot environment state "
-"that existed before the Update All process was started. If the Package "
-"Manager is unable to create a new boot environment, an error message will be "
-"displayed. See the <xref linkend=\"ghmyd\"/> section on how to rectify the "
-"error and continue with updating your image."
-msgstr ""
-
-#: package-manager.xml:203 (para) package-manager.xml:318
-msgid "A name for the new boot environment is automatically generated."
-msgstr ""
-
-#: package-manager.xml:205 (para) package-manager.xml:209
-#: package-manager.xml:316
-msgid "Click <guibutton>Cancel</guibutton> to cancel the process."
-msgstr ""
-
-#: package-manager.xml:207 (para)
-msgid ""
-"If you chose to proceed, the Package Manager checks for dependencies and the "
-"<guilabel>Install/Update Confirmation</guilabel> dialog is displayed."
-msgstr ""
-
-#: package-manager.xml:208 (para)
-msgid ""
-"Review the packages to be installed and click <guibutton>Next</guibutton> to "
-"proceed."
-msgstr ""
-
-#: package-manager.xml:211 (para)
-msgid "The packages are downloaded and installed."
-msgstr ""
-
-#: package-manager.xml:213 (para) package-manager.xml:337
-msgid ""
-"Read the <ulink url=\"http://opensolaris.org/os/project/indiana/resources/"
-"relnotes/200811/x86/\">Release Notes</ulink> before rebooting your system."
-msgstr ""
-
-#: package-manager.xml:214 (para) package-manager.xml:338
-msgid "You must reboot your system for the changes to take effect."
-msgstr ""
-
-#: package-manager.xml:218 (title)
-msgid "Update All Errors"
-msgstr ""
-
-#: package-manager.xml:219 (para) package-manager.xml:343
-msgid ""
-"A new boot environment clone <emphasis role=\"strong\">must</emphasis> be "
-"created for the Update All process to be completed. An error message is "
-"displayed if a boot environment clone cannot be created. You might see an "
-"error message such as :"
-msgstr ""
-
-#: package-manager.xml:220 (para)
-msgid ""
-"<literal>Not enough disk space: the selected action cannot be performed. You "
-"may choose to return to BE Management to manage your boot environments and "
-"free up disk space</literal>."
-msgstr ""
-
-#: package-manager.xml:221 (para)
-msgid ""
-"Click <guibutton>Cancel</guibutton> to cancel the Update All process and "
-"return to the main window."
-msgstr ""
-
-#: package-manager.xml:222 (para) package-manager.xml:346
-msgid ""
-"Perform the following steps if you want to rectify the error and continue "
-"with the Update All process:"
-msgstr ""
-
-#: package-manager.xml:223 (para)
-msgid ""
-"Click <guibutton>BE Management</guibutton> to go to the <guilabel>Boot "
-"Environment Management</guilabel> dialog."
-msgstr ""
-
-#: package-manager.xml:224 (para) package-manager.xml:348
-msgid ""
-"Click <guibutton>Close</guibutton> to cancel the process and return to the "
-"main window."
-msgstr ""
-
-#: package-manager.xml:226 (para) package-manager.xml:350
-msgid ""
-"If you chose to rectify the error, go to step 2 in the <xref linkend=\"ghmya"
-"\"/> section. Follow instructions to delete old or unused boot environments "
-"and free up disk space."
-msgstr ""
-
-#: package-manager.xml:228 (para)
-msgid ""
-"Click the <guibutton>Update All</guibutton> icon to restart the process of "
-"updating all packages."
-msgstr ""
-
-#: package-manager.xml:233 (title)
-msgid "Manage Boot Environments"
-msgstr ""
-
-#: package-manager.xml:234 (para)
-msgid "Perform the following steps to manage your boot environments :"
-msgstr ""
-
-#: package-manager.xml:235 (para)
-msgid ""
-"Click <menuchoice><guimenu>File</guimenu><guimenuitem>Boot Environment "
-"Management</guimenuitem></menuchoice> to open the <guilabel>Boot Environment "
-"Management</guilabel> dialog."
-msgstr ""
-
-#: package-manager.xml:237 (para)
-msgid "In this dialog, you can perform the following actions:"
-msgstr ""
-
-#: package-manager.xml:238 (emphasis)
-msgid "Change the default boot environment."
-msgstr ""
-
-#: package-manager.xml:239 (para)
-msgid ""
-"Select the boot environment that you want to be active on system reboot. "
-"This is the default boot environment."
-msgstr ""
-
-#: package-manager.xml:242 (emphasis)
-msgid "Remove old or unused boot environments to free up disk space."
-msgstr ""
-
-#: package-manager.xml:243 (para)
-msgid "Select the boot environments that you want to delete."
-msgstr ""
-
-#: package-manager.xml:244 (para)
-msgid ""
-"You do not need to reboot your system if you are only deleting some of your "
-"boot environments."
-msgstr ""
-
-#: package-manager.xml:250 (para)
-msgid "Click <guibutton>OK</guibutton> to proceed."
-msgstr ""
-
-#: package-manager.xml:251 (para)
-msgid ""
-"Click <guibutton>Reset</guibutton> to reset the changes and show the initial "
-"state of the boot environments."
-msgstr ""
-
-#: package-manager.xml:252 (para)
-msgid ""
-"Click <guibutton>Cancel</guibutton> to cancel all changes and return to the "
-"main window."
-msgstr ""
-
-#: package-manager.xml:254 (para)
-msgid ""
-"If you chose to proceed, the <guilabel>BE Management Confirmation</guilabel> "
-"dialog is displayed. Review the boot environment changes and click "
-"<guibutton>OK</guibutton> to proceed."
-msgstr ""
-
-#: package-manager.xml:255 (para)
-msgid ""
-"After you click <guibutton>OK</guibutton>, you cannot undo any changes you "
-"made to the boot environments."
-msgstr ""
-
-#: package-manager.xml:257 (para)
-msgid ""
-"The changes that you made to the <emphasis role=\"strong\">default boot "
-"environment</emphasis> setting is effective only after system reboot."
-msgstr ""
-
-#: package-manager.xml:259 (para)
-msgid ""
-"Click <guibutton>Cancel</guibutton> to cancel the changes and return to the "
-"<literal>BE Management</literal> dialog box."
-msgstr ""
-
-#: package-manager.xml:261 (para)
-msgid "Reboot your system to boot into the new default boot environment."
-msgstr ""
-
-#: package-manager.xml:265 (title)
-msgid "Edit Repositories"
-msgstr ""
-
-#: package-manager.xml:266 (para)
-msgid "Perform the following steps to add, remove, or configure repositories:"
-msgstr ""
-
-#: package-manager.xml:267 (para)
-msgid ""
-"Choose <menuchoice><guimenu>Settings</guimenu><guimenuitem>Edit "
-"Repositories</guimenuitem></menuchoice> to open the <guilabel>Manage "
-"Repositories</guilabel> dialog."
-msgstr ""
-
-#: package-manager.xml:269 (para)
-msgid "In this dialog box, you can perform the following actions :"
-msgstr ""
-
-#: package-manager.xml:270 (para)
-msgid ""
-"<emphasis role=\"strong\">Add a Repository</emphasis> – To add a new "
-"repository, type the name and the address (URL) of the repository. Click "
-"<guibutton>Add</guibutton>."
-msgstr ""
-
-#: package-manager.xml:272 (para)
-msgid ""
-"<emphasis role=\"strong\">Remove a Repository</emphasis> – To remove a "
-"repository, click a repository name from the list to select it. Click "
-"<guibutton>Remove</guibutton>."
-msgstr ""
-
-#: package-manager.xml:273 (para)
-msgid ""
-"A repository that has been set as the preferred repository cannot be "
-"removed. To remove a preferred repository, set a nonpreferred repository as "
-"preferred, and then remove the repository."
-msgstr ""
-
-#: package-manager.xml:276 (para)
-msgid ""
-"<emphasis role=\"strong\">Set a Preferred Repository</emphasis> – To set a "
-"repository as a preferred repository, click the radio button next to the "
-"repository that you would like to set as the preferred repository. Click "
-"<guibutton>Close</guibutton> if you are not making any other changes to the "
-"repository information."
-msgstr ""
-
-#: package-manager.xml:278 (para)
-msgid ""
-"<emphasis role=\"strong\">Modify a Repository</emphasis> – Perform the "
-"following steps to modify a repository :"
-msgstr ""
-
-#: package-manager.xml:279 (para)
-msgid "Select the repository that you want to modify."
-msgstr ""
-
-#: package-manager.xml:281 (para)
-msgid "Click the <guibutton>Modify</guibutton> button."
-msgstr ""
-
-#: package-manager.xml:282 (para)
-msgid "The <guilabel>Modify Repository</guilabel> dialog box is displayed."
-msgstr ""
-
-#: package-manager.xml:284 (para)
-msgid "Type a valid name and URL for the repository."
-msgstr ""
-
-#: package-manager.xml:285 (para)
-msgid ""
-"A repository name is considered valid if it does not exist in the current "
-"list of repositories."
-msgstr ""
-
-#: package-manager.xml:287 (para)
-msgid ""
-"Click <guibutton>OK</guibutton> to save the changes and return to the "
-"<guilabel>Manage Repositories</guilabel> dialog box."
-msgstr ""
-
-#: package-manager.xml:288 (para)
-msgid ""
-"Click <guibutton>Cancel</guibutton> to cancel your changes. You are returned "
-"to the <guilabel>Manage Repositories</guilabel> dialog box."
-msgstr ""
-
-#: package-manager.xml:297 (title)
-msgid "Update Manager"
-msgstr ""
-
-#: package-manager.xml:298 (para)
-msgid ""
-"The <application>Update Manager</application> is a separate application that "
-"launches from the desktop when updates to the installed packages are "
-"available in the repository."
-msgstr ""
-
-#: package-manager.xml:300 (title)
-msgid "Working With Update Manager"
-msgstr ""
-
-#: package-manager.xml:301 (title)
-msgid "Update Manager Main Window"
-msgstr ""
-
-#: package-manager.xml:305 (para)
-msgid ""
-"You can use the <application>Update Manager</application> application to "
-"update the installed packages in your image."
-msgstr ""
-
-#: package-manager.xml:306 (para)
-msgid ""
-"For the OpenSolaris 2008.11 release, the <application>Update Manager</"
-"application> updates <emphasis role=\"strong\">all</emphasis> installed "
-"packages in the image. This is equivalent to updating the image."
-msgstr ""
-
-#: package-manager.xml:308 (para)
-msgid ""
-"When updates are available to the installed packages, a notification icon is "
-"displayed in the notification panel on the OpenSolaris desktop and the "
-"<guilabel>Update Manager</guilabel> window is displayed."
-msgstr ""
-
-#: package-manager.xml:309 (para)
-msgid ""
-"You can also click <menuchoice><guimenu>System</"
-"guimenu><guisubmenu>Administration</guisubmenu><guimenuitem>Update Manager</"
-"guimenuitem></menuchoice> to manually launch the Update Manager."
-msgstr ""
-
-#: package-manager.xml:311 (para)
-msgid ""
-"Click the <guibutton>Update All</guibutton> button in the <guilabel>Update "
-"All</guilabel> window to begin the process of updating your image."
-msgstr ""
-
-#: package-manager.xml:312 (para)
-msgid ""
-"Select a package and click the <guilabel>Details</guilabel> panel if you "
-"want to view more information about the package."
-msgstr ""
-
-#: package-manager.xml:314 (para)
-msgid ""
-"The <guilabel>Update All</guilabel> window is displayed. Click "
-"<guibutton>Proceed</guibutton> to create a new boot environment and update "
-"all packages in the current image."
-msgstr ""
-
-#: package-manager.xml:315 (para)
-msgid ""
-"During the Update All process, a clone of the active boot environment is "
-"created. This clone enables the user to boot into the boot environment state "
-"that existed before the Update All process was started."
-msgstr ""
-
-#: package-manager.xml:317 (para)
-msgid ""
-"If the Package Manager is unable to create a new boot environment, an error "
-"message will be displayed. See the <xref linkend=\"ghquj\"/> section on how "
-"to rectify the error and continue with updating your image."
-msgstr ""
-
-#: package-manager.xml:321 (para)
-msgid ""
-"If you chose to proceed, the <guilabel>Installing Updates</guilabel> windows "
-"are displayed. There are four stages to the package installation process:"
-msgstr ""
-
-#: package-manager.xml:322 (para)
-msgid "Evaluate."
-msgstr ""
-
-#: package-manager.xml:324 (para)
-msgid "Download."
-msgstr ""
-
-#: package-manager.xml:326 (para)
-msgid "Install."
-msgstr ""
-
-#: package-manager.xml:328 (para)
-msgid "Index."
-msgstr ""
-
-#: package-manager.xml:331 (para)
-msgid ""
-"You can choose to cancel the process only during the Evaluate and Download "
-"stages. Click the <guibutton>Cancel</guibutton> button to cancel the "
-"installation process. No changes are made and you are returned to the main "
-"window of the Update Manager."
-msgstr ""
-
-#: package-manager.xml:332 (para)
-msgid ""
-"If an error occurs during any of the stages, the <guilabel>Details</"
-"guilabel> panel is expanded and the details of the error are displayed. An "
-"error status indicator is shown next to the failed stage."
-msgstr ""
-
-#: package-manager.xml:335 (para)
-msgid ""
-"Click the <guilabel>Details</guilabel> panel to view more information on "
-"each of the installation processes."
-msgstr ""
-
-#: package-manager.xml:342 (title)
-msgid "Update All Errors (Update Manager)"
-msgstr ""
-
-#: package-manager.xml:344 (para)
-msgid ""
-"<literal>Not enough disk space: the Update All action cannot be performed. "
-"Click OK to launch BE Management to manage your existing BEs and free up "
-"disk space.</literal>."
-msgstr ""
-
-#: package-manager.xml:345 (para)
-msgid ""
-"Click <guibutton>No</guibutton> to cancel the Update All process and return "
-"to the Update Manager main window."
-msgstr ""
-
-#: package-manager.xml:347 (para)
-msgid ""
-"Click <guibutton>Yes</guibutton> in the error dialog to go to the "
-"<literal>Boot Environment Management</literal> dialog."
-msgstr ""
-
-#: package-manager.xml:352 (para)
-msgid ""
-"Click the <guibutton>Update All</guibutton> button in the <literal>Update "
-"Manager</literal> window to restart the process of updating all packages."
-msgstr ""
-
-#: package-manager.xml:358 (title)
-msgid "Image Packaging System Glossary"
-msgstr ""
-
-#: package-manager.xml:359 (glossterm)
-msgid "authority"
-msgstr ""
-
-#: package-manager.xml:360 (para)
-msgid ""
-"A person, group, or corporation that designs, creates, and publishes a "
-"package to a repository."
-msgstr ""
-
-#: package-manager.xml:362 (para)
-msgid ""
-"A location that is configured to point to a repository and might contain "
-"additional information about the package, such as the publisher of the "
-"package. The repository, in turn, serves the packages from the (default) "
-"authority, for downloading purposes. The developer-quality packages managed "
-"by Sun and made available through http://pkg.opensolaris.com is an example "
-"of an authority."
-msgstr ""
-
-#: package-manager.xml:367 (glossterm)
-msgid "boot environment"
-msgstr ""
-
-#: package-manager.xml:368 (para)
-msgid ""
-"For an OpenSolaris release, a boot environment is an instance of a bootable "
-"OpenSolaris environment. The boot environment consists of a root file system "
-"and, optionally, other file systems, such as <filename>/usr</filename>, "
-"<filename>/var</filename>, or <filename>/export</filename>. These other file "
-"systems are mounted below the root file system. The root file system and all "
-"other file systems of the boot environment that contain system software are "
-"required to be zfs datasets."
-msgstr ""
-
-#: package-manager.xml:369 (para)
-msgid ""
-"The active boot environment is the one that is currently booted. Exactly one "
-"active boot environment can be booted. An inactive boot environment is not "
-"currently booted, but can be in a state of waiting for activation on the "
-"next reboot."
-msgstr ""
-
-#: package-manager.xml:372 (glossterm)
-msgid "clone"
-msgstr ""
-
-#: package-manager.xml:373 (para)
-msgid "An exact copy."
-msgstr ""
-
-#: package-manager.xml:374 (para)
-msgid ""
-"For installation, a clone could be an exact copy of an operating system, a "
-"file system, or a volume. This copy has 100% compatibility with the original."
-msgstr ""
-
-#: package-manager.xml:377 (glossterm)
-msgid "dataset"
-msgstr ""
-
-#: package-manager.xml:378 (para)
-msgid ""
-"A generic name for the following ZFS entities: clones, file systems, "
-"snapshots, or volumes. Each dataset is identified by a unique name in the "
-"ZFS namespace."
-msgstr ""
-
-#: package-manager.xml:381 (glossterm)
-msgid "image"
-msgstr ""
-
-#: package-manager.xml:382 (para)
-msgid ""
-"A collection of software in a package that comprises an entire operating "
-"system. The package is suitable for installation."
-msgstr ""
-
-#: package-manager.xml:385 (glossterm)
-msgid "package"
-msgstr ""
-
-#: package-manager.xml:386 (para)
-msgid ""
-"A collection of files, directories, links, drivers, and dependencies in a "
-"defined format."
-msgstr ""
-
-#: package-manager.xml:389 (glossterm)
-msgid "preferred repository"
-msgstr ""
-
-#: package-manager.xml:390 (para)
-msgid ""
-"A default repository that is the source for packages. If a user does not "
-"explicitly specify a repository when installing and updating packages, the "
-"preferred authority is chosen as the source for packages."
-msgstr ""
-
-#: package-manager.xml:391 (para)
-msgid ""
-"During the creation of an image, the initially specified authority is marked "
-"as the preferred authority. Any one of the authorities associated with an "
-"image can be set as the preferred authority by using the <command>set-"
-"authority</command> command with the <option>P</option> option."
-msgstr ""
-
-#: package-manager.xml:394 (glossterm)
-msgid "repository"
-msgstr ""
-
-#: package-manager.xml:395 (para)
-msgid ""
-"A location where packages are available for download. A repository can "
-"contain packages from many authorities. Conversely, many repositories can "
-"contain packages from a single authority. Also called the depot server."
-msgstr ""
-
-#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2.
-#: package-manager.xml:0 (None)
-msgid "translator-credits"
-msgstr ""
--- a/src/gui/help/C/package-manager.xml	Thu Feb 05 23:36:07 2009 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,399 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
-<book id="package_manager_online_help" lang="en"><title>Getting Started With OpenSolaris 2008.11 Package Manager</title>
-<bookinfo><authorgroup><author><firstname>IPS</firstname>
-<surname>Documentation Team</surname>
-</author>
-</authorgroup>
-<pubsnumber>820-6570</pubsnumber>
-<releaseinfo>v 0.1</releaseinfo>
-<pubdate>Nov 2008</pubdate>
-<publisher><publishername>Sun Microsystems, Inc.</publishername>
-<address><street>4150 Network Circle</street>
-<city>Santa Clara</city>
-<state>CA</state>
-<postcode>95054</postcode>
-<country>U.S.A.</country>
-</address>
-</publisher>
-<copyright><year>2008</year>
-<holder>Sun Microsystems, Inc.</holder>
-</copyright>
-<abstract><para></para>
-</abstract>
-<legalnotice><para>Sun Microsystems, Inc. has intellectual property rights relating to technology embodied in the product that is described in this document. In particular, and without limitation, these intellectual property rights may include one or more U.S. patents or pending patent applications in the U.S. and in other countries.</para>
-<para>U.S. Government Rights – Commercial software. Government users are subject to the Sun Microsystems, Inc. standard license agreement and applicable provisions of the FAR and its supplements.</para>
-<para>This distribution may include materials developed by third parties.</para>
-<para>Parts of the product may be derived from Berkeley BSD systems, licensed from the University of California. UNIX is a registered trademark in the U.S. and other countries, exclusively licensed through X/Open Company, Ltd.</para>
-<para>Sun, Sun Microsystems, the Sun logo, the Solaris logo, the Java Coffee Cup logo, docs.sun.com, Java, and Solaris are trademarks or registered trademarks of Sun Microsystems, Inc. or its subsidiaries in the U.S. and other countries. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. in the U.S. and other countries. Products bearing SPARC trademarks are based upon an architecture developed by Sun Microsystems, Inc. </para>
-<para>The OPEN LOOK and <trademark>Sun</trademark> Graphical User Interface was developed by Sun Microsystems, Inc. for its users and licensees. Sun acknowledges the pioneering efforts of Xerox in researching and developing the concept of visual or graphical user interfaces for the computer industry. Sun holds a non-exclusive license from Xerox to the Xerox Graphical User Interface, which license also covers Sun's licensees who implement OPEN LOOK GUIs and otherwise comply with Sun's written license agreements.</para>
-<para>Products covered by and information contained in this publication are controlled by U.S. Export Control laws and may be subject to the export or import laws in other countries. Nuclear, missile, chemical or biological weapons or nuclear maritime end uses or end users, whether direct or indirect, are strictly prohibited. Export or reexport to countries subject to U.S. embargo or to entities identified on U.S. export exclusion lists, including, but not limited to, the denied persons and specially designated nationals lists is strictly prohibited.</para>
-<para>DOCUMENTATION IS PROVIDED “AS IS” AND ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY INVALID.</para>
-<para lang="fr"></para>
-<para>Sun Microsystems, Inc. détient les droits de propriété intellectuelle relatifs à la technologie incorporée dans le produit qui est décrit dans ce document. En particulier, et ce sans limitation, ces droits de propriété intellectuelle peuvent inclure un ou plusieurs brevets américains ou des applications de brevet en attente aux Etats-Unis et dans d'autres pays.</para>
-<para>Cette distribution peut comprendre des composants développés par des tierces personnes.</para>
-<para>Certaines composants de ce produit peuvent être dérivées du logiciel Berkeley BSD, licenciés par l'Université de Californie. UNIX est une marque déposée aux Etats-Unis et dans d'autres pays; elle est licenciée exclusivement par X/Open Company, Ltd. </para>
-<para>Sun, Sun Microsystems, le logo Sun, le logo Solaris, le logo Java Coffee Cup, docs.sun.com, Java et Solaris sont des marques de fabrique ou des marques déposées de Sun Microsystems, Inc., ou ses filiales, aux Etats-Unis et dans d'autres pays. Toutes les marques SPARC sont utilisées sous licence et sont des marques de fabrique ou des marques déposées de SPARC International, Inc. aux Etats-Unis et dans d'autres pays. Les produits portant les marques SPARC sont basés sur une architecture développée par Sun Microsystems, Inc.</para>
-<para>L'interface d'utilisation graphique OPEN LOOK et Sun a été développée par Sun Microsystems, Inc. pour ses utilisateurs et licenciés. Sun reconnaît les efforts de pionniers de Xerox pour la recherche et le développement du concept des interfaces d'utilisation visuelle ou graphique pour l'industrie de l'informatique. Sun détient une licence non exclusive de Xerox sur l'interface d'utilisation graphique Xerox, cette licence couvrant également les licenciés de Sun qui mettent en place l'interface d'utilisation graphique OPEN LOOK et qui, en outre, se conforment aux licences écrites de Sun.</para>
-<para>Les produits qui font l'objet de cette publication et les informations qu'il contient sont régis par la legislation américaine en matière de contrôle des exportations et peuvent être soumis au droit d'autres pays dans le domaine des exportations et importations. Les utilisations finales, ou utilisateurs finaux, pour des armes nucléaires, des missiles, des armes chimiques ou biologiques ou pour le nucléaire maritime, directement ou indirectement, sont strictement interdites. Les exportations ou réexportations vers des pays sous embargo des Etats-Unis, ou vers des entités figurant sur les listes d'exclusion d'exportation américaines, y compris, mais de manière non exclusive, la liste de personnes qui font objet d'un ordre de ne pas participer, d'une façon directe ou indirecte, aux exportations des produits ou des services qui sont régis par la legislation américaine en matière de contrôle des exportations et la liste de ressortissants spécifiquement designés, sont rigoureusement interdites.</para>
-<para>LA DOCUMENTATION EST FOURNIE "EN L'ETAT" ET TOUTES AUTRES CONDITIONS, DECLARATIONS ET GARANTIES EXPRESSES OU TACITES SONT FORMELLEMENT EXCLUES, DANS LA MESURE AUTORISEE PAR LA LOI APPLICABLE, Y COMPRIS NOTAMMENT TOUTE GARANTIE IMPLICITE RELATIVE A LA QUALITE MARCHANDE, A L'APTITUDE A UNE UTILISATION PARTICULIERE OU A L'ABSENCE DE CONTREFACON. </para>
-</legalnotice>
-</bookinfo>
-<chapter id="pkg_mgr_online_help"><title>Introduction</title>
-<highlights><para>Welcome to the <trademark>OpenSolaris 2008.11</trademark> Package Manager Online Help!</para>
-<para>Use this help contents to learn how to use the Package Manager. Navigate through this help by clicking on the topics displayed in the side bar.</para>
-<para>The OpenSolaris 2008.11 <application>Package Manager</application> application is a graphical user interface for the Image Packaging System (IPS) software. IPS is a network-centric packaging system that enables users to download and install packages, create and manage repositories, mirror repositories, and create and publish their own packages to a repository.</para>
-<para>See the <ulink url="http://dlc.sun.com/osol/docs/content/2008.11/IMGPACKAGESYS/"><citetitle>Image Packaging System Guide</citetitle></ulink> for information on IPS.</para>
-<para>The <application>Package Manager</application> enables you to perform the following tasks:</para>
-<itemizedlist><listitem><para>Search, install, update, and remove packages.</para>
-</listitem>
-<listitem><para>Add and modify repositories.</para>
-</listitem>
-<listitem><para>Create, remove and manage boot environments.</para>
-</listitem>
-</itemizedlist>
-<note><para>See the <xref linkend="glossary-1"/> for definitions of the terms used in this document.</para>
-</note>
-</highlights>
-<sect1 id="ghoap"><title>Package Manager Screencast</title>
-<para>Learn how to use the OpenSolaris 2008.11 Package Manager through a screencast. Click <ulink url="http://webcast-west.sun.com/interactive/09B01790/index.html">here</ulink> to go the Package Manager screencast.</para>
-</sect1>
-<sect1><title>Starting Package Manager</title>
-<para>You can start the <application>Package Manager</application> in the following ways:</para>
-<variablelist><varlistentry><term><emphasis role="strong">Desktop Menu</emphasis></term>
-<listitem><para>Click <menuchoice><guimenu>System</guimenu><guisubmenu>Administration</guisubmenu><guimenuitem>Package Manager</guimenuitem></menuchoice>.</para>
-</listitem>
-</varlistentry>
-<varlistentry><term><emphasis role="strong">Command line</emphasis></term>
-<listitem><para>Run the following command :</para>
-<para><userinput>$ gksu packagemanager &amp;</userinput></para>
-</listitem>
-</varlistentry>
-</variablelist>
-</sect1>
-<sect1 id="ghmbh"><title>Package Manager Window</title>
-<para>When you start the <application>Package Manager</application>, the following window is displayed: </para>
-<figure id="ghpto"><title>Package Manager Main Window</title>
-<mediaobject><imageobject><imagedata fileref="figures/package_manager.png" /></imageobject>
-</mediaobject>
-</figure>
-<para>The main window of the <application>Package Manager</application> consists of the following elements :</para>
-<variablelist><varlistentry><term><emphasis role="strong">List of Packages by Category</emphasis></term>
-<listitem><para>You can browse the available packages by category in the left hand side drop-down menu. The drop-down menu shows the list of categories available such as <emphasis role="strong">Applications-Desktop</emphasis>, <emphasis role="strong">Applications Web based</emphasis>, and <emphasis role="strong">Operating System</emphasis>.</para>
-</listitem>
-</varlistentry>
-<varlistentry><term><emphasis role="strong">List of Packages by Status</emphasis></term>
-<listitem><para>The <guilabel>Show</guilabel> drop-down menu enables you to filter the list of packages by the following options:</para>
-<itemizedlist><listitem><para><emphasis role="strong">All Packages</emphasis>– Shows the list of all packages available in the current repository.</para>
-</listitem>
-<listitem><para><emphasis role="strong">Installed Packages</emphasis> – Shows the list of packages installed on your system.</para>
-</listitem>
-<listitem><para><emphasis role="strong">Updates Available</emphasis> — Shows the list of packages that have newer versions available in the current repository.</para>
-</listitem>
-<listitem><para><emphasis role="strong">Non-installed Packages</emphasis> – Shows the list of packages that are not installed, but are available in the currently selected repository.</para>
-</listitem>
-<listitem><para><emphasis role="strong">Selected Packages</emphasis> – Shows the list of packages that you have selected.</para>
-</listitem>
-</itemizedlist>
-</listitem>
-</varlistentry>
-<varlistentry><term><emphasis role="strong">Toolbar</emphasis></term>
-<listitem><para>The toolbar contains the icons for a subset of the commands that can be performed by using the menus on the menubar.</para>
-<para>The <guilabel>Repositories</guilabel> drop-down menu is also located on the toolbar.</para>
-</listitem>
-</varlistentry>
-<varlistentry><term><emphasis role="strong">Menubar</emphasis></term>
-<listitem><para>You can access the menus on the menubar to perform all of the commands related to the Package Manager.</para>
-<para></para>
-</listitem>
-</varlistentry>
-<varlistentry><term><emphasis role="strong">Package Name and Description</emphasis></term>
-<listitem><para>The list of packages in the selected category, a brief description, and their status are displayed here.</para>
-</listitem>
-</varlistentry>
-<varlistentry><term><emphasis role="strong">Package Details</emphasis></term>
-<listitem><para>Click a package to select it. Details of the selected package such as name, version, file dependencies, and license are displayed in this window.</para>
-</listitem>
-</varlistentry>
-<varlistentry><term><emphasis role="strong">Repository Drop-down Menu</emphasis></term>
-<listitem><para>The list of available repositories is shown in the repository drop-down menu. Click a repository name to select it.</para>
-<note><para>Click the <guilabel>Reload</guilabel> button to reload the Package Manager and view the list of packages from the newly selected repository.</para>
-</note>
-</listitem>
-</varlistentry>
-</variablelist>
-</sect1>
-</chapter>
-<chapter><title>Working With the Package Manager</title>
-<highlights><para>The following sections document the tasks that can be performed with the <application>Package Manager</application>.</para>
-</highlights>
-<sect1 id="ghmzf"><title>Install a Package</title>
-<para>Perform the following steps to install a package:</para>
-<orderedlist><listitem><para>In the main window of the <application>Package Manager</application>, click the <guibutton>Reload</guibutton> button to view the latest list of packages available to you.</para>
-</listitem>
-<listitem><para>Check the box next to the package to select it.</para>
-</listitem>
-<listitem><para>Click <guibutton>Install/Update</guibutton> in the toolbar to start the package installation process.</para>
-<para>You can also choose <menuchoice><guimenu>Package</guimenu><guimenuitem>Install/Update</guimenuitem></menuchoice> to start the package installation process.</para>
-</listitem>
-<listitem><para>The <application>Package Manager</application> checks for dependencies. Click <guilabel>Show Details</guilabel> to see more information about the package and its dependencies .</para>
-</listitem>
-<listitem><para>Review the package installation information and the package dependencies details in the <guilabel>Install Confirmation</guilabel> dialog.</para>
-<para>Click <guibutton>Next</guibutton> to proceed with the package installation.</para>
-<para>Click <guibutton>Cancel</guibutton> to cancel the package installation. No changes are made and you are returned to the main window.</para>
-</listitem>
-<listitem><para>The <guilabel>Downloading Packages</guilabel> dialog is displayed. Click <guibutton>Cancel</guibutton> if you want to cancel the package installation. No changes are made and you are returned to the main window.</para>
-</listitem>
-</orderedlist>
-<para>The packages are installed. The updated list of packages are displayed in the main window.</para>
-</sect1>
-<sect1 id="ghmyo"><title>Remove a Package</title>
-<para>Perform the following steps to remove a package:</para>
-<orderedlist><listitem><para>Check the box next to the package or packages that you want to remove.</para>
-</listitem>
-<listitem><para>Click the <guibutton>Remove</guibutton> button in the toolbar to start the process.</para>
-<para>You can also choose <menuchoice><guimenu>Package</guimenu><guimenuitem>Remove</guimenuitem></menuchoice> to remove a package.</para>
-</listitem>
-<listitem><para>Review the packages to be removed and the package dependencies details in the <guilabel>Remove Confirmation</guilabel> dialog.</para>
-</listitem>
-<listitem><para>Click <guibutton>Proceed</guibutton> to confirm. After you click the <guibutton>OK</guibutton> button, you cannot undo the package removal.</para>
-<para>Click <guibutton>Cancel</guibutton> to cancel the process. No changes are made and you are returned to the main window.</para>
-</listitem>
-</orderedlist>
-</sect1>
-<sect1 id="ghmxy"><title>Search for a Package</title>
-<para>Type the name of the package that you want to search for in the <guilabel>Search</guilabel> box. Enter the complete name, description, or a partial name to search for the package. For example, you might enter one of the following search terms to search for <filename>SUNWgnome-games</filename> :</para>
-<itemizedlist><listitem><para>SUNWgames</para>
-</listitem>
-<listitem><para>games</para>
-</listitem>
-<listitem><para>GNOME-games</para>
-</listitem>
-</itemizedlist>
-<tip><itemizedlist><listitem><para>Use the submenus under the <menuchoice><guimenu>Edit</guimenu></menuchoice> menu to cut, copy, paste, or clear text in the <guilabel>Search</guilabel> tab.</para>
-</listitem>
-<listitem><para>Use the icon on the right hand side of the <guilabel>Search</guilabel> tab to clear the search results.</para>
-</listitem>
-</itemizedlist>
-</tip>
-</sect1>
-<sect1 id="ghmzc"><title>Update a Package</title>
-<para>Look for the green icon next to the installed package name. This icon indicates that updates are available for the package in the currently selected repository. Select the package and click the <guibutton>Install/Update</guibutton> button to install the latest version of the package.</para>
-</sect1>
-<sect1 id="ghmym"><title>Switch Between Configured Repositories</title>
-<para>Use the <guilabel>Repositories</guilabel> drop-down menu on the toolbar to view a list of configured repositories. Click a repository name to switch to a different repository.</para>
-</sect1>
-<sect1 id="ghqub"><title>Introduction to Boot Environments</title>
-<para>The OpenSolaris 2008.11 release is a boot environment.</para>
-<para> A boot environment is an image that is bootable. The boot environment consists of a root file system and, optionally, other file systems, such as <filename>/usr</filename>, <filename>/var</filename>, or <filename>/export</filename>. These other file systems are mounted below the root file system. The root file system and all other file systems of the boot environment that contain system software are required to be zfs datasets.</para>
-<para> You can maintain multiple boot environments on your system. The primary reason to have more than one boot environment on your system is to create backups of your existing boot environments before you modify them. Then, you have the option of booting a backup boot environment when needed. Use the <command>beadm(1)</command> utility to create, and manage your boot environments. </para>
-<para>For detailed instructions about the <command>beadm</command> utility, see the <literal>beadm</literal>(1M) man page.</para>
-<para> See the <ulink url="http://dlc.sun.com/osol/docs/content/2008.11/snapupgrade/snap3.html"><citetitle>Upgrading and Managing Boot Environments</citetitle></ulink> document for more information on boot environments.</para>
-<para>The <application>Package Manager</application> creates a clone of the active boot environment when an image is updated.</para>
-</sect1>
-<sect1 id="ghmyp"><title>Update the Current Image (Update All Packages)</title>
-<para>Perform the following steps to update all the packages in your image.</para>
-<orderedlist><listitem><para>Click the <guilabel>Update All</guilabel> button to start the process of updating <emphasis role="strong">all</emphasis> the packages in your image.</para>
-<para>You can also choose <menuchoice><guimenu>File</guimenu><guimenuitem>Update All</guimenuitem></menuchoice> to start the process.</para>
-<note><para>The <guilabel>Update All</guilabel> button is enabled when updates are available to the installed packages.</para>
-</note>
-</listitem>
-<listitem><para>The <guilabel>Update All</guilabel> window is displayed. Click <guibutton>Proceed</guibutton> to create a new boot environment and proceed with the Update All process.</para>
-<para>During the Update All process, a clone of the active boot environment is created. This clone enables the user to boot into the boot environment state that existed before the Update All process was started. If the Package Manager is unable to create a new boot environment, an error message will be displayed. See the <xref linkend="ghmyd"/> section on how to rectify the error and continue with updating your image.</para>
-<note><para>A name for the new boot environment is automatically generated.</para>
-</note>
-<para>Click <guibutton>Cancel</guibutton> to cancel the process.</para>
-</listitem>
-<listitem><para id="step_2">If you chose to proceed, the Package Manager checks for dependencies and the <guilabel>Install/Update Confirmation</guilabel> dialog is displayed.</para>
-<para>Review the packages to be installed and click <guibutton>Next</guibutton> to proceed.</para>
-<para>Click <guibutton>Cancel</guibutton> to cancel the process.</para>
-</listitem>
-<listitem><para>The packages are downloaded and installed.</para>
-</listitem>
-<listitem><para>Read the <ulink url="http://opensolaris.org/os/project/indiana/resources/relnotes/200811/x86/">Release Notes</ulink> before rebooting your system.</para>
-<warning role="caution"><para>You must reboot your system for the changes to take effect.</para>
-</warning>
-</listitem>
-</orderedlist>
-<sect2 id="ghmyd"><title>Update All Errors</title>
-<para>A new boot environment clone <emphasis role="strong">must</emphasis> be created for the Update All process to be completed. An error message is displayed if a boot environment clone cannot be created. You might see an error message such as :</para>
-<para><literal>Not enough disk space: the selected action cannot be performed. You may choose to return to BE Management to manage your boot environments and free up disk space</literal>.</para>
-<para>Click <guibutton>Cancel</guibutton> to cancel the Update All process and return to the main window.</para>
-<para>Perform the following steps if you want to rectify the error and continue with the Update All process: </para>
-<orderedlist><listitem><para>Click <guibutton>BE Management</guibutton> to go to the <guilabel>Boot Environment Management</guilabel> dialog.</para>
-<para>Click <guibutton>Close</guibutton> to cancel the process and return to the main window.</para>
-</listitem>
-<listitem><para>If you chose to rectify the error, go to step 2 in the <xref linkend="ghmya"/> section. Follow instructions to delete old or unused boot environments and free up disk space.</para>
-</listitem>
-<listitem><para>Click the <guibutton>Update All</guibutton> icon to restart the process of updating all packages.</para>
-</listitem>
-</orderedlist>
-</sect2>
-</sect1>
-<sect1 id="ghmya"><title>Manage Boot Environments</title>
-<para>Perform the following steps to manage your boot environments :</para>
-<orderedlist><listitem><para>Click <menuchoice><guimenu>File</guimenu><guimenuitem>Boot Environment Management</guimenuitem></menuchoice> to open the <guilabel>Boot Environment Management</guilabel> dialog.</para>
-</listitem>
-<listitem><para id="be_step2">In this dialog, you can perform the following actions:</para>
-<variablelist><varlistentry><term><emphasis role="strong">Change the default boot environment.</emphasis></term>
-<listitem><para>Select the boot environment that you want to be active on system reboot. This is the default boot environment.</para>
-</listitem>
-</varlistentry>
-<varlistentry><term><emphasis role="strong">Remove old or unused boot environments to free up disk space.</emphasis></term>
-<listitem><para>Select the boot environments that you want to delete.</para>
-<note><para>You do not need to reboot your system if you are only deleting some of your boot environments.</para>
-</note>
-</listitem>
-</varlistentry>
-</variablelist>
-</listitem>
-<listitem><para>Click <guibutton>OK</guibutton> to proceed.</para>
-<para>Click <guibutton>Reset</guibutton> to reset the changes and show the initial state of the boot environments.</para>
-<para>Click <guibutton>Cancel</guibutton> to cancel all changes and return to the main window.</para>
-</listitem>
-<listitem><para>If you chose to proceed, the <guilabel>BE Management Confirmation</guilabel> dialog is displayed. Review the boot environment changes and click <guibutton>OK</guibutton> to proceed.</para>
-<warning role="caution"><para>After you click <guibutton>OK</guibutton>, you cannot undo any changes you made to the boot environments.</para>
-</warning>
-<note><para>The changes that you made to the <emphasis role="strong">default boot environment</emphasis> setting is effective only after system reboot.</para>
-</note>
-<para>Click <guibutton>Cancel</guibutton> to cancel the changes and return to the <literal>BE Management</literal> dialog box.</para>
-</listitem>
-<listitem><para>Reboot your system to boot into the new default boot environment.</para>
-</listitem>
-</orderedlist>
-</sect1>
-<sect1 id="ghmzn"><title>Edit Repositories</title>
-<para>Perform the following steps to add, remove, or configure repositories:</para>
-<orderedlist><listitem><para>Choose <menuchoice><guimenu>Settings</guimenu><guimenuitem>Edit Repositories</guimenuitem></menuchoice> to open the <guilabel>Manage Repositories</guilabel> dialog.</para>
-</listitem>
-<listitem><para>In this dialog box, you can perform the following actions :</para>
-<orderedlist><listitem><para><emphasis role="strong">Add a Repository</emphasis> – To add a new repository, type the name and the address (URL) of the repository. Click <guibutton>Add</guibutton>.</para>
-</listitem>
-<listitem><para><emphasis role="strong">Remove a Repository</emphasis> – To remove a repository, click a repository name from the list to select it. Click <guibutton>Remove</guibutton>.</para>
-<note><para>A repository that has been set as the preferred repository cannot be removed. To remove a preferred repository, set a nonpreferred repository as preferred, and then remove the repository.</para>
-</note>
-</listitem>
-<listitem><para><emphasis role="strong">Set a Preferred Repository</emphasis> – To set a repository as a preferred repository, click the radio button next to the repository that you would like to set as the preferred repository. Click <guibutton>Close</guibutton> if you are not making any other changes to the repository information.</para>
-</listitem>
-<listitem><para><emphasis role="strong">Modify a Repository</emphasis> – Perform the following steps to modify a repository :</para>
-<orderedlist><listitem><para>Select the repository that you want to modify.</para>
-</listitem>
-<listitem><para>Click the <guibutton>Modify</guibutton> button.</para>
-<para> The <guilabel>Modify Repository</guilabel> dialog box is displayed.</para>
-</listitem>
-<listitem><para>Type a valid name and URL for the repository.</para>
-<para>A repository name is considered valid if it does not exist in the current list of repositories.</para>
-</listitem>
-<listitem><para>Click <guibutton>OK</guibutton> to save the changes and return to the <guilabel>Manage Repositories</guilabel> dialog box.</para>
-<para>Click <guibutton>Cancel</guibutton> to cancel your changes. You are returned to the <guilabel>Manage Repositories</guilabel> dialog box.</para>
-</listitem>
-</orderedlist>
-</listitem>
-</orderedlist>
-</listitem>
-</orderedlist>
-</sect1>
-</chapter>
-<chapter><title>Update Manager</title>
-<highlights><para>The <application>Update Manager</application> is a separate application that launches from the desktop when updates to the installed packages are available in the repository.</para>
-</highlights>
-<sect1><title>Working With Update Manager</title>
-<figure id="ghqbx"><title>Update Manager Main Window</title>
-<mediaobject><imageobject><imagedata fileref="figures/update_all.png" /></imageobject>
-</mediaobject>
-</figure>
-<para>You can use the <application>Update Manager</application> application to update the installed packages in your image.</para>
-<note><para>For the OpenSolaris 2008.11 release, the <application>Update Manager</application> updates <emphasis role="strong">all</emphasis> installed packages in the image. This is equivalent to updating the image.</para>
-</note>
-<orderedlist><listitem><para>When updates are available to the installed packages, a notification icon is displayed in the notification panel on the OpenSolaris desktop and the <guilabel>Update Manager</guilabel> window is displayed.</para>
-<para> You can also click <menuchoice><guimenu>System</guimenu><guisubmenu>Administration</guisubmenu><guimenuitem>Update Manager</guimenuitem></menuchoice> to manually launch the Update Manager.</para>
-</listitem>
-<listitem><para>Click the <guibutton>Update All</guibutton> button in the <guilabel>Update All</guilabel> window to begin the process of updating your image.</para>
-<para>Select a package and click the <guilabel>Details</guilabel> panel if you want to view more information about the package.</para>
-</listitem>
-<listitem><para>The <guilabel>Update All</guilabel> window is displayed. Click <guibutton>Proceed</guibutton> to create a new boot environment and update all packages in the current image.</para>
-<para>During the Update All process, a clone of the active boot environment is created. This clone enables the user to boot into the boot environment state that existed before the Update All process was started. </para>
-<para>Click <guibutton>Cancel</guibutton> to cancel the process.</para>
-<para>If the Package Manager is unable to create a new boot environment, an error message will be displayed. See the <xref linkend="ghquj"/> section on how to rectify the error and continue with updating your image.</para>
-<note><para>A name for the new boot environment is automatically generated.</para>
-</note>
-</listitem>
-<listitem><para>If you chose to proceed, the <guilabel>Installing Updates</guilabel> windows are displayed. There are four stages to the package installation process:</para>
-<orderedlist><listitem><para>Evaluate.</para>
-</listitem>
-<listitem><para>Download.</para>
-</listitem>
-<listitem><para>Install.</para>
-</listitem>
-<listitem><para>Index.</para>
-</listitem>
-</orderedlist>
-<para>You can choose to cancel the process only during the Evaluate and Download stages. Click the <guibutton>Cancel</guibutton> button to cancel the installation process. No changes are made and you are returned to the main window of the Update Manager.</para>
-<note><para>If an error occurs during any of the stages, the <guilabel>Details</guilabel> panel is expanded and the details of the error are displayed. An error status indicator is shown next to the failed stage.</para>
-</note>
-</listitem>
-<listitem><para>Click the <guilabel>Details</guilabel> panel to view more information on each of the installation processes.</para>
-</listitem>
-<listitem><para>Read the <ulink url="http://opensolaris.org/os/project/indiana/resources/relnotes/200811/x86/">Release Notes</ulink> before rebooting your system.</para>
-<warning role="caution"><para>You must reboot your system for the changes to take effect.</para>
-</warning>
-</listitem>
-</orderedlist>
-<sect2 id="ghquj"><title>Update All Errors (Update Manager)</title>
-<para>A new boot environment clone <emphasis role="strong">must</emphasis> be created for the Update All process to be completed. An error message is displayed if a boot environment clone cannot be created. You might see an error message such as :</para>
-<para><literal>Not enough disk space: the Update All action cannot be performed. Click OK to launch BE Management to manage your existing BEs and free up disk space.</literal>.</para>
-<para>Click <guibutton>No</guibutton> to cancel the Update All process and return to the Update Manager main window.</para>
-<para>Perform the following steps if you want to rectify the error and continue with the Update All process: </para>
-<orderedlist><listitem><para>Click <guibutton>Yes</guibutton> in the error dialog to go to the <literal>Boot Environment Management</literal> dialog.</para>
-<para>Click <guibutton>Close</guibutton> to cancel the process and return to the main window.</para>
-</listitem>
-<listitem><para>If you chose to rectify the error, go to step 2 in the <xref linkend="ghmya"/> section. Follow instructions to delete old or unused boot environments and free up disk space.</para>
-</listitem>
-<listitem><para>Click the <guibutton>Update All</guibutton> button in the <literal>Update Manager</literal> window to restart the process of updating all packages.</para>
-</listitem>
-</orderedlist>
-</sect2>
-</sect1>
-</chapter>
-<glossary id="glossary-1"><title>Image Packaging System Glossary</title>
-<glossentry><glossterm>authority</glossterm>
-<glossdef lang="en"><itemizedlist><listitem><para>A person, group, or corporation that designs, creates, and publishes a package to a repository.</para>
-</listitem>
-<listitem><para>A location that is configured to point to a repository and might contain additional information about the package, such as the publisher of the package. The repository, in turn, serves the packages from the (default) authority, for downloading purposes. The developer-quality packages managed by Sun and made available through http://pkg.opensolaris.com is an example of an authority.</para>
-</listitem>
-</itemizedlist>
-</glossdef>
-</glossentry>
-<glossentry><glossterm>boot environment</glossterm>
-<glossdef><para>For an OpenSolaris release, a boot environment is an instance of a bootable OpenSolaris environment. The boot environment consists of a root file system and, optionally, other file systems, such as <filename>/usr</filename>, <filename>/var</filename>, or <filename>/export</filename>. These other file systems are mounted below the root file system. The root file system and all other file systems of the boot environment that contain system software are required to be zfs datasets.</para>
-<para>The active boot environment is the one that is currently booted. Exactly one active boot environment can be booted. An inactive boot environment is not currently booted, but can be in a state of waiting for activation on the next reboot.</para>
-</glossdef>
-</glossentry>
-<glossentry><glossterm>clone</glossterm>
-<glossdef><para>An exact copy. </para>
-<para>For installation, a clone could be an exact copy of an operating system, a file system, or a volume. This copy has 100% compatibility with the original.</para>
-</glossdef>
-</glossentry>
-<glossentry><glossterm>dataset</glossterm>
-<glossdef><para>A generic name for the following ZFS entities: clones, file systems, snapshots, or volumes. Each dataset is identified by a unique name in the ZFS namespace.</para>
-</glossdef>
-</glossentry>
-<glossentry><glossterm>image</glossterm>
-<glossdef><para>A collection of software in a package that comprises an entire operating system. The package is suitable for installation.</para>
-</glossdef>
-</glossentry>
-<glossentry><glossterm>package</glossterm>
-<glossdef><para>A collection of files, directories, links, drivers, and dependencies in a defined format.</para>
-</glossdef>
-</glossentry>
-<glossentry><glossterm>preferred repository</glossterm>
-<glossdef><para>A default repository that is the source for packages. If a user does not explicitly specify a repository when installing and updating packages, the preferred authority is chosen as the source for packages. </para>
-<para>During the creation of an image, the initially specified authority is marked as the preferred authority. Any one of the authorities associated with an image can be set as the preferred authority by using the <command>set-authority</command> command with the <option>P</option> option.</para>
-</glossdef>
-</glossentry>
-<glossentry><glossterm>repository</glossterm>
-<glossdef><para>A location where packages are available for download. A repository can contain packages from many authorities. Conversely, many repositories can contain packages from a single authority. Also called the depot server.</para>
-</glossdef>
-</glossentry>
-</glossary>
-</book>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/gui/help/C/package-manager.xml.in	Fri Feb 06 00:18:04 2009 -0800
@@ -0,0 +1,399 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
+<book id="package_manager_online_help" lang="en"><title>Getting Started With OpenSolaris 2008.11 Package Manager</title>
+<bookinfo><authorgroup><author><firstname>IPS</firstname>
+<surname>Documentation Team</surname>
+</author>
+</authorgroup>
+<pubsnumber>820-6570</pubsnumber>
+<releaseinfo>v 0.1</releaseinfo>
+<pubdate>Nov 2008</pubdate>
+<publisher><publishername>Sun Microsystems, Inc.</publishername>
+<address><street>4150 Network Circle</street>
+<city>Santa Clara</city>
+<state>CA</state>
+<postcode>95054</postcode>
+<country>U.S.A.</country>
+</address>
+</publisher>
+<copyright><year>2008</year>
+<holder>Sun Microsystems, Inc.</holder>
+</copyright>
+<abstract><para/>
+</abstract>
+<legalnotice><para>Sun Microsystems, Inc. has intellectual property rights relating to technology embodied in the product that is described in this document. In particular, and without limitation, these intellectual property rights may include one or more U.S. patents or pending patent applications in the U.S. and in other countries.</para>
+<para>U.S. Government Rights – Commercial software. Government users are subject to the Sun Microsystems, Inc. standard license agreement and applicable provisions of the FAR and its supplements.</para>
+<para>This distribution may include materials developed by third parties.</para>
+<para>Parts of the product may be derived from Berkeley BSD systems, licensed from the University of California. UNIX is a registered trademark in the U.S. and other countries, exclusively licensed through X/Open Company, Ltd.</para>
+<para>Sun, Sun Microsystems, the Sun logo, the Solaris logo, the Java Coffee Cup logo, docs.sun.com, Java, and Solaris are trademarks or registered trademarks of Sun Microsystems, Inc. or its subsidiaries in the U.S. and other countries. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. in the U.S. and other countries. Products bearing SPARC trademarks are based upon an architecture developed by Sun Microsystems, Inc. </para>
+<para>The OPEN LOOK and <trademark>Sun</trademark> Graphical User Interface was developed by Sun Microsystems, Inc. for its users and licensees. Sun acknowledges the pioneering efforts of Xerox in researching and developing the concept of visual or graphical user interfaces for the computer industry. Sun holds a non-exclusive license from Xerox to the Xerox Graphical User Interface, which license also covers Sun's licensees who implement OPEN LOOK GUIs and otherwise comply with Sun's written license agreements.</para>
+<para>Products covered by and information contained in this publication are controlled by U.S. Export Control laws and may be subject to the export or import laws in other countries. Nuclear, missile, chemical or biological weapons or nuclear maritime end uses or end users, whether direct or indirect, are strictly prohibited. Export or reexport to countries subject to U.S. embargo or to entities identified on U.S. export exclusion lists, including, but not limited to, the denied persons and specially designated nationals lists is strictly prohibited.</para>
+<para>DOCUMENTATION IS PROVIDED “AS IS” AND ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY INVALID.</para>
+<para lang="fr"/>
+<para>Sun Microsystems, Inc. détient les droits de propriété intellectuelle relatifs à la technologie incorporée dans le produit qui est décrit dans ce document. En particulier, et ce sans limitation, ces droits de propriété intellectuelle peuvent inclure un ou plusieurs brevets américains ou des applications de brevet en attente aux Etats-Unis et dans d'autres pays.</para>
+<para>Cette distribution peut comprendre des composants développés par des tierces personnes.</para>
+<para>Certaines composants de ce produit peuvent être dérivées du logiciel Berkeley BSD, licenciés par l'Université de Californie. UNIX est une marque déposée aux Etats-Unis et dans d'autres pays; elle est licenciée exclusivement par X/Open Company, Ltd. </para>
+<para>Sun, Sun Microsystems, le logo Sun, le logo Solaris, le logo Java Coffee Cup, docs.sun.com, Java et Solaris sont des marques de fabrique ou des marques déposées de Sun Microsystems, Inc., ou ses filiales, aux Etats-Unis et dans d'autres pays. Toutes les marques SPARC sont utilisées sous licence et sont des marques de fabrique ou des marques déposées de SPARC International, Inc. aux Etats-Unis et dans d'autres pays. Les produits portant les marques SPARC sont basés sur une architecture développée par Sun Microsystems, Inc.</para>
+<para>L'interface d'utilisation graphique OPEN LOOK et Sun a été développée par Sun Microsystems, Inc. pour ses utilisateurs et licenciés. Sun reconnaît les efforts de pionniers de Xerox pour la recherche et le développement du concept des interfaces d'utilisation visuelle ou graphique pour l'industrie de l'informatique. Sun détient une licence non exclusive de Xerox sur l'interface d'utilisation graphique Xerox, cette licence couvrant également les licenciés de Sun qui mettent en place l'interface d'utilisation graphique OPEN LOOK et qui, en outre, se conforment aux licences écrites de Sun.</para>
+<para>Les produits qui font l'objet de cette publication et les informations qu'il contient sont régis par la legislation américaine en matière de contrôle des exportations et peuvent être soumis au droit d'autres pays dans le domaine des exportations et importations. Les utilisations finales, ou utilisateurs finaux, pour des armes nucléaires, des missiles, des armes chimiques ou biologiques ou pour le nucléaire maritime, directement ou indirectement, sont strictement interdites. Les exportations ou réexportations vers des pays sous embargo des Etats-Unis, ou vers des entités figurant sur les listes d'exclusion d'exportation américaines, y compris, mais de manière non exclusive, la liste de personnes qui font objet d'un ordre de ne pas participer, d'une façon directe ou indirecte, aux exportations des produits ou des services qui sont régis par la legislation américaine en matière de contrôle des exportations et la liste de ressortissants spécifiquement designés, sont rigoureusement interdites.</para>
+<para>LA DOCUMENTATION EST FOURNIE "EN L'ETAT" ET TOUTES AUTRES CONDITIONS, DECLARATIONS ET GARANTIES EXPRESSES OU TACITES SONT FORMELLEMENT EXCLUES, DANS LA MESURE AUTORISEE PAR LA LOI APPLICABLE, Y COMPRIS NOTAMMENT TOUTE GARANTIE IMPLICITE RELATIVE A LA QUALITE MARCHANDE, A L'APTITUDE A UNE UTILISATION PARTICULIERE OU A L'ABSENCE DE CONTREFACON. </para>
+</legalnotice>
+</bookinfo>
+<chapter id="pkg_mgr_online_help"><title>Introduction</title>
+<highlights><para>Welcome to the <trademark>OpenSolaris 2008.11</trademark> Package Manager Online Help!</para>
+<para>Use this help contents to learn how to use the Package Manager. Navigate through this help by clicking on the topics displayed in the side bar.</para>
+<para>The OpenSolaris 2008.11 <application>Package Manager</application> application is a graphical user interface for the Image Packaging System (IPS) software. IPS is a network-centric packaging system that enables users to download and install packages, create and manage repositories, mirror repositories, and create and publish their own packages to a repository.</para>
+<para>See the <ulink url="http://dlc.sun.com/osol/docs/content/2008.11/IMGPACKAGESYS/"><citetitle>Image Packaging System Guide</citetitle></ulink> for information on IPS.</para>
+<para>The <application>Package Manager</application> enables you to perform the following tasks:</para>
+<itemizedlist><listitem><para>Search, install, update, and remove packages.</para>
+</listitem>
+<listitem><para>Add and modify repositories.</para>
+</listitem>
+<listitem><para>Create, remove and manage boot environments.</para>
+</listitem>
+</itemizedlist>
+<note><para>See the <xref linkend="glossary-1"/> for definitions of the terms used in this document.</para>
+</note>
+</highlights>
+<sect1 id="ghoap"><title>Package Manager Screencast</title>
+<para>Learn how to use the OpenSolaris 2008.11 Package Manager through a screencast. Click <ulink url="http://webcast-west.sun.com/interactive/09B01790/index.html">here</ulink> to go the Package Manager screencast.</para>
+</sect1>
+<sect1><title>Starting Package Manager</title>
+<para>You can start the <application>Package Manager</application> in the following ways:</para>
+<variablelist><varlistentry><term><emphasis role="strong">Desktop Menu</emphasis></term>
+<listitem><para>Click <menuchoice><guimenu>System</guimenu><guisubmenu>Administration</guisubmenu><guimenuitem>Package Manager</guimenuitem></menuchoice>.</para>
+</listitem>
+</varlistentry>
+<varlistentry><term><emphasis role="strong">Command line</emphasis></term>
+<listitem><para>Run the following command :</para>
+<para><userinput>$ gksu packagemanager &amp;</userinput></para>
+</listitem>
+</varlistentry>
+</variablelist>
+</sect1>
+<sect1 id="ghmbh"><title>Package Manager Window</title>
+<para>When you start the <application>Package Manager</application>, the following window is displayed: </para>
+<figure id="ghpto"><title>Package Manager Main Window</title>
+<mediaobject><imageobject><imagedata fileref="figures/package_manager.png" /></imageobject>
+</mediaobject>
+</figure>
+<para>The main window of the <application>Package Manager</application> consists of the following elements :</para>
+<variablelist><varlistentry><term><emphasis role="strong">List of Packages by Category</emphasis></term>
+<listitem><para>You can browse the available packages by category in the left hand side drop-down menu. The drop-down menu shows the list of categories available such as <emphasis role="strong">Applications-Desktop</emphasis>, <emphasis role="strong">Applications Web based</emphasis>, and <emphasis role="strong">Operating System</emphasis>.</para>
+</listitem>
+</varlistentry>
+<varlistentry><term><emphasis role="strong">List of Packages by Status</emphasis></term>
+<listitem><para>The <guilabel>Show</guilabel> drop-down menu enables you to filter the list of packages by the following options:</para>
+<itemizedlist><listitem><para><emphasis role="strong">All Packages</emphasis>– Shows the list of all packages available in the current repository.</para>
+</listitem>
+<listitem><para><emphasis role="strong">Installed Packages</emphasis> – Shows the list of packages installed on your system.</para>
+</listitem>
+<listitem><para><emphasis role="strong">Updates Available</emphasis> — Shows the list of packages that have newer versions available in the current repository.</para>
+</listitem>
+<listitem><para><emphasis role="strong">Non-installed Packages</emphasis> – Shows the list of packages that are not installed, but are available in the currently selected repository.</para>
+</listitem>
+<listitem><para><emphasis role="strong">Selected Packages</emphasis> – Shows the list of packages that you have selected.</para>
+</listitem>
+</itemizedlist>
+</listitem>
+</varlistentry>
+<varlistentry><term><emphasis role="strong">Toolbar</emphasis></term>
+<listitem><para>The toolbar contains the icons for a subset of the commands that can be performed by using the menus on the menubar.</para>
+<para>The <guilabel>Repositories</guilabel> drop-down menu is also located on the toolbar.</para>
+</listitem>
+</varlistentry>
+<varlistentry><term><emphasis role="strong">Menubar</emphasis></term>
+<listitem><para>You can access the menus on the menubar to perform all of the commands related to the Package Manager.</para>
+<para/>
+</listitem>
+</varlistentry>
+<varlistentry><term><emphasis role="strong">Package Name and Description</emphasis></term>
+<listitem><para>The list of packages in the selected category, a brief description, and their status are displayed here.</para>
+</listitem>
+</varlistentry>
+<varlistentry><term><emphasis role="strong">Package Details</emphasis></term>
+<listitem><para>Click a package to select it. Details of the selected package such as name, version, file dependencies, and license are displayed in this window.</para>
+</listitem>
+</varlistentry>
+<varlistentry><term><emphasis role="strong">Repository Drop-down Menu</emphasis></term>
+<listitem><para>The list of available repositories is shown in the repository drop-down menu. Click a repository name to select it.</para>
+<note><para>Click the <guilabel>Reload</guilabel> button to reload the Package Manager and view the list of packages from the newly selected repository.</para>
+</note>
+</listitem>
+</varlistentry>
+</variablelist>
+</sect1>
+</chapter>
+<chapter><title>Working With the Package Manager</title>
+<highlights><para>The following sections document the tasks that can be performed with the <application>Package Manager</application>.</para>
+</highlights>
+<sect1 id="ghmzf"><title>Install a Package</title>
+<para>Perform the following steps to install a package:</para>
+<orderedlist><listitem><para>In the main window of the <application>Package Manager</application>, click the <guibutton>Reload</guibutton> button to view the latest list of packages available to you.</para>
+</listitem>
+<listitem><para>Check the box next to the package to select it.</para>
+</listitem>
+<listitem><para>Click <guibutton>Install/Update</guibutton> in the toolbar to start the package installation process.</para>
+<para>You can also choose <menuchoice><guimenu>Package</guimenu><guimenuitem>Install/Update</guimenuitem></menuchoice> to start the package installation process.</para>
+</listitem>
+<listitem><para>The <application>Package Manager</application> checks for dependencies. Click <guilabel>Show Details</guilabel> to see more information about the package and its dependencies .</para>
+</listitem>
+<listitem><para>Review the package installation information and the package dependencies details in the <guilabel>Install Confirmation</guilabel> dialog.</para>
+<para>Click <guibutton>Next</guibutton> to proceed with the package installation.</para>
+<para>Click <guibutton>Cancel</guibutton> to cancel the package installation. No changes are made and you are returned to the main window.</para>
+</listitem>
+<listitem><para>The <guilabel>Downloading Packages</guilabel> dialog is displayed. Click <guibutton>Cancel</guibutton> if you want to cancel the package installation. No changes are made and you are returned to the main window.</para>
+</listitem>
+</orderedlist>
+<para>The packages are installed. The updated list of packages are displayed in the main window.</para>
+</sect1>
+<sect1 id="ghmyo"><title>Remove a Package</title>
+<para>Perform the following steps to remove a package:</para>
+<orderedlist><listitem><para>Check the box next to the package or packages that you want to remove.</para>
+</listitem>
+<listitem><para>Click the <guibutton>Remove</guibutton> button in the toolbar to start the process.</para>
+<para>You can also choose <menuchoice><guimenu>Package</guimenu><guimenuitem>Remove</guimenuitem></menuchoice> to remove a package.</para>
+</listitem>
+<listitem><para>Review the packages to be removed and the package dependencies details in the <guilabel>Remove Confirmation</guilabel> dialog.</para>
+</listitem>
+<listitem><para>Click <guibutton>Proceed</guibutton> to confirm. After you click the <guibutton>OK</guibutton> button, you cannot undo the package removal.</para>
+<para>Click <guibutton>Cancel</guibutton> to cancel the process. No changes are made and you are returned to the main window.</para>
+</listitem>
+</orderedlist>
+</sect1>
+<sect1 id="ghmxy"><title>Search for a Package</title>
+<para>Type the name of the package that you want to search for in the <guilabel>Search</guilabel> box. Enter the complete name, description, or a partial name to search for the package. For example, you might enter one of the following search terms to search for <filename>SUNWgnome-games</filename> :</para>
+<itemizedlist><listitem><para>SUNWgames</para>
+</listitem>
+<listitem><para>games</para>
+</listitem>
+<listitem><para>GNOME-games</para>
+</listitem>
+</itemizedlist>
+<tip><itemizedlist><listitem><para>Use the submenus under the <menuchoice><guimenu>Edit</guimenu></menuchoice> menu to cut, copy, paste, or clear text in the <guilabel>Search</guilabel> tab.</para>
+</listitem>
+<listitem><para>Use the icon on the right hand side of the <guilabel>Search</guilabel> tab to clear the search results.</para>
+</listitem>
+</itemizedlist>
+</tip>
+</sect1>
+<sect1 id="ghmzc"><title>Update a Package</title>
+<para>Look for the green icon next to the installed package name. This icon indicates that updates are available for the package in the currently selected repository. Select the package and click the <guibutton>Install/Update</guibutton> button to install the latest version of the package.</para>
+</sect1>
+<sect1 id="ghmym"><title>Switch Between Configured Repositories</title>
+<para>Use the <guilabel>Repositories</guilabel> drop-down menu on the toolbar to view a list of configured repositories. Click a repository name to switch to a different repository.</para>
+</sect1>
+<sect1 id="ghqub"><title>Introduction to Boot Environments</title>
+<para>The OpenSolaris 2008.11 release is a boot environment.</para>
+<para> A boot environment is an image that is bootable. The boot environment consists of a root file system and, optionally, other file systems, such as <filename>/usr</filename>, <filename>/var</filename>, or <filename>/export</filename>. These other file systems are mounted below the root file system. The root file system and all other file systems of the boot environment that contain system software are required to be zfs datasets.</para>
+<para> You can maintain multiple boot environments on your system. The primary reason to have more than one boot environment on your system is to create backups of your existing boot environments before you modify them. Then, you have the option of booting a backup boot environment when needed. Use the <command>beadm(1)</command> utility to create, and manage your boot environments. </para>
+<para>For detailed instructions about the <command>beadm</command> utility, see the <literal>beadm</literal>(1M) man page.</para>
+<para> See the <ulink url="http://dlc.sun.com/osol/docs/content/2008.11/snapupgrade/snap3.html"><citetitle>Upgrading and Managing Boot Environments</citetitle></ulink> document for more information on boot environments.</para>
+<para>The <application>Package Manager</application> creates a clone of the active boot environment when an image is updated.</para>
+</sect1>
+<sect1 id="ghmyp"><title>Update the Current Image (Update All Packages)</title>
+<para>Perform the following steps to update all the packages in your image.</para>
+<orderedlist><listitem><para>Click the <guilabel>Update All</guilabel> button to start the process of updating <emphasis role="strong">all</emphasis> the packages in your image.</para>
+<para>You can also choose <menuchoice><guimenu>File</guimenu><guimenuitem>Update All</guimenuitem></menuchoice> to start the process.</para>
+<note><para>The <guilabel>Update All</guilabel> button is enabled when updates are available to the installed packages.</para>
+</note>
+</listitem>
+<listitem><para>The <guilabel>Update All</guilabel> window is displayed. Click <guibutton>Proceed</guibutton> to create a new boot environment and proceed with the Update All process.</para>
+<para>During the Update All process, a clone of the active boot environment is created. This clone enables the user to boot into the boot environment state that existed before the Update All process was started. If the Package Manager is unable to create a new boot environment, an error message will be displayed. See the <xref linkend="ghmyd"/> section on how to rectify the error and continue with updating your image.</para>
+<note><para>A name for the new boot environment is automatically generated.</para>
+</note>
+<para>Click <guibutton>Cancel</guibutton> to cancel the process.</para>
+</listitem>
+<listitem><para id="step_2">If you chose to proceed, the Package Manager checks for dependencies and the <guilabel>Install/Update Confirmation</guilabel> dialog is displayed.</para>
+<para>Review the packages to be installed and click <guibutton>Next</guibutton> to proceed.</para>
+<para>Click <guibutton>Cancel</guibutton> to cancel the process.</para>
+</listitem>
+<listitem><para>The packages are downloaded and installed.</para>
+</listitem>
+<listitem><para>Read the <ulink url="http://opensolaris.org/os/project/indiana/resources/relnotes/200811/x86/">Release Notes</ulink> before rebooting your system.</para>
+<warning role="caution"><para>You must reboot your system for the changes to take effect.</para>
+</warning>
+</listitem>
+</orderedlist>
+<sect2 id="ghmyd"><title>Update All Errors</title>
+<para>A new boot environment clone <emphasis role="strong">must</emphasis> be created for the Update All process to be completed. An error message is displayed if a boot environment clone cannot be created. You might see an error message such as :</para>
+<para><literal>Not enough disk space: the selected action cannot be performed. You may choose to return to BE Management to manage your boot environments and free up disk space</literal>.</para>
+<para>Click <guibutton>Cancel</guibutton> to cancel the Update All process and return to the main window.</para>
+<para>Perform the following steps if you want to rectify the error and continue with the Update All process: </para>
+<orderedlist><listitem><para>Click <guibutton>BE Management</guibutton> to go to the <guilabel>Boot Environment Management</guilabel> dialog.</para>
+<para>Click <guibutton>Close</guibutton> to cancel the process and return to the main window.</para>
+</listitem>
+<listitem><para>If you chose to rectify the error, go to step 2 in the <xref linkend="ghmya"/> section. Follow instructions to delete old or unused boot environments and free up disk space.</para>
+</listitem>
+<listitem><para>Click the <guibutton>Update All</guibutton> icon to restart the process of updating all packages.</para>
+</listitem>
+</orderedlist>
+</sect2>
+</sect1>
+<sect1 id="ghmya"><title>Manage Boot Environments</title>
+<para>Perform the following steps to manage your boot environments :</para>
+<orderedlist><listitem><para>Click <menuchoice><guimenu>File</guimenu><guimenuitem>Boot Environment Management</guimenuitem></menuchoice> to open the <guilabel>Boot Environment Management</guilabel> dialog.</para>
+</listitem>
+<listitem><para id="be_step2">In this dialog, you can perform the following actions:</para>
+<variablelist><varlistentry><term><emphasis role="strong">Change the default boot environment.</emphasis></term>
+<listitem><para>Select the boot environment that you want to be active on system reboot. This is the default boot environment.</para>
+</listitem>
+</varlistentry>
+<varlistentry><term><emphasis role="strong">Remove old or unused boot environments to free up disk space.</emphasis></term>
+<listitem><para>Select the boot environments that you want to delete.</para>
+<note><para>You do not need to reboot your system if you are only deleting some of your boot environments.</para>
+</note>
+</listitem>
+</varlistentry>
+</variablelist>
+</listitem>
+<listitem><para>Click <guibutton>OK</guibutton> to proceed.</para>
+<para>Click <guibutton>Reset</guibutton> to reset the changes and show the initial state of the boot environments.</para>
+<para>Click <guibutton>Cancel</guibutton> to cancel all changes and return to the main window.</para>
+</listitem>
+<listitem><para>If you chose to proceed, the <guilabel>BE Management Confirmation</guilabel> dialog is displayed. Review the boot environment changes and click <guibutton>OK</guibutton> to proceed.</para>
+<warning role="caution"><para>After you click <guibutton>OK</guibutton>, you cannot undo any changes you made to the boot environments.</para>
+</warning>
+<note><para>The changes that you made to the <emphasis role="strong">default boot environment</emphasis> setting is effective only after system reboot.</para>
+</note>
+<para>Click <guibutton>Cancel</guibutton> to cancel the changes and return to the <literal>BE Management</literal> dialog box.</para>
+</listitem>
+<listitem><para>Reboot your system to boot into the new default boot environment.</para>
+</listitem>
+</orderedlist>
+</sect1>
+<sect1 id="ghmzn"><title>Edit Repositories</title>
+<para>Perform the following steps to add, remove, or configure repositories:</para>
+<orderedlist><listitem><para>Choose <menuchoice><guimenu>Settings</guimenu><guimenuitem>Edit Repositories</guimenuitem></menuchoice> to open the <guilabel>Manage Repositories</guilabel> dialog.</para>
+</listitem>
+<listitem><para>In this dialog box, you can perform the following actions :</para>
+<orderedlist><listitem><para><emphasis role="strong">Add a Repository</emphasis> – To add a new repository, type the name and the address (URL) of the repository. Click <guibutton>Add</guibutton>.</para>
+</listitem>
+<listitem><para><emphasis role="strong">Remove a Repository</emphasis> – To remove a repository, click a repository name from the list to select it. Click <guibutton>Remove</guibutton>.</para>
+<note><para>A repository that has been set as the preferred repository cannot be removed. To remove a preferred repository, set a nonpreferred repository as preferred, and then remove the repository.</para>
+</note>
+</listitem>
+<listitem><para><emphasis role="strong">Set a Preferred Repository</emphasis> – To set a repository as a preferred repository, click the radio button next to the repository that you would like to set as the preferred repository. Click <guibutton>Close</guibutton> if you are not making any other changes to the repository information.</para>
+</listitem>
+<listitem><para><emphasis role="strong">Modify a Repository</emphasis> – Perform the following steps to modify a repository :</para>
+<orderedlist><listitem><para>Select the repository that you want to modify.</para>
+</listitem>
+<listitem><para>Click the <guibutton>Modify</guibutton> button.</para>
+<para> The <guilabel>Modify Repository</guilabel> dialog box is displayed.</para>
+</listitem>
+<listitem><para>Type a valid name and URL for the repository.</para>
+<para>A repository name is considered valid if it does not exist in the current list of repositories.</para>
+</listitem>
+<listitem><para>Click <guibutton>OK</guibutton> to save the changes and return to the <guilabel>Manage Repositories</guilabel> dialog box.</para>
+<para>Click <guibutton>Cancel</guibutton> to cancel your changes. You are returned to the <guilabel>Manage Repositories</guilabel> dialog box.</para>
+</listitem>
+</orderedlist>
+</listitem>
+</orderedlist>
+</listitem>
+</orderedlist>
+</sect1>
+</chapter>
+<chapter><title>Update Manager</title>
+<highlights><para>The <application>Update Manager</application> is a separate application that launches from the desktop when updates to the installed packages are available in the repository.</para>
+</highlights>
+<sect1><title>Working With Update Manager</title>
+<figure id="ghqbx"><title>Update Manager Main Window</title>
+<mediaobject><imageobject><imagedata fileref="figures/update_all.png" /></imageobject>
+</mediaobject>
+</figure>
+<para>You can use the <application>Update Manager</application> application to update the installed packages in your image.</para>
+<note><para>For the OpenSolaris 2008.11 release, the <application>Update Manager</application> updates <emphasis role="strong">all</emphasis> installed packages in the image. This is equivalent to updating the image.</para>
+</note>
+<orderedlist><listitem><para>When updates are available to the installed packages, a notification icon is displayed in the notification panel on the OpenSolaris desktop and the <guilabel>Update Manager</guilabel> window is displayed.</para>
+<para> You can also click <menuchoice><guimenu>System</guimenu><guisubmenu>Administration</guisubmenu><guimenuitem>Update Manager</guimenuitem></menuchoice> to manually launch the Update Manager.</para>
+</listitem>
+<listitem><para>Click the <guibutton>Update All</guibutton> button in the <guilabel>Update All</guilabel> window to begin the process of updating your image.</para>
+<para>Select a package and click the <guilabel>Details</guilabel> panel if you want to view more information about the package.</para>
+</listitem>
+<listitem><para>The <guilabel>Update All</guilabel> window is displayed. Click <guibutton>Proceed</guibutton> to create a new boot environment and update all packages in the current image.</para>
+<para>During the Update All process, a clone of the active boot environment is created. This clone enables the user to boot into the boot environment state that existed before the Update All process was started. </para>
+<para>Click <guibutton>Cancel</guibutton> to cancel the process.</para>
+<para>If the Package Manager is unable to create a new boot environment, an error message will be displayed. See the <xref linkend="ghquj"/> section on how to rectify the error and continue with updating your image.</para>
+<note><para>A name for the new boot environment is automatically generated.</para>
+</note>
+</listitem>
+<listitem><para>If you chose to proceed, the <guilabel>Installing Updates</guilabel> windows are displayed. There are four stages to the package installation process:</para>
+<orderedlist><listitem><para>Evaluate.</para>
+</listitem>
+<listitem><para>Download.</para>
+</listitem>
+<listitem><para>Install.</para>
+</listitem>
+<listitem><para>Index.</para>
+</listitem>
+</orderedlist>
+<para>You can choose to cancel the process only during the Evaluate and Download stages. Click the <guibutton>Cancel</guibutton> button to cancel the installation process. No changes are made and you are returned to the main window of the Update Manager.</para>
+<note><para>If an error occurs during any of the stages, the <guilabel>Details</guilabel> panel is expanded and the details of the error are displayed. An error status indicator is shown next to the failed stage.</para>
+</note>
+</listitem>
+<listitem><para>Click the <guilabel>Details</guilabel> panel to view more information on each of the installation processes.</para>
+</listitem>
+<listitem><para>Read the <ulink url="http://opensolaris.org/os/project/indiana/resources/relnotes/200811/x86/">Release Notes</ulink> before rebooting your system.</para>
+<warning role="caution"><para>You must reboot your system for the changes to take effect.</para>
+</warning>
+</listitem>
+</orderedlist>
+<sect2 id="ghquj"><title>Update All Errors (Update Manager)</title>
+<para>A new boot environment clone <emphasis role="strong">must</emphasis> be created for the Update All process to be completed. An error message is displayed if a boot environment clone cannot be created. You might see an error message such as :</para>
+<para><literal>Not enough disk space: the Update All action cannot be performed. Click OK to launch BE Management to manage your existing BEs and free up disk space.</literal>.</para>
+<para>Click <guibutton>No</guibutton> to cancel the Update All process and return to the Update Manager main window.</para>
+<para>Perform the following steps if you want to rectify the error and continue with the Update All process: </para>
+<orderedlist><listitem><para>Click <guibutton>Yes</guibutton> in the error dialog to go to the <literal>Boot Environment Management</literal> dialog.</para>
+<para>Click <guibutton>Close</guibutton> to cancel the process and return to the main window.</para>
+</listitem>
+<listitem><para>If you chose to rectify the error, go to step 2 in the <xref linkend="ghmya"/> section. Follow instructions to delete old or unused boot environments and free up disk space.</para>
+</listitem>
+<listitem><para>Click the <guibutton>Update All</guibutton> button in the <literal>Update Manager</literal> window to restart the process of updating all packages.</para>
+</listitem>
+</orderedlist>
+</sect2>
+</sect1>
+</chapter>
+<glossary id="glossary-1"><title>Image Packaging System Glossary</title>
+<glossentry><glossterm>authority</glossterm>
+<glossdef lang="en"><itemizedlist><listitem><para>A person, group, or corporation that designs, creates, and publishes a package to a repository.</para>
+</listitem>
+<listitem><para>A location that is configured to point to a repository and might contain additional information about the package, such as the publisher of the package. The repository, in turn, serves the packages from the (default) authority, for downloading purposes. The developer-quality packages managed by Sun and made available through http://pkg.opensolaris.com is an example of an authority.</para>
+</listitem>
+</itemizedlist>
+</glossdef>
+</glossentry>
+<glossentry><glossterm>boot environment</glossterm>
+<glossdef><para>For an OpenSolaris release, a boot environment is an instance of a bootable OpenSolaris environment. The boot environment consists of a root file system and, optionally, other file systems, such as <filename>/usr</filename>, <filename>/var</filename>, or <filename>/export</filename>. These other file systems are mounted below the root file system. The root file system and all other file systems of the boot environment that contain system software are required to be zfs datasets.</para>
+<para>The active boot environment is the one that is currently booted. Exactly one active boot environment can be booted. An inactive boot environment is not currently booted, but can be in a state of waiting for activation on the next reboot.</para>
+</glossdef>
+</glossentry>
+<glossentry><glossterm>clone</glossterm>
+<glossdef><para>An exact copy. </para>
+<para>For installation, a clone could be an exact copy of an operating system, a file system, or a volume. This copy has 100% compatibility with the original.</para>
+</glossdef>
+</glossentry>
+<glossentry><glossterm>dataset</glossterm>
+<glossdef><para>A generic name for the following ZFS entities: clones, file systems, snapshots, or volumes. Each dataset is identified by a unique name in the ZFS namespace.</para>
+</glossdef>
+</glossentry>
+<glossentry><glossterm>image</glossterm>
+<glossdef><para>A collection of software in a package that comprises an entire operating system. The package is suitable for installation.</para>
+</glossdef>
+</glossentry>
+<glossentry><glossterm>package</glossterm>
+<glossdef><para>A collection of files, directories, links, drivers, and dependencies in a defined format.</para>
+</glossdef>
+</glossentry>
+<glossentry><glossterm>preferred repository</glossterm>
+<glossdef><para>A default repository that is the source for packages. If a user does not explicitly specify a repository when installing and updating packages, the preferred authority is chosen as the source for packages. </para>
+<para>During the creation of an image, the initially specified authority is marked as the preferred authority. Any one of the authorities associated with an image can be set as the preferred authority by using the <command>set-authority</command> command with the <option>P</option> option.</para>
+</glossdef>
+</glossentry>
+<glossentry><glossterm>repository</glossterm>
+<glossdef><para>A location where packages are available for download. A repository can contain packages from many authorities. Conversely, many repositories can contain packages from a single authority. Also called the depot server.</para>
+</glossdef>
+</glossentry>
+</glossary>
+</book>
--- a/src/pkgdefs/Makefile	Thu Feb 05 23:36:07 2009 -0600
+++ b/src/pkgdefs/Makefile	Fri Feb 06 00:18:04 2009 -0800
@@ -27,6 +27,7 @@
 install := TARGET = install
 packages := TARGET = install
 clobber := TARGET = clobber
+clean := TARGET = clean
 
 BUILDPYOPENSSL:sh = if [ -n "$BUILD_PYOPENSSL" ]; then echo SUNWpython-pyopenssl; fi
 
@@ -46,6 +47,8 @@
 	rm -f ../../packages/$(MACH)/pkg5.pkg
 	cd ../../packages/$(MACH) && ln -s pkg5-`hg id -i`.pkg pkg5.pkg
 
+clean: $(SUBDIRS)
+
 clobber: $(SUBDIRS)
 	rm -f ../../packages/$(MACH)/pkg-*.pkg
 	rm -f ../../packages/$(MACH)/pkg5.pkg
--- a/src/pkgdefs/SUNWipkg-brand/Makefile	Thu Feb 05 23:36:07 2009 -0600
+++ b/src/pkgdefs/SUNWipkg-brand/Makefile	Fri Feb 06 00:18:04 2009 -0800
@@ -71,8 +71,10 @@
 		exit 1; \
 	fi
 
-clobber:
+clean: FRC
 	rm -f prototype
+
+clobber: clean
 	rm -rf $(PKGARCHIVE)/$(PKG)
 
 $(PKGARCHIVE):
--- a/src/pkgdefs/SUNWipkg-gui-data/Makefile	Thu Feb 05 23:36:07 2009 -0600
+++ b/src/pkgdefs/SUNWipkg-gui-data/Makefile	Fri Feb 06 00:18:04 2009 -0800
@@ -65,8 +65,10 @@
 		exit 1; \
 	fi
 
-clobber:
+clean: FRC
 	rm -f prototype
+
+clobber: clean
 	rm -rf $(PKGARCHIVE)/$(PKG)
 
 $(PKGARCHIVE):
--- a/src/pkgdefs/SUNWipkg-gui-l10n/Makefile	Thu Feb 05 23:36:07 2009 -0600
+++ b/src/pkgdefs/SUNWipkg-gui-l10n/Makefile	Fri Feb 06 00:18:04 2009 -0800
@@ -74,8 +74,10 @@
 		exit 1; \
 	fi
 
-clobber:
+clean: FRC
 	rm -f prototype
+
+clobber: clean
 	rm -rf $(PKGARCHIVE)/$(PKG)
 
 $(PKGARCHIVE):
--- a/src/pkgdefs/SUNWipkg-gui/Makefile	Thu Feb 05 23:36:07 2009 -0600
+++ b/src/pkgdefs/SUNWipkg-gui/Makefile	Fri Feb 06 00:18:04 2009 -0800
@@ -71,8 +71,10 @@
 		exit 1; \
 	fi
 
-clobber:
+clean: FRC
 	rm -f prototype
+
+clobber: clean
 	rm -rf $(PKGARCHIVE)/$(PKG)
 
 $(PKGARCHIVE):
--- a/src/pkgdefs/SUNWipkg-um/Makefile	Thu Feb 05 23:36:07 2009 -0600
+++ b/src/pkgdefs/SUNWipkg-um/Makefile	Fri Feb 06 00:18:04 2009 -0800
@@ -75,8 +75,10 @@
 img-pkg: sysv-pkg
 	-../../util/distro-import/solaris.py -b 0.0 -w $(PKGARCHIVE) SUNWipkg.import
 
-clobber:
+clean: FRC
 	rm -f prototype
+
+clobber: clean
 	rm -rf $(PKGARCHIVE)/$(PKG)
 
 $(PKGARCHIVE):
--- a/src/pkgdefs/SUNWipkg/Makefile	Thu Feb 05 23:36:07 2009 -0600
+++ b/src/pkgdefs/SUNWipkg/Makefile	Fri Feb 06 00:18:04 2009 -0800
@@ -65,8 +65,10 @@
 		exit 1; \
 	fi
 
-clobber:
+clean: FRC
 	rm -f prototype
+
+clobber: clean
 	rm -rf $(PKGARCHIVE)/$(PKG)
 
 $(PKGARCHIVE):
--- a/src/pkgdefs/SUNWpython-cherrypy/Makefile	Thu Feb 05 23:36:07 2009 -0600
+++ b/src/pkgdefs/SUNWpython-cherrypy/Makefile	Fri Feb 06 00:18:04 2009 -0800
@@ -73,8 +73,10 @@
 		exit 1; \
 	fi
 
-clobber:
+clean: FRC
 	rm -f prototype
+
+clobber: clean
 	rm -rf $(PKGARCHIVE)/$(PKG)
 
 $(PKGARCHIVE):
--- a/src/pkgdefs/SUNWpython-mako/Makefile	Thu Feb 05 23:36:07 2009 -0600
+++ b/src/pkgdefs/SUNWpython-mako/Makefile	Fri Feb 06 00:18:04 2009 -0800
@@ -36,7 +36,7 @@
 sysv-pkg: $(PKGARCHIVE) prototype
 	pkgmk -a $(MACH) -o -r $(ROOT) -d $(PKGARCHIVE)
 
-prototype: $(PROTOLOC)
+prototype: FRC
 	(cd $(ROOT); pkgproto .) | \
 		nawk 'BEGIN { \
 			print "i pkginfo"; \
@@ -70,8 +70,10 @@
 		exit 1; \
 	fi
 
-clobber:
+clean: FRC
 	rm -f prototype
+
+clobber: clean
 	rm -rf $(PKGARCHIVE)/$(PKG)
 
 $(PKGARCHIVE):
--- a/src/pkgdefs/SUNWpython-pyopenssl/Makefile	Thu Feb 05 23:36:07 2009 -0600
+++ b/src/pkgdefs/SUNWpython-pyopenssl/Makefile	Fri Feb 06 00:18:04 2009 -0800
@@ -70,8 +70,10 @@
 		exit 1; \
 	fi
 
-clobber:
+clean: FRC
 	rm -f prototype
+
+clobber: clean
 	rm -rf $(PKGARCHIVE)/$(PKG)
 
 $(PKGARCHIVE):
--- a/src/um/Makefile	Thu Feb 05 23:36:07 2009 -0600
+++ b/src/um/Makefile	Fri Feb 06 00:18:04 2009 -0800
@@ -18,55 +18,48 @@
 #
 # CDDL HEADER END
 #
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 
 MACH:sh = uname -p
 
-KSH=/usr/bin/ksh
+KSH = /usr/bin/ksh
 PYTHON = /usr/bin/python
+INSTALL = /usr/sbin/install -s
 
 ROOT = ../../proto/root_${MACH}/usr
 ROOTETC = ../../proto/root_${MACH}/etc
 ROOTLIB = ../../proto/root_${MACH}/lib
 ROOTUSRLIB = $(ROOT)/lib
+
+ROOTAPPICONSHARE = $(ROOT)/share/icons/hicolor/48x48/apps
+ROOTAUTOSTARTSHARE = $(ROOTETC)/xdg/autostart
+ROOTDATASHARE = $(ROOTSHARE)/data
+ROOTDESKTOPSHARE = $(ROOT)/share/applications
+ROOTGCONFSHARE = $(ROOTETC)/gconf/schemas
+ROOTICONSHARE = $(ROOT)/share/icons/update-manager
+ROOTPYTHON = $(ROOTUSRLIB)/python2.4
+ROOTPYTHONPKG = $(ROOTPYTHONVENDOR)/pkg/um
+ROOTPYTHONVENDOR = $(ROOTPYTHON)/vendor-packages
 ROOTSCRIPTSSHARE = $(ROOT)/lib/update-manager
 ROOTSHARE = $(ROOT)/share/update-manager
-ROOTAUTOSTARTSHARE = $(ROOTETC)/xdg/autostart
-ROOTDESKTOPSHARE = $(ROOT)/share/applications
-ROOTDATASHARE = $(ROOTSHARE)/data
-ROOTPYTHON = $(ROOTUSRLIB)/python2.4
-ROOTPYTHONVENDOR = $(ROOTPYTHON)/vendor-packages
-ROOTPYTHONPKG = $(ROOTPYTHONVENDOR)/pkg/um
-ROOTICONSHARE = $(ROOT)/share/icons/update-manager
-ROOTAPPICONSHARE = $(ROOT)/share/icons/hicolor/48x48/apps
-ROOTGCONFSHARE = $(ROOTETC)/gconf/schemas
 ROOTSVCSHARE = $(ROOTLIB)/svc/method
 
 ROOTDIRS = \
-   $(ROOTPYTHONPKG) \
-   $(ROOTSHARE) \
-   $(ROOTSCRIPTSSHARE) \
-   $(ROOTICONSHARE) \
    $(ROOTAPPICONSHARE) \
+   $(ROOTAUTOSTARTSHARE) \
    $(ROOTDATASHARE) \
-   $(ROOTAUTOSTARTSHARE) \
    $(ROOTDESKTOPSHARE) \
-   $(ROOTSVCSHARE) \
-   $(ROOTGCONFSHARE)
-
-ICONS = \
-   data/icons/notify_update.png \
-   data/icons/status_checkmark.png \
-   data/icons/status_blank.png
+   $(ROOTGCONFSHARE) \
+   $(ROOTICONSHARE) \
+   $(ROOTPYTHONPKG) \
+   $(ROOTSCRIPTSSHARE) \
+   $(ROOTSHARE) \
+   $(ROOTSVCSHARE)
 
 APPICONS = \
    data/updatemanager.png
-   
-GLADEICONS = \
-   data/PM_app_48x.png \
-   data/PM_package_36x.png
 
 AUTOSTART = \
    data/updatemanagernotifier.desktop
@@ -74,59 +67,72 @@
 DESKTOP = \
    data/updatemanager.desktop
 
+GCONF = \
+   data/updatemanager-preferences.schemas
+
+GLADEICONS = \
+   data/PM_app_48x.png \
+   data/PM_package_36x.png
+
+ICONS = \
+   data/icons/notify_update.png \
+   data/icons/status_checkmark.png \
+   data/icons/status_blank.png
+
+PYGLADE = \
+   data/updatemanager.glade
+
 SCRIPTS = \
    update-refresh.sh
 
-GCONF = \
-   data/updatemanager-preferences.schemas
-
 SVC = \
    pkg-update
 
-ROOTICONS = $(ICONS:data/%=$(ROOTICONSHARE)/%)
+#
+# Define the paths to all of the stuff we'll install.
+#
+ROOTAPPICONS = $(APPICONS:data/%=$(ROOTAPPICONSHARE)/%)
+
+ROOTAUTOSTART = $(AUTOSTART:data/%=$(ROOTAUTOSTARTSHARE)/%)
+
+ROOTDESKTOP = $(DESKTOP:data/%=$(ROOTDESKTOPSHARE)/%)
+
+ROOTGCONF = $(GCONF:data/%=$(ROOTGCONFSHARE)/%)
 
 ROOTGLADEICONS = $(GLADEICONS:data/%=$(ROOTSHARE)/%)
 
-ROOTAPPICONS = $(APPICONS:data/%=$(ROOTAPPICONSHARE)/%)
-
-ROOTAUTOSTART = $(AUTOSTART:%=$(ROOTAUTOSTARTSHARE)/%)
+ROOTICONS = $(ICONS:data/icons/%=$(ROOTICONSHARE)/%)
 
-ROOTDESKTOP = $(DESKTOP:data/%=$(ROOTDESKTOPSHARE)/%)
-
-ROOTGCONF = $(GCONF:%=$(ROOTGCONFSHARE)/%)
+ROOTPYGLADE = $(PYGLADE:data/%=$(ROOTSHARE)/%)
 
 ROOTSCRIPTS = $(SCRIPTS:%=$(ROOTSCRIPTSSHARE)/%)
 
 ROOTSVC = $(SVC:%=$(ROOTSVCSHARE)/%)
 
-ROOTPYGLADE = $(ROOTSHARE)/updatemanager.glade
-
 ROOTCOMPONENTS = \
-   $(ROOTDIRS) \
-   $(ROOTPROGS) \
-   $(ROOTICONS) \
    $(ROOTAPPICONS) \
    $(ROOTAUTOSTART) \
    $(ROOTDESKTOP) \
    $(ROOTGCONF) \
+   $(ROOTGLADEICONS) \
+   $(ROOTICONS) \
+   $(ROOTPYGLADE) \
    $(ROOTSCRIPTS) \
-   $(ROOTSVC) \
-   $(ROOTGLADEICONS) \
-   $(ROOTPYGLADE) \
+   $(ROOTSVC)
 
-all := TARGET = all
-install := TARGET = install
-clean := TARGET = clean
-link := TARGET = link
-link-clean := TARGET = link-clean
+#
+# Triggered by all:'s dependency.  Drives production of e.g.
+# data/updatemanager.desktop from data/updatemanager.desktop.in
+#
+data/%: data/%.in
+	LC_ALL=C intltool-merge -d -u \
+	    -c ../po/.intltool-merge-cache ../po [email protected] $@
 
-all:
-	cd data; pwd;\
-	  LC_ALL=C intltool-merge -d -u -c ../../po/.intltool-merge-cache ../../po updatemanager.desktop.in updatemanager.desktop;\
-	  LC_ALL=C intltool-merge -d -u -c ../../po/.intltool-merge-cache ../../po updatemanagernotifier.desktop.in updatemanagernotifier.desktop;\
-	  LC_ALL=C intltool-merge -d -u -c ../../po/.intltool-merge-cache ../../po updatemanager-preferences.schemas.in updatemanager-preferences.schemas
+all: $(AUTOSTART) $(DESKTOP) $(GCONF) $(APPICONS)
 
-install: all $(ROOTCOMPONENTS)
+install: all $(ROOTCOMPONENTS) $(ROOTDIRS)
+
+	# XXX out for now.
 	#@cd po; pwd;\
 	#  mkdir -p ../$(ROOT); \
 	#  for PO in *.po; do \
@@ -138,10 +144,12 @@
 	#  done;
 
 clean:
-	rm -f $(AUTOSTART);\
-	rm -f $(DESKTOP);\
-	rm -f $(GCONF)
+	rm -f $(AUTOSTART) $(DESKTOP) $(GCONF) $(APPICONS)
 
+clobber: clean
+	rm -f $(ROOTCOMPONENTS)
+
+# See APPICONS above.
 data/updatemanager.png: data/PM_app_48x.png
 	cp data/PM_app_48x.png data/updatemanager.png
 
@@ -169,38 +177,35 @@
 	rm -f /usr/share/applications/updatemanager.desktop
 	rm -f /usr/share/icons/hicolor/48x48/apps/updatemanager.png
 
-proto: $(ROOT)
+$(ROOTDIRS):
+	$(INSTALL) -d -m 0755 $@
 
-$(ROOTDIRS):
-	mkdir -m 0755 -p $@
-
-$(ROOTDATASHARE)/%: data/%
-	rm -f $@; install -f $(ROOTDATASHARE) -m 0644 $<
+$(ROOTAPPICONSHARE)/%: $(ROOTDIRS) data/%
+	$(INSTALL) -f $(ROOTAPPICONSHARE) -m 0644 $<
 
-$(ROOTPYTHONPKG)/%: modules/%
-	rm -f $@; install -f $(ROOTPYTHONPKG) -m 0644 $<
+$(ROOTAUTOSTARTSHARE)/%: $(ROOTDIRS) data/%
+	$(INSTALL) -f $(ROOTAUTOSTARTSHARE) -m 0644 $<
 
-$(ROOTICONSHARE)/%: data/%
-	rm -f $@; install -f $(ROOTICONSHARE) -m 0644 $<
+$(ROOTDATASHARE)/%: $(ROOTDIRS) data/%
+	$(INSTALL) -f $(ROOTDATASHARE) -m 0644 $<
 
-$(ROOTAPPICONSHARE)/%: data/%
-	rm -f $@; install -f $(ROOTAPPICONSHARE) -m 0644 $<
+$(ROOTDESKTOPSHARE)/%: $(ROOTDIRS) data/%
+	$(INSTALL) -f $(ROOTDESKTOPSHARE) -m 0644 $<
 
-$(ROOTGCONFSHARE)/%: %
-	rm -f $@; install -f $(ROOTGCONFSHARE) -m 0644 $<
+$(ROOTGCONFSHARE)/%: $(ROOTDIRS) data/%
+	$(INSTALL) -f $(ROOTGCONFSHARE) -m 0644 $<
 
-$(ROOTAUTOSTARTSHARE)/%: %
-	rm -f $@; install -f $(ROOTAUTOSTARTSHARE) -m 0644 $<
+$(ROOTICONSHARE)/%: $(ROOTDIRS) data/icons/%
+	$(INSTALL) -f $(ROOTICONSHARE) -m 0644 $<
 
-$(ROOTDESKTOPSHARE)/%: data/%
-	rm -f $@; install -f $(ROOTDESKTOPSHARE) -m 0644 $<
+$(ROOTPYTHONPKG)/%: $(ROOTDIRS) modules/%
+	$(INSTALL) -f $(ROOTPYTHONPKG) -m 0644 $<
 
-$(ROOTSCRIPTSSHARE)/%: %
-	rm -f $@; install -f $(ROOTSCRIPTSSHARE) -m 0644 $<
+$(ROOTSCRIPTSSHARE)/%: $(ROOTDIRS) %
+	$(INSTALL) -f $(ROOTSCRIPTSSHARE) -m 0644 $<
 
-$(ROOTSVCSHARE)/%: %
-	rm -f $@; install -f $(ROOTSVCSHARE) -m 0644 $<
+$(ROOTSHARE)/%: $(ROOTDIRS) data/%
+	$(INSTALL) -f $(ROOTSHARE) -m 0644 $<
 
-$(ROOTSHARE)/%: data/%
-	rm -f $@; install -f $(ROOTSHARE) -m 0644 $<
-
+$(ROOTSVCSHARE)/%: $(ROOTDIRS) %
+	$(INSTALL) -f $(ROOTSVCSHARE) -m 0644 $<
--- a/src/web/Makefile	Thu Feb 05 23:36:07 2009 -0600
+++ b/src/web/Makefile	Fri Feb 06 00:18:04 2009 -0800
@@ -18,16 +18,12 @@
 #
 # CDDL HEADER END
 #
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 ROOTSHARE = /usr/lib/share/pkg
 RSWEB = $(ROOTSHARE)/web
 
-all := TARGET = all
-link := TARGET = link
-link-clean := TARGET = link-clean
-
 all:
 
 PWD:sh = pwd
@@ -42,3 +38,9 @@
 
 link-clean:
 	rm -rf /usr/share/lib/pkg
+
+install: all
+
+clean:
+
+clobber: