[PC-BSD Commits] r2329 - pcbsd/trunk/system-overlay/usr/local/etc/rc.d
svn at pcbsd.org
svn at pcbsd.org
Mon Jul 14 08:14:32 PDT 2008
Author: kris
Date: 2008-07-14 08:14:32 -0700 (Mon, 14 Jul 2008)
New Revision: 2329
Modified:
pcbsd/trunk/system-overlay/usr/local/etc/rc.d/snddetect
Log:
Updated the snddetect rc script to remove our flag which indicates an unknown
sound card
Modified: pcbsd/trunk/system-overlay/usr/local/etc/rc.d/snddetect
===================================================================
--- pcbsd/trunk/system-overlay/usr/local/etc/rc.d/snddetect 2008-07-14 15:12:21 UTC (rev 2328)
+++ pcbsd/trunk/system-overlay/usr/local/etc/rc.d/snddetect 2008-07-14 15:14:32 UTC (rev 2329)
@@ -18,6 +18,11 @@
snddetect_start()
{
+ # Remove our unknown sound flag before we redetect
+ if [ -e "/tmp/unknownSound" ]
+ then
+ rm /tmp/unknownSound
+ fi
/PCBSD/soundDetect/sound_detect
}
More information about the Commits
mailing list