aboutsummaryrefslogtreecommitdiff
path: root/trunk/doc/README
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/doc/README')
-rw-r--r--trunk/doc/README7
1 files changed, 5 insertions, 2 deletions
diff --git a/trunk/doc/README b/trunk/doc/README
index 82d3f0a..7068255 100644
--- a/trunk/doc/README
+++ b/trunk/doc/README
@@ -260,7 +260,7 @@ Storing templates inside a Subversion repository
------------------------------------------------
In order to increase once more the control and flexibility of template contents, simplepkg can also handle templates
-inside a subversion repository. To do that, edit first the config gile /etc/simplepkg/simplepkg.conf and set the
+inside a subversion repository. To do that, edit first the config file /etc/simplepkg/simplepkg.conf and set the
parameter TEMPLATES_UNDER_SVN to "yes".
Then, create a fresh subversion repository to keep your templates with a command like that:
@@ -394,7 +394,10 @@ and to create SlackBuild scripts.
Configuration parameters
------------------------
-Simplepkg's config file is /etc/simplepkg/simplepkg.conf and it keeps parameters used by all scripts.
+Simplepkg's default config file is /etc/simplepkg/default/simplepkg.conf and it keeps parameters used by all scripts.
+If you want to change some of its parameters, do not edit this file. Use /etc/simplepkg/simplepkg.conf instead as it
+overrides the default settings.
+
In this section, we won't cover any parameter that's just used by simplaret, whose settings are covered
in its own documentation.