Module Name:    src
Committed By:   bouyer
Date:           Mon May 11 19:19:25 UTC 2009

Modified Files:
        src/usr.sbin/racoonctl [netbsd-4]: Makefile

Log Message:
Pull up following revision(s) (requested by spz in ticket #1312):
        usr.sbin/racoonctl/Makefile: revision 1.5 via patch
adjust the ADMINPORTDIR to match that of racoon (with which it'll want to talk)
fixes PR 41376


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.10.1 src/usr.sbin/racoonctl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/racoonctl/Makefile
diff -u src/usr.sbin/racoonctl/Makefile:1.1 src/usr.sbin/racoonctl/Makefile:1.1.10.1
--- src/usr.sbin/racoonctl/Makefile:1.1	Sat Feb 19 16:55:05 2005
+++ src/usr.sbin/racoonctl/Makefile	Mon May 11 19:19:24 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2005/02/19 16:55:05 thorpej Exp $
+# $NetBSD: Makefile,v 1.1.10.1 2009/05/11 19:19:24 bouyer Exp $
 
 WARNS=	0	# Will be fixed later
 
@@ -13,7 +13,7 @@
 CPPFLAGS+=	-I${DIST}/src/racoon -I${DIST}/src/libipsec	\
 		-I${NETBSDSRCDIR}/lib/libipsec 			\
 		-DIPSEC_DEBUG -DHAVE_CONFIG_H 			\
-		-DADMINPORTDIR=\"/var/racoon\"
+		-DADMINPORTDIR=\"/var/run\"
 LDADD+=	-lipsec
 DPADD+=	${LIBIPSEC}
 CLEANFILES+=	racoonctl.cat8

Reply via email to