mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Retire the joy(8) script. Using shell scripts to load kernel loadable
modules is out of fashion. There is still a joy(4) manual page to clue people into the existence of the joy of FreeBSD.
This commit is contained in:
parent
59807abe47
commit
0fa66a3170
3 changed files with 0 additions and 56 deletions
|
|
@ -4,10 +4,4 @@
|
|||
KMOD = joy
|
||||
SRCS = bus_if.h device_if.h isa_if.h joy.c
|
||||
|
||||
.if exists(${DESTDIR}/usr/bin)
|
||||
afterinstall:
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${.CURDIR}/joy.sh ${DESTDIR}/usr/bin/joy
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
|
|
@ -1,46 +0,0 @@
|
|||
.\"
|
||||
.\" Copyright (c) 1996 Jean-Marc Zucconi <jmz@cabri.obs-besancon.fr>
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
|
||||
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd March 16, 1996
|
||||
.Dt JOY 8
|
||||
.Os FreeBSD
|
||||
.Sh NAME
|
||||
.Nm joy
|
||||
.Nd load the joystick driver kernel module
|
||||
.Sh SYNOPSIS
|
||||
.Nm joy
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
utility loads the joystick driver kernel module.
|
||||
.Sh FILES
|
||||
.Bl -tag -width /modules/joy.ko
|
||||
.It Pa /modules/joy.ko
|
||||
joystick loadable kernel module.
|
||||
.Sh "SEE ALSO"
|
||||
.Xr joy 4 ,
|
||||
.Xr kld 4 ,
|
||||
.Xr kldload 8
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
# $FreeBSD$
|
||||
|
||||
kldload joy
|
||||
Loading…
Reference in a new issue