diff options
author | James Meyer <james.meyer@operamail.com> | 2012-10-29 22:56:39 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-10-29 22:56:39 (GMT) |
commit | f974db507d6236cb82d3daf31073fcfe82bcf2ed (patch) | |
tree | 203c053dc7c885b99855143d56348ace68a181d2 /abs/core/runit-scripts/PKGBUILD | |
parent | 5027ed542f9e59dad7d03bae8832527c9b01e9cb (diff) | |
download | linhes_pkgbuild-f974db507d6236cb82d3daf31073fcfe82bcf2ed.zip linhes_pkgbuild-f974db507d6236cb82d3daf31073fcfe82bcf2ed.tar.gz linhes_pkgbuild-f974db507d6236cb82d3daf31073fcfe82bcf2ed.tar.bz2 |
runit-scripts: make mythbackend wait on mysql. mysql must be up for at least 5 seconds.
mysql add a bash signal trap so that mysql will shut down correctly. Without this mysql ignores the term signal which makes it unique in the unix world.
Diffstat (limited to 'abs/core/runit-scripts/PKGBUILD')
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD index 581bf06..83530fe 100755 --- a/abs/core/runit-scripts/PKGBUILD +++ b/abs/core/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts pkgver=2.1.1 -pkgrel=77 +pkgrel=78 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" |