]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/initscripts/init.d/beep
Merge branch 'kernel-update' of git.ipfire.org:/pub/git/ipfire-2.x into kernel-update
[ipfire-2.x.git] / src / initscripts / init.d / beep
index cee6548e362829da6c6ea907cd6d994cdae9ecf4..6498e293ad7f56017d41c221c6c3a19a2eb5382e 100644 (file)
 . /etc/sysconfig/rc
 . ${rc_functions}
 
-LENGTH=80
+LENGTH=40
 
 play () {
 
-       beep -l $LENGTH -f $1
+       beep -l $LENGTH -f $1 2> /dev/null
 
 }