~ubuntu-branches/ubuntu/natty/augeas/natty

« back to all changes in this revision

Viewing changes to lenses/xorg.aug

  • Committer: Bazaar Package Importer
  • Author(s): Raphaël Pinson
  • Date: 2011-02-24 09:32:22 UTC
  • mfrom: (1.2.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20110224093222-bfd4fkm6envek6ys
Tags: 0.8.0-0ubuntu1
* New upstream release.
* Remove obsolete ruby Build-Depend.
* Build PDF docs and add them to augeas-doc.
* Build-Depend on texlive-latex-base to build PDF docs.
* Install txt doc files in augeas-doc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
throughout the file. More information can be found in the manual.
14
14
 
15
15
About: License
16
 
  This file is licensed under the GPL.
 
16
  This file is licensed under the LGPLv2+, like the rest of Augeas.
17
17
 
18
18
About: Lens Usage
19
19
  Sample usage of this lens in augtool
137
137
 *)
138
138
let screen = [ indent . del /[sS]creen/ "Screen" . label "Screen" . sep_spc
139
139
               . [ label "num" . store int . sep_spc ]?
140
 
               . quoted_string_val . sep_spc
141
 
               . [ label "position" . store to_eol ]
 
140
               . quoted_string_val
 
141
               . [ sep_spc . label "position" . store to_eol ]?
142
142
               . eol ]
143
143
 
144
144
(* View: input_device *)
235
235
 *     >   DRI            DRI-specific configuration
236
236
 *     >   Vendor         Vendor-specific configuration
237
237
 *************************************************************************)
238
 
let section_re = /(Files|ServerFlags|Module|InputDevice|Device|VideoAdaptor|Monitor|Modes|Screen|ServerLayout|DRI|Vendor)/
 
238
let section_re = /(Extensions|Files|ServerFlags|Module|InputDevice|Device|VideoAdaptor|Monitor|Modes|Screen|ServerLayout|DRI|Vendor)/
239
239
 
240
240
 
241
241
(************************************************************************