vdr/vdr/debian changelog vdr.default
Thomas Schmidt
pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 13 Nov 2004 23:12:30 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/vdr/debian
In directory haydn:/tmp/cvs-serv19373/vdr/vdr/debian
Modified Files:
changelog vdr.default
Log Message:
* create /var/lib/video or /var/lib/video.00 as symlink, depending on the existance of /var/lib/video (still need to test this - will be done tomorrow)
Index: changelog
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/changelog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- changelog 10 Nov 2004 22:56:50 -0000 1.61
+++ changelog 13 Nov 2004 23:12:27 -0000 1.62
@@ -31,6 +31,11 @@
- Added lintian-override to avoid the lintian-warnings for the
plugin-template-scripts
- Cleaned up debin/rules a little bit
+ - Default VIDEODIR is now /var/lib/video.00, so new harddiscs can
+ be added very easy by mounting them to /var/lib/video.0{1,2,...}
+ (if the old directory /var/lib/video exists, create
+ /var/lib/video.00 as symlink to the old directory, if it does
+ not exist, /var/lib/video will be a symlink to /var/lib/video.00)
-- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org> Sat, 06 Nov 2004 19:16:11 +0100
Index: vdr.default
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/vdr.default,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- vdr.default 26 Sep 2004 17:52:17 -0000 1.14
+++ vdr.default 13 Nov 2004 23:12:28 -0000 1.15
@@ -7,7 +7,7 @@
ENABLED=0
# Video-Directory
-VIDEO_DIR="/var/lib/video"
+VIDEO_DIR="/var/lib/video.00"
# Set this to load only startable plugins (check with "vdr -V -P plugin")
PLUGIN_CHECK_STARTABLE="yes"