To work with this patch, sysutils/policykit need to be installed. PolicyKit.conf is now deprecated. We must add .pkla file in /usr/local/etc/polkit-1/localauthority/50-local.d directory. Mine looks like [Restart] Identity=unix-group:users Action=org.freedesktop.consolekit.system.restart ResultAny=yes ResultInactive=yes ResultActive=yes [Shutdown] Identity=unix-group:users Action=org.freedesktop.consolekit.system.stop ResultAny=yes ResultInactive=yes ResultActive=yes 'users' is main group on my system. Good documentation http://hal.freedesktop.org/docs/polkit/pklocalauthority.8.html Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->oliver Over to maintainer (via the GNATS Auto Assign Tool)
oliver 2011-04-25 11:59:52 UTC FreeBSD ports repository Modified files: x11-wm/xfce4-session Makefile distinfo pkg-plist Added files: x11-wm/xfce4-session pkg-message x11-wm/xfce4-session/files patch-xfce4-session_xfsm-shutdown-helper.c Removed files: x11-wm/xfce4-session/files patch-Makefile.in Log: update to 4.8.1 PR: ports/156312 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Revision Changes Path 1.52 +21 -6 ports/x11-wm/xfce4-session/Makefile 1.18 +2 -2 ports/x11-wm/xfce4-session/distinfo 1.2 +0 -28 ports/x11-wm/xfce4-session/files/patch-Makefile.in (dead) 1.1 +12 -0 ports/x11-wm/xfce4-session/files/patch-xfce4-session_xfsm-shutdown-helper.c (new) 1.1 +17 -0 ports/x11-wm/xfce4-session/pkg-message (new) 1.20 +43 -110 ports/x11-wm/xfce4-session/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks!