diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-12-19 21:19:54 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-12-19 21:19:54 +0000 |
commit | 1160fd7012e9178dcc628403246431be1258220c (patch) | |
tree | 7e40351a3df9a22683e158e9f84074c3071a0c56 /UPDATING | |
parent | cba6322b417f491888799446be04740401e2d0fb (diff) | |
download | ports-1160fd7012e9178dcc628403246431be1258220c.tar.gz ports-1160fd7012e9178dcc628403246431be1258220c.zip |
Notes
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 |