]> andersk Git - gssapi-openssh.git/commitdiff
o Remove wrapper scripts from the repository.
authorcphillip <cphillip>
Thu, 2 May 2002 15:15:04 +0000 (15:15 +0000)
committercphillip <cphillip>
Thu, 2 May 2002 15:15:04 +0000 (15:15 +0000)
openssh/scp.wrapper [deleted file]
openssh/sftp.wrapper [deleted file]

diff --git a/openssh/scp.wrapper b/openssh/scp.wrapper
deleted file mode 100644 (file)
index fca65cf..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# Wrapper script to ensure that the correct files are used.
-#
-
-if [ "x$GLOBUS_LOCATION" = "x" ]; then
-  echo "Set GLOBUS_LOCATION before running this script"
-  exit 1
-fi
-
-# $GLOBUS_LOCATION/bin/scp.real -S $GLOBUS_LOCATION/bin/ssh -F /etc/ssh/ssh_config $*
-
-exec $GLOBUS_LOCATION/bin/scp.real -S $GLOBUS_LOCATION/bin/ssh $*
diff --git a/openssh/sftp.wrapper b/openssh/sftp.wrapper
deleted file mode 100644 (file)
index 332ecf7..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# Wrapper script to ensure that the correct files are used.
-#
-
-if [ "x$GLOBUS_LOCATION" = "x" ]; then
-  echo "Set GLOBUS_LOCATION before running this script"
-  exit 1
-fi
-
-# $GLOBUS_LOCATION/bin/sftp.real -S $GLOBUS_LOCATION/bin/ssh -F /etc/ssh/ssh_config $*
-
-exec $GLOBUS_LOCATION/bin/sftp.real -S $GLOBUS_LOCATION/bin/ssh $*
This page took 0.074612 seconds and 5 git commands to generate.