Parses files in /etc/update-manager
Author: Raphael Pinson raphael@camptoc amp.com .pinson
Apt_Update_Manager | Parses files in /etc/update-manager |
License | This file is licenced under the LGPL v2+, like the rest of Augeas. |
Lens Usage | To be documented |
Configuration files | This lens applies to files in /etc/update-manager. |
Examples | The Test_Apt_Update_Manager file contains various examples and tests. |
Augeas Lenses | |
comment | |
sep | |
title | |
entry | |
record | |
lns | |
Augeas Variables | |
filter |
This lens applies to files in /etc/update-manager. See filter.
The Test_Apt_Update_Manager file contains various examples and tests.
let comment = IniFile.comment IniFile.comment_re IniFile.comment_default
let sep = IniFile.sep IniFile.sep_re IniFile.sep_default
let title = IniFile.title Rx.word
let entry = IniFile.entry Rx.word sep comment
let record = IniFile.record title entry
let lns = IniFile.lns record comment