This file is indexed.

/etc/cron.d/gforge-shell-postgresql is in gforge-shell-postgresql 5.1.1-2.

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
16
FFDIR=/usr/share/gforge
FFCRON=/usr/share/gforge/cronjobs
FFUSER=gforge

# You may need to change the pathname to php CLI (command line interface)
PHP="/usr/bin/php -q -d include_path=.:/etc/gforge:/usr/share/gforge:/usr/share/gforge/www/include"

# Don't mail command output to anyone.
MAILTO=""

#
# Regular cron jobs for shell-postgresql
#

# SCM/user/group update
0 * * * * root [ -x /usr/share/gforge/bin/update-user-group-ssh.sh ] && /usr/share/gforge/bin/update-user-group-ssh.sh > /dev/null 2>&1