Skip to content
Snippets Groups Projects
Commit bf80cbac authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

doc fix

parent 372d1c45
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,7 @@ $(DESTDIR)$(datarootdir)/doc/$(package)/%.html: doc/html/%.html
-e 's,%%user_dir%%,$(user_dir),g' \
-e 's,%%service_user%%,$(service_user),g' \
-e 's,%%service_userconf%%,$(service_userconf),g' \
-e 's,%%skel%%,$(skel),g' \
-e 's,%%user_log%%,$(user_log),g' $< > $@
......
......@@ -193,11 +193,11 @@
</li>
<li>
<tt><b>RCINIT=%%livedir%%/rc.init</b></tt> : an absolute path. This file is launched at the end of <em>stage1</em> and run as <em>stage2</em>. It calls <a href="66-init.html">66&#8209;init</a> to initiate any services inside of <em>TREE</em> except 'classic' ones which were already initiated by <em>stage1</em>. After that it invokes <a href="66-dbctl.html">66&#8209;dbctl</a> to bring up all services.
<tt><b>RCINIT=%%skel%%/rc.init</b></tt> : an absolute path. This file is launched at the end of <em>stage1</em> and run as <em>stage2</em>. It calls <a href="66-init.html">66&#8209;init</a> to initiate any services inside of <em>TREE</em> except 'classic' ones which were already initiated by <em>stage1</em>. After that it invokes <a href="66-dbctl.html">66&#8209;dbctl</a> to bring up all services.
</li>
<li>
<tt><b>RCSHUTDOWN=%%livedir%%/rc.shutdown</b></tt> : an absolute path. This is launched when a shutdown is requested also called <em>stage3</em>. It invokes <a href="66-all">66&#8209;all</a> to bring down all services of <em>TREE</em>.
<tt><b>RCSHUTDOWN=%%skel%%/rc.shutdown</b></tt> : an absolute path. This is launched when a shutdown is requested also called <em>stage3</em>. It invokes <a href="66-all">66&#8209;all</a> to bring down all services of <em>TREE</em>.
</li>
<li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment