summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2010-10-07 12:45:33 +0000
committerJeremy Olexa <darkside@gentoo.org>2010-10-07 12:45:33 +0000
commitca5e27462774ad4bc65f2f97e0a8e99e98057ce1 (patch)
tree2e2e906f70d1e1a3c4ed0f24633a56a2cc00e0bf /app-admin/denyhosts/files
parentppc64 stable wrt #319723 (diff)
downloadhistorical-ca5e27462774ad4bc65f2f97e0a8e99e98057ce1.tar.gz
historical-ca5e27462774ad4bc65f2f97e0a8e99e98057ce1.tar.bz2
historical-ca5e27462774ad4bc65f2f97e0a8e99e98057ce1.zip
Modify init script (in place) to fix bug 244700 affecting baselayout-2 users. Revision bump to force the new file install. Work by Lex Brugman
Package-Manager: portage-2.1.9.12/cvs/Linux x86_64
Diffstat (limited to 'app-admin/denyhosts/files')
-rw-r--r--app-admin/denyhosts/files/denyhosts.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/denyhosts/files/denyhosts.init b/app-admin/denyhosts/files/denyhosts.init
index c33ce9d4b81e..e010905d02fa 100644
--- a/app-admin/denyhosts/files/denyhosts.init
+++ b/app-admin/denyhosts/files/denyhosts.init
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/files/denyhosts.init,v 1.5 2010/10/05 17:12:38 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/files/denyhosts.init,v 1.6 2010/10/07 12:45:33 darkside Exp $
opts="depend start stop"
@@ -11,7 +11,7 @@ depend() {
start() {
ebegin "Starting DenyHosts daemon"
- start-stop-daemon --name denyhosts.py --start --exec /usr/bin/denyhosts.py -- --daemon -c /etc/denyhosts.conf
+ start-stop-daemon --start --exec /usr/bin/denyhosts.py --pidfile /var/run/denyhosts.pid -- --daemon -c /etc/denyhosts.conf
eend $?
}