Gentoo Archives: gentoo-commits

From: "Richard Farina (zerochaos)" <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/cloudshark/files: cs_log_dir.patch
Date: Mon, 03 Jun 2013 04:11:12
Message-Id: 20130603041105.DE47920081@flycatcher.gentoo.org
1 zerochaos 13/06/03 04:11:05
2
3 Added: cs_log_dir.patch
4 Log:
5 cloudshark initial commit
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
8
9 Revision Changes Path
10 1.1 net-analyzer/cloudshark/files/cs_log_dir.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cloudshark/files/cs_log_dir.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cloudshark/files/cs_log_dir.patch?rev=1.1&content-type=text/plain
14
15 Index: cs_log_dir.patch
16 ===================================================================
17 diff -Naur cloudshark-1.0.2-174-orig/cloudshark.lua cloudshark-1.0.2-174/cloudshark.lua
18 --- cloudshark-1.0.2-174-orig/cloudshark.lua 2013-06-03 00:00:46.669223099 -0400
19 +++ cloudshark-1.0.2-174/cloudshark.lua 2013-06-03 00:01:31.493224300 -0400
20 @@ -180,7 +180,8 @@
21 --
22
23 function cs_log_dir()
24 - return persconffile_path('plugins/cloudshark')
25 + local log_dir = "/tmp"
26 + return log_dir
27 end
28
29 --