summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/debian/33
-rwxr-xr-xetc/freebsd/33
-rwxr-xr-xetc/openbsd/33
3 files changed, 0 insertions, 9 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
diff --git a/etc/freebsd/3 b/etc/freebsd/3
index ae62bd5..d2514c4 100755
--- 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
index e2c09c7..192c6d8 100755
--- 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...' ; \