From cd5825cbb3d04a11d352f0abccea73f834373996 Mon Sep 17 00:00:00 2001 From: Mohamed Mansour Date: Wed, 28 Mar 2012 12:38:57 -0300 Subject: [PATCH] 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. --- distrib/gitblit-centos | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5