Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2006 17:30:22 GMT
From:      Anish Mistry <amistry@am-productions.biz>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/95071: New Port: audio/ventrilo-server
Message-ID:  <200603291730.k2THUMx3094611@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/95071; it has been noted by GNATS.

From: Anish Mistry <amistry@am-productions.biz>
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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603291730.k2THUMx3094611>