From owner-freebsd-bugs Thu Sep 2 12: 0:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50A2B155E6 for <freebsd-bugs@FreeBSD.org>; Thu, 2 Sep 1999 12:00:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA63627; Thu, 2 Sep 1999 12:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B532415D36; Thu, 2 Sep 1999 11:53:44 -0700 (PDT) Message-Id: <19990902185344.B532415D36@hub.freebsd.org> Date: Thu, 2 Sep 1999 11:53:44 -0700 (PDT) From: jose@we.lc.ehu.es To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/13545: [PATCH] linux(8) should go to /usr/sbin Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13545 >Category: bin >Synopsis: [PATCH] linux(8) should go to /usr/sbin >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 2 12:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jose M. Alcaide >Release: 3.2-RELEASE >Organization: Universidad del Pais Vasco - Dept. de Electricidad y Electronica >Environment: N/A >Description: The linux(8) script, which uses kldstat(8) and kldload(8), currently resides in /usr/bin. However, it should go to /usr/sbin, because it is a system utility. >How-To-Repeat: N/A >Fix: The following patch may be applied from /usr/src: ------------------------------BEGIN------------------------------ --- sys/modules/linux/Makefile.orig Sat Feb 6 00:13:52 1999 +++ sys/modules/linux/Makefile Thu Sep 2 20:23:28 1999 @@ -37,6 +37,6 @@ afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/linux.sh ${DESTDIR}/usr/bin/linux + ${.CURDIR}/linux.sh ${DESTDIR}/usr/sbin/linux .include <bsd.kmod.mk> -------------------------------END------------------------------- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message