]> git.pld-linux.org Git - packages/X11.git/blobdiff - xfs.init
- dropping from head (ok by hawk). current rev are version-tagged if something is...
[packages/X11.git] / xfs.init
index 8e5af30901d32e6e64010954752331ff2a2a0f7c..c118987f5b9c708d25eb978c5ce790600216e8af 100644 (file)
--- a/xfs.init
+++ b/xfs.init
@@ -15,7 +15,7 @@
 . /etc/rc.d/init.d/functions
 
 # Get service config
-if [ -f /etc/sysconfig/xfs ] ; then
+if [ -f /etc/sysconfig/xfs ]; then
        . /etc/sysconfig/xfs
 fi
 
@@ -60,7 +60,7 @@ case "$1" in
                killproc xfs -USR1
                RETVAL=$?
        else
-               msg_not_running "X Font Server" >&2
+               msg_not_running "X Font Server"
                exit 7
        fi
        ;;
This page took 0.027693 seconds and 4 git commands to generate.