home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / usr / share / YaST2 / scrconf / cfg_features.scr < prev    next >
Encoding:
Text File  |  2006-11-29  |  415 b   |  23 lines

  1. #
  2.  
  3. .product.features
  4.  
  5. `ag_ini(
  6.     `IniAgent("/etc/YaST2/ProductFeatures", $[
  7.     "options" : [ "no_nested_sections" ],
  8.     "sections" : [
  9.         $[
  10.         "begin" : [ "^[ \t]*\\[[ \t]*(.*[^ \t])[ \t]*\\][ \t]*", "[%s]" ],
  11.         ],
  12.     ],
  13.     // we need to exclude ; because of the second matching rule
  14.     "params" : [
  15.         $[
  16.         "match" : [ "^[ \t]*([_a-zA-Z0-9]+)[ \t]*=[ \t]*\"(.*)\"[ \t]*$" , "\t%s = \"%s\""],
  17.         ]
  18.     ]
  19.     ]
  20.   )
  21. )
  22.  
  23.