From 134a7beb7abb77cd3e63a59591f54ea2ddde8890 Mon Sep 17 00:00:00 2001 From: Jon Schipp Date: Tue, 22 Jul 2014 14:15:07 -0500 Subject: mausezahn: re-work configuration file /etc/netsniff-ng/mausezahn.conf as mentioned in manual was never read because code was statically set to mz.cfg in /etc/mausezahn. This patch simplifies things by using the existing /etc/netsniff-ng directory created in the default install and still using a single configuration but with a an easier to remember name e.g. ${tool}.conf. Example: $ cat /etc/netsniff-ng/mausezahn.conf user = testuser password = testpassword enable = awesome Pre-patch: $ mausezahn -x Mausezahn accepts incoming Telnet connections on port 25542. mz: Problems opening config file. Will use defaults Post-patch: $ mausezahn -x Mausezahn accepts incoming Telnet connections on port 25542. Signed-off-by: Jon Schipp Signed-off-by: Daniel Borkmann --- mausezahn.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mausezahn.8') diff --git a/mausezahn.8 b/mausezahn.8 index 3efc403..729ca0d 100644 --- a/mausezahn.8 +++ b/mausezahn.8 @@ -244,7 +244,7 @@ mausezahn server: mz# .PP It is recommended to configure your own login credentials in -/etc/mausezahn/mz.cfg, such as: +/etc/netsniff-ng/mausezahn.cfg, such as: .PP user = foo password = bar -- cgit v1.2.3-54-g00ecf