Module Name:    src
Committed By:   spz
Date:           Thu May  7 09:31:41 UTC 2009

Modified Files:
        src/usr.sbin/racoonctl: Makefile

Log Message:
adjust the ADMINSOCKDIR 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.4 -r1.5 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.4 src/usr.sbin/racoonctl/Makefile:1.5
--- src/usr.sbin/racoonctl/Makefile:1.4	Wed Apr 22 15:23:07 2009
+++ src/usr.sbin/racoonctl/Makefile	Thu May  7 09:31:40 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/04/22 15:23:07 lukem Exp $
+# $NetBSD: Makefile,v 1.5 2009/05/07 09:31:40 spz Exp $
 
 WARNS?=	0	# XXX third-party program, many issues
 
@@ -13,7 +13,7 @@
 CPPFLAGS+=	-I${DIST}/src/racoon -I${DIST}/src/libipsec	\
 		-I${NETBSDSRCDIR}/lib/libipsec 			\
 		-UIPSEC_DEBUG -DHAVE_CONFIG_H -DNOUSE_PRIVSEP	\
-		-DADMINPORTDIR=\"/var/racoon\"
+		-DADMINPORTDIR=\"/var/run\"
 LDADD+=	-lipsec
 DPADD+=	${LIBIPSEC}
 CLEANFILES+=	racoonctl.cat8

Reply via email to