Module Name:    src
Committed By:   snj
Date:           Sun May 10 20:28:58 UTC 2009

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

Log Message:
Pull up following revision(s) (requested by spz in ticket #740):
        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.2 -r1.2.12.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.2 src/usr.sbin/racoonctl/Makefile:1.2.12.1
--- src/usr.sbin/racoonctl/Makefile:1.2	Fri Mar 28 14:37:08 2008
+++ src/usr.sbin/racoonctl/Makefile	Sun May 10 20:28:58 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/03/28 14:37:08 he Exp $
+# $NetBSD: Makefile,v 1.2.12.1 2009/05/10 20:28:58 snj 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 -DNOUSE_PRIVSEP	\
-		-DADMINPORTDIR=\"/var/racoon\"
+		-DADMINPORTDIR=\"/var/run\"
 LDADD+=	-lipsec
 DPADD+=	${LIBIPSEC}
 CLEANFILES+=	racoonctl.cat8

Reply via email to