# HG changeset patch # User Paul Boddie # Date 1445968568 -3600 # Node ID bbeea1b587db5b9ea3b342bf08e51daa4c9a28e0 # Parent 2963ca0b67b20c2bae86bd3304760eebad0b4a49 Made a dedicated section for the initialisation of filesystem resources. diff -r 2963ca0b67b2 -r bbeea1b587db README.txt --- a/README.txt Tue Oct 27 18:46:48 2015 +0100 +++ b/README.txt Tue Oct 27 18:56:08 2015 +0100 @@ -54,20 +54,6 @@ adduser www-data lmtp -Stored and published data is then initialised using the tools/init.sh script. -The script employs the setgid flag on the directories initialised for stored -and published data so that new files and directories have the appropriate -group associated with them. - -It should be possible to omit all arguments to the init.sh script, but it is -also worth reading the help message: - - tools/init.sh --help - -Fixing ownership can be done using the tools/fix.sh script, in case some form -of modification has altered the ownership or membership of the created files -and directories. - Local SMTP Delivery ------------------- @@ -93,6 +79,23 @@ messages for local recipients. See the description of mail configuration for more information. +Initialising the Software +========================= + +Once a suitable system user has been chosen, stored and published data is then +initialised using the tools/init.sh script. The script employs the setgid flag +on the directories initialised for stored and published data so that new files +and directories have the appropriate group associated with them. + +It should be possible to omit all arguments to the init.sh script, but it is +also worth reading the help message: + + tools/init.sh --help + +Fixing ownership can be done using the tools/fix.sh script, in case some form +of modification has altered the ownership or membership of the created files +and directories. + Configuring Other Software ==========================