# File lib/listen/adapters/bsd.rb, line 65
      def self.usable?
        return false unless RbConfig::CONFIG['target_os'] =~ /freebsd/i
        super
      end