aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kde4-workspace
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kde4-workspace')
-rw-r--r--x11/kde4-workspace/files/kdm.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/kde4-workspace/files/kdm.sh b/x11/kde4-workspace/files/kdm.sh
index 7f41b8a4f65d..479317482140 100644
--- a/x11/kde4-workspace/files/kdm.sh
+++ b/x11/kde4-workspace/files/kdm.sh
@@ -13,6 +13,5 @@ export PATH
#Configure kdm if needed
if [ ! -r ${KDMCONFDIR}/kdmrc ]; then
echo "Generating KDM configuration";
- ${GENKDMCONF} --in ${KDMCONFDIR};
+ ${GENKDMCONF} --no-old --in ${KDMCONFDIR};
fi
-