diff options
author | James Meyer <james.meyer@operamail.com> | 2010-01-31 01:08:07 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-01-31 01:08:07 (GMT) |
commit | 2a9d4da2af153d222d39db726dfa3b98a2c2964a (patch) | |
tree | 9633f7b4152a8612b076356899b01d8b393d2827 /abs/core-testing/runit-scripts/PKGBUILD | |
parent | fae1b1d479a6d6414849141fc62fdb126f4e5031 (diff) | |
download | linhes_pkgbuild-2a9d4da2af153d222d39db726dfa3b98a2c2964a.zip linhes_pkgbuild-2a9d4da2af153d222d39db726dfa3b98a2c2964a.tar.gz linhes_pkgbuild-2a9d4da2af153d222d39db726dfa3b98a2c2964a.tar.bz2 |
runit-scripts: frontend
add pkill to kill X when sv stop is run
apply fix based on patch from FS#533.
This stops the frontend from always shutting down after 4 kills.
get the number of these terminations that are more than 10 seconds old.
if more that 2 terminations (files) are greater than 10 seconds old
then stop the frontend from future automatic restarts and delete all the files and print error message to the log.
closes FS#522
Diffstat (limited to 'abs/core-testing/runit-scripts/PKGBUILD')
-rwxr-xr-x | abs/core-testing/runit-scripts/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/runit-scripts/PKGBUILD b/abs/core-testing/runit-scripts/PKGBUILD index 60d78b5..80f8054 100755 --- a/abs/core-testing/runit-scripts/PKGBUILD +++ b/abs/core-testing/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts pkgver=1.8.0 -pkgrel=101 +pkgrel=104 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" |