Gentoo Archives: gentoo-commits

From: "Andrej Kacian (ticho)" <ticho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/policyd-weight: ChangeLog policyd-weight-0.1.14.17.ebuild
Date: Sat, 29 Mar 2008 00:15:54
Message-Id: E1JfOjf-0006Rl-Un@stork.gentoo.org
1 ticho 08/03/29 00:15:51
2
3 Modified: ChangeLog policyd-weight-0.1.14.17.ebuild
4 Log:
5 Change default LOCKPATH value to /var/run/policyd-weight in config, it is safer there than in /tmp.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.12 mail-filter/policyd-weight/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd-weight/ChangeLog?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd-weight/ChangeLog?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd-weight/ChangeLog?r1=1.11&r2=1.12
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/ChangeLog,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- ChangeLog 28 Mar 2008 18:27:55 -0000 1.11
22 +++ ChangeLog 29 Mar 2008 00:15:51 -0000 1.12
23 @@ -1,6 +1,11 @@
24 # ChangeLog for mail-filter/policyd-weight
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/ChangeLog,v 1.11 2008/03/28 18:27:55 ticho Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/ChangeLog,v 1.12 2008/03/29 00:15:51 ticho Exp $
28 +
29 + 29 Mar 2008; Andrej Kacian <ticho@g.o>
30 + policyd-weight-0.1.14.17.ebuild:
31 + Change default LOCKPATH value to /var/run/policyd-weight in config, it is
32 + safer there than in /tmp.
33
34 *policyd-weight-0.1.14.17 (28 Mar 2008)
35
36
37
38
39 1.2 mail-filter/policyd-weight/policyd-weight-0.1.14.17.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd-weight/policyd-weight-0.1.14.17.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd-weight/policyd-weight-0.1.14.17.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd-weight/policyd-weight-0.1.14.17.ebuild?r1=1.1&r2=1.2
44
45 Index: policyd-weight-0.1.14.17.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/policyd-weight-0.1.14.17.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- policyd-weight-0.1.14.17.ebuild 28 Mar 2008 18:27:55 -0000 1.1
52 +++ policyd-weight-0.1.14.17.ebuild 29 Mar 2008 00:15:51 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/policyd-weight-0.1.14.17.ebuild,v 1.1 2008/03/28 18:27:55 ticho Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/policyd-weight-0.1.14.17.ebuild,v 1.2 2008/03/29 00:15:51 ticho Exp $
58
59 inherit eutils
60
61 @@ -31,10 +31,16 @@
62 doman man/man5/*.5 man/man8/*.8
63 dodoc *.txt
64
65 + sed -i -e "s:^ \$LOCKPATH.*: \$LOCKPATH = '/var/run/policyd-weight/'; # must be a directory (add:" policyd-weight.conf.sample
66 insinto /etc
67 newins policyd-weight.conf.sample policyd-weight.conf
68
69 newinitd "${FILESDIR}/${PN}.init.d" "${PN}"
70 +
71 + dodir /var/run/policyd-weight
72 + keepdir /var/run/policyd-weight
73 + fowners polw:root /var/run/policyd-weight
74 + fperms 700 /var/run/policyd-weight
75 }
76
77 pkg_postinst() {
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list