lib/pvl/service.sh
changeset 649 88ff10dae514
parent 633 16eaaf30d218
child 710 09c6676a90a1
equal deleted inserted replaced
648:8e3e6be9ac70 649:88ff10dae514
     1 service_GETOPTS=''
       
     2 
       
     3 SERVICE_NOOP=
     1 SERVICE_NOOP=
     4 SERVICE_TYPE=
     2 SERVICE_TYPE=
     5 
       
     6 function service_help {
       
     7     echo <<EOM
       
     8 
       
     9 EOM
       
    10 }
       
    11 
     3 
    12 function service_opt {
     4 function service_opt {
    13     local opt=$1
     5     local opt=$1
    14     local optarg="$2"
     6     local optarg="$2"
    15 
     7