FreeBSD Bugzilla – Attachment 61967 Details for
Bug 92763
[patch] make data directory location of ports/net-mgmt/arpwatch configurable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.30 KB, created by
Eugene Grosbein
on 2006-02-03 10:40:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Eugene Grosbein
Created:
2006-02-03 10:40:02 UTC
Size:
1.30 KB
patch
obsolete
>diff -urN arpwatch.orig/Makefile arpwatch/Makefile >--- arpwatch.orig/Makefile Fri Feb 3 17:18:20 2006 >+++ arpwatch/Makefile Fri Feb 3 17:19:36 2006 >@@ -24,6 +24,10 @@ > > USE_RC_SUBR= arpwatch.sh > >+.ifdef ARPDIR >+MAKE_ARGS= ARPDIR=${ARPDIR} >+.endif >+ > post-install: > if [ ! -d ${PREFIX}/arpwatch ]; then \ > ${MKDIR} ${PREFIX}/arpwatch; \ >diff -urN arpwatch.orig/files/patch-ab arpwatch/files/patch-ab >--- arpwatch.orig/files/patch-ab Sat Aug 22 02:09:19 1998 >+++ arpwatch/files/patch-ab Fri Feb 3 17:15:21 2006 >@@ -1,7 +1,16 @@ >---- Makefile.in.orig Wed Jul 29 06:16:45 1998 >-+++ Makefile.in Fri Aug 21 10:57:51 1998 >-@@ -44,7 +44,7 @@ >- CC = @CC@ >+--- Makefile.in.orig Thu Jun 15 08:39:55 2000 >++++ Makefile.in Fri Feb 3 17:12:51 2006 >+@@ -31,7 +31,7 @@ >+ # Pathname of directory to install the man page >+ MANDEST = @mandir@ >+ # Pathname of directory to install database file >+-ARPDIR = $(prefix)/arpwatch >++ARPDIR ?= $(prefix)/arpwatch >+ >+ # VPATH >+ srcdir = @srcdir@ >+@@ -45,7 +45,7 @@ >+ PROG = arpwatch > CCOPT = @V_CCOPT@ > INCLS = -I. @V_INCLS@ > -DEFS = -DDEBUG @DEFS@ -DARPDIR=\"$(ARPDIR)\" -DPATH_SENDMAIL=\"$(SENDMAIL)\" >@@ -9,7 +18,7 @@ > > # Standard CFLAGS > CFLAGS = $(CCOPT) $(DEFS) $(INCLS) >-@@ -109,8 +109,8 @@ >+@@ -110,8 +110,8 @@ > $(CC) $(CFLAGS) -o $@ zap.o intoa.o -lutil > > install: force
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 92763
: 61967