summaryrefslogtreecommitdiff
path: root/x11/kdebase3
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/kdebase3
parentDisable malfunctioning configure check for java (which isn't used for any- (diff)
Tell genkdmconf to ignore existing bits of xdm/kdm configuration, if it
finds them and just create defaults as intended.
Diffstat (limited to 'x11/kdebase3')
-rw-r--r--x11/kdebase3/files/kdm.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/kdebase3/files/kdm.sh b/x11/kdebase3/files/kdm.sh
index 7f41b8a4f65d..479317482140 100644
--- a/x11/kdebase3/files/kdm.sh
+++ b/x11/kdebase3/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
-