diff options
author | bapt <bapt@FreeBSD.org> | 2016-11-20 20:50:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-11-20 20:50:52 +0800 |
commit | 66b20c47b1af3321658d3b69a53e6149bb9dce7c (patch) | |
tree | ad77ece9affe4195d00b5f7858bb0791ee5a7ad7 /sysutils/consolekit | |
parent | fd7edf5c792135b444fc1e4e06fc771ad91f0a1c (diff) | |
download | freebsd-ports-gnome-66b20c47b1af3321658d3b69a53e6149bb9dce7c.tar.gz freebsd-ports-gnome-66b20c47b1af3321658d3b69a53e6149bb9dce7c.tar.zst freebsd-ports-gnome-66b20c47b1af3321658d3b69a53e6149bb9dce7c.zip |
Use @postexec instead of @exec
Diffstat (limited to 'sysutils/consolekit')
-rw-r--r-- | sysutils/consolekit/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/consolekit/pkg-plist b/sysutils/consolekit/pkg-plist index 30f1ba35429b..0578b7bfa7ad 100644 --- a/sysutils/consolekit/pkg-plist +++ b/sysutils/consolekit/pkg-plist @@ -26,7 +26,7 @@ share/dbus-1/system-services/org.freedesktop.ConsoleKit.service 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 |