From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 24 12:00:17 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 708701065692 for ; Thu, 24 Dec 2009 12:00:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 449AE8FC16 for ; Thu, 24 Dec 2009 12:00:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBOC0HBM025527 for ; Thu, 24 Dec 2009 12:00:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBOC0HYj025526; Thu, 24 Dec 2009 12:00:17 GMT (envelope-from gnats) Resent-Date: Thu, 24 Dec 2009 12:00:17 GMT Resent-Message-Id: <200912241200.nBOC0HYj025526@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Danil Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01E6D106566B for ; Thu, 24 Dec 2009 11:51:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id E5E9F8FC17 for ; Thu, 24 Dec 2009 11:51:19 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nBOBpJ6j005590 for ; Thu, 24 Dec 2009 11:51:19 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id nBOBpJcC005589; Thu, 24 Dec 2009 11:51:19 GMT (envelope-from nobody) Message-Id: <200912241151.nBOBpJcC005589@www.freebsd.org> Date: Thu, 24 Dec 2009 11:51:19 GMT From: Danil To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/141945: static pidfile in rc.d/proftpd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2009 12:00:17 -0000 >Number: 141945 >Category: ports >Synopsis: static pidfile in rc.d/proftpd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Dec 24 12:00:16 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Danil >Release: 7.2 >Organization: Alt-audit >Environment: FreeBSD host 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Sorry for my bad english. The pid file of proftpd cat be set in proftpd.conf (PidFile file), but rc script see the pid file in pidfile=/var/run/proftpd/pidfile, when user use start, restart, status, etc. >How-To-Repeat: in proftpd.conf PidFile not eq pidfile in rc script proftpd >Fix: in rc script pidfile=`grep PidFile /usr/local/etc/proftpd.conf | awk '{print($2)}'` >Release-Note: >Audit-Trail: >Unformatted: