[PC-BSD Commits] r17648 - pcbsd/current/src-qt4/pc-sounddetect
svn at pcbsd.org
svn at pcbsd.org
Thu Jul 5 11:49:54 PDT 2012
Author: kris
Date: 2012-07-05 18:49:53 +0000 (Thu, 05 Jul 2012)
New Revision: 17648
Modified:
pcbsd/current/src-qt4/pc-sounddetect/sound_detect.c
Log:
Don't need to make a trigger file anymore
Modified: pcbsd/current/src-qt4/pc-sounddetect/sound_detect.c
===================================================================
--- pcbsd/current/src-qt4/pc-sounddetect/sound_detect.c 2012-07-05 18:49:01 UTC (rev 17647)
+++ pcbsd/current/src-qt4/pc-sounddetect/sound_detect.c 2012-07-05 18:49:53 UTC (rev 17648)
@@ -106,7 +106,6 @@
printf("\nUnidentified sound card!");
printf("\nPlease report the make & model to support at lists.pcbsd.org\n");
- system("touch /tmp/unknownSound");
sleep(3);
exit(1);
}
More information about the Commits
mailing list