mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
27eb10b2a6
PR: 154790 Submitted by: "Zane C.B." <vvelox@vvelox.net> (maintainer)
17 lines
658 B
Plaintext
17 lines
658 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.
|
|
zccdump Dumps a ZConf config to ZML.
|
|
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/
|