diff options
author | lofi <lofi@FreeBSD.org> | 2006-12-20 05:19:54 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-12-20 05:19:54 +0800 |
commit | 3828fc39e5d63eefcdca3ff5af0109f10b93f877 (patch) | |
tree | dfe74a40edd57f02fbd57bfa287eb3281bb050e6 /UPDATING | |
parent | c888bac68f8b3b52cf311314ac186e603ae40703 (diff) | |
download | freebsd-ports-gnome-3828fc39e5d63eefcdca3ff5af0109f10b93f877.tar.gz freebsd-ports-gnome-3828fc39e5d63eefcdca3ff5af0109f10b93f877.tar.zst freebsd-ports-gnome-3828fc39e5d63eefcdca3ff5af0109f10b93f877.zip |
Update to KDE 3.5.5 / KOffice 1.6.1
Approved by: portmgr
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -6,6 +6,18 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20061219: + AFFECTS: users of x11/kdebase3 + AUTHOR: kde@FreeBSD.org + + If you choose to enable the HAL backend for the media kioslave, + you should enable dbus, hal and policy kit during system startup. + To do this, add the following lines to /etc/rc.conf: + + dbus_enable="YES" + polkitd_enable="YES" + hald_enable="YES" + 20061212: AFFECTS: users of net/smokeping AUTHOR: lth@FreeBSD.org |