Slightly better margins for deprecation

bug/bundler_fix
Tod Beardsley 2012-11-05 12:15:11 -06:00
parent 628f676b21
commit c8fd6ded0c
1 changed files with 4 additions and 3 deletions

View File

@ -39,9 +39,10 @@ end
# TODO
def print_deprecation_warning
$stdout.puts "[*] Deprecation : The next version of Metasploit will update over the git"
$stdout.puts "[*] protocol, which requires outbound access to github.com:9418/TCP."
$stdout.puts "[*] Please adjust your egress firewall rules accordingly."
$stdout.puts "[*] Deprecation Note: The next version of Metasploit will"
$stdout.puts "[*] update over the git protocol, which requires outbound"
$stdout.puts "[*] access to github.com:9418/TCP."
$stdout.puts "[*] Please adjust your egress firewall rules accordingly."
end
# Some of these args are meaningful for SVN, some for Git,