summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-04-14 22:05:55 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-04-14 22:05:55 (GMT)
commit06782533e434604e68380275c404c95ff93acb56 (patch)
tree9aaad1df9dc8e3d8c5078b8d40819df0feb0590e
parent3d60136e45cf58da296f2c5472c4c0aae83f75f2 (diff)
downloadlinhes_pkgbuild-06782533e434604e68380275c404c95ff93acb56.zip
linhes_pkgbuild-06782533e434604e68380275c404c95ff93acb56.tar.gz
linhes_pkgbuild-06782533e434604e68380275c404c95ff93acb56.tar.bz2
runit-scripts: frontend finish: killall mythfrontend
this ensures that hung mythfrontends are killed
-rwxr-xr-xabs/core/runit-scripts/PKGBUILD2
-rwxr-xr-xabs/core/runit-scripts/runitscripts/services/frontend/finish1
2 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD
index 1e70f43..4fd9efd 100755
--- a/abs/core/runit-scripts/PKGBUILD
+++ b/abs/core/runit-scripts/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=runit-scripts
pkgver=8.4
-pkgrel=1
+pkgrel=2
pkgdesc="collection of startup scripts for runit"
url="http://smarden.org/runit/"
license="BSD"
diff --git a/abs/core/runit-scripts/runitscripts/services/frontend/finish b/abs/core/runit-scripts/runitscripts/services/frontend/finish
index a1db046..6bc324d 100755
--- a/abs/core/runit-scripts/runitscripts/services/frontend/finish
+++ b/abs/core/runit-scripts/runitscripts/services/frontend/finish
@@ -62,4 +62,5 @@ else
kill -9 $x1pid
fi
fi
+ killall -9 mythfrontend
fi