home *** CD-ROM | disk | FTP | other *** search
- /**
- * File: modules.scr
- * Summary: SCR agent for /etc/modprobe.conf
- * Authors: Michal Svec <msvec@suse.cz>, Daniel Vesely <dan@suse.cz>
- * Access: read / write
- * See: modprobe.conf(5), modules.html
- *
- * Examples:
- * Read(.modules)
- * (["alias", "options", "include", "install", "remove"])
- **
- * Read(.modules.options)
- * (["agpgart", "cipcb", "dummy0", "dummy1", "parport_pc", "vtx"])
- **
- * Read(.modules.options, "agpgart")
- * ($["agp_try_unsupported":"1"])
- **
- * Write(.modules.options, $["agp_try_unsupported":"0"], "agpgart")
- * (true)
- *
- * $Id: modules.scr 13249 2004-01-17 13:56:49Z msvec $
- *
- * <p>Reads/writes <tt>/etc/modprobe.conf</tt>. For more detail see its
- * own documentation.</p>
- */
- .modules
-
- `ag_modules(
- `ModulesConf("/etc/modprobe.conf")
- )
-