~ubuntu-branches/ubuntu/lucid/mythtv/lucid

« back to all changes in this revision

Viewing changes to debian/mythtv_0.22.0.sql

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2009-09-10 10:25:37 UTC
  • Revision ID: james.westby@ubuntu.com-20090910102537-p2lmact00bh6wkdt
Tags: 0.22.0~trunk21742-0ubuntu2
* debian/control:
  - Conflicts for mythstream on mythtv-frontend (LP: #415922)
* debian/mythtv-backened.postinst, debian/mythtv-backend.dirs:
  - Create Coverart, Fanart, Screenshots, and Banners directories so jamu
    can have somewhere to store stuff to.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2406
2406
 
2407
2407
LOCK TABLES `storagegroup` WRITE;
2408
2408
/*!40000 ALTER TABLE `storagegroup` DISABLE KEYS */;
2409
 
INSERT INTO `storagegroup` VALUES (1,'Default','OLDHOSTNAME','/var/lib/mythtv/recordings');
 
2409
INSERT INTO `storagegroup` VALUES (1,'Default','OLDHOSTNAME','/var/lib/mythtv/recordings'),(2,'Videos','OLDHOSTNAME','/var/lib/mythtv/videos/'),(3,'Fanart','OLDHOSTNAME','/var/lib/mythtv/fanart/'),(4,'Trailers','OLDHOSTNAME','/var/lib/mythtv/trailers/'),(5,'Coverart','OLDHOSTNAME','/var/lib/mythtv/coverart/'),(7,'Screenshots','OLDHOSTNAME','/var/lib/mythtv/screenshots/'),(8,'Banners','OLDHOSTNAME','/var/lib/mythtv/banners/'),(9,'DB Backups','OLDHOSTNAME','/var/lib/mythtv/db_backups/'),(10,'LiveTV','OLDHOSTNAME','/var/lib/mythtv/livetv/');
2410
2410
/*!40000 ALTER TABLE `storagegroup` ENABLE KEYS */;
2411
2411
UNLOCK TABLES;
2412
2412