diff options
author | Gerrit Pape <pape@smarden.org> | 2005-02-13 17:30:32 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2005-02-13 17:30:32 +0000 |
commit | b7aba731476a3a4b913ea42465cc24182ee8f05b (patch) | |
tree | 5ddaac1e346cc050d2eb515bf607bd10c25d25b5 /doc/replaceinit.html | |
parent | 1c173f3538dbe3bdead741cde40ffa60ad562580 (diff) | |
download | runit-b7aba731476a3a4b913ea42465cc24182ee8f05b.tar.gz runit-b7aba731476a3a4b913ea42465cc24182ee8f05b.tar.xz runit-b7aba731476a3a4b913ea42465cc24182ee8f05b.zip |
* doc/index.html, doc/replaceinit.html: no longer refer to sysvinit's
shutdown program. * man/svlogd.8: svlogd doesn't decrease the number of log files in a log directory; with n0 don't remove any log files.
Diffstat (limited to 'doc/replaceinit.html')
-rw-r--r-- | doc/replaceinit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/replaceinit.html b/doc/replaceinit.html index bc369c4..0b90271 100644 --- a/doc/replaceinit.html +++ b/doc/replaceinit.html @@ -113,7 +113,7 @@ Now it is time to replace the <i>sysvinit</i> <tt>/sbin/init</tt> binary: The last step is to do the final reboot to boot the system with the new default Unix process no 1 <i>runit</i>. <pre> - # shutdown -r now + # init 6 </pre> To report success: <pre> |