Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] autossh: new package
Date: Tue, 15 May 2012 11:54:37 +0200	[thread overview]
Message-ID: <87sjf1vkf6.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1337059661-4008-1-git-send-email-faessler@was.ch> ("Dominik Fässler"'s message of "Tue, 15 May 2012 07:27:41 +0200")

>>>>> "Dominik" == Dominik F?ssler <faessler@was.ch> writes:

Hi,

 Dominik> +++ b/package/autossh/Config.in
 Dominik> @@ -0,0 +1,8 @@
 Dominik> +config BR2_PACKAGE_AUTOSSH
 Dominik> +	bool "autossh"
 Dominik> +	select BR2_PACKAGE_OPENSSH

Doesn't this work with dropbear? Autossh afaik just creates a port
forward loop and monitors that the connection is alive, which should
work for dropbear as well.

 Dominik> diff --git a/package/autossh/autossh.mk b/package/autossh/autossh.mk
 Dominik> new file mode 100644
 Dominik> index 0000000..d81731a
 Dominik> --- /dev/null
 Dominik> +++ b/package/autossh/autossh.mk
 Dominik> @@ -0,0 +1,16 @@
 Dominik> +#############################################################
 Dominik> +#
 Dominik> +# autossh
 Dominik> +#
 Dominik> +#############################################################
 Dominik> +
 Dominik> +AUTOSSH_VERSION = 1.4c
 Dominik> +AUTOSSH_SOURCE = autossh-$(AUTOSSH_VERSION).tgz
 Dominik> +AUTOSSH_SITE = http://www.harding.motd.ca/autossh
 Dominik> +AUTOSSH_DEPENDENCIES = openssh
 Dominik> +
 Dominik> +define AUTOSSH_INSTALL_TARGET_CMDS
 Dominik> +	$(INSTALL) -D -m 0755 $(@D)/autossh $(TARGET_DIR)/bin

On my Debian machine autossh is in /usr/bin, and is just a shell wrapper
around the real binary in /usr/lib/autossh. Is there any specific reason
why you don't just use make install?

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2012-05-15  9:54 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-15  5:27 [Buildroot] [PATCH] autossh: new package Dominik Fässler
2012-05-15  9:54 ` Peter Korsgaard [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-10-14 13:46 Gustavo Zacarias
2013-10-14 20:02 ` Peter Korsgaard
2013-10-14 20:08   ` Gustavo Zacarias
2013-10-14 20:33     ` Peter Korsgaard
2013-10-15  8:26       ` Thomas Petazzoni
2013-10-15 12:29         ` Gustavo Zacarias
2013-10-15 12:47           ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sjf1vkf6.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox