From root@rz-wb.fh-sw.de  Thu Feb  2 08:00:50 1995
Received: from rz-wb.fh-sw.de ([192.129.23.111]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id IAA08558 for <FreeBSD-gnats-submit@freebsd.org>; Thu, 2 Feb 1995 08:00:38 -0800
Received: (from root@localhost) by rz-wb.fh-sw.de (8.6.9/8.6.9) id RAA25836; Thu, 2 Feb 1995 17:00:00 +0100
Message-Id: <199502021600.RAA25836@rz-wb.fh-sw.de>
Date: Thu, 2 Feb 1995 17:00:00 +0100
From: Michael Reifenberger <root@rz-wb.fh-sw.de>
Reply-To: root@rz-wb.fh-sw.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: gnu/usr.sbin/yppasswdd gets not installed
X-Send-Pr-Version: 3.2

>Number:         204
>Category:       bin
>Synopsis:       Installing failes
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb  2 08:10:00 1995
>Closed-Date:    Sun May 14 10:28:15 PDT 1995
>Last-Modified:  Tue Nov 27 18:41:35 PST 2001
>Originator:     Michael Reifenberger
>Release:        FreeBSD 2.1.0-Development i386
>Organization:
Bye!
....
Michael Reifenberger
>Environment:


>Description:


	The install target of afterinstall is wrong.

>How-To-Repeat:

	
	make install

>Fix:
	

*** Makefile.orig	Thu Feb  2 16:56:39 1995
--- Makefile	Thu Feb  2 16:57:19 1995
***************
*** 20,22 ****
  /usr/libexec/yppwupdate: yppwupdate
! 	install -c -o bin -g bin -m 555 yppwupdate /usr/libexec/yppwupdate
  
--- 20,22 ----
  /usr/libexec/yppwupdate: yppwupdate
! 	install -c -o bin -g bin -m 555 ${.CURDIR}/yppwupdate /usr/libexec/yppwupdate
  
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: gpalmer 
State-Changed-When: Sun May 14 10:28:15 PDT 1995 
State-Changed-Why:  
Fixed in ver 1.3 of gnu/usr.sbin/yppasswdd/Makefile 

revision 1.3 
date: 1995/02/03 03:44:41;  author: wpaul;  state: Exp;  lines: +3 -7 
Added ${.CURDIR}s to afterinstall target. 

>Unformatted:



