From root@rz-wb.fh-sw.de  Thu Feb  2 08:12:19 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 IAA09245 for <FreeBSD-gnats-submit@freebsd.org>; Thu, 2 Feb 1995 08:12:03 -0800
Received: (from root@localhost) by rz-wb.fh-sw.de (8.6.9/8.6.9) id RAA26190; Thu, 2 Feb 1995 17:11:44 +0100
Message-Id: <199502021611.RAA26190@rz-wb.fh-sw.de>
Date: Thu, 2 Feb 1995 17:11:44 +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: This is (hopefully) the real fix for yppasswdd's Makefile
X-Send-Pr-Version: 3.2

>Number:         206
>Category:       bin
>Synopsis:       same as last time
>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:20:00 1995
>Closed-Date:    Fri Feb 3 08:26:51 PST 1995
>Last-Modified:  Tue Nov 27 18:41:37 PST 2001
>Originator:     Michael Reifenberger
>Release:        FreeBSD 2.1.0-Development i386
>Organization:
Bye!
....
Michael Reifenberger
>Environment:

	

>Description:

	
	I forgot one ${.CURDIR}

>How-To-Repeat:

	
	same as last time

>Fix:
	
	

*** Makefile.orig	Thu Feb  2 17:07:14 1995
--- Makefile	Thu Feb  2 17:07:47 1995
***************
*** 19,22 ****
  
! /usr/libexec/yppwupdate: yppwupdate
! 	install -c -o bin -g bin -m 555 yppwupdate /usr/libexec/yppwupdate
  
--- 19,22 ----
  
! /usr/libexec/yppwupdate: ${.CURDIR}/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: wpaul 
State-Changed-When: Fri Feb 3 08:26:51 PST 1995 
State-Changed-Why:  
Fixed the Makefile. 
>Unformatted:



