From: Dan Scott Date: Fri, 4 Nov 2011 13:42:50 +0000 (-0400) Subject: Add explicit chown command to README X-Git-Tag: osrf_rel_2_1_0-alpha1~23 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3a4ae77be13349fae180fdc81bcc23e5a93032b4;p=OpenSRF.git Add explicit chown command to README Warren Layton noticed that there was no explicit command to change the ownership of the files in the / directory to be owned by "opensrf", although there was a statement that the files needed to be owned by "opensrf". To reduce the chance of failure, add the explicit command. TODO (for a willing volunteer): teach the installer to change the ownership at the time the files are installed! Signed-off-by: Dan Scott --- diff --git a/README b/README index 3f4c5ef..50c21f8 100644 --- a/README +++ b/README @@ -92,6 +92,7 @@ configure command: # useradd -m -s /bin/bash opensrf # echo "export PATH=\$PATH://bin" >> /home/opensrf/.bashrc # passwd opensrf +# chown -R opensrf:opensrf / --------------------------------------------------------------------------- Define your public and private OpenSRF domains: