From owner-cvs-all@FreeBSD.ORG Fri Feb 29 21:08:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9FE71065675; Fri, 29 Feb 2008 21:08:15 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CC0918FC30; Fri, 29 Feb 2008 21:08:15 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1TL8FvD008259; Fri, 29 Feb 2008 21:08:15 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1TL8F3h008258; Fri, 29 Feb 2008 21:08:15 GMT (envelope-from ehaupt) Message-Id: <200802292108.m1TL8F3h008258@repoman.freebsd.org> From: Emanuel Haupt Date: Fri, 29 Feb 2008 21:08:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vpnc Makefile ports/security/vpnc/files patch-Makefile patch-config.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Feb 2008 21:08:16 -0000 ehaupt 2008-02-29 21:08:15 UTC FreeBSD ports repository Modified files: security/vpnc Makefile security/vpnc/files patch-Makefile patch-config.c Log: The upgrade of ports/security/vpnc to version 0.5.1 introduced some glitches against the documented behaviour. In particular, the configuration files are not searched in the documented locations: /usr/local/etc/vpnc/*.conf is not searched at all, and /usr/local/etc/vpnc/default.conf is skipped, both in contrast to the documentation. PR: 121229 Submitted by: Helge Oldach Revision Changes Path 1.30 +1 -1 ports/security/vpnc/Makefile 1.8 +10 -1 ports/security/vpnc/files/patch-Makefile 1.8 +3 -2 ports/security/vpnc/files/patch-config.c