Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Mar 1999 18:30:00 +0200
From:      Sheldon Hearn <sheldonh@iafrica.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/10858: AMD missing stuff from the (now removed) am-utils port
Message-ID:  <18257.922725000@axl.noc.iafrica.com>

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

>Number:         10858
>Category:       bin
>Synopsis:       AMD missing stuff from the (now removed) am-utils port
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 29 08:40:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Sheldon Hearn
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
UUNET South Africa
>Environment:

	FreeBSD 4.0-CURRENT #0: Mon Mar 29 11:26:56 SAST 1999 i386

>Description:

	The base system's amd installation is incomplete with respect to
	the (now removed) am-utils port. Specifically, libamu and the
	utility scripts are not installed.

>How-To-Repeat:

	Look at the output of your next installworld. :-)

>Fix:
	
	The attached diff gets libamu.a installed. I'm not proposing a
	solution for the scripts, since it looks like that part of AMD
	wasn't (properly?) bmaked and I want confirmation of that before
	I carry on.

	If David confirms that the scripts are left uninstalled because
	of an oversight, rather than for some jolly good reason I
	haven't considered, I'll work on a Makefile for them.

Index: Makefile
===================================================================
RCS file: /home/ncvs/src/usr.sbin/amd/libamu/Makefile,v
retrieving revision 1.3
diff -u -d -r1.3 Makefile
--- Makefile	1998/09/09 16:11:01	1.3
+++ Makefile	1999/03/29 15:53:06
@@ -29,6 +29,4 @@
 nfs_prot_x.c: ${NFS_PROT_X}
 	${RPCCOM} -c -DWANT_NFS3 ${NFS_PROT_X} -o ${.TARGET}
 
-install:
-
 .include <bsd.lib.mk>

>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?18257.922725000>