Bug 23282

Summary: worms(6) does not honor -d (delay) flag
Product: Base System Reporter: rombout <rombout>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description rombout 2000-12-04 21:00:01 UTC
worms(6) does not delay (see source code).

Fix: 

add usleep(delay) around line 287 (after the for(;;)
How-To-Repeat: worms -d 1000 is no different than worms -d 0
Comment 1 Johan Karlsson freebsd_committer freebsd_triage 2000-12-05 17:56:50 UTC
State Changed
From-To: open->closed

Duplicate of PR 21634 
http://www.freebsd.org/cgi/query-pr.cgi?pr=21634 

The patch is that PR has been comitted both to -current and -stable.