Scroll to navigation

MCS-SETCONFVAL(1) User Commands MCS-SETCONFVAL(1)

NAME

mcs-setconfval - a tool to modify settings from a mcs-managed application.
 

DESCRIPTION

mcs-setconfval is a maintenance tool for your mcs installation.
 
It will allow you to set the value of an application setting if its configuration is managed through mcs.
 

SYNOPSIS

mcs-setconfval <domain> <section> <keyname> <setting>
 

OPTIONS

<domain>
name of the target software.
<section>
configuraton sub-section.
<keyname>
name of the setting.
<setting>
value of the setting.
 

EXAMPLES

mcs-setconfval audacious alsa volume_l 70
Set left channel volume level from the alsa section of audacious to 70%.
 

FILES

/etc/mcs-backend
Use "default", "kconfig" or "gconf" to select which backend will be used to store mcs-managed applications settings.
 
"kconfig" and "gconf" are available through libmcs-backend-gconf and libmcs-backend-kconfig packages.
~/.mcs-backend
Overrides /etc/mcs-backend.
 

SEE ALSO

mcs-info(1)
 
mcs-getconfval(1)
 
mcs-query-backends(1)
 
mcs-walk-config(1)
 
Homepage: http://www.atheme.org/projects/mcs.shtml
 

AUTHOR

This manual page was written by Adam Cecile <gandalf@le-vert.net> for the Debian system (but may be used by others).
 
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.
 
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
January 2008 0.6.0