This file is indexed.

/usr/lib/courier/makeuucpneighbors is in courier-mta 0.68.2-1ubuntu7.

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
#! /bin/bash
#
# Copyright 2000 Double Precision, Inc.  See COPYING for
# distribution information.

prefix="/usr"
exec_prefix="/usr"
sysconfdir="/etc/courier"
localstatedir="/var/lib/courier"
bindir="/usr/bin"

umask 022
exec ${bindir}/makedat \
	-src=${sysconfdir}/uucpneighbors \
	-file=${sysconfdir}/uucpneighbors.dat \
	-tmp=${sysconfdir}/uucpneighbors.tmp