summaryrefslogtreecommitdiffstats
path: root/hosts/profitbricks-build5-amd64/etc/rc.local
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/profitbricks-build5-amd64/etc/rc.local')
-rwxr-xr-xhosts/profitbricks-build5-amd64/etc/rc.local3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/profitbricks-build5-amd64/etc/rc.local b/hosts/profitbricks-build5-amd64/etc/rc.local
index ae0a771a..32343784 100755
--- a/hosts/profitbricks-build5-amd64/etc/rc.local
+++ b/hosts/profitbricks-build5-amd64/etc/rc.local
@@ -20,5 +20,8 @@ systemctl stop systemd-timedated
ntpdate -b de.pool.ntp.org
date --set="+398 days +6 hours + 23 minutes"
echo "$(date) - system is running in the future now" | mail -s "$(hostname -f) in the future" root
+# disable check for outdated packages as in the future (like this)
+# packages from security.d.o will appear outdated always…
+ln -sf /bin/true /usr/local/bin/dsa-check-packages
exit 0