From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Vincent Legoll <vincent.legoll@gmail.com>
Cc: 39528@debbugs.gnu.org
Subject: [bug#39528] [PATCH v3] Add tunctl
Date: Mon, 10 Feb 2020 00:06:08 +0100 [thread overview]
Message-ID: <87d0an1hun.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <CAEwRq=pO-drD7VRWHSGDEBp+HVanc9c6C3Euc7v1TzXJ2pEBBQ@mail.gmail.com> (Vincent Legoll's message of "Sun, 9 Feb 2020 23:50:19 +0100")
Hello,
Vincent Legoll <vincent.legoll@gmail.com> writes:
> with a better commit msg this time
> + (replace 'install
> + (lambda* (#:key outputs #:allow-other-keys)
> + (let* ((out (assoc-ref outputs "out"))
> + (bin (string-append out "/bin")))
> + (mkdir-p bin)
> + (copy-file "tunctl"
> + (string-append bin "/tunctl")))
You can replace the two last lines with
(install-file "tunctl" bin)
> + (description "Utility to set up and maintain TUN/TAP network interfaces")
This is a bit short. What about:
tunctl is used to set up and maintain persistent TUN/TAP network
interfaces, enabling user applications to simulate network traffic.
Such interfaces is useful for VPN software, virtualization, emulation,
simulation, and a number of other applications.
Thank you!
Regards,
--
Nicolas Goaziou
next prev parent reply other threads:[~2020-02-09 23:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-09 15:44 [bug#39528] [PATCH 0/1] add tunctl Vincent Legoll
2020-02-09 15:49 ` [bug#39528] [PATCH 1/1] " Vincent Legoll
2020-02-09 22:45 ` [bug#39528] [PATCH v2] " Vincent Legoll
2020-02-09 22:50 ` [bug#39528] [PATCH v3] Add tunctl Vincent Legoll
2020-02-09 23:06 ` Nicolas Goaziou [this message]
2020-02-09 23:40 ` [bug#39528] [PATCH v4] " Vincent Legoll
2020-02-10 0:03 ` bug#39528: " Nicolas Goaziou
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87d0an1hun.fsf@nicolasgoaziou.fr \
--to=mail@nicolasgoaziou.fr \
--cc=39528@debbugs.gnu.org \
--cc=vincent.legoll@gmail.com \
/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.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).