summary refs log tree commit diff
path: root/etc/debian/3
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2002-09-05 08:07:14 +0000
committerGerrit Pape <pape@smarden.org>2002-09-05 08:07:14 +0000
commite6a76ea8d3d152b1ff8f1b181af9220dcf076ba6 (patch)
treefce1baf92c98f8b7a609053cd73e9341f6fbca34 /etc/debian/3
parent128ffcb67de894c1280155fb17ffe3eb83a2a8fa (diff)
downloadrunit-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-xetc/debian/33
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