svn commit: r195698 - projects/jbuild/usr.bin/jdirdep

Craig Rodrigues rodrigc at FreeBSD.org
Tue Jul 14 22:16:33 UTC 2009


Author: rodrigc
Date: Tue Jul 14 22:16:32 2009
New Revision: 195698
URL: http://svn.freebsd.org/changeset/base/195698

Log:
  Set executable.
  Change repo location.

Modified:
  projects/jbuild/usr.bin/jdirdep/jgetsrc   (contents, props changed)

Modified: projects/jbuild/usr.bin/jdirdep/jgetsrc
==============================================================================
--- projects/jbuild/usr.bin/jdirdep/jgetsrc	Tue Jul 14 21:19:13 2009	(r195697)
+++ projects/jbuild/usr.bin/jdirdep/jgetsrc	Tue Jul 14 22:16:32 2009	(r195698)
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+# XX: work around ssh X11 forwarding errors
+unset DISPLAY
+
 dirs=$*
 
 ROOTDIR=`pwd`
@@ -24,7 +27,7 @@ if [ ! -d shared -a ! -h shared ]; then
 fi
 
 #JSVN=svn://localhost/EPBG/u/jbirrell/build
-JSVN=svn+ssh://localhost/c/cvs2svn/svn/repos/junos-2008/branches/jbuild
+JSVN=svn+ssh://danai-29.juniper.net/c/cvs2svn/svn/repos/junos-2008/branches/jbuild
 
 rm -f $SVNLOG $MORELOG
 touch $SVNLOG $MORELOG


More information about the svn-src-projects mailing list