188. .sysconfig.scpm

SCR Agent for reading/writing /etc/scpm.conf

188.1. Description

Read/Sets the values defined in /etc/scpm.conf in an easy manner.

Access type: read/write

File Name: /usr/share/YaST2/scrconf/cfg_scpm.scr

188.2. Usage

Example 91. 

  Dir(.scpm)
  (["DEBUG", "VERBOSE", "SWITCH_MODE", "RESOURCE_SET", "BOOT_MODE"])

  Read(.scpm.VERBOSE)
  ("yes")

  Write(.scpm.VERBOSE, "no")
  (true)