From owner-cvs-all Thu Nov 2 5:48:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6A8737B4C5; Thu, 2 Nov 2000 05:48:54 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA60414; Thu, 2 Nov 2000 05:48:54 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200011021348.FAA60414@freefall.freebsd.org> From: Sheldon Hearn Date: Thu, 2 Nov 2000 05:48:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/linux Makefile linux.8 linux.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/11/02 05:48:54 PST Modified files: sys/modules/linux Makefile Removed files: sys/modules/linux linux.8 linux.sh Log: Retire linux(8). Using shell scripts to load kernel loadable modules is out of fashion. This particular case, unlike joy(8) and friends which are just plain silly, did more than just load a kernel loadable module. However, /etc/rc and the linux_base port were adjusted a while back to cope with the absence of this script. The only outstanding reason to hang on to it would have been for the linux(8) manual page, which clued folks into the existence of the Linuxulator. A new linux(4) was introduced a while back. It does a much better job. This script just isn't useful any more. Revision Changes Path 1.45 +1 -7 src/sys/modules/linux/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message