diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2012-02-26 23:23:31 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2012-02-26 23:23:31 +0000 |
commit | 0fa6128eaef70663fe6e6bc194983732836867f2 (patch) | |
tree | 2f83e92a898288f05104a34f96ae89cb9d072403 /app-admin/denyhosts | |
parent | Remove old (diff) | |
download | gentoo-2-0fa6128eaef70663fe6e6bc194983732836867f2.tar.gz gentoo-2-0fa6128eaef70663fe6e6bc194983732836867f2.tar.bz2 gentoo-2-0fa6128eaef70663fe6e6bc194983732836867f2.zip |
silence logrotate script, bug 402275 by Dirkjan Ochtman
(Portage version: 2.1.10.48/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/denyhosts')
-rw-r--r-- | app-admin/denyhosts/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/denyhosts/files/denyhosts.logrotate | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-admin/denyhosts/ChangeLog b/app-admin/denyhosts/ChangeLog index a5bbc4d29921..ba7f87fc09de 100644 --- a/app-admin/denyhosts/ChangeLog +++ b/app-admin/denyhosts/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/denyhosts -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.47 2011/12/31 15:46:16 idl0r Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.48 2012/02/26 23:23:31 darkside Exp $ + + 26 Feb 2012; Jeremy Olexa <darkside@gentoo.org> files/denyhosts.logrotate: + silence logrotate script, bug 402275 by Dirkjan Ochtman *denyhosts-2.6-r5 (31 Dec 2011) diff --git a/app-admin/denyhosts/files/denyhosts.logrotate b/app-admin/denyhosts/files/denyhosts.logrotate index ae57397b3247..19a478870757 100644 --- a/app-admin/denyhosts/files/denyhosts.logrotate +++ b/app-admin/denyhosts/files/denyhosts.logrotate @@ -4,9 +4,9 @@ create 0640 root root sharedscripts prerotate - /etc/init.d/denyhosts stop + /etc/init.d/denyhosts stop -q endscript postrotate - /etc/init.d/denyhosts start + /etc/init.d/denyhosts start -q endscript } |