diff options
author | Gerrit Pape <pape@smarden.org> | 2002-08-28 13:10:06 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2002-08-28 13:10:06 +0000 |
commit | 2feb3787af76c8098f3f0b009b9522c97d52026b (patch) | |
tree | b9afda00c119382a1d32ad5a36b54ac7037fa280 /doc/replaceinit.html | |
parent | a148a393ee2453b4d7d358715e7ea6a426043cb9 (diff) | |
download | runit-2feb3787af76c8098f3f0b009b9522c97d52026b.tar.gz runit-2feb3787af76c8098f3f0b009b9522c97d52026b.tar.xz runit-2feb3787af76c8098f3f0b009b9522c97d52026b.zip |
* utmpset: avoids libutil; compiles with deitlibc; built by default.
* doc/usedietlibc.html: fix description. * stage 3: restart getties after stopping services. * getty-*/run: add utmpset. 0.5.0.
Diffstat (limited to 'doc/replaceinit.html')
-rw-r--r-- | doc/replaceinit.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/replaceinit.html b/doc/replaceinit.html index e8b66b1..1a5e9de 100644 --- a/doc/replaceinit.html +++ b/doc/replaceinit.html @@ -107,7 +107,7 @@ default Unix process no 1 <i>runit</i>. </pre> To report success: <pre> - # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-0.4.1@smarden.org + # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-0.5.0@smarden.org </pre> <hr> @@ -187,7 +187,7 @@ Use <b>init 6</b> to reboot and <b>init 0</b> to halt a system that runs <p> To report success: <pre> - # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-0.4.1@smarden.org + # ( uname -a ; cat /etc/runit/[123] ) | mail pape-runit-0.5.0@smarden.org </pre> <h3>Step 5: Service migration</h3> The goal is to migrate all services from <i>/etc/rc.*</i> scheme to the |