From owner-cvs-all@FreeBSD.ORG Wed Mar 31 08:32:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6689816A4CE; Wed, 31 Mar 2004 08:32:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 610C143D2F; Wed, 31 Mar 2004 08:32:17 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2VGWHGe018363; Wed, 31 Mar 2004 08:32:17 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2VGWHWW018359; Wed, 31 Mar 2004 08:32:17 -0800 (PST) (envelope-from ume) Message-Id: <200403311632.i2VGWHWW018359@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 31 Mar 2004 08:32:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/cyrus-sasl2-saslauthd Makefile ports/security/cyrus-sasl2-saslauthd/files saslauthd.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 31 Mar 2004 16:32:17 -0000 ume 2004/03/31 08:32:17 PST FreeBSD ports repository Modified files: security/cyrus-sasl2-saslauthd Makefile security/cyrus-sasl2-saslauthd/files saslauthd.sh Log: - add saslauthd_runpath option to change run path which is specified by -m option of saslauthd. since this option affects a location of a pidfile, we need to separate it from saslauthd_flags.[1] - change the default of saslauthd_enable to NO as other potrs do. Requested by: "Paul-Andrew Joseph Miseiko" [1] Revision Changes Path 1.26 +2 -1 ports/security/cyrus-sasl2-saslauthd/Makefile 1.4 +14 -5 ports/security/cyrus-sasl2-saslauthd/files/saslauthd.sh