This file is indexed.

/usr/share/doc/bash/examples/startup-files/apple/login is in bash-doc 4.2+dfsg-0.1+deb7u3.

This file is owned by root:root, with mode 0o644.

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
##
# Set path
##

export PATH="${HOME}/${MACHTYPE}/bin:${HOME}/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

export MANPATH="${HOME}/man:/usr/local/share/man:/usr/share/man"

##
# Read user's login
##

if (-r ${bash_initdir}/login.mine) then
  source ${bash_initdir}/login.mine
fi