# File lib/specinfra/command/solaris/base/port.rb, line 8
    def check_is_listening_with_protocol(port, protocol)
      regexp = ".*\\.#{port} "
      "netstat -an -P #{escape(protocol)} 2> /dev/null | grep -- LISTEN | grep -- #{escape(regexp)}"
    end