aboutsummaryrefslogtreecommitdiff
path: root/x11/kdebase4-workspace/files/kdm.in
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase4-workspace/files/kdm.in')
-rw-r--r--x11/kdebase4-workspace/files/kdm.in11
1 files changed, 5 insertions, 6 deletions
diff --git a/x11/kdebase4-workspace/files/kdm.in b/x11/kdebase4-workspace/files/kdm.in
index 06181ce3bbeb..69162f32924d 100644
--- a/x11/kdebase4-workspace/files/kdm.in
+++ b/x11/kdebase4-workspace/files/kdm.in
@@ -2,19 +2,18 @@
#
# $FreeBSD$
-# some defs
+# Some definitions.
GENKDMCONF=%%PREFIX%%/bin/genkdmconf
KDMCONFDIR=%%PREFIX%%/share/config/kdm
-#Configure kdm if needed
+# Configure KDM if needed.
if [ ! -r ${KDMCONFDIR}/kdmrc ]; then
- echo "Generating KDM configuration";
+ echo "Generating KDM configuration.";
${GENKDMCONF} --no-old --in ${KDMCONFDIR};
else
- echo "Updating KDM configuration";
+ echo "Updating KDM configuration.";
${GENKDMCONF} --in ${KDMCONFDIR};
-
fi
-#run kdm
+# Run KDM.
exec "%%PREFIX%%/bin/kdm-bin" "$@"