Update of /cvsroot/freevo/freevo/contrib/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv28071
Modified Files:
freevo.postinst
Log Message:
Dumb mistake; only run makelircrc if an /etc/lirc/lircd.conf exists.
Index: freevo.postinst
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/debian/freevo.postinst,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** freevo.postinst 9 Nov 2003 04:59:07 -0000 1.5
--- freevo.postinst 30 Dec 2003 01:36:11 -0000 1.6
***************
*** 35,39 ****
fi
if [ ! -f $LIRCRC ]; then
! if [ ! -f $LIRCD ]; then
/usr/bin/freevo makelircrc -w;
fi
--- 35,39 ----
fi
if [ ! -f $LIRCRC ]; then
! if [ -f $LIRCD ]; then
/usr/bin/freevo makelircrc -w;
fi
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog