Elektra
0.8.17
|
This plugin reads and writes files written in a basic ini format. It is very simplistic, the ini plugin and for specifications the ni plugin should be preferred.
It is quite suitable to export configuration if you want line-by-line key=value pairs. (Thus +1000 in status)
$ kdb export system/samba simpleini
This plugin can work with files in a simple ini format. This plugins needs the code and null plugins. A code plugin is used for the escape character for special symbols and the null plugin is used to handle null values.
Mount the plugin:
$ kdb mount -d /etc/samba/smb.conf system/samba ccode null simpleini