From 367e7e89ec81b7bd7007a6f23ef2c0e834c6641e Mon Sep 17 00:00:00 2001
From: Meng Qingzhong <1584171677@qq.com>
Date: Mon, 11 Nov 2013 19:49:32 +0800
Subject: [PATCH] Tell users to ignore the complain that the init script is not
 up-to-date.

---
 install/centos/README.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/install/centos/README.md b/install/centos/README.md
index e5222f1..b78629b 100644
--- a/install/centos/README.md
+++ b/install/centos/README.md
@@ -498,7 +498,17 @@ To make sure you didn't miss anything run a more thorough check with:
     cd gitlab/
     bundle exec rake gitlab:check RAILS_ENV=production
 
-If all items are green, then congratulations on successfully installing GitLab!
+Now, the output will complain that your init script is not up-to-date as follows:
+
+Init script up-to-date? ... no  
+  Try fixing it:  
+  Redownload the init script  
+  For more information see:  
+  doc/install/installation.md in section "Install Init Script"  
+  Please fix the error above and rerun the checks.  
+
+Do not care about it  if you are sure that you have downloaded the up-to-date file from https://raw.github.com/gitlabhq/gitlab-recipes/master/init/sysvinit/centos/gitlab-unicorn and saved it to /etc/init.d/gitlab.  
+If all other items are green, then congratulations on successfully installing GitLab!
 However there are still a few steps left.
 
 ## 7. Configure the web server