diff options
author | James Meyer <james.meyer@operamail.com> | 2012-09-04 18:55:29 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-09-04 18:55:29 (GMT) |
commit | 10dd549ffabc3120c4d0de6ff094bd7223aee613 (patch) | |
tree | f6dd1d0feb434679d5d85391fcc5644d183040d8 /abs/core/mythdb-initial | |
parent | da699157f2c66ef4f5d51b69e980705992c582e3 (diff) | |
download | linhes_pkgbuild-10dd549ffabc3120c4d0de6ff094bd7223aee613.zip linhes_pkgbuild-10dd549ffabc3120c4d0de6ff094bd7223aee613.tar.gz linhes_pkgbuild-10dd549ffabc3120c4d0de6ff094bd7223aee613.tar.bz2 |
mythdb-initial and LinHES-system: adjust location of mythtv backups in the DB.
Diffstat (limited to 'abs/core/mythdb-initial')
-rwxr-xr-x | abs/core/mythdb-initial/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core/mythdb-initial/custom.sql | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/mythdb-initial/PKGBUILD b/abs/core/mythdb-initial/PKGBUILD index 4764936..1063c62 100755 --- a/abs/core/mythdb-initial/PKGBUILD +++ b/abs/core/mythdb-initial/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythdb-initial pkgver=2 -pkgrel=29 +pkgrel=30 pkgdesc="setup the initial mythtv database for linhes" url="" license="" @@ -21,4 +21,4 @@ build() { } md5sums=('9dcf8c574e69fde6b1b2fa1eed95ded4' 'ad0e57ac5e7c3677808a670e16634bba' - 'c50ab1ad829d5a936e3632f48f55ded8') + '0f47a219b3fa2bb8e62f7436af990600') diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql index 0f902c4..ddc99c7 100644 --- a/abs/core/mythdb-initial/custom.sql +++ b/abs/core/mythdb-initial/custom.sql @@ -69,10 +69,10 @@ INSERT INTO `storagegroup` (`groupname`, `hostname`, `dirname`) VALUES ('Screenshots' ,'apheleia' ,'/myth/video_stuff/screenshots/'), ('Videos' ,'apheleia' ,'/myth/video/'), ('Coverart' ,'apheleia' ,'/myth/video_stuff/coverart/'), - ( 'Banners' ,'apheleia' ,'/myth/video_stuff/banners/'), + ('Banners' ,'apheleia' ,'/myth/video_stuff/banners/'), ('Fanart' ,'apheleia' ,'/myth/video_stuff/fanart/'), ('Trailers' ,'apheleia' ,'/myth/video_stuff/trailers/'), - ('DB Backups' ,'apheleia' ,'/myth/system_backups/mythtv_db/'); + ('DB Backups' ,'apheleia' ,'/data/storage/disk0/backup/mythtv_backups'); INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES ('SecurityPin','0000','apheleia'); |