From nobody@FreeBSD.org  Fri Nov 16 18:47:41 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id CED1DE98
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 16 Nov 2012 18:47:41 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id B5B2F8FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 16 Nov 2012 18:47:41 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qAGIlfVN066200
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 16 Nov 2012 18:47:41 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id qAGIlflx066193;
	Fri, 16 Nov 2012 18:47:41 GMT
	(envelope-from nobody)
Message-Id: <201211161847.qAGIlflx066193@red.freebsd.org>
Date: Fri, 16 Nov 2012 18:47:41 GMT
From: "Wojciech A. Koszek" <wkoszek@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: csup(1) manpage refers to "runsocks", which was part of net/socks5, which doesn't exist now
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         173664
>Category:       docs
>Synopsis:       csup(1) manpage refers to "runsocks", which was part of net/socks5, which doesn't exist now
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    eadler
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 16 18:50:00 UTC 2012
>Closed-Date:    Sun Apr 28 02:25:34 UTC 2013
>Last-Modified:  Sun Apr 28 02:25:34 UTC 2013
>Originator:     Wojciech A. Koszek
>Release:        9.0
>Organization:
FreeBSD
>Environment:
FreeBSD seu 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:15:25 UTC 2012     root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
I did 'man csup' in hope to find ready-to-use solution for getting csup(1) to work from behind the SOCKS5 proxy.

Manual page is referring to "standard runsocks" command.

I had to Google to learn it's a part of "net/socks5" port.

I tried pkg_add -r socks5

No such a port. After

portsnap fetch
portsnap extract

You can see this port doesn't exist anymore.

We need ready to use solution ("givemewhatevernecessarytomakeproxywork.sh") to get this configuration going quickly.


>How-To-Repeat:
man csup
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->eadler 
Responsible-Changed-By: eadler 
Responsible-Changed-When: Sat Feb 9 00:39:44 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173664 
State-Changed-From-To: open->analyzed 
State-Changed-By: eadler 
State-Changed-When: Sat Feb 9 00:44:10 UTC 2013 
State-Changed-Why:  
awaiting approval or review prior to commit (no action needed from 
submitter) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173664 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/173664: commit references a PR
Date: Sat,  9 Feb 2013 17:14:10 +0000 (UTC)

 Author: eadler
 Date: Sat Feb  9 17:13:54 2013
 New Revision: 246594
 URL: http://svnweb.freebsd.org/changeset/base/246594
 
 Log:
   Reference something which exists instead of the non-existent runsocks
   program.
   
   PR:		docs/173664
   Submitted by:	wkoszek
   Approved by:	bcr (mentor)
 
 Modified:
   head/usr.bin/csup/csup.1
 
 Modified: head/usr.bin/csup/csup.1
 ==============================================================================
 --- head/usr.bin/csup/csup.1	Sat Feb  9 17:13:51 2013	(r246593)
 +++ head/usr.bin/csup/csup.1	Sat Feb  9 17:13:54 2013	(r246594)
 @@ -24,7 +24,7 @@
  .\" $Id: cvsup.1,v 1.70 2003/03/04 18:23:46 jdp Exp $
  .\" $FreeBSD$
  .\"
 -.Dd February 1, 2006
 +.Dd Feburary 8, 2013
  .Dt CSUP 1
  .Os FreeBSD
  .Sh NAME
 @@ -902,14 +902,14 @@ will work through any firewall which per
  port 5999 of the server host.
  .Sh USING csup WITH SOCKS
  .Nm
 -can be used through a SOCKS proxy server with the standard
 -.Nm runsocks
 +can be used through a SOCKS proxy server with the
 +.Nm tsocks
  command.
 -Your
 +The
  .Nm
  executable needs to be dynamically-linked with the system
  libraries for
 -.Nm runsocks
 +.Nm tsocks
  to work properly.
  .Sh USING ssh PORT FORWARDING
  As an alternative to SOCKS, a user behind a firewall can penetrate it
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: analyzed->patched 
State-Changed-By: eadler 
State-Changed-When: Sat Feb 9 17:24:14 UTC 2013 
State-Changed-Why:  
committed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173664 
State-Changed-From-To: patched->closed 
State-Changed-By: eadler 
State-Changed-When: Sun Apr 28 02:25:33 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173664 
>Unformatted:
