From: Mohamed Mansour Date: Wed, 28 Mar 2012 15:38:57 +0000 (-0300) Subject: Fixes init script for chkconfig. X-Git-Tag: v0.9.2~10^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F9%2Fhead;p=gitblit.git Fixes init script for chkconfig. chkconfig was failing with the following messsage "service gitblit does not support chkconfig" Adding a description attribute resolves this issue since it is a required chkconfig attribute. --- diff --git a/distrib/gitblit-centos b/distrib/gitblit-centos index 387d1fbf..c9fe151e 100644 --- a/distrib/gitblit-centos +++ b/distrib/gitblit-centos @@ -1,5 +1,6 @@ #!/bin/bash # chkconfig: 3 21 91 +# description: Starts and Stops gitblit # Source function library. . /etc/init.d/functions