diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-28 10:16:02 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-28 10:16:02 +0000 |
commit | 9766293b0b7d8ceaed50c29a850b962aabbbc405 (patch) | |
tree | ca1bf5eddc6e8bedb4108b4bb132b2bb143b5c4a /misc/sshbuddy/files/patch-sshbuddy.expk | |
parent | - Update to 5.45 (diff) |
- Chase devel/expect update
Notes
Notes:
svn path=/head/; revision=346483
Diffstat (limited to 'misc/sshbuddy/files/patch-sshbuddy.expk')
-rw-r--r-- | misc/sshbuddy/files/patch-sshbuddy.expk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/sshbuddy/files/patch-sshbuddy.expk b/misc/sshbuddy/files/patch-sshbuddy.expk new file mode 100644 index 000000000000..1980c726841d --- /dev/null +++ b/misc/sshbuddy/files/patch-sshbuddy.expk @@ -0,0 +1,17 @@ +--- sshbuddy.expk.orig 2014-02-28 10:41:40.000000000 +0100 ++++ sshbuddy.expk 2014-02-28 10:41:58.000000000 +0100 +@@ -1,4 +1,4 @@ +-#!/usr/bin/expectk ++#!%%WISH%% + # + # EDIT THE ABOVE LINE TO POINT TO WHERE expectk LIVES + # +@@ -10,6 +10,8 @@ + # + # Version Beta1.05 + ++package require Expect ++ + set expect_path [exec which expect] + + ######################################################################## |