Browse code

Remove references to $USE_SCREEN in comments

The USE_SCREEN variable is not used any more

Change-Id: I29ad9cdb6c8498404502d91fbc4e1299bf4a633e

Radoslav Gerganov authored on 2017/10/10 22:51:12
Showing 1 changed files
... ...
@@ -1492,7 +1492,6 @@ function is_running {
1492 1492
 # If the command includes shell metachatacters (;<>*) it must be run using a shell
1493 1493
 # If an optional group is provided sg will be used to run the
1494 1494
 # command as that group.
1495
-# Uses globals ``USE_SCREEN``
1496 1495
 # run_process service "command-line" [group] [user]
1497 1496
 function run_process {
1498 1497
     local service=$1
... ...
@@ -1513,7 +1512,7 @@ function run_process {
1513 1513
 # If a PID is available use it, kill the whole process group via TERM
1514 1514
 # If screen is being used kill the screen window; this will catch processes
1515 1515
 # that did not leave a PID behind
1516
-# Uses globals ``SERVICE_DIR``, ``USE_SCREEN``
1516
+# Uses globals ``SERVICE_DIR``
1517 1517
 # stop_process service
1518 1518
 function stop_process {
1519 1519
     local service=$1