Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  2 Sep 1999 11:53:44 -0700 (PDT)
From:      jose@we.lc.ehu.es
To:        freebsd-gnats-submit@freebsd.org
Subject:   bin/13545: [PATCH] linux(8) should go to /usr/sbin
Message-ID:  <19990902185344.B532415D36@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990902185344.B532415D36>