ACC SHELL

Path : /usr/share/YaST2/scrconf/
File Upload :
Current File : //usr/share/YaST2/scrconf/cfg_ypbind.scr

/**
 * File:
 *   cfg_ypbind.scr
 * Summary:
 *   SCR Agent for reading/writing /etc/sysconfig/ypbind
 *   using the ini-agent
 * Access:
 *   read/write
 * Authors:
 *   Martin Vidner <mvidner@suse.cz>
 * See:
 *   yast2-agent-ini/ini.html
 *   libscr
 * Example:
 *   Read(.sysconfig.ypbind.YPBIND_LOCAL_ONLY)
 *   ("yes")
 **
 *   Write(.sysconfig.ypbind.YPBIND_OPTIONS, "-no-ping")
 *   (true)
 *
 * $Id: cfg_ypbind.scr 13018 2003-12-11 12:52:53Z jhumpol $
 *
 * Read/Sets the values defined in <tt>/etc/sysconfig/ypbind</tt>
 * in an easy manner.
 */
.sysconfig.ypbind

`ag_ini(
  `SysConfigFile("/etc/sysconfig/ypbind")
)

ACC SHELL 2018