Changes between Version 5 and Version 6 of InstallingUsingRPMS

Show
Ignore:
Timestamp:
06/12/11 16:37:22 (13 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingUsingRPMS

    v5 v6  
    113113* Create the following users: 
    114114 * `qcg_comp` - needed by the QCG-Computing service 
    115  * `grms` - the user that the GRMS (i.e. the [http://apps.man.poznan.pl/trac/qcg-broker QCG-Broker] service) would be mapped to  
     115 * `qcg_broker` - the user that the [http://apps.man.poznan.pl/trac/qcg-broker QCG-Broker] service would be mapped to  
    116116{{{ 
    117117#!div style="font-size: 90%" 
    118118{{{#!sh 
    119119useradd -d /opt/plgrid/var/log/qcg-comp/ -m qcg_comp  
    120 useradd -d /opt/plgrid/var/log/grms/ -m grms   
     120useradd -d /opt/plgrid/var/log/qcg-broker/ -m qcg_broker   
    121121}}} 
    122122}}}