diff options
author | James Meyer <james.meyer@operamail.com> | 2012-12-20 17:54:57 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-12-20 17:54:57 (GMT) |
commit | b1228a681e74db2c56d97e5489fa01c4f649ade4 (patch) | |
tree | 3543f17bd85fb2d9ecf9b75519bb64d0b401bddd /abs/core/LinHES-system/PKGBUILD | |
parent | 8fa65f7eeefe6c939e62ed55ab255706e2fd437e (diff) | |
download | linhes_pkgbuild-b1228a681e74db2c56d97e5489fa01c4f649ade4.zip linhes_pkgbuild-b1228a681e74db2c56d97e5489fa01c4f649ade4.tar.gz linhes_pkgbuild-b1228a681e74db2c56d97e5489fa01c4f649ade4.tar.bz2 |
LinHES-system: add be_check.py and modify LinHES-session to use it.
This will stop mythfrontend/mythwelcome from starting if be_check can't connect to the master backend.
Mostly this was done to stop mythfronted from complaining about not being able to contact the MBE and in the worst case displaying the DB connection configuration screen.
refs #886
Diffstat (limited to 'abs/core/LinHES-system/PKGBUILD')
-rwxr-xr-x | abs/core/LinHES-system/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/abs/core/LinHES-system/PKGBUILD b/abs/core/LinHES-system/PKGBUILD index 61ea2f2..e4e26d4 100755 --- a/abs/core/LinHES-system/PKGBUILD +++ b/abs/core/LinHES-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-system pkgver=2 -pkgrel=129 +pkgrel=131 arch=('i686' 'x86_64') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin @@ -30,7 +30,8 @@ binfiles="LinHES-start optimize_mythdb.py misc_status_info.sh misc_upcoming_recordings.pl misc_which_recorder.pl - change_channel.sh change_channel_wrapper.sh" + change_channel.sh change_channel_wrapper.sh + be_check.py" source=(LinHES-session LinHES-profile.sh $binfiles @@ -79,7 +80,7 @@ build() { } -md5sums=('d35912d6b6b267bc6616205fa4776833' +md5sums=('d275db0a946087671e0c2014dac9ed22' '5881bdb43d578ec3a79d1f77ea58a3db' 'a875ee97f86e46f34a741c2bc455f894' '76b2637cac0452b3acdbeeb4e8a5474b' @@ -91,7 +92,7 @@ md5sums=('d35912d6b6b267bc6616205fa4776833' '542e670e78d117657f93141e9689f54d' '41951459ea9d2b0567be521b67e6285a' '659c0a55b0b375c48fcd751252dd2102' - '309638acf596ce3c790aa2bf5c7c9880' + '692563448cca1d49f45e7d1c8abcaa0c' '962a3e9eaba2d1466251b7ab0956705d' '1758aed160de64abfafb28a3a8f3390e' '2200f08381370f6ae553e13a9f376377' @@ -117,6 +118,7 @@ md5sums=('d35912d6b6b267bc6616205fa4776833' '116b0f62ed4e8dd6e437930deeb6e49e' '17f678d37187be0f12d67f64e40429c6' 'bacc813b48bafcc6fe906e5969930501' + 'd6d11865317d13f3e2a313980108736b' 'eb879fee9603a05d5420d4ce8ed9e450' '6782771960c495aeb597893f37d1e5ee' '84492954db16740f949d795b74383189' |