ACC SHELL
/**
* File:
* you_password.scr
* Summary:
* SCR Agent for reading/writing /var/lib/YaST2/you/password
* using the sysconfig-agent
* Access:
* read/write
* Authors:
* Unknown <yast2-hacker@suse.de>
*
* Example:
*
* Read(.you.password.REG_PASSWORD)
*
* $Id: you_password.scr 13018 2003-12-11 12:52:53Z jhumpol $
*
* Read/Sets the values defined in <tt>/var/lib/YaST2/you/password</tt>
* in an easy manner.
*/
.you.password
`ag_ini(
`SysConfigFile("/var/lib/YaST2/you/password")
)
ACC SHELL 2018