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/kde4-baseapps | |
parent | 066f8590480562f7e19b922a7d22e6a75078f69c (diff) | |
download | ports-c625071daf57808f8b28e4cc56690e524a3af9c3.tar.gz ports-c625071daf57808f8b28e4cc56690e524a3af9c3.zip |
Notes
Diffstat (limited to 'x11/kde4-baseapps')
-rw-r--r-- | x11/kde4-baseapps/files/kdm.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/kde4-baseapps/files/kdm.sh b/x11/kde4-baseapps/files/kdm.sh index 7f41b8a4f65d..479317482140 100644 --- a/x11/kde4-baseapps/files/kdm.sh +++ b/x11/kde4-baseapps/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 - |