commit c2f4a5804ff1f268fb3e336a88e2076bf8497d4e
parent 15af0540e9aa2676df0e69d078481ad12dc10f20
Author: Gerrit Pape <pape@smarden.org>
Date: Thu, 5 Sep 2002 08:07:14 +0000
do not restart getties in stage 3.
Diffstat:
5 files changed, 2 insertions(+), 12 deletions(-)
diff --git a/doc/upgrade.html b/doc/upgrade.html
@@ -14,8 +14,8 @@
<p>
There is a new program: <tt>utmpset</tt>. This program is used in the
getty run scripts to enable local login accounting. You might want to adapt
-your getty run scripts <tt>/service/getty-*/run</tt> and stage 3
-<tt>/etc/runit/3</tt>, see the examples in <tt>/package/admin/runit/etc/</tt>.
+your getty run scripts <tt>/service/getty-*/run</tt>, see the examples in
+<tt>/package/admin/runit/etc/</tt>.
<hr>
<address><a href="mailto:pape@smarden.org">
Gerrit Pape <pape@smarden.org>
diff --git a/etc/debian/3 b/etc/debian/3
@@ -13,9 +13,6 @@ echo 'Stopping services...'
/command/svwaitdown -t350 /service/* || \
( echo 'Killing services...' ; /command/svc -k /service/* )
-echo 'Restarting getties...'
-/command/svc -u /service/getty-*
-
echo 'Stopping log services...'
/command/svc -d /service/*/log
/command/svwaitdown -t35 /service/*/log
diff --git a/etc/freebsd/3 b/etc/freebsd/3
@@ -6,9 +6,6 @@ svc -d /service/*
svwaitdown -t350 /service/* || ( echo 'Killing services...' ; \
svc -k /service/* ; svwaitdown /service/* )
-echo 'Restarting getties...'
-/command/svc -u /service/getty-*
-
echo 'Stopping log services...'
svc -d /service/*/log
svwaitdown -t35 /service/*/log || ( echo 'Killing log services...' ; \
diff --git a/etc/openbsd/3 b/etc/openbsd/3
@@ -11,9 +11,6 @@ svc -d /service/*
svwaitdown -t350 /service/* || ( echo 'Killing services...' ; \
svc -k /service/* ; svwaitdown /service/* )
-echo 'Restarting getties...'
-/command/svc -u /service/getty-*
-
echo 'Stopping log services...'
svc -d /service/*/log
svwaitdown -t35 /service/*/log || ( echo 'Killing log services...' ; \
diff --git a/package/CHANGES b/package/CHANGES
@@ -2,7 +2,6 @@ runit 0.5.0
Wed, 28 Aug 2002 11:18:28 +0200
* 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.
runit 0.4.1