Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2016 12:50:52 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426580 - head/sysutils/consolekit
Message-ID:  <201611201250.uAKCoqYb063875@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Nov 20 12:50:52 2016
New Revision: 426580
URL: https://svnweb.freebsd.org/changeset/ports/426580

Log:
  Use @postexec instead of @exec

Modified:
  head/sysutils/consolekit/pkg-plist

Modified: head/sysutils/consolekit/pkg-plist
==============================================================================
--- head/sysutils/consolekit/pkg-plist	Sun Nov 20 12:45:36 2016	(r426579)
+++ head/sysutils/consolekit/pkg-plist	Sun Nov 20 12:50:52 2016	(r426580)
@@ -26,7 +26,7 @@ share/dbus-1/system-services/org.freedes
 share/polkit-1/actions/org.freedesktop.consolekit.policy
 @dir /var/run/ConsoleKit
 @dir /var/log/ConsoleKit
-@exec /usr/bin/touch /var/log/ConsoleKit/history
+@postexec /usr/bin/touch /var/log/ConsoleKit/history
 @rmtry /var/log/ConsoleKit/history
 @dir etc/ConsoleKit/run-seat.d
 @dir etc/ConsoleKit/run-session.d



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