Index: head/misc/bidwatcher/files/patch-bidwatcher.cpp =================================================================== --- head/misc/bidwatcher/files/patch-bidwatcher.cpp (nonexistent) +++ head/misc/bidwatcher/files/patch-bidwatcher.cpp (revision 120507) @@ -0,0 +1,7 @@ +--- bidwatcher.cpp.orig Mon Aug 30 18:03:34 2004 ++++ bidwatcher.cpp Sat Oct 30 20:00:20 2004 +@@ -2972,2 +2972,2 @@ +- else if (strstr(browserPATH, "mozilla") != NULL) { +- // Try to find mozilla. ++ else if (strcasestr(browserPATH, "mozilla") != NULL || strcasestr(browserPATH, "fire") != NULL) { ++ // Try to find mozilla, firefox, or firebird. Property changes on: head/misc/bidwatcher/files/patch-bidwatcher.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.3 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property