aboutsummaryrefslogtreecommitdiffstats
path: root/doc/overview.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/overview.html')
-rw-r--r--doc/overview.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/overview.html b/doc/overview.html
index 2571d60..f0f45f0 100644
--- a/doc/overview.html
+++ b/doc/overview.html
@@ -141,11 +141,11 @@ But who are we to criticize if it works for them? &#x1F92D; </li>
installed by the package manager, one for local modifications, and possibly
one that is managed by the distribution outside of any package. The default
<em>store list</em> for s6-frontend is
-<tt>/usr/share/s6-frontend/s6-rc/sources:/etc/s6-frontend/s6-rc/sources</tt>,
+<tt>/usr/share/s6/sources:/etc/s6/sources</tt>,
which means that the package manager should install service definition
-directories in <tt>/usr/share/s6-frontend/s6-rc/sources</tt>, and that
+directories in <tt>/usr/share/s6/sources</tt>, and that
administrators should do their local modifications in
-<tt>/etc/s6-frontend/s6-rc/sources</tt>. You can modify this store list
+<tt>/etc/s6/sources</tt>. You can modify this store list
at build time with the <tt>--storelist</tt> configure option, or after
installation in the s6-frontend configuration file, see below. </li>
</ul> </li>
@@ -176,8 +176,8 @@ we recommend downloading the
demo stores</a> and put them in your storelist. </li>
</ul> </li>
</ul> </li>
- <li> Define a <a href="s6-frontend.conf.html">configuration file</a>,
-located at <tt>/etc/s6-frontend.conf</tt> unless you modified the default at
+ <li> Define a <a href="s6.conf.html">configuration file</a>,
+located at <tt>/etc/s6.conf</tt> unless you modified the default at
build time. If you have gone with all the defaults for all the packages in the s6
ecosystem, the configuration file can basically be empty; but you will probably
at least want to define the <tt>storelist</tt> variable. </li>