Tell RS server about upcoming shutdown.

This commit is contained in:
Jorrit Herder 2005-10-20 20:38:58 +00:00
parent b74617dede
commit 3e78f1aaa6

6
etc/rc
View file

@ -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.