From owner-freebsd-bugs Sun Dec 27 06:40:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28721 for freebsd-bugs-outgoing; Sun, 27 Dec 1998 06:40:11 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA28713 for ; Sun, 27 Dec 1998 06:40:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA28661; Sun, 27 Dec 1998 06:40:01 -0800 (PST) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28455; Sun, 27 Dec 1998 06:36:05 -0800 (PST) (envelope-from nobody) Message-Id: <199812271436.GAA28455@hub.freebsd.org> Date: Sun, 27 Dec 1998 06:36:05 -0800 (PST) From: thallgren@yahoo.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: bin/9206: sysinstall installation should create /stand Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9206 >Category: bin >Synopsis: sysinstall installation should create /stand >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 27 06:40:00 PST 1998 >Last-Modified: >Originator: Tommy Hallgren >Organization: Profive AB >Release: FreeBSD 2.2-STABLE 1998 26 Dec >Environment: FreeBSD hendrix.hallgren.se 2.2.8-STABLE FreeBSD 2.2.8-STABLE #0: Sat Dec 26 23:47:14 GMT 1998 root@hendrix.hallgren.se:/usr/stable/src/sys/compile/HENDRIX i386 >Description: "make install" in /usr/src/release/sysinstall doesn't check if /stand actually exists. This means that the line (from the output of make) "install -c -s -o bin -g bin -m 555 sysinstall /stand" creates sysinstall as /stand, not the expected /stand/sysinstall. >How-To-Repeat: As root: $ rm -rf /stand $ cd /usr/src/release/sysinstall $ make all install Now do "ls -l /stand". >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message