[OpenSRF-GIT] OpenSRF branch rel_2_0 updated. osrf_rel_2_0_1-6-g9fc91d0

Evergreen Git git at git.evergreen-ils.org
Fri Nov 4 09:45:11 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSRF".

The branch, rel_2_0 has been updated
       via  9fc91d098332f26da62d9c1c53f4df184504a3b9 (commit)
      from  ab63faa85e349020774e0b3297a84370281d573f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9fc91d098332f26da62d9c1c53f4df184504a3b9
Author: Dan Scott <dscott at laurentian.ca>
Date:   Fri Nov 4 09:42:50 2011 -0400

    Add explicit chown command to README
    
    Warren Layton noticed that there was no explicit command to change the
    ownership of the files in the /<PREFIX> 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 <dscott at laurentian.ca>

diff --git a/README b/README
index 4989a3d..1bb5085 100644
--- a/README
+++ b/README
@@ -92,6 +92,7 @@ configure command:
 # useradd -m -s /bin/bash opensrf
 # echo "export PATH=\$PATH:/<PREFIX>/bin" >> /home/opensrf/.bashrc
 # passwd opensrf
+# chown -R opensrf:opensrf /<PREFIX>
 ---------------------------------------------------------------------------
 
 Define your public and private OpenSRF domains:

-----------------------------------------------------------------------

Summary of changes:
 README |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
OpenSRF


More information about the opensrf-commits mailing list