diff options
| author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2008-11-13 04:40:16 (GMT) | 
|---|---|---|
| committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2008-11-13 04:40:16 (GMT) | 
| commit | 960af583bf9a21d62a7dc745ddd8c93acb50381f (patch) | |
| tree | fd393c29bace6ded43422001d594be6bf3222568 | |
| parent | f54287894befd1a86d9d3ed97e24f96d4fe34695 (diff) | |
| download | linhes_pkgbuild-960af583bf9a21d62a7dc745ddd8c93acb50381f.zip linhes_pkgbuild-960af583bf9a21d62a7dc745ddd8c93acb50381f.tar.gz linhes_pkgbuild-960af583bf9a21d62a7dc745ddd8c93acb50381f.tar.bz2 | |
Bumped mythdb-initial version for testing.
Modified LinHES-run to launch mythtv-setup from an xterm.
Launch mythfilldatabase in the background.
Bumped LinHES-System version to reflect change.
| -rw-r--r-- | abs/core-testing/LinHES-system/LinHES-run | 4 | ||||
| -rw-r--r-- | abs/core-testing/LinHES-system/PKGBUILD | 2 | ||||
| -rwxr-xr-x | abs/core-testing/mythtv/stable/mythdb-initial/PKGBUILD | 2 | 
3 files changed, 4 insertions, 4 deletions
| diff --git a/abs/core-testing/LinHES-system/LinHES-run b/abs/core-testing/LinHES-system/LinHES-run index 72c3991..0fc10fd 100644 --- a/abs/core-testing/LinHES-system/LinHES-run +++ b/abs/core-testing/LinHES-system/LinHES-run @@ -31,9 +31,9 @@ then          if [ ! $STATUS = 2 ]          then                  sudo sv stop mythbackend -                /usr/bin/mythtv-setup +                xterm -e /usr/bin/mythtv-setup                  sudo sv start mythbackend -                #maybe run mythfilldatabase here +                nice -n 19 mythfilldatabase --quiet &          fi          rm ~/.configure          fi diff --git a/abs/core-testing/LinHES-system/PKGBUILD b/abs/core-testing/LinHES-system/PKGBUILD index bb1b9d2..0660745 100644 --- a/abs/core-testing/LinHES-system/PKGBUILD +++ b/abs/core-testing/LinHES-system/PKGBUILD @@ -1,6 +1,6 @@  pkgname=LinHES-system  pkgver=1.0 -pkgrel=6 +pkgrel=8  arch=('i686')  MVDIR=$startdir/pkg/usr/LH  BINDIR=$startdir/pkg/usr/bin diff --git a/abs/core-testing/mythtv/stable/mythdb-initial/PKGBUILD b/abs/core-testing/mythtv/stable/mythdb-initial/PKGBUILD index bf2c94c..8fda243 100755 --- a/abs/core-testing/mythtv/stable/mythdb-initial/PKGBUILD +++ b/abs/core-testing/mythtv/stable/mythdb-initial/PKGBUILD @@ -1,6 +1,6 @@  pkgname=mythdb-initial  pkgver=1 -pkgrel=5 +pkgrel=6  pkgdesc="setup the initial mythtv database for linhes"  url=""  license="" | 
