This file is indexed.

/usr/share/kconf_update/kalarm-version.pl is in kalarm 4:17.12.3-0ubuntu1.

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/perl -w
# Write the config file version

use strict;

if ($ARGV[0]) {
	print "Version=$ARGV[0]\n";
}