blob: beb095ad5889842f248f22d49e3c49f248682667 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- sdig.conf.5.orig 2010-07-27 06:55:33 UTC
+++ sdig.conf.5
@@ -109,7 +109,7 @@ Specify the path to Samba's nmblookup binary. This mi
This program is optional, and is provided to augment DNS lookups in
environments laden with Windows machines.
- NMBLOOKUP /usr/local/samba/bin/nmblookup
+ NMBLOOKUP %%PREFIX%%/bin/nmblookup
.IP "MACTABLE \fIpath\fR"
@@ -122,7 +122,7 @@ This file is rather large and rarely changes, so it's
source distribution. You can get it on the main sdig web site -
http://www.exploits.org/sdig/
- MACTABLE /etc/mactable
+ MACTABLE %%PREFIX%%/etc/mactable
.IP "HOSTINFO \fIpath\fR"
|