diff options
author | bsiegert <bsiegert> | 2017-05-30 18:26:49 +0000 |
---|---|---|
committer | bsiegert <bsiegert> | 2017-05-30 18:26:49 +0000 |
commit | 149b6737a15e6d396c5a819745d1125a5968caaa (patch) | |
tree | 8cda3772b51200c30bb40ecb21a388dd003e571a /net | |
parent | 20f2976ebb4b1302964f6b0506d2ed2095494713 (diff) | |
download | pkgsrc-149b6737a15e6d396c5a819745d1125a5968caaa.tar.gz |
Remove MESSAGE, bump revision.
The expected use case for mosh is using ssh for authentication, by just
running "mosh username@host". No need to spawn mosh-server and -client
manually.
Diffstat (limited to 'net')
-rw-r--r-- | net/mosh/MESSAGE | 19 | ||||
-rw-r--r-- | net/mosh/Makefile | 3 |
2 files changed, 2 insertions, 20 deletions
diff --git a/net/mosh/MESSAGE b/net/mosh/MESSAGE deleted file mode 100644 index 1e33b2ebc86..00000000000 --- a/net/mosh/MESSAGE +++ /dev/null @@ -1,19 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2012/07/20 03:15:29 agc Exp $ -=========================================================================== - -To invoke the server, you need to use a UTF-8 character set, and -a hard-coded string of "new" (to make mosh-server use getopt). e.g. - - % env LC_CTYPE="en_US.UTF-8" mosh-server new -i 192.168.98.130 - MOSH CONNECT 60001 2zDOoujUVJ1AW4YFYw36sg - % - -and to connect to that server, the invocation is - - % env LC_CTYPE="en_US.UTF-8" MOSH_KEY=2zDOoujUVJ1AW4YFYw36sg \ - mosh-client 192.168.98.130 60001 - -Please note that this package uses UDP, and so packets may be filtered -in certain environments. -=========================================================================== diff --git a/net/mosh/Makefile b/net/mosh/Makefile index a0a3c23601d..a7baa8b2b19 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2017/05/24 21:59:47 agc Exp $ +# $NetBSD: Makefile,v 1.18 2017/05/30 18:26:49 bsiegert Exp $ DISTNAME= mosh-1.3.0 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://mosh.mit.edu/ |