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

  1. /**
  2.  * File:
  3.  *   cfg_mouse.scr
  4.  * Summary:
  5.  *   SCR Agent for reading/writing /etc/sysconfig/mouse
  6.  *   using the sysconfig-agent
  7.  * Access:
  8.  *   read/write
  9.  * Authors:
  10.  *   Unknown <yast2-hacker@suse.de>
  11.  * Example:
  12.  *   Dir(.sysconfig.mouse)
  13.  *   (["DEVICE"])
  14.  **
  15.  *   Read(.sysconfig.mouse.DEVICE)
  16.  *   ("/dev/psaux")
  17.  **
  18.  *   Write(.sysconfig.mouse.DEVICE, "/dev/input/mouse")
  19.  *   (true)
  20.  *
  21.  * $Id: cfg_mouse.scr 13018 2003-12-11 12:52:53Z jhumpol $
  22.  *
  23.  * Read/Sets the values defined in <tt>/etc/sysconfig/mouse</tt>
  24.  * in an easy manner.
  25.  */
  26. .sysconfig.mouse
  27.  
  28. `ag_ini(
  29.   `SysConfigFile("/etc/sysconfig/mouse")
  30. )
  31.