Mohamed Mansour
2012-03-28 cd5825cbb3d04a11d352f0abccea73f834373996
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.
1 files modified
1 ■■■■ changed files
distrib/gitblit-centos 1 ●●●● patch | view | raw | blame | history
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