[PC-BSD Commits] r1426 - pcbsd/trunk/system-overlay/usr/local/etc/rc.d
svn at pcbsd.org
svn at pcbsd.org
Fri Feb 22 06:33:54 PST 2008
Author: kris
Date: 2008-02-22 06:33:54 -0800 (Fri, 22 Feb 2008)
New Revision: 1426
Modified:
pcbsd/trunk/system-overlay/usr/local/etc/rc.d/snddetect
Log:
Updated the rc.d/snddetect file to use the new C binary now
Modified: pcbsd/trunk/system-overlay/usr/local/etc/rc.d/snddetect
===================================================================
--- pcbsd/trunk/system-overlay/usr/local/etc/rc.d/snddetect 2008-02-22 14:33:08 UTC (rev 1425)
+++ pcbsd/trunk/system-overlay/usr/local/etc/rc.d/snddetect 2008-02-22 14:33:54 UTC (rev 1426)
@@ -18,8 +18,7 @@
snddetect_start()
{
- echo "Running legacy sound-detection"
- /PCBSD/soundDetect/sound_detect.sh
+ /PCBSD/soundDetect/sound_detect
}
snddetect_stop()
More information about the Commits
mailing list