summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/redmine/files/redmine.initd')
-rw-r--r--www-apps/redmine/files/redmine.initd6
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apps/redmine/files/redmine.initd b/www-apps/redmine/files/redmine.initd
index 4a50de57aa9a..aa8949aa2bd9 100644
--- a/www-apps/redmine/files/redmine.initd
+++ b/www-apps/redmine/files/redmine.initd
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/redmine/files/redmine.initd,v 1.1 2010/02/10 16:40:42 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/redmine/files/redmine.initd,v 1.2 2010/12/25 02:53:46 matsuu Exp $
RAILS_ENV=${RAILS_ENV:-production}
REDMINE_DIR=${REDMINE_DIR:-/var/lib/redmine}
@@ -30,6 +30,6 @@ start() {
stop() {
ebegin "Stopping redmine"
cd "${REDMINE_DIR}"
- start-stop-daemon --stop --quiet --pidfile "${REDMINE_PIDFILE}"
+ start-stop-daemon --signal INT --quiet --pidfile "${REDMINE_PIDFILE}"
eend $?
}