From owner-cvs-all@FreeBSD.ORG Fri Jan 21 05:45:18 2011 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 0CF23106566B; Fri, 21 Jan 2011 05:45:18 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F0B3A8FC15; Fri, 21 Jan 2011 05:45:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p0L5jHWr004547; Fri, 21 Jan 2011 05:45:17 GMT (envelope-from cy@repoman.freebsd.org) Received: (from cy@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p0L5jHpB004546; Fri, 21 Jan 2011 05:45:17 GMT (envelope-from cy) Message-Id: <201101210545.p0L5jHpB004546@repoman.freebsd.org> From: Cy Schubert Date: Fri, 21 Jan 2011 05:45:17 +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/sysutils/syslog-ng3 Makefile pkg-plist ports/sysutils/syslog-ng3/files patch-scl-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2011 05:45:18 -0000 cy 2011-01-21 05:45:17 UTC FreeBSD ports repository Modified files: sysutils/syslog-ng3 Makefile pkg-plist Added files: sysutils/syslog-ng3/files patch-scl-Makefile.in Log: Fix a pkg-plist issue whereby the upline installer conditionally installed syslog-ng.conf. It is now installed as syslog-ng.conf.dist. The user may choose either this file or syslog-ng.conf.sample as a template for a new syslog-ng.conf. By default syslog-ng.conf is copied from syslog-ng.conf.sample. Feature safe: yes Revision Changes Path 1.38 +5 -0 ports/sysutils/syslog-ng3/Makefile 1.1 +11 -0 ports/sysutils/syslog-ng3/files/patch-scl-Makefile.in (new) 1.10 +2 -0 ports/sysutils/syslog-ng3/pkg-plist