| Summary: | joy(8) doesn't behave as it said in the man page | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Ilia Chipitsine <ilia> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 3.4-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Ilia Chipitsine
2000-01-29 20:20:01 UTC
On a 4.2-stable machine /usr/bin/joy exists: ----8<-------- #!/bin/sh # $FreeBSD: src/sys/modules/joy/joy.sh,v 1.5 1999/08/28 00:47:23 peter Exp $ kldload joy ----8<-------- This file doesn't exist on a -current machine, perhaps because it never had a joy-module in kernel. The pr could be closed either by (re-)creating /usr/bin/joy or simply by obsoleting (removing) joy(8) as it does such a simple function. ------------- Leif State Changed From-To: open->closed joy(8) is no more. |