]> git.pld-linux.org Git - packages/X11.git/commitdiff
- formatting
authorankry <ankry@pld-linux.org>
Tue, 27 May 2003 21:55:03 +0000 (21:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xdm.init -> 1.8
    xfs.init -> 1.11

xdm.init
xfs.init

index 8be594e9596304413dafb4c1b912880f45eca4f1..e06b49e9b29438d5df128d2e5b83f46fc3bfa08b 100644 (file)
--- a/xdm.init
+++ b/xdm.init
@@ -16,7 +16,7 @@
 . /etc/rc.d/init.d/functions
 
 # Get service config
-if [ -f /etc/sysconfig/xdm ] ; then
+if [ -f /etc/sysconfig/xdm ]; then
        . /etc/sysconfig/xdm
 fi
 
index 8e5af30901d32e6e64010954752331ff2a2a0f7c..2b98bbefa18a3f9430ccf6caa538197c2fcd99f8 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
 
This page took 2.484179 seconds and 4 git commands to generate.