diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-12 11:05:27 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-12 11:05:27 +0000 |
commit | c625071daf57808f8b28e4cc56690e524a3af9c3 (patch) | |
tree | a10fc7cec4c7baf60842b7e0eeb5976894b366f3 /x11/kdebase3 | |
parent | Disable 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.sh | 3 |
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 - |