diff options
author | James Meyer <james.meyer@operamail.com> | 2013-01-07 20:44:55 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2013-01-07 20:44:55 (GMT) |
commit | 013bc1926a5b55cae4ba45b987bf1dcf2f77ccce (patch) | |
tree | b0cf74eb64eeee21534c4c381c090acf7b025898 /abs/core/mythdb-initial/PKGBUILD | |
parent | bce9a0bdcd1d4cbd464b7f4ec2c3b19bff86d48f (diff) | |
download | linhes_pkgbuild-013bc1926a5b55cae4ba45b987bf1dcf2f77ccce.zip linhes_pkgbuild-013bc1926a5b55cae4ba45b987bf1dcf2f77ccce.tar.gz linhes_pkgbuild-013bc1926a5b55cae4ba45b987bf1dcf2f77ccce.tar.bz2 |
mythdb-initial: removed all /myth based storage groups. brfransen reported that sometimes watch recordings would not open when /myth was listed a SG.
The theory is that since /myth and /data/storage both point to the same place the SG code got confused.
I could not replicate the problem, but removing /myth from SG shouldn't cause any issues. It will only cause extra work for those that had /myth mounted as an external drive on a R7 instance and want to keep it located at /myth in R8.
Diffstat (limited to 'abs/core/mythdb-initial/PKGBUILD')
-rwxr-xr-x | abs/core/mythdb-initial/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/mythdb-initial/PKGBUILD b/abs/core/mythdb-initial/PKGBUILD index 284c88b..320ae30 100755 --- a/abs/core/mythdb-initial/PKGBUILD +++ b/abs/core/mythdb-initial/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythdb-initial pkgver=2 -pkgrel=46 +pkgrel=47 pkgdesc="setup the initial mythtv database for linhes" url="" license="" @@ -21,4 +21,4 @@ build() { } md5sums=('9dcf8c574e69fde6b1b2fa1eed95ded4' 'ad0e57ac5e7c3677808a670e16634bba' - '933e5a0e0c118baf804f31b652c7c6a6') + '993fe1bff5df6005d06bd6fbdf3e6ce1') |