aboutsummaryrefslogtreecommitdiff
path: root/x11/kde4-baseapps
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-08-12 11:05:27 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-08-12 11:05:27 +0000
commitc625071daf57808f8b28e4cc56690e524a3af9c3 (patch)
treea10fc7cec4c7baf60842b7e0eeb5976894b366f3 /x11/kde4-baseapps
parent066f8590480562f7e19b922a7d22e6a75078f69c (diff)
downloadports-c625071daf57808f8b28e4cc56690e524a3af9c3.tar.gz
ports-c625071daf57808f8b28e4cc56690e524a3af9c3.zip
Notes
Diffstat (limited to 'x11/kde4-baseapps')
-rw-r--r--x11/kde4-baseapps/files/kdm.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/kde4-baseapps/files/kdm.sh b/x11/kde4-baseapps/files/kdm.sh
index 7f41b8a4f65d..479317482140 100644
--- a/x11/kde4-baseapps/files/kdm.sh
+++ b/x11/kde4-baseapps/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
-