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 / modules.scr < prev    next >
Encoding:
Text File  |  2006-11-29  |  792 b   |  31 lines

  1. /**
  2.  * File:    modules.scr
  3.  * Summary:    SCR agent for /etc/modprobe.conf
  4.  * Authors:    Michal Svec <msvec@suse.cz>, Daniel Vesely <dan@suse.cz>
  5.  * Access:    read / write
  6.  * See:        modprobe.conf(5), modules.html
  7.  *
  8.  * Examples:
  9.  *   Read(.modules)
  10.  *   (["alias", "options", "include", "install", "remove"])
  11.  **
  12.  *   Read(.modules.options)
  13.  *   (["agpgart", "cipcb", "dummy0", "dummy1", "parport_pc", "vtx"])
  14.  **
  15.  *   Read(.modules.options, "agpgart")
  16.  *   ($["agp_try_unsupported":"1"])
  17.  **
  18.  *   Write(.modules.options, $["agp_try_unsupported":"0"], "agpgart")
  19.  *   (true)
  20.  *
  21.  * $Id: modules.scr 13249 2004-01-17 13:56:49Z msvec $
  22.  *
  23.  * <p>Reads/writes <tt>/etc/modprobe.conf</tt>. For more detail see its
  24.  * own documentation.</p>
  25.  */
  26. .modules
  27.  
  28. `ag_modules(
  29.     `ModulesConf("/etc/modprobe.conf")
  30. )
  31.