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
commit36bff3fe9689cd10dd7fa3e486bb972830dfaf96 (patch)
tree3abc8fc177a151661029e754e64b2c8061b89549 /app-admin/denyhosts
parentppc64 stable wrt #319723 (diff)
downloadgentoo-2-36bff3fe9689cd10dd7fa3e486bb972830dfaf96.tar.gz
gentoo-2-36bff3fe9689cd10dd7fa3e486bb972830dfaf96.tar.bz2
gentoo-2-36bff3fe9689cd10dd7fa3e486bb972830dfaf96.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
(Portage version: 2.1.9.12/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/denyhosts')
-rw-r--r--app-admin/denyhosts/ChangeLog9
-rw-r--r--app-admin/denyhosts/denyhosts-2.6-r4.ebuild (renamed from app-admin/denyhosts/denyhosts-2.6-r3.ebuild)2
-rw-r--r--app-admin/denyhosts/files/denyhosts.init4
3 files changed, 11 insertions, 4 deletions
diff --git a/app-admin/denyhosts/ChangeLog b/app-admin/denyhosts/ChangeLog
index 675511674aa3..de3c397d008d 100644
--- a/app-admin/denyhosts/ChangeLog
+++ b/app-admin/denyhosts/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-admin/denyhosts
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.40 2010/10/05 17:12:38 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.41 2010/10/07 12:45:33 darkside Exp $
+
+*denyhosts-2.6-r4 (07 Oct 2010)
+
+ 07 Oct 2010; Jeremy Olexa <darkside@gentoo.org> -denyhosts-2.6-r3.ebuild,
+ +denyhosts-2.6-r4.ebuild, files/denyhosts.init:
+ 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
05 Oct 2010; Jeremy Olexa <darkside@gentoo.org> files/denyhosts.init:
Add CVS Header for easier troubleshooting
diff --git a/app-admin/denyhosts/denyhosts-2.6-r3.ebuild b/app-admin/denyhosts/denyhosts-2.6-r4.ebuild
index 3e63dd525cc2..cafe7aebb4da 100644
--- a/app-admin/denyhosts/denyhosts-2.6-r3.ebuild
+++ b/app-admin/denyhosts/denyhosts-2.6-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-2.6-r3.ebuild,v 1.1 2010/06/01 18:06:37 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-2.6-r4.ebuild,v 1.1 2010/10/07 12:45:33 darkside Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
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 $?
}