From: Adam Dickmeiss Date: Thu, 27 Jan 2011 12:24:14 +0000 (+0100) Subject: RPM: metaproxy init.d script conforms to LSB X-Git-Tag: v1.2.4~1 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=ed91f95e4b419f278693fa7ada6ce9217ec92133;p=metaproxy-moved-to-github.git RPM: metaproxy init.d script conforms to LSB http://refspecs.freestandards.org/LSB_4.0.0/ --- diff --git a/rpm/metaproxy.init b/rpm/metaproxy.init index 9f45880..f2e14b8 100755 --- a/rpm/metaproxy.init +++ b/rpm/metaproxy.init @@ -9,6 +9,17 @@ # config: /etc/sysconfig/metaproxy # pidfile: /var/run/metaproxy.pid +### BEGIN INIT INFO +# Provides: metaproxy +# Required-Start: $local_fs $remote_fs $network +# Required-Stop: $local_fs $remote_fs +# Default-Start: 3 5 +# Default-Stop: 0 1 2 6 +# Short-Description: Controls the metaproxy daemon +# Description: Controls the Metaproxy Z39.50/SRU router. +### END INIT INFO + + # start of compatibility layer for RedHat/SuSE init.d # # rc.status exist on SuSE. Provide dummy if unavailable