mainCommon Configuration Parser - Summary

 
 
Membership Info
Group Admin:
1 active member

Group identification
Id: 8222
System Name: ccp
Name: Common Configuration Parser
Group Type: non-GNU software and documentation

Search in this Group


 

This group is not part of the GNU Project.

CCP is a program that reads configuration files and upgrades them.

It takes a oldfile (typically the old configuration file currently in use)
and a newfile (typically the default new configuration file) and optionally
a template (a file which tells ccp how the generated configuration file should
look like. It is generated on-the-fly if a template isn't supplied, so it is
usually not needed). CCP first reads all the configuration options and values in
the new file, then in the old file, then it either generates the template or reads
the supplied template file, finally it merges the files into one - creating a new
configuration file that has the changes that was made to the old file but also
the new options that is included in the new file.

CCP is completely independant of the program that created the configuration file,
and can be used for many different purposes. For instance it can be used to merge
changes between an old user-edited configuration file and a .rpmnew file generated
by rpm when a rpm was upgraded.

Registration Date: Tue 27 Dec 2005 05:09:19 PM UTC
License: GNU General Public License v3 or later
Development Status: ? - Orphaned/Unmaintained

 

Quick Overview
 Memberlist (1 member)

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code