[OpenSRF-GIT] OpenSRF branch master updated. 3a4ae77be13349fae180fdc81bcc23e5a93032b4

Evergreen Git git at git.evergreen-ils.org
Fri Nov 4 09:44:35 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, master has been updated
       via  3a4ae77be13349fae180fdc81bcc23e5a93032b4 (commit)
      from  a7be31f137ccf6e2f4522c9a4c690a23b5636db8 (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 3a4ae77be13349fae180fdc81bcc23e5a93032b4
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 3f4c5ef..50c21f8 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