From 54b1489e325005f379cb8609df88ca88b0881eb9 Mon Sep 17 00:00:00 2001 From: lofi Date: Thu, 12 Aug 2004 11:05:27 +0000 Subject: Tell genkdmconf to ignore existing bits of xdm/kdm configuration, if it finds them and just create defaults as intended. --- x11/kde4-runtime/files/kdm.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'x11/kde4-runtime') diff --git a/x11/kde4-runtime/files/kdm.sh b/x11/kde4-runtime/files/kdm.sh index 7f41b8a4f65d..479317482140 100644 --- a/x11/kde4-runtime/files/kdm.sh +++ b/x11/kde4-runtime/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 - -- cgit