From 3a4ae77be13349fae180fdc81bcc23e5a93032b4 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Fri, 4 Nov 2011 09:42:50 -0400 Subject: [PATCH] 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 --- README | 1 + 1 file changed, 1 insertion(+) 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: -- 2.11.0