Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/arpwatch/files: arpwatch.confd digest-arpwatch-2.1.15-r5
Date: Wed, 07 Nov 2007 17:05:58
Message-Id: E1IpoLg-0007qb-3S@stork.gentoo.org
1 pva 07/11/07 17:05:52
2
3 Modified: arpwatch.confd
4 Added: digest-arpwatch-2.1.15-r5
5 Log:
6 Fixed bug #198345. Now pkg_config is removed completly and run arpwatch as unprivileged user by default. Thank Richard Hartmann <rick4711 AT myrealbox.com> for report.
7 (Portage version: 2.1.3.18)
8
9 Revision Changes Path
10 1.6 net-analyzer/arpwatch/files/arpwatch.confd
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/arpwatch/files/arpwatch.confd?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/arpwatch/files/arpwatch.confd?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/arpwatch/files/arpwatch.confd?r1=1.5&r2=1.6
15
16 Index: arpwatch.confd
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arpwatch/files/arpwatch.confd,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- arpwatch.confd 2 Jun 2007 22:37:16 -0000 1.5
23 +++ arpwatch.confd 7 Nov 2007 17:05:51 -0000 1.6
24 @@ -1,6 +1,5 @@
25 # Config file for /etc/init.d/arpwatch
26 # see arpwatch.8 for more information
27 -# execute `emerge --config arpwatch` to configure arpwatch runas unprivileged user.
28
29 #IFACES="eth0 eth1"
30 IFACES="eth0"
31 @@ -8,6 +7,5 @@
32 # Additional options to pass to arpwatch.
33 OPTIONS="-N -p"
34
35 -# Uncomment this line if you wish arpwatch to drop privileges.
36 -# Don't forget to adjust permissions on /var/lib/arpwarch
37 -#ARPUSER="arpwatch"
38 +# Comment this line if you wish arpwatch to run as root user (not recommended)
39 +ARPUSER="arpwatch"
40
41
42
43 1.1 net-analyzer/arpwatch/files/digest-arpwatch-2.1.15-r5
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/arpwatch/files/digest-arpwatch-2.1.15-r5?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/arpwatch/files/digest-arpwatch-2.1.15-r5?rev=1.1&content-type=text/plain
47
48 Index: digest-arpwatch-2.1.15-r5
49 ===================================================================
50 MD5 cebfeb99c4a7c2a6cee2564770415fe7 arpwatch-2.1a15.tar.gz 202729
51 RMD160 a27ee53275dcec3cafb85eb3df2451d42ec32b0c arpwatch-2.1a15.tar.gz 202729
52 SHA256 c1df9737e208a96a61fa92ddad83f4b4d9be66f8992f3c917e9edf4b05ff5898 arpwatch-2.1a15.tar.gz 202729
53 MD5 69c76fdb1bcf3d172ac1e730c61b3f6a arpwatch-patchset-0.4.tbz2 16350
54 RMD160 9e9ae77ef38591af72687fa7014b4c56fc4c4d2c arpwatch-patchset-0.4.tbz2 16350
55 SHA256 f49deed64301078a00881fa9c27bb3a4116b9096cfe880f5a0bcc9913b439a18 arpwatch-patchset-0.4.tbz2 16350
56
57
58
59 --
60 gentoo-commits@g.o mailing list