From dirk@lion.activ-consult.de  Tue Jul 15 11:15:14 1997
Received: from lion.activ-consult.de (lion.activ-consult.de [194.221.76.66])
          by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA14484
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 Jul 1997 11:15:10 -0700 (PDT)
Received: from dave.activ-consult.de (dave.activ-consult.de [194.221.76.85])
	by lion.activ-consult.de (8.8.6/8.8.6) with ESMTP id UAA15098;
	Tue, 15 Jul 1997 20:15:06 +0200 (MET DST)
Received: (from dirk@localhost)
	by dave.activ-consult.de (8.8.6/8.8.6) id UAA04896;
	Tue, 15 Jul 1997 20:15:06 +0200 (CEST)
Message-Id: <199707151815.UAA04896@dave.activ-consult.de>
Date: Tue, 15 Jul 1997 20:15:06 +0200 (CEST)
From: dirk@activ-consult.de (Dirk Froemberg)
To: FreeBSD-gnats-submit@freebsd.org, brian@awfulhak.org
Subject: arpwatch: wrong path to sendmail
X-Send-Pr-Version: 3.2

>Number:         4097
>Category:       ports
>Synopsis:       arpwatch: wrong path to sendmail
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 15 11:20:01 PDT 1997
>Closed-Date:    Tue Jul 15 18:03:57 PDT 1997
>Last-Modified:  Tue Jul 15 18:04:44 PDT 1997
>Originator:     Dirk Froemberg
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
ACTIV-CONSULT OSC
>Environment:


>Description:

	arpwatch sends no notification via mail.
	sendmail resides in /usr/sbin not in /usr/lib.

>How-To-Repeat:


>Fix:
	
	Use the attached patch as /usr/ports/net/arpwatch/patches/patch-ac.

		Best regards Dirk


*** report.c.dist	Mon Jul 14 20:56:36 1997
--- report.c	Mon Jul 14 20:56:46 1997
***************
*** 69,75 ****
  #include "util.h"
  
  #ifndef PATH_SENDMAIL
! #define PATH_SENDMAIL "/usr/lib/sendmail"
  #endif
  
  #define PLURAL(n) ((n) == 1 || (n) == -1 ? "" : "s")
--- 69,75 ----
  #include "util.h"
  
  #ifndef PATH_SENDMAIL
! #define PATH_SENDMAIL "/usr/sbin/sendmail"
  #endif
  
  #define PLURAL(n) ((n) == 1 || (n) == -1 ? "" : "s")

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: asami 
State-Changed-When: Tue Jul 15 18:03:57 PDT 1997 
State-Changed-Why:  

Pilot error, user did make in work directory, port has flags 
set in port Makefile. 
>Unformatted:
