Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/denyhosts/files: denyhosts.logrotate
Date: Tue, 01 Jun 2010 18:06:44
Message-Id: 20100601180639.2D1FA2CF2B@corvid.gentoo.org
1 darkside 10/06/01 18:06:39
2
3 Modified: denyhosts.logrotate
4 Log:
5 Revision bump to install logrotate file with proper line endings, bug 319133
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-admin/denyhosts/files/denyhosts.logrotate
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/denyhosts/files/denyhosts.logrotate?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/denyhosts/files/denyhosts.logrotate?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/denyhosts/files/denyhosts.logrotate?r1=1.1&r2=1.2
14
15 Index: denyhosts.logrotate
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-admin/denyhosts/files/denyhosts.logrotate,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- denyhosts.logrotate 4 May 2010 02:53:51 -0000 1.1
22 +++ denyhosts.logrotate 1 Jun 2010 18:06:38 -0000 1.2
23 @@ -1,12 +1,12 @@
24 -/var/log/denyhosts {
25 - missingok
26 - notifempty
27 - create 0640 root root
28 - sharedscripts
29 - prerotate
30 - /etc/init.d/denyhosts stop
31 - endscript
32 - postrotate
33 - /etc/init.d/denyhosts start
34 - endscript
35 -}
36 +/var/log/denyhosts {
37 + missingok
38 + notifempty
39 + create 0640 root root
40 + sharedscripts
41 + prerotate
42 + /etc/init.d/denyhosts stop
43 + endscript
44 + postrotate
45 + /etc/init.d/denyhosts start
46 + endscript
47 +}