From: Jorrit Herder Date: Thu, 20 Oct 2005 20:38:58 +0000 (+0000) Subject: Tell RS server about upcoming shutdown. X-Git-Tag: v3.1.2a~585 X-Git-Url: http://zhaoyanbai.com/repos/icons/debian/openlogo-25.jpg?a=commitdiff_plain;h=3e78f1aaa6e6ac1c65cd3f5d935ac4c791756591;p=minix.git Tell RS server about upcoming shutdown. --- diff --git a/etc/rc b/etc/rc index e619258c8..bc4d8f005 100755 --- a/etc/rc +++ b/etc/rc @@ -168,6 +168,12 @@ Mount $usr /usr failed -- Single user." esac # Things should be alright now. + ;; +down|stop) + sync + # Tell RS server we're going down. + service shutdown + ;; esac # Further initialization.