[Forensics-changes] [grokevt] 01/02: d/patches:example_configuration: new patch to correct path of example

Samuel Henrique samueloph-guest at moszumanska.debian.org
Sat Nov 18 13:49:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

samueloph-guest pushed a commit to branch debian/master
in repository grokevt.

commit 4aff62f0c0b00f1421690f8c7465a5e5933edb0c
Author: Samuel Henrique <samueloph at gmail.com>
Date:   Sat Nov 18 11:45:29 2017 -0200

    d/patches:example_configuration: new patch to correct path of example
---
 debian/patches/example_configuration_path | 40 +++++++++++++++++++++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 41 insertions(+)

diff --git a/debian/patches/example_configuration_path b/debian/patches/example_configuration_path
new file mode 100644
index 0000000..8f04a70
--- /dev/null
+++ b/debian/patches/example_configuration_path
@@ -0,0 +1,40 @@
+Description: Patch docs to fix path of example config file
+Author: Samuel Henrique <samueloph at gmail.com>
+Index: grokevt/doc/grokevt.7.docbook
+===================================================================
+--- grokevt.orig/doc/grokevt.7.docbook
++++ grokevt/doc/grokevt.7.docbook
+@@ -63,23 +63,24 @@
+ 	Once you have all necessary filesystems mounted for your windows
+ 	image, you need to configure GrokEVT so it knows where
+ 	everything is.  If you look in the main configuration directory,
+-	(by default at '/usr/local/etc/grokevt') you'll find a
+-	sub-directory called 'systems'.  In there is a set of
+-	system configuration profiles.  Each directory under 'systems'
+-	represents the configuration for a single windows host.
++	(by default at '/etc/grokevt') you'll find a sub-directory called
++	'systems'.  In there you can put a set of system configuration profiles.
++	Each directory under 'systems' represents the configuration for a
++	single windows host.
+ 	You may create directories here of any name.  It is suggested
+ 	you use the host name of the system you wish to extract logs
+ 	from.
+     </para>
+     <para>
+-	By default, there will be one system configuration there
+-	already, named 'example'.  I suggest you make a full copy of
+-	this, and edit it from there to create your own configuration:
++	By default, there will be one system configuration on
++	/usr/share/doc/grokevt/config-examples/, named 'example1'.
++	I suggest you make a full copy of this, and edit it from
++	there to create your own configuration:
+     </para>
+     <para>
+      <screen>
+-	  # cd /usr/local/etc/grokevt/systems
+-	  # cp -r example mysystem
++	  # cd /etc/grokevt/systems
++	  # cp -r /usr/share/doc/grokevt/config-examples/example1 mysystem
+      </screen>
+     </para>
+     <para>
diff --git a/debian/patches/series b/debian/patches/series
index 82374e5..6b89480 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+example_configuration_path
 makefile.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/grokevt.git



More information about the forensics-changes mailing list