forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
17 lines
405 B
Text
17 lines
405 B
Text
--- 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]
|
|
|
|
########################################################################
|