From owner-freebsd-ports Wed Dec 4 10:40: 3 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73D9237B401 for ; Wed, 4 Dec 2002 10:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24AB543ED1 for ; Wed, 4 Dec 2002 10:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gB4Ie0x3010023 for ; Wed, 4 Dec 2002 10:40:00 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gB4Ie0aA010022; Wed, 4 Dec 2002 10:40:00 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7B4437B401 for ; Wed, 4 Dec 2002 10:34:02 -0800 (PST) Received: from gilliam.users.flyingcroc.net (gilliam.users.flyingcroc.net [207.246.128.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28ECC43EB2 for ; Wed, 4 Dec 2002 10:34:02 -0800 (PST) (envelope-from joek@zircon.staff.flyingcroc.net) Received: from zircon.staff.flyingcroc.net (zircon.staff.flyingcroc.net [207.246.150.92]) by gilliam.users.flyingcroc.net (8.9.3/8.9.3) with SMTP id KAA91179 for ; Wed, 4 Dec 2002 10:33:51 -0800 (PST) Received: (qmail 84093 invoked by uid 1001); 4 Dec 2002 18:33:51 -0000 Message-Id: <20021204183351.84092.qmail@zircon.staff.flyingcroc.net> Date: 4 Dec 2002 18:33:51 -0000 From: Joe Kelsey Reply-To: Joe Kelsey To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/45991: gdm PreSession and PostSession scripts Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45991 >Category: ports >Synopsis: gdm PreSession and PostSession scripts >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 04 10:40:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Joe Kelsey >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD zircon.staff.flyingcroc.net 4.7-STABLE FreeBSD 4.7-STABLE #4: Mon Dec 2 10:11:39 PST 2002 joek@zircon.staff.flyingcroc.net:/usr/obj/usr/src/sys/ZIRCON i386 >Description: gdm PreSession and PostSession scripts use command -v >How-To-Repeat: Attempt to base a PreSession or PostSession script on Default. >Fix: In all gdm scripts, replace "command -v" with "which -s". /bin/sh on FreeBSD does not support the -v switch to the command built-in. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message