This file is indexed.

/usr/share/phoronix-test-suite/pts-core/static/examples/update-kernel-from-ubuntu-daily-ppa is in phoronix-test-suite 4.8.3-1.

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
#!/bin/sh

# Example script for Phoromatic Kernel Tracker
# http://kernel-tracker.phoromatic.com/
# Toss into /etc/cron.hourly/

hour=`date +%k`
# hour=7
if [ $hour -ne 7 ] ; then
        exit
fi

/etc/phoromatic-tracker-update-kernel > /tmp/update-kernel-log 2>&1