Metadata-Version: 1.1
Name: confset
Version: 0.0.33
Summary: A simple script to change or update package configurations
Home-page: http://computing.dwighthubbard.info
Author: Dwight Hubbard
Author-email: d@d-h.us
License: LICENSE.txt
Description: confset
        =======
        
        Set and view values for package default settings from the command line.
        
        Examples
        =======
        See the settings and current values for the kerneloops daemon
        -------
            $ confset kerneloops
            kerneloops.enabled=0 - Whether the daemon should be started at boot time.
                                   Set to 1 to start.
            $
        
        Enable the kerneloops daemon
        -------
            $ sudo confset kerneloops.enabled=1
            $ confset kerneloops
            kerneloops.enabled=1 - Whether the daemon should be started at boot time.
                                   Set to 1 to start.
            $ 
Platform: UNKNOWN
Requires: configobj
