From owner-cvs-all@FreeBSD.ORG Fri Feb 15 00:09:33 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 EB3E016A418; Fri, 15 Feb 2008 00:09:33 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EF98D13C44B; Fri, 15 Feb 2008 00:09:33 +0000 (UTC) (envelope-from brooks@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 m1F09XBB048372; Fri, 15 Feb 2008 00:09:33 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1F09XUN048371; Fri, 15 Feb 2008 00:09:33 GMT (envelope-from brooks) Message-Id: <200802150009.m1F09XUN048371@repoman.freebsd.org> From: Brooks Davis Date: Fri, 15 Feb 2008 00:09:33 +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/sge60 Makefile ports/sysutils/sge60/files sge.sh.in ports/sysutils/sge61 Makefile ports/sysutils/sge61/files sge.sh.in 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, 15 Feb 2008 00:09:34 -0000 brooks 2008-02-15 00:09:33 UTC FreeBSD ports repository Modified files: sysutils/sge60 Makefile sysutils/sge60/files sge.sh.in sysutils/sge61 Makefile sysutils/sge61/files sge.sh.in Log: Attempt to make execd startup more reliable by creating the spool directory and per-host directories before starting execd. Revision Changes Path 1.33 +1 -0 ports/sysutils/sge60/Makefile 1.4 +19 -5 ports/sysutils/sge60/files/sge.sh.in 1.34 +1 -0 ports/sysutils/sge61/Makefile 1.5 +19 -5 ports/sysutils/sge61/files/sge.sh.in