Update of /cvsroot/freevo/freevo/contrib/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv15537
Modified Files:
freevo.postinst changelog
Log Message:
Forgot to commit this; this prevents the package from creating a lircrc if
it cannot find a lircd.conf (necessary)
Index: freevo.postinst
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/debian/freevo.postinst,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** freevo.postinst 25 Oct 2003 15:01:32 -0000 1.4
--- freevo.postinst 9 Nov 2003 04:59:07 -0000 1.5
***************
*** 5,8 ****
--- 5,9 ----
SYSTEM_CONF=/etc/freevo/freevo.conf
LIRCRC=/etc/freevo/lircrc
+ LIRCD=/etc/lirc/lircd.conf
. /usr/share/debconf/confmodule
***************
*** 33,37 ****
echo "(as root)"
fi
! if [ ! -f $LIRCRC ]; then /usr/bin/freevo makelircrc -w; fi
db_get freevo/start_on_boot
if [ "$RET" = "true" ]; then update-rc.d freevo defaults 99; fi
--- 34,42 ----
echo "(as root)"
fi
! if [ ! -f $LIRCRC ]; then
! if [ ! -f $LIRCD ]; then
! /usr/bin/freevo makelircrc -w;
! fi
! fi
db_get freevo/start_on_boot
if [ "$RET" = "true" ]; then update-rc.d freevo defaults 99; fi
Index: changelog
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/debian/changelog,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** changelog 2 Nov 2003 13:44:48 -0000 1.5
--- changelog 9 Nov 2003 04:59:07 -0000 1.6
***************
*** 1,2 ****
--- 1,14 ----
+ freevo (1.4rc3-2) unstable; urgency=low
+
+ * Don't run makelircrc unless an lircd.conf exists.
+
+ -- Aubin Paul <[EMAIL PROTECTED]> Wed, 5 Nov 2003 08:12:35 -0500
+
+ freevo (1.4rc3-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Aubin Paul <[EMAIL PROTECTED]> Mon, 3 Nov 2003 14:12:04 -0500
+
freevo (1.4rc2) unstable; urgency=medium
-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog