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, 04 May 2010 02:53:55
Message-Id: 20100504025351.D2B072C3E9@corvid.gentoo.org
1 darkside 10/05/04 02:53:51
2
3 Added: denyhosts.logrotate
4 Log:
5 Revision bump to not install dupicate docs and install log rotate file, bug 274253 by Michael
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-admin/denyhosts/files/denyhosts.logrotate
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/denyhosts/files/denyhosts.logrotate?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/denyhosts/files/denyhosts.logrotate?rev=1.1&content-type=text/plain
13
14 Index: denyhosts.logrotate
15 ===================================================================
16 /var/log/denyhosts {
17 missingok
18 notifempty
19 create 0640 root root
20 sharedscripts
21 prerotate
22 /etc/init.d/denyhosts stop
23 endscript
24 postrotate
25 /etc/init.d/denyhosts start
26 endscript
27 }