man update-configlets (Commandes) - Register configlets with any existing front end
NAME
update-configlets - Register configlets with any existing front end
SYNOPSIS
update-configlets [--update | --install-all | --remove-all | --install CONFIGLET-PATH | --remove CONFIGLET-PATH | --reinstall CONFIGLET-PATH ]
DESCRIPTION
This utility manages configlet registration by forwarding the supplied arguments to front end scripts in /etc/configlet.d.
CONFIGLET-PATH must be an absolute path to the directory in which the configlet is located.
OPTIONS
- --update
- Effectively the same as consecutive runs of --remove-all and --install-all. This is the default if no arguments are provided.
- --install-all
- Register all configlets found in /usr/share/configlets
- --remove-all
- Unregister all configlets.
- --install CONFIGLET-PATH
- Register the configlet installed in CONFIGLET-PATH.
- --remove CONFIGLET-PATH
- Unregister the configlet installed in CONFIGLET-PATH.
ERRORS
If /etc/configlet.d does not exist, the application will indicate this and terminate.
update-configlets will invoke other scripts provided by the configlet authors; those may report other errors.
FILES
- /etc/configlet.d
- Front ends should place a script here to be invoked by update-configlets for configlet registration.
AUTHOR
Jeff Licquia <jlicquia@progeny.com>