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 / background.scr < prev    next >
Encoding:
Text File  |  2006-11-29  |  645 b   |  33 lines

  1. /**
  2.  * File:
  3.  *   background.scr
  4.  *
  5.  * Summary:
  6.  *   SCR Agent for executing processes on the background
  7.  *
  8.  * Access:
  9.  *   read/execute
  10.  *
  11.  * Authors:
  12.  *   Ladislav Slezak <lslezak@suse.cz>
  13.  *
  14.  * See:
  15.  *
  16.  * Example:
  17.  *   Execute(.run_output, "/bin/date") -> (true)
  18.  *   Read(.newlines) -> (1)
  19.  *   Read(.newout) -> [ "Tue Oct 16 09:21:18 CEST 2001" ]
  20.  *   Read(.newlines) -> (0)
  21.  *   Read(.isrunning) -> (false)
  22.  *   Read(.status) -> (0)
  23.  *   
  24.  *   This script executes programm on background. Reading full
  25.  *   subprocess STDOUT or only number of output lines is possible while
  26.  *   programm is running.
  27.  *
  28.  */
  29. .background
  30.  
  31. `ag_background ()
  32.  
  33.