Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 2014 00:20:14 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359426 - head/security/aide
Message-ID:  <201406270020.s5R0KEHG005111@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Fri Jun 27 00:20:13 2014
New Revision: 359426
URL: http://svnweb.freebsd.org/changeset/ports/359426
QAT: https://qat.redports.org/buildarchive/r359426/

Log:
  Fix LEFTOVER.

Modified:
  head/security/aide/pkg-plist

Modified: head/security/aide/pkg-plist
==============================================================================
--- head/security/aide/pkg-plist	Thu Jun 26 22:28:34 2014	(r359425)
+++ head/security/aide/pkg-plist	Fri Jun 27 00:20:13 2014	(r359426)
@@ -1,9 +1,9 @@
 bin/aide
 @unexec if cmp -s %D/etc/aide.conf %D/etc/aide.conf.sample; then rm -f %D/etc/aide.conf; fi
 etc/aide.conf.sample
+@exec [ ! -f %B/aide.conf ] && cp %B/%f %B/aide.conf
 man/man1/aide.1.gz
 man/man5/aide.conf.5.gz
-@exec [ ! -f %B/aide.conf ] && cp %B/%f %B/aide.conf
 @exec /bin/mkdir -p /var/db/aide/databases
 @exec [ -f /var/db/aide/aide.conf ] || /usr/sbin/chown root:wheel /var/db/aide
 @exec [ -f /var/db/aide/aide.conf ] || /usr/sbin/chown root:wheel /var/db/aide/databases



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406270020.s5R0KEHG005111>