diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2011-11-01 17:39:17 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2011-11-01 17:39:17 +0000 |
commit | ec280db04b18fdfbadada492b67b97186d9e4427 (patch) | |
tree | 617ad5f581c0e5c3864211f8069ea181b6f7bfe4 /UPDATING | |
parent | d72e5529532b4f9a219835eda6222b37369deb47 (diff) |
- Add instructions to fix KDM configuration.
Reported by: Adam Vande More <amvandemore@gmail.com> via e-mail
Notes
Notes:
svn path=/head/; revision=284857
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20111101: + AFFECTS: users of x11/kde4-workspace + AUTHOR: kde@FreeBSD.org + + If your KDM fails with the message + 'X server "/usr/bin/X" cannot be executed' + you need to delete its configuration file and restart it: + + # rm /usr/local/kde4/share/config/kdm/kdmrc + # service kdm4 restart + +20111101: AFFECTS: users of graphics/poppler-gtk AUTHOR: Koop Mast <kwm@FreeBSD.org> |