Bug #320
Busybox beep implements delays wrong
| Status: | Closed | Start date: | 03/11/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | - | |||
| Target version: | Alpine 1.10.1 |
Description
It appears that busybox beep does not implement delay. Or it doesn't implement it properly.
1. -d switch should allow definition of delay in ms, which applies between each beep (not after the last one)
2. When -d is not specified, there should be a default delay of 100 ms.
- # /bin/busybox beep -d 1000 -f 1000 -r 2
- # /bin/busybox beep -f 1000 -r 2
Tested against busybox-1.15.3-r1
Associated revisions
main/busybox: beep: fix -d option
fixes #320
main/busybox: beep: fix -d option
fixes #320
(cherry picked from commit 725cf1202858d1f324e67f67c1f4a6c4fea783d5)
History
Updated by Natanael Copa almost 2 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 725cf1202858d1f324e67f67c1f4a6c4fea783d5.
Updated by Natanael Copa almost 2 years ago
reported upstream: http://lists.busybox.net/pipermail/busybox/2010-March/071821.html
Updated by Natanael Copa almost 2 years ago
Applied in changeset fce38ec55f9111190b52234abb79b4f194e55ace.
Updated by Natanael Copa almost 2 years ago
- Status changed from Resolved to Closed