]> andersk Git - gssapi-openssh.git/commitdiff
added _PATH_STDPATH_WITH_SCP which is _PATH_STDPATH plus $GLOBUS_LOCATION/bin
authorjbasney <jbasney>
Mon, 13 May 2002 19:13:44 +0000 (19:13 +0000)
committerjbasney <jbasney>
Mon, 13 May 2002 19:13:44 +0000 (19:13 +0000)
so scp is always in the path

openssh/pathnames.h

index df9b40973014e868fa355937d4b93705de5d99ef..6b8846f112edee4eebaf22cebb617a550746a59a 100644 (file)
@@ -157,3 +157,6 @@ extern char *_PATH_SFTP_SERVER;
 
 /* Path to rand helper */
 extern char *SSH_RAND_HELPER;
+
+/* Default user path that includes location of scp. */
+extern char *_PATH_STDPATH_WITH_SCP;
This page took 0.703062 seconds and 5 git commands to generate.