blob: 49334e2ea236fe70c3ed28e0d1e99a634e776fca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- sdig.conf.orig 2010-07-12 19:57:40 UTC
+++ sdig.conf
@@ -55,7 +55,7 @@
#
# Usual path is /usr/local/samba/bin
-NMBLOOKUP /usr/local/samba/bin/nmblookup
+NMBLOOKUP %%PREFIX%%/bin/nmblookup
# ---------------------------------------------------------------------------
# MACTABLE <path to MAC table file>
@@ -68,7 +68,7 @@ NMBLOOKUP /usr/local/samba/bin/nmblookup
# rarely changes. If you want to use this feature, get it from the
# main web site: http://www.exploits.org/sdig/
-MACTABLE /etc/mactable
+MACTABLE %%PREFIX%%/etc/mactable
# ---------------------------------------------------------------------------
# HOSTINFO <path to program>
|