Bugs item #1379857, was opened at 2005-12-13 22:14 Message generated for change (Comment added) made by duncanwebb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1379857&group_id=46652
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: movies >Group: 1.5.4 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Daniel van Eeden (compukid128) Assigned to: Nobody/Anonymous (nobody) Summary: Freevo shoudn't use disabled entries from fstab Initial Comment: Freevo uses /etc/fstab to detect CD/DVD drives. It shouldn't use entries with a # at the beginning of the line. (Do a grep -v "^#" first) ---------------------------------------------------------------------- >Comment By: Duncan Webb (duncanwebb) Date: 2006-09-23 18:07 Message: Logged In: YES user_id=104395 As far as I can tell this has already been fixed as the regular expressions contain: re.compile( '^(/dev/... so the /dev must be at the beginning of the line and #/dev will be not be matched neither will " /dev..." which is valid for an fstab entry but will be excluded by freevo. Lets put this down to a feature ;-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1379857&group_id=46652 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
