mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
5df8210490
PR: 140687 Submitted by: Sahil Tandon <sahil@tandon.net> Approved by: maintainer
16 lines
621 B
Plaintext
16 lines
621 B
Plaintext
A configuration system allowing for either file or LDAP backed storage.
|
|
|
|
zccreate Creates a new ZConf config or set.
|
|
zcget Reads a value from a ZConf config.
|
|
zcls Lists configured ZConf congigs and sets.
|
|
zcrm Remove a ZConf config or set.
|
|
zcset Sets a value in a ZConf config.
|
|
zcvdel Remove a variable from a ZConf config.
|
|
zcvls Lists the keys of a ZConf config.
|
|
zcchooser-edit Edits the chooser for a config.
|
|
zcchooser-get Gets the chooser for a config.
|
|
zcchooser-run Return the set that will be used for a config.
|
|
zcchooser-set Set the chooser using data in the specified file.
|
|
|
|
WWW: http://search.cpan.org/dist/ZConf/
|