[Midnightbsd-cvs] src: pathnames.h: Fixing path for X11 binary files in order to allow

archite at midnightbsd.org archite at midnightbsd.org
Mon Jun 2 00:35:16 EDT 2008


Log Message:
-----------
Fixing path for X11 binary files in order to allow ssh-add to find the
askpass utility.

Modified Files:
--------------
    src/crypto/openssh:
        pathnames.h (r1.2 -> r1.3)

-------------- next part --------------
Index: pathnames.h
===================================================================
RCS file: /home/cvs/src/crypto/openssh/pathnames.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -L crypto/openssh/pathnames.h -L crypto/openssh/pathnames.h -u -r1.2 -r1.3
--- crypto/openssh/pathnames.h
+++ crypto/openssh/pathnames.h
@@ -119,7 +119,7 @@
  * Default location of askpass
  */
 #ifndef _PATH_SSH_ASKPASS_DEFAULT
-#define _PATH_SSH_ASKPASS_DEFAULT	"/usr/X11R6/bin/ssh-askpass"
+#define _PATH_SSH_ASKPASS_DEFAULT	"/usr/local/bin/ssh-askpass"
 #endif
 
 /* Location of ssh-keysign for hostbased authentication */


More information about the Midnightbsd-cvs mailing list