~ubuntu-branches/ubuntu/trusty/aide/trusty

« back to all changes in this revision

Viewing changes to debian/wrapper/aide.wrapper

  • Committer: Bazaar Package Importer
  • Author(s): Marc Haber
  • Date: 2007-03-06 12:03:24 UTC
  • Revision ID: james.westby@ubuntu.com-20070306120324-02usb8ekj2dg07ui
Tags: 0.13.1-5
* 31_aide_apt:
  * add rule generation for deb-src lines
  * fix ARCHIVESDIR/lock for sarge
* 31_aide_aide: Apply patch by Tim Stoop. Closes: #412320
* cron.daily:
  * handle broken hostname
  * fix language issue regarding return code
  * remove last references to former CHANGES variable.
    Thanks to P.M. van Aalten. Closes: #411823
* zg2.d/31_local_apt_settings: set IGNORE_FRQCHG yes by default
* 31_aide_dovecot: add /var/lib/dovecot
* 31_aide_exim4:
  * zap obsolete rule for dh-params
  * add /root/.rnd (side effect of openssl gendh)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
  CONFIG="--config /var/lib/aide/aide.conf.autogenerated"
23
23
fi
24
24
/usr/bin/aide $CONFIG "$@"
 
25
RET=$?
25
26
 
26
27
if command -v dotlockfile >/dev/null 2>&1; then
27
28
  dotlockfile -u $LOCKFILE
28
29
fi
 
30
 
 
31
exit $RET