/usr/bin/capify is in capistrano 3.2.1-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | #!/usr/bin/ruby
puts "-" * 80
puts "Capistrano 3.x is incompatible with Capistrano 2.x. "
puts
puts "This command has become `cap install` in Capistrano 3.x"
puts
puts "For more information see http://www.capistranorb.com/"
puts "-" * 80
|