Skip site navigation (1)Skip section navigation (2)
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:   ports/4097: arpwatch: wrong path to sendmail
Message-ID:  <199707151815.UAA04896@dave.activ-consult.de>
Resent-Message-ID: <199707151820.LAA14853@hub.freebsd.org>

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

>Number:         4097
>Category:       ports
>Synopsis:       arpwatch: wrong path to sendmail
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 15 11:20:01 PDT 1997
>Last-Modified:
>Originator:     Dirk Froemberg
>Organization:
ACTIV-CONSULT OSC
>Release:        FreeBSD 3.0-CURRENT i386
>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")

>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707151815.UAA04896>