]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
vim modeline is unneccessary here.
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 9 Mar 2006 11:21:10 +0000 (11:21 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 9 Mar 2006 11:21:10 +0000 (11:21 +0000)
svn-id: @7125

rc.d/init.d/template.init

index fe39be44fe5211f0fd6795b7b19ab11f7b62d38b..8fe94b052afd9749a7bf77a1c76f3093ee408912 100644 (file)
@@ -8,7 +8,6 @@
 #
 # $Id$
 
-
 # Source function library
 . /etc/rc.d/init.d/functions
 
@@ -34,7 +33,6 @@ else
        exit 0
 fi
 
-
 # See how we were called.
 case "$1" in
   start)
@@ -92,6 +90,3 @@ case "$1" in
 esac
 
 exit $RETVAL
-
-# This must be last line !
-# vi:syntax=sh
This page took 0.046111 seconds and 4 git commands to generate.