diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-05-07 04:48:07 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-05-07 04:48:07 +0000 |
commit | ce46e0e9f0a5b836ab2d147e15bbc5e71b6fb97f (patch) | |
tree | 55f3cd77b811f05c9b8c05527422d1115ed881af /x11-wm | |
parent | f6fdcd2a21500dc40e3461eaeece3f1f120d776a (diff) |
polkitd_enable isn't needed any longer for quite a while
Noted By: Warren Block <wblock@wonkity.com>
Notes
Notes:
svn path=/head/; revision=233343
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index e8855f77371a..2369f1997afe 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -101,7 +101,7 @@ post-install: @${ECHO} " <return result=\"yes\"/>" @${ECHO} "</match>" @${ECHO} - @${ECHO} "Make also sure, hald_enable, dbus_enable and polkitd_enable" + @${ECHO} "Make also sure, hald_enable, dbus_enable" @${ECHO} "is set to YES in your /etc/rc.conf" @${ECHO} @${ECHO} "================================================================" |