summaryrefslogtreecommitdiffstats
path: root/usr/local/bin
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-04-14 13:06:13 +0000
committerErmal <eri@pfsense.org>2014-04-14 13:06:28 +0000
commite61f548f2ca406d1e89af2675d1dbe80e20a24fc (patch)
tree2a94738d0983ff928bbf013a4221e5a3114522c8 /usr/local/bin
parent115b7b81835df0aaf37f305042382911dd719245 (diff)
downloadpfsense-e61f548f2ca406d1e89af2675d1dbe80e20a24fc.zip
pfsense-e61f548f2ca406d1e89af2675d1dbe80e20a24fc.tar.gz
Get rid of embedded platform. Its time to GC this
Diffstat (limited to 'usr/local/bin')
-rwxr-xr-xusr/local/bin/beep.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/local/bin/beep.sh b/usr/local/bin/beep.sh
index 0158244..29a918c 100755
--- a/usr/local/bin/beep.sh
+++ b/usr/local/bin/beep.sh
@@ -9,11 +9,6 @@ fi
# Standard note length
NOTELENGTH="25"
-# Embedded uses 100HZ
-if [ "$PFSENSETYPE" = "embedded" ]; then
- NOTELENGTH="10"
-fi
-
# this is super annoying in VMware, exit if in VMware
if [ -f /var/log/dmesg.boot ]; then
VMWCOUNT=`/usr/bin/grep -c VMware /var/log/dmesg.boot`
OpenPOWER on IntegriCloud