From owner-cvs-all@FreeBSD.ORG Mon Sep 29 16:41:17 2003 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 E4CD716A4B3; Mon, 29 Sep 2003 16:41:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61E684401A; Mon, 29 Sep 2003 16:41:16 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h8TNfGXJ015168; Mon, 29 Sep 2003 16:41:16 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8TNfFlZ015167; Mon, 29 Sep 2003 16:41:15 -0700 (PDT) (envelope-from edwin) Message-Id: <200309292341.h8TNfFlZ015167@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 29 Sep 2003 16:41:15 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/lcdproc/files LCDd.sh.sample 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: Mon, 29 Sep 2003 23:41:17 -0000 edwin 2003/09/29 16:41:15 PDT FreeBSD ports repository Modified files: sysutils/lcdproc/files LCDd.sh.sample Log: LCDd daemon from sysutils/lcdproc starts in the foreground The LCDd.sh.sample start script from the LCDproc-0.4.3_2 ports starts the LCDd process that's also part of the port in the foreground, thereby blocking the system startup. PR: ports/54092 Submitted by: Christian Ullrich Revision Changes Path 1.5 +1 -1 ports/sysutils/lcdproc/files/LCDd.sh.sample