Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/pmacct/files: pmacctd-init.d pmacct-0.12.0-gentoo.patch
Date: Sat, 01 Feb 2014 12:07:38
Message-Id: 20140201120733.B7C6F2004E@flycatcher.gentoo.org
1 jer 14/02/01 12:07:33
2
3 Modified: pmacctd-init.d pmacct-0.12.0-gentoo.patch
4 Log:
5 Version bump. Clean up patch. Use /run not /var/run in init script.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.8 net-analyzer/pmacct/files/pmacctd-init.d
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/files/pmacctd-init.d?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/files/pmacctd-init.d?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/files/pmacctd-init.d?r1=1.7&r2=1.8
15
16 Index: pmacctd-init.d
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/files/pmacctd-init.d,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- pmacctd-init.d 3 Nov 2012 11:30:36 -0000 1.7
23 +++ pmacctd-init.d 1 Feb 2014 12:07:33 -0000 1.8
24 @@ -1,13 +1,13 @@
25 #!/sbin/runscript
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/files/pmacctd-init.d,v 1.7 2012/11/03 11:30:36 pinkbyte Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/files/pmacctd-init.d,v 1.8 2014/02/01 12:07:33 jer Exp $
31
32 PMACCTDDIR=${PMACCTDDIR:-/etc/pmacctd}
33 if [ ${SVCNAME} != "pmacctd" ]; then
34 - PMACCTDPID="/var/run/${SVCNAME}.pid"
35 + PMACCTDPID="/run/${SVCNAME}.pid"
36 else
37 - PMACCTDPID="/var/run/pmacctd.pid"
38 + PMACCTDPID="/run/pmacctd.pid"
39 fi
40 PMACCTDCONF="${PMACCTDDIR}/${SVCNAME}.conf"
41
42
43
44
45 1.2 net-analyzer/pmacct/files/pmacct-0.12.0-gentoo.patch
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/files/pmacct-0.12.0-gentoo.patch?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/files/pmacct-0.12.0-gentoo.patch?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/files/pmacct-0.12.0-gentoo.patch?r1=1.1&r2=1.2
50
51 Index: pmacct-0.12.0-gentoo.patch
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/files/pmacct-0.12.0-gentoo.patch,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- pmacct-0.12.0-gentoo.patch 25 Feb 2010 22:22:58 -0000 1.1
58 +++ pmacct-0.12.0-gentoo.patch 1 Feb 2014 12:07:33 -0000 1.2
59 @@ -1,5 +1,5 @@
60 ---- configure.org 2010-02-16 13:06:04.000000000 +0100
61 -+++ configure 2010-02-25 22:57:08.000000000 +0100
62 +--- a/configure
63 ++++ b/configure
64 @@ -1103,7 +1103,7 @@
65 echo $ac_n "checking whether to enable debugging compiler options""... $ac_c" 1>&6
66 echo "configure:1105: checking whether to enable debugging compiler options" >&5