summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/networking/mosh/mosh-client_path.patch
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-01-19 01:18:25 +0000
committerGitHub <noreply@github.com>2021-01-19 01:18:25 +0000
commite8a1f18e58cc0e075de9f583ae547799b39f7489 (patch)
tree302b100cf3b232ea5fd16b04576999e6d892eaac /pkgs/tools/networking/mosh/mosh-client_path.patch
parent38553bd4923324ebd3c0d68eb53325588027bcb3 (diff)
parent726c05e5a8bda34a0bca5a12d42614be73e7439a (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/tools/networking/mosh/mosh-client_path.patch')
-rw-r--r--pkgs/tools/networking/mosh/mosh-client_path.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/pkgs/tools/networking/mosh/mosh-client_path.patch b/pkgs/tools/networking/mosh/mosh-client_path.patch
new file mode 100644
index 000000000000..327fb7af9260
--- /dev/null
+++ b/pkgs/tools/networking/mosh/mosh-client_path.patch
@@ -0,0 +1,22 @@
+diff --git a/scripts/mosh.pl b/scripts/mosh.pl
+index 56e96d7..2a2177e 100755
+--- a/scripts/mosh.pl
++++ b/scripts/mosh.pl
+@@ -61,7 +61,7 @@ my $have_ipv6 = eval {
+
+ $|=1;
+
+-my $client = 'mosh-client';
++my $client = '@mosh-client@';
+ my $server = 'mosh-server';
+
+ my $predict = undef;
+@@ -91,7 +91,7 @@ my @cmdline = @ARGV;
+ my $usage =
+ qq{Usage: $0 [options] [--] [user@]host [command...]
+ --client=PATH mosh client on local machine
+- (default: "mosh-client")
++ (default: "@mosh-client@")
+ --server=COMMAND mosh server on remote machine
+ (default: "mosh-server")
+