ACC SHELL

Path : /usr/share/YaST2/scrconf/
File Upload :
Current File : //usr/share/YaST2/scrconf/cfg_features.scr

#

.product.features

`ag_ini(
    `IniAgent("/etc/YaST2/ProductFeatures", $[
	"options" : [ "no_nested_sections" ],
	"sections" : [
	    $[
		"begin" : [ "^[ \t]*\\[[ \t]*(.*[^ \t])[ \t]*\\][ \t]*", "[%s]" ],
	    ],
	],
	// we need to exclude ; because of the second matching rule
	"params" : [
	    $[
		"match" : [ "^[ \t]*([_a-zA-Z0-9]+)[ \t]*=[ \t]*\"(.*)\"[ \t]*$" , "\t%s = \"%s\""],
	    ]
	]
    ]
  )
)


ACC SHELL 2018