vdr/vdr/debian changelog vdr.postinst
Thomas Schmidt
pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 17 Jul 2004 12:00:49 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/vdr/debian
In directory haydn:/tmp/cvs-serv30289/vdr/vdr/debian
Modified Files:
changelog vdr.postinst
Log Message:
fix #258615
Index: changelog
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/changelog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- changelog 15 Jul 2004 21:30:42 -0000 1.32
+++ changelog 17 Jul 2004 12:00:47 -0000 1.33
@@ -13,6 +13,7 @@
* Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
- It is not possible anymore to start more than one instance of vdr
with the init-script
+ - Fix spelling error in vdr.postinst (Closes: #258615)
-- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org> Sun, 04 Jul 2004 16:20:04 +0200
Index: vdr.postinst
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/vdr.postinst,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- vdr.postinst 29 May 2004 19:17:34 -0000 1.8
+++ vdr.postinst 17 Jul 2004 12:00:47 -0000 1.9
@@ -49,7 +49,7 @@
db_get vdr/select_dvb_card
case "$RET" in
- Sattelite)
+ Satellite)
gzip -dc /usr/share/doc/vdr/examples/channels.conf.gz > /var/lib/vdr/channels.conf
chmod 644 /var/lib/vdr/channels.conf
;;