| 6 |
`IniAgent("/etc/samba/smb.conf", $[ |
6 |
`IniAgent("/etc/samba/smb.conf", $[ |
| 7 |
"options" : [ "no_nested_sections", "ignore_case", "line_can_continue", "comments_last", "repeat_names" ], |
7 |
"options" : [ "no_nested_sections", "ignore_case_regexps", "line_can_continue", "comments_last", "repeat_names" ], |
| 10 |
"^[ \t]+[;#].*$", // comment char is not first char |
10 |
"^[ \t]+[;#].*$", // comment char is not first char |