diff options
author | Gerrit Pape <pape@smarden.org> | 2002-09-05 08:07:14 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2002-09-05 08:07:14 +0000 |
commit | e6a76ea8d3d152b1ff8f1b181af9220dcf076ba6 (patch) | |
tree | fce1baf92c98f8b7a609053cd73e9341f6fbca34 /etc/debian/3 | |
parent | 128ffcb67de894c1280155fb17ffe3eb83a2a8fa (diff) | |
download | runit-e6a76ea8d3d152b1ff8f1b181af9220dcf076ba6.tar.gz runit-e6a76ea8d3d152b1ff8f1b181af9220dcf076ba6.tar.xz runit-e6a76ea8d3d152b1ff8f1b181af9220dcf076ba6.zip |
do not restart getties in stage 3.
Diffstat (limited to 'etc/debian/3')
-rwxr-xr-x | etc/debian/3 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/debian/3 b/etc/debian/3 index bd0d383..83512a2 100755 --- 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 |