rc-scripts/trunk/rc.d/init.d/template.init

glen cvs at pld-linux.org
Thu Mar 9 12:21:19 CET 2006


Author: glen
Date: Thu Mar  9 12:21:10 2006
New Revision: 7125

Modified:
   rc-scripts/trunk/rc.d/init.d/template.init
Log:
vim modeline is unneccessary here.

Modified: rc-scripts/trunk/rc.d/init.d/template.init
==============================================================================
--- rc-scripts/trunk/rc.d/init.d/template.init	(original)
+++ rc-scripts/trunk/rc.d/init.d/template.init	Thu Mar  9 12:21:10 2006
@@ -8,7 +8,6 @@
 #
 # $Id$
 
-
 # Source function library
 . /etc/rc.d/init.d/functions
 
@@ -34,7 +33,6 @@
 	exit 0
 fi
 
-
 # See how we were called.
 case "$1" in
   start)
@@ -92,6 +90,3 @@
 esac
 
 exit $RETVAL
-
-# This must be last line !
-# vi:syntax=sh


More information about the pld-cvs-commit mailing list