svn commit: r749189 - /ofbiz/trunk/debian/ofbiz-framework.ofbiz.init

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r749189 - /ofbiz/trunk/debian/ofbiz-framework.ofbiz.init

doogie-3
Author: doogie
Date: Mon Mar  2 05:15:16 2009
New Revision: 749189

URL: http://svn.apache.org/viewvc?rev=749189&view=rev
Log:
Add LSB header.

Modified:
    ofbiz/trunk/debian/ofbiz-framework.ofbiz.init

Modified: ofbiz/trunk/debian/ofbiz-framework.ofbiz.init
URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/ofbiz-framework.ofbiz.init?rev=749189&r1=749188&r2=749189&view=diff
==============================================================================
--- ofbiz/trunk/debian/ofbiz-framework.ofbiz.init (original)
+++ ofbiz/trunk/debian/ofbiz-framework.ofbiz.init Mon Mar  2 05:15:16 2009
@@ -1,4 +1,14 @@
 #!/bin/sh
+### BEGIN INIT INFO
+# Provides:            ofbiz
+# Required-Start:      $local_fs $remote_fs $network $time
+# Required-Stop:       $local_fs $remote_fs $network $time
+# Should-Start:                postgresql mysql exim4
+# Should-Stop:         postgresql mysql exim4
+# Default-Start:       2 3 4 5
+# Default-Stop:                0 1 6
+# Short-Description:   OfBiz container
+### END INIT INFO
 #Licensed to the Apache Software Foundation (ASF) under one
 #or more contributor license agreements.  See the NOTICE file
 #distributed with this work for additional information