diff options
author | Laurent Bercot <ska-adelie@skarnet.org> | 2021-09-26 19:36:07 +0000 |
---|---|---|
committer | Laurent Bercot <ska-adelie@skarnet.org> | 2021-09-26 19:36:07 +0000 |
commit | 3816f90053f62e67243c7562107291177249323f (patch) | |
tree | 6f17d296d6b78f1695c8a17c52c9515cba58cc31 /system/s6/s6.post-upgrade | |
parent | 9a98e2907ec1a5f36e40e9b60c20cf74a7622c3a (diff) | |
download | packages-3816f90053f62e67243c7562107291177249323f.tar.gz packages-3816f90053f62e67243c7562107291177249323f.tar.bz2 packages-3816f90053f62e67243c7562107291177249323f.tar.xz packages-3816f90053f62e67243c7562107291177249323f.zip |
Upgrade skarnet.org packages to the latest version
Diffstat (limited to 'system/s6/s6.post-upgrade')
-rw-r--r-- | system/s6/s6.post-upgrade | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/system/s6/s6.post-upgrade b/system/s6/s6.post-upgrade index 3188f031d..54144895b 100644 --- a/system/s6/s6.post-upgrade +++ b/system/s6/s6.post-upgrade @@ -1,28 +1,3 @@ #!/bin/sh -e -newv="$1" -oldv="$2" - rm -f /etc/runlevels/default/s6 - -if test `apk version -t "$oldv" 2.9` = "<" ; then - - cat <<EOF - -* -* The s6 package has been upgraded. To complete the upgrade, you need to -* restart the supervision tree. If you are using sysvinit, please use 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. -* -* If you are using s6-linux-init, which is the default, please just -* reboot your machine as soon as is convenient for you. -* - -EOF -fi |