Bug 16453

Summary: joy(8) doesn't behave as it said in the man page
Product: Base System Reporter: Ilia Chipitsine <ilia>
Component: kernAssignee: 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
jane# joy
kldload: can't load joy: Exec format error
jane#

Fix: 

not known
How-To-Repeat: 
jane# joy
kldload: can't load joy: Exec format error
jane#
Comment 1 leifn 2001-06-17 10:31:28 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


Comment 2 dd freebsd_committer freebsd_triage 2001-06-22 22:43:38 UTC
State Changed
From-To: open->closed

joy(8) is no more.