Install bash_completion rule and (optionally) UFW firewall profile
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
nobase_dist_sysconf_DATA =
|
||||
|
||||
if INSTALL_UFW
|
||||
nobase_dist_sysconf_DATA += ufw/applications.d/mosh
|
||||
endif
|
||||
|
||||
if INSTALL_COMPLETION
|
||||
nobase_dist_sysconf_DATA += bash_completion.d/mosh
|
||||
endif
|
||||
@@ -0,0 +1 @@
|
||||
complete -F _known_hosts mosh
|
||||
@@ -0,0 +1,4 @@
|
||||
[mosh]
|
||||
title=Mosh (mobile shell)
|
||||
description=Mobile shell that supports roaming and intelligent local echo
|
||||
ports=60000:61000/udp
|
||||
Reference in New Issue
Block a user