Commit e7685d90 authored by guus's avatar guus

OF-433: Additional LSB compliance modifications, by Erwan 'Labynocle' Ben Souiden

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@12553 b35dd754-fafc-0310-a699-88a17e54d16e
parent e844d358
...@@ -3,19 +3,22 @@ ...@@ -3,19 +3,22 @@
# Written by Miquel van Smoorenburg <miquels@cistron.nl>. # Written by Miquel van Smoorenburg <miquels@cistron.nl>.
# Modified for Debian # Modified for Debian
# by Ian Murdock <imurdock@gnu.ai.mit.edu>. # by Ian Murdock <imurdock@gnu.ai.mit.edu>.
# Modified for LSB compliance # LSBize the script
# by Steffen Zieger . # by Erwan 'Labynocle' Ben Souiden <erwan@aleikoum.net>
# #
# Version: @(#)skeleton 1.9 26-Feb-2001 miquels@cistron.nl # Version: @(#)skeleton 1.9 26-Feb-2001 miquels@cistron.nl
# #
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: openfire # Provides: openfire
# Required-Start: $local_fs $network $remote_fs $syslog # Required-Start: $local_fs $remote_fs $network $syslog
# Required-Stop: $local_fs $network $remote_fs $syslog # Required-Stop: $local_fs $remote_fs $network $syslog
# Default-Start: 2 3 4 5 # Default-Start: 2 3 4 5
# Default-Stop: 1 # Default-Stop: 0 1 6
# Short-Description: Openfire is a Jabber/XMPP server # Short-Description: Start/stop openfire jabber server
### END INIT INFO # Description: Start/stop openfire jabber server
### END INIT INFO
# Attempt to locate JAVA_HOME, code borrowed from jabref package # Attempt to locate JAVA_HOME, code borrowed from jabref package
if [ -z $JAVA_HOME ] if [ -z $JAVA_HOME ]
...@@ -91,4 +94,3 @@ case "$1" in ...@@ -91,4 +94,3 @@ case "$1" in
esac esac
exit 0 exit 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment