From 9fc91d098332f26da62d9c1c53f4df184504a3b9 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 4989a3d..1bb5085 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