summaryrefslogtreecommitdiff
path: root/x11/gdm
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-04-25 02:33:07 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-04-25 02:33:07 +0000
commit87cec0193ce0c3d19fd8acada9a0b3e4f9aa9754 (patch)
treec213b7ca69f7fd83ad1252e008eced1bd6b82eaf /x11/gdm
parentFix pkg-plist. (diff)
Pad the "Sarting GDM" phrase with a leading space.
Reported by: thurners@t-online.de
Notes
Notes: svn path=/head/; revision=134093
Diffstat (limited to 'x11/gdm')
-rw-r--r--x11/gdm/files/gdm.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gdm/files/gdm.sh.in b/x11/gdm/files/gdm.sh.in
index 6f5f15052cd6..0f20ad88497e 100644
--- a/x11/gdm/files/gdm.sh.in
+++ b/x11/gdm/files/gdm.sh.in
@@ -17,7 +17,7 @@ command="%%PREFIX%%/bin/${name}"
pidfile="/var/run/${name}.pid"
gdm_start() {
- checkyesno gdm_enable && echo "Starting GDM " && \
+ checkyesno gdm_enable && echo " Starting GDM " && \
${command}
}