script/init.d/ethercat.in
changeset 1804 742607c464c4
parent 1790 c4e3ee5632b2
child 2421 bc2d4bf9cbe5
child 2589 2b9c78543663
--- a/script/init.d/ethercat.in	Tue Feb 02 19:38:32 2010 +0100
+++ b/script/init.d/ethercat.in	Fri Feb 05 10:29:47 2010 +0100
@@ -29,6 +29,8 @@
 #  technology and brand is only permitted in compliance with the industrial
 #  property and similar rights of Beckhoff Automation GmbH.
 #
+#  vim: expandtab
+#
 #------------------------------------------------------------------------------
 
 ### BEGIN INIT INFO
@@ -58,9 +60,9 @@
 if [ ! -r ${ETHERCAT_CONFIG} ]; then
     echo ${ETHERCAT_CONFIG} not existing;
     if [ "${1}" = "stop" ]; then
-	exit 0
-    else
-	exit 6
+        exit 0
+    else
+        exit 6
     fi
 fi