#!/bin/sh
#
# Perform update-aide.conf call before calling aide, since the autogenerated
# configuration is now the default config file

PATH=/usr/sbin:/sbin:/usr/bin:/bin

update-aide.conf
/usr/bin/aide.real $@
