diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-27 02:00:38 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-27 02:00:38 +0000 |
commit | 0f63f59fe31ab7f0bf31ba622c6b131921bb596d (patch) | |
tree | a92eb853ccb355edbbc7dae08b0b26b8306778e2 /trunk/doc/README | |
parent | 2b1c9862fefe57ac580cec2db4a76440dd79895e (diff) | |
download | simplepkg-0f63f59fe31ab7f0bf31ba622c6b131921bb596d.tar.gz simplepkg-0f63f59fe31ab7f0bf31ba622c6b131921bb596d.tar.bz2 |
lots of changes, see CHANGELOG for details
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@537 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/doc/README')
-rw-r--r-- | trunk/doc/README | 7 |
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. |