2016-01-20 00:51:50 +05:30
|
|
|
To fix lintian warning
|
|
|
|
|
2015-12-15 14:59:01 +05:30
|
|
|
Index: gitlab/lib/support/init.d/gitlab
|
|
|
|
===================================================================
|
|
|
|
--- gitlab.orig/lib/support/init.d/gitlab
|
|
|
|
+++ gitlab/lib/support/init.d/gitlab
|
|
|
|
@@ -23,6 +23,9 @@
|
|
|
|
# An example defaults file can be found in lib/support/init.d/gitlab.default.example
|
|
|
|
###
|
|
|
|
|
|
|
|
+### source init functions
|
|
|
|
+. /lib/init/vars.sh
|
|
|
|
+. /lib/lsb/init-functions
|
|
|
|
|
|
|
|
### Environment variables
|
|
|
|
RAILS_ENV="production"
|