From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 29 17:30:29 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5F5A16A400 for ; Wed, 29 Mar 2006 17:30:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A47C43D45 for ; Wed, 29 Mar 2006 17:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2THUM9x094613 for ; Wed, 29 Mar 2006 17:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2THUMx3094611; Wed, 29 Mar 2006 17:30:22 GMT (envelope-from gnats) Date: Wed, 29 Mar 2006 17:30:22 GMT Message-Id: <200603291730.k2THUMx3094611@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Anish Mistry Cc: Subject: Re: ports/95071: New Port: audio/ventrilo-server X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anish Mistry List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2006 17:30:30 -0000 The following reply was made to PR ports/95071; it has been noted by GNATS. From: Anish Mistry To: bug-followup@freebsd.org, amistry@am-productions.biz Cc: Subject: Re: ports/95071: New Port: audio/ventrilo-server Date: Wed, 29 Mar 2006 12:25:53 -0500 --nextPart2480161.KX5u7gFVjv Content-Type: multipart/mixed; boundary="Boundary-01=_iMsKEXFaWR6B4bT" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_iMsKEXFaWR6B4bT Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline The following is also attached. It fixes a problem of echoing the=20 password that is requested for the ventrilo-server info command. http://am-productions.biz/docs/ventrilo-server-passwd-echo.patch =2D-=20 Anish Mistry amistry@am-productions.biz AM Productions http://am-productions.biz/ --Boundary-01=_iMsKEXFaWR6B4bT Content-Type: text/x-diff; charset="us-ascii"; name="ventrilo-server-passwd-echo.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="ventrilo-server-passwd-echo.patch" =2D-- files/ventrilo-server.sh.in.orig Wed Mar 29 12:19:30 2006 +++ files/ventrilo-server.sh.in Wed Mar 29 12:16:24 2006 @@ -34,7 +34,10 @@ ventrilo_port=3D"$2" fi echo -n "Password []: " + oldttymodes=3D`stty -g` + stty -echo read ventrilo_passwd + stty $oldttymodes ${homedir}/ventrilo_status -c2 "-t${ventrilo_srv}:${ventrilo_port}:${vent= rilo_passwd}" } =20 --Boundary-01=_iMsKEXFaWR6B4bT-- --nextPart2480161.KX5u7gFVjv Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBEKsMqxqA5ziudZT0RAmQ6AJ0fq6RAAmL1VPbvfZPSiddOxfiDogCeKhGc Bkzsr8TQptHZZAgRdaw5Opo= =zqVt -----END PGP SIGNATURE----- --nextPart2480161.KX5u7gFVjv--