From owner-freebsd-questions@FreeBSD.ORG Sun May 11 14:21:09 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE7DD37B401 for ; Sun, 11 May 2003 14:21:09 -0700 (PDT) Received: from thalia.otenet.gr (thalia.otenet.gr [195.170.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF86443FDD for ; Sun, 11 May 2003 14:21:07 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a111.otenet.gr [212.205.215.111]) by thalia.otenet.gr (8.12.9/8.12.9) with ESMTP id h4BLL4RU008693 for ; Mon, 12 May 2003 00:21:05 +0300 (EEST) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.9/8.12.9) with ESMTP id h4BIm1wk001215 for ; Sun, 11 May 2003 21:48:01 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.9/8.12.9/Submit) id h4BIm1FV001214; Sun, 11 May 2003 21:48:01 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 11 May 2003 21:48:01 +0300 From: Giorgos Keramidas To: "Gerald S. Stoller" Message-ID: <20030511184800.GA1149@gothmog.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: freebsd-questions@freebsd.org Subject: Re: Korn shell X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2003 21:21:10 -0000 On 2003-05-11 13:39, "Gerald S. Stoller" wrote: > I found a problem/bug in the Korn shell , and looked at the > FreeBSD.org website and couldn't find any specification there of where to > report a problem/bug in the Korn shell . I know there is a website for > this but I don't know its name. Can anyone give me this information, > please? Also, I suggest that the FreeBSD.org website mention the Korn > shell website (so that people know about it) and give its URL . (If such > a website mention is already there, I didn't find it; please make it more > easily found.) The ports have a MAINTAINER line in their Makefile that lists the contact address. Look in your port's Makefile for more information: : giorgos@gothmog[21:46]/usr/ports/shells$ grep MAINTAINER *ksh*/Makefile : ksh93/Makefile:MAINTAINER= naddy@FreeBSD.org : pdksh/Makefile:MAINTAINER= tg@FreeBSD.org : giorgos@gothmog[21:46]/usr/ports/shells$ - Giorgos