diff options
author | James Meyer <james.meyer@operamail.com> | 2012-11-10 15:20:53 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-11-10 15:20:53 (GMT) |
commit | 1d951ceb5f046773f796590d88c9de8e2d6312dc (patch) | |
tree | 16641789bce2991c7e105f5df453aa63a4ee99b5 /abs/core/mythdb-initial | |
parent | d64eebb234c88283a817837fa96a26587ddcfd93 (diff) | |
download | linhes_pkgbuild-1d951ceb5f046773f796590d88c9de8e2d6312dc.zip linhes_pkgbuild-1d951ceb5f046773f796590d88c9de8e2d6312dc.tar.gz linhes_pkgbuild-1d951ceb5f046773f796590d88c9de8e2d6312dc.tar.bz2 |
mythdb-initial: add the streaming storage group
refs#868
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 | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/abs/core/mythdb-initial/PKGBUILD b/abs/core/mythdb-initial/PKGBUILD index a361f80..9dfe7d3 100755 --- a/abs/core/mythdb-initial/PKGBUILD +++ b/abs/core/mythdb-initial/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythdb-initial pkgver=2 -pkgrel=44 +pkgrel=45 pkgdesc="setup the initial mythtv database for linhes" url="" license="" @@ -21,4 +21,4 @@ build() { } md5sums=('9dcf8c574e69fde6b1b2fa1eed95ded4' 'ad0e57ac5e7c3677808a670e16634bba' - '30f57e4dfcf5cc2e5783adefd8297593') + 'c73c2cd9f77f96d810104936b61a2620') diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql index ee2afe3..17aeb7a 100644 --- a/abs/core/mythdb-initial/custom.sql +++ b/abs/core/mythdb-initial/custom.sql @@ -94,6 +94,7 @@ INSERT INTO `storagegroup` (`groupname`, `hostname`, `dirname`) VALUES ('Banners' ,'apheleia' ,'/myth/video_stuff/banners/'), ('Fanart' ,'apheleia' ,'/myth/video_stuff/fanart/'), ('Trailers' ,'apheleia' ,'/myth/video_stuff/trailers/'), + ('Streaming' ,'apheleia' ,'/myth/streaming'), ('DB Backups' ,'apheleia' ,'/data/storage/disk0/backup/mythtv_backups'); |