This file is indexed.

/usr/bin/rmsgmerge is in libgettext-ruby1.8 2.1.0-2.1ubuntu1.

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
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
#! /usr/bin/ruby1.8
=begin
  rmsgmerge - ruby version of msgmerge

  Copyright (C) 2005-2009  Masao Mutoh
 
  You may redistribute it and/or modify it under the same
  license terms as Ruby.
=end

begin
  require 'gettext/tools/rmsgmerge'
rescue LoadError
  begin
    require 'rubygems'
    require 'gettext/tools/rmsgmerge'
  rescue LoadError
    raise 'Ruby-GetText-Package are not installed.'
  end
end

GetText.rmsgmerge