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 / etc_xen.scr < prev    next >
Encoding:
Text File  |  2006-11-29  |  308 b   |  14 lines

  1. .etc.xen
  2.  
  3. `ag_ini(`IniAgent( [ "/etc/xen/vm/*" ],
  4.     $[
  5.     "options" : [ "line_can_continue", "global_values", "join_multiline", "comments_last" ],
  6.     "comments": [ "^[ \t]*#.*$", "#.*", "^[ \t]*$", ],
  7.     "params" : [
  8.         $[
  9.         "match" : [ "^[ \t]*([a-zA-Z0-9_]+)[ \t]*=[ \t]*(.*)", "%s = %s" ],
  10.         ],
  11.     ],
  12. ])
  13. )
  14.