View | Details | Raw Unified | Return to bug 138555
Collapse All | Expand All

(-)cfg_smbconf.scr (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
`ag_ini(
5
`ag_ini(
6
    `IniAgent("/etc/samba/smb.conf", $[
6
    `IniAgent("/etc/samba/smb.conf", $[
7
	"options" : [ "no_nested_sections", "ignore_case", "line_can_continue", "comments_last" ],
7
	"options" : [ "no_nested_sections", "ignore_case", "line_can_continue", "comments_last", "repeat_names" ],
8
	"comments": [ 
8
	"comments": [ 
9
	    "^[ \t]*$",	// empty line
9
	    "^[ \t]*$",	// empty line
10
	    "^[ \t]+[;#].*$", // comment char is not first char
10
	    "^[ \t]+[;#].*$", // comment char is not first char

Return to bug 138555