summaryrefslogtreecommitdiffstats
path: root/x11/kdebase4-runtime/files
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-08-12 11:05:27 +0000
committerlofi <lofi@FreeBSD.org>2004-08-12 11:05:27 +0000
commit54b1489e325005f379cb8609df88ca88b0881eb9 (patch)
tree0b12aa34cc92abb29875e3834f028ec36f849e93 /x11/kdebase4-runtime/files
parente4d9443ae81a0ea1ab3a6e1f498644babe86ae48 (diff)
downloadFreeBSD-ports-54b1489e325005f379cb8609df88ca88b0881eb9.zip
FreeBSD-ports-54b1489e325005f379cb8609df88ca88b0881eb9.tar.gz
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-runtime/files')
-rw-r--r--x11/kdebase4-runtime/files/kdm.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/kdebase4-runtime/files/kdm.sh b/x11/kdebase4-runtime/files/kdm.sh
index 7f41b8a..4793174 100644
--- a/x11/kdebase4-runtime/files/kdm.sh
+++ b/x11/kdebase4-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
-
OpenPOWER on IntegriCloud