diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-06-01 18:06:38 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-06-01 18:06:38 +0000 |
commit | 997d4219457fe34d63951c0afb03efd5793abda1 (patch) | |
tree | 6553a98852c277d4081258a480a6fdb9a80ec089 /app-admin/denyhosts | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-997d4219457fe34d63951c0afb03efd5793abda1.tar.gz gentoo-2-997d4219457fe34d63951c0afb03efd5793abda1.tar.bz2 gentoo-2-997d4219457fe34d63951c0afb03efd5793abda1.zip |
Revision bump to install logrotate file with proper line endings, bug 319133
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/denyhosts')
-rw-r--r-- | app-admin/denyhosts/ChangeLog | 9 | ||||
-rw-r--r-- | app-admin/denyhosts/denyhosts-2.6-r3.ebuild (renamed from app-admin/denyhosts/denyhosts-2.6-r2.ebuild) | 2 | ||||
-rw-r--r-- | app-admin/denyhosts/files/denyhosts.logrotate | 24 |
3 files changed, 21 insertions, 14 deletions
diff --git a/app-admin/denyhosts/ChangeLog b/app-admin/denyhosts/ChangeLog index c0fa59c5b237..002150bd25f0 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.38 2010/05/04 02:53:50 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.39 2010/06/01 18:06:37 darkside Exp $ + +*denyhosts-2.6-r3 (01 Jun 2010) + + 01 Jun 2010; Jeremy Olexa <darkside@gentoo.org> -denyhosts-2.6-r2.ebuild, + +denyhosts-2.6-r3.ebuild, files/denyhosts.logrotate: + Revision bump to install logrotate file with proper line endings, bug + 319133 *denyhosts-2.6-r2 (04 May 2010) diff --git a/app-admin/denyhosts/denyhosts-2.6-r2.ebuild b/app-admin/denyhosts/denyhosts-2.6-r3.ebuild index 5afa5d8e97c4..3e63dd525cc2 100644 --- a/app-admin/denyhosts/denyhosts-2.6-r2.ebuild +++ b/app-admin/denyhosts/denyhosts-2.6-r3.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-r2.ebuild,v 1.1 2010/05/04 02:53:50 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-2.6-r3.ebuild,v 1.1 2010/06/01 18:06:37 darkside Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" diff --git a/app-admin/denyhosts/files/denyhosts.logrotate b/app-admin/denyhosts/files/denyhosts.logrotate index 4f1249d0125c..ae57397b3247 100644 --- a/app-admin/denyhosts/files/denyhosts.logrotate +++ b/app-admin/denyhosts/files/denyhosts.logrotate @@ -1,12 +1,12 @@ -/var/log/denyhosts {
- missingok
- notifempty
- create 0640 root root
- sharedscripts
- prerotate
- /etc/init.d/denyhosts stop
- endscript
- postrotate
- /etc/init.d/denyhosts start
- endscript
-}
+/var/log/denyhosts { + missingok + notifempty + create 0640 root root + sharedscripts + prerotate + /etc/init.d/denyhosts stop + endscript + postrotate + /etc/init.d/denyhosts start + endscript +} |