Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Aug 2005 14:01:58 GMT
From:      Florent Thoumie <flz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 82196 for review
Message-ID:  <200508181401.j7IE1wcM036618@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=82196

Change 82196 by flz@flz_freefall on 2005/08/18 14:01:50

	- Replace sleep command with ssh -N option.
	- Celebrate first p4 commit :-)

Affected files ...

.. //depot/doc/p4cookbook.txt#7 edit

Differences ...

==== //depot/doc/p4cookbook.txt#7 (text+ko) ====

@@ -42,7 +42,7 @@
 trees.
 
 If your firewall wont let you connect:
-ssh -C -L 1666:perforce.freebsd.org:1666 freefall.freebsd.org sleep 9999999
+ssh -C -N -L 1666:perforce.freebsd.org:1666 freefall.freebsd.org
 and use P4PORT=localhost:1666
 
 ok.  this should set up to talk to perforce.  p4 keeps client state on



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