Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89215 | Differences between
and this patch

Collapse All | Expand All

(-)doc/cs/handbook/hb-working-rcscripts.xml (-5 / +5 lines)
Lines 8-15 Link Here
8
8
9
<sections>
9
<sections>
10
10
11
<version>1.20</version>
11
<version>1.21</version>
12
<date>2005-05-19</date>
12
<date>2005-05-29</date>
13
13
14
<section>
14
<section>
15
<title>Runlevely</title>
15
<title>Runlevely</title>
Lines 587-595 Link Here
587
opts="${opts} restartdelay"
587
opts="${opts} restartdelay"
588
588
589
restartdelay() {
589
restartdelay() {
590
  stop()
590
  stop
591
  sleep 3    <comment># Před novým spuštěním počkej 3 sekundy</comment>
591
  sleep 3    <comment># před novým spuštěním počkej 3 sekundy</comment>
592
  start()
592
  start
593
}
593
}
594
</pre>
594
</pre>
595
595

Return to bug 89215