Gentoo Archives: gentoo-commits

From: "Chris Reffett (creffett)" <creffett@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/lnxhc/files: lnxhc-1.2-ifconfig-path.patch
Date: Wed, 22 May 2013 21:17:39
Message-Id: 20130522211735.4D24320081@flycatcher.gentoo.org
1 creffett 13/05/22 21:17:35
2
3 Added: lnxhc-1.2-ifconfig-path.patch
4 Log:
5 Revision bump. Add patch to correct references to /sbin/ifconfig to /bin/ifconfig.
6
7 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 42618354)
8
9 Revision Changes Path
10 1.1 sys-apps/lnxhc/files/lnxhc-1.2-ifconfig-path.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/lnxhc/files/lnxhc-1.2-ifconfig-path.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/lnxhc/files/lnxhc-1.2-ifconfig-path.patch?rev=1.1&content-type=text/plain
14
15 Index: lnxhc-1.2-ifconfig-path.patch
16 ===================================================================
17 --- lnxhc-1.2/checks/net_hsi_outbound_errors/definitions
18 +++ lnxhc-1.2-patched/checks/net_hsi_outbound_errors/definitions
19 @@ -9,7 +9,7 @@
20 default = "1"
21
22 [sysinfo ifconfig]
23 -program = "/sbin/ifconfig"
24 +program = "/bin/ifconfig"
25
26 [exception slow_hsi_receivers]
27 severity = medium
28
29 --- lnxhc-1.2/checks/net_inbound_errors/definitions 2013-02-06 04:08:55.000000000 -0500
30 +++ lnxhc-1.2-patched/checks/net_inbound_errors/definitions 2013-05-22 17:13:56.088787813 -0400
31 @@ -11,7 +11,7 @@
32 # The above value in percentage
33
34 [sysinfo ifconfig]
35 -program = "/sbin/ifconfig"
36 +program = "/bin/ifconfig"
37
38 [exception limits_exceeded]
39 severity = medium