aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kdebase4
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-08-12 19:05:27 +0800
committerlofi <lofi@FreeBSD.org>2004-08-12 19:05:27 +0800
commit54b1489e325005f379cb8609df88ca88b0881eb9 (patch)
tree0b12aa34cc92abb29875e3834f028ec36f849e93 /x11/kdebase4
parente4d9443ae81a0ea1ab3a6e1f498644babe86ae48 (diff)
downloadfreebsd-ports-gnome-54b1489e325005f379cb8609df88ca88b0881eb9.tar.gz
freebsd-ports-gnome-54b1489e325005f379cb8609df88ca88b0881eb9.tar.zst
freebsd-ports-gnome-54b1489e325005f379cb8609df88ca88b0881eb9.zip
Tell genkdmconf to ignore existing bits of xdm/kdm configuration, if it
finds them and just create defaults as intended.
Diffstat (limited to 'x11/kdebase4')
-rw-r--r--x11/kdebase4/files/kdm.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/kdebase4/files/kdm.sh b/x11/kdebase4/files/kdm.sh
index 7f41b8a4f65d..479317482140 100644
--- a/x11/kdebase4/files/kdm.sh
+++ b/x11/kdebase4/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
-