blob: 0b69f49e7d5eab9b9a86f8b2d0bc336cbcfaed0f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#!/bin/sh -e
rm -f /etc/runlevels/default/s6
cat <<EOF
*
* The s6 package has been upgraded. To complete the upgrade, you need to
* restart the supervision tree - with the following command, run as root:
*
* s6-svscanctl -t /run/service
*
* Running this command will instantly log everyone out of all the
* terminals that are listed in the GETTYS variable in /etc/conf.d/gettys
* - so please save your work first.
*
EOF
|