Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wmanagerrc-update(1) [debian man page]

WMANAGERRC-UPDATE(1)					    BSD General Commands Manual 				      WMANAGERRC-UPDATE(1)

NAME
wmanagerrc-update -- update your wmanager settings automatically SYNOPSIS
wmanagerrc-update DESCRIPTION
The wmanagerrc-update program creates or updates the ~/.wmanagerrc file with a list of X11 window managers currently installed on the system. On systems that do not have a convention for registering X window managers, wmanagerrc-update simply copies the contents of the ~/.wmanagerrc.user file to ~/.wmanagerrc. On systems that register the installed X window managers, the wmanagerrc-update program adds all of them to the wmanager(1) configuration so that they are available soon after installation. Currently, only Debian GNU/Linux and similar systems that use the update-alternaties(8) mechanism are supported. Locally installed window managers and things not registered as alternatives for x-window-manager(1) can be added to the file ~/.wmanagerrc.user in the .wmanagerrc format; see the wmanager(1) README file, usually /usr/share/doc/wmanager/README.gz, for more information. The wmanagerrc-update program uses the entries first from ~/.wmanagerrc.user, then from the the registered window managers, in the order of update-alternatives(8) priorities. You can override this by listing entries in wanted order in ~/.wmanagerrc.order, separated by whitespace. BUGS
Concurrent wmanagerrc-update processes may clobber the .wmanagerrc file. SEE ALSO
wmanager(1), wmanager-loop(1), update-alternatives(8) HISTORY
The wmanagerrc-update program was written by Tommi Virtanen in 2000 and later modified by Peter Pentchev. This manual page was originally written in perldoc format by Tommi Virtanen in 2000, and converted to mdoc format and updated by Peter Pentchev in 2008. AUTHORS
Tommi Virtanen <tv@debian.org> Peter Pentchev <roam@ringlet.net> BSD
May 22, 2008 BSD

Check Out this Related Man Page

UPDATE-XMLCATALOG(8)						     xml-core						      UPDATE-XMLCATALOG(8)

NAME
update-xmlcatalog - maintain XML catalog files SYNOPSIS
update-xmlcatalog --add --root --package package --type type --id id update-xmlcatalog --del --root --package package --type type --id id update-xmlcatalog --add --package package --local local --type type --id id update-xmlcatalog --del --package package --local local --type type --id id update-xmlcatalog --add --local local --file file --type type --id id update-xmlcatalog --del --local local --file file --type type --id id update-xmlcatalog --help DESCRIPTION
update-xmlcatalog add entries to and removes entries from the root XML catalog file, a package XML catalog file or a local XML catalog file. OPTIONS
--add Adds the entry to the root XML catalog file, a package XML catalog file or a local XML catalog file. If the XML catalog file does not exist yet, it is automatically created. --del Deletes the entry from the root XML catalog file, the package XML catalog file or the local XML catalog file. A resulting empty XML catalog is not automatically deleted from the filesystem. --file file Indicates a local filename. --id id Indicates the XML catalog file entry identifier. --local local Indicates a local XML catalog file. --package package Indicates a package XML catalog file. --root Indicates the root XML catalog file. --type type Indicates the XML catalog file entry type (public, system, uri). --help Displays the usage information. NOTES
update-xmlcatalog is the de-facto standard tool to be used to maintain XML catalog files on a Debian system, similar to that update-catalog(8) is the standard tool to be used to main SGML catalog files on a Debian system. A Debian XML Policy document to this effect is currently under development. update-xmlcatalog and xmlcatalog(1) are incompatible. The former has an internal database of all the entries in all the XML catalog files it maintains and regenerates the indicated XML catalog file completely from scratch upon an update. The latter updates the indicated XML catalog file directly. This means that any change made to an XML catalog file using xmlcatalog(1) is overwritten the next time that XML catalog file is updated using update-xmlcatalog. SEE ALSO
/usr/share/doc/xml-core/README.Debian AUTHOR
Ardo van Rangelrooij <ardo@debian.org> perl v5.10.0 2008-10-14 UPDATE-XMLCATALOG(8)
Man Page