maybe chmod 0644 'cron.d/apticron'
maybe chmod 0644 'cron.d/greetings'
maybe chmod 0644 'cron.d/php'
-maybe chmod 0644 'cron.d/php5'
maybe chmod 0644 'cron.d/sysstat'
maybe chmod 0755 'cron.daily'
maybe chmod 0644 'cron.daily/.placeholder'
maybe chmod 0644 'php5/fpm/php.ini.2016.07.20.08.58.54'
maybe chmod 0755 'php5/fpm/pool.d'
maybe chmod 0644 'php5/fpm/pool.d/www.conf.2016.07.20.08.58.54'
-maybe chmod 0755 'php5/mods-available'
-maybe chmod 0644 'php5/mods-available/curl.ini'
-maybe chmod 0644 'php5/mods-available/mcrypt.ini'
-maybe chmod 0644 'php5/mods-available/opcache.ini'
-maybe chmod 0644 'php5/mods-available/pdo.ini'
maybe chmod 0755 'phpmyadmin'
maybe chmod 0644 'phpmyadmin/apache.conf'
maybe chmod 0755 'phpmyadmin/conf.d'
+++ /dev/null
-# /etc/cron.d/php5: crontab fragment for php5
-# This purges session files in session.save_path older than X,
-# where X is defined in seconds as the largest value of
-# session.gc_maxlifetime from all your SAPI php.ini files
-# or 24 minutes if not defined. The script triggers only
-# when session.save_handler=files.
-#
-# WARNING: The scripts tries hard to honour all relevant
-# session PHP options, but if you do something unusual
-# you have to disable this script and take care of your
-# sessions yourself.
-
-# Look for and purge old sessions every 30 minutes
-09,39 * * * * root [ -x /usr/lib/php5/sessionclean ] && /usr/lib/php5/sessionclean