blob: 1d13189c757a20b4e4e2ea74c56d8bb5053cf88d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
$NetBSD: patch-ac,v 1.2 2003/04/07 15:01:22 bouyer Exp $
--- sdig.conf.orig Tue Jul 23 04:20:39 2002
+++ sdig.conf Wed Apr 2 18:54:40 2003
@@ -49,12 +49,10 @@
#
# Enter the pathname to the Samba nmblookup program.
#
-# This setting also must exist to query hostnames. IP addresses can
+# This setting also must exist to query WINS hostnames. IP addresses can
# still be used without it.
-#
-# Usual path is /usr/local/samba/bin
-NMBLOOKUP /usr/local/samba/bin/nmblookup
+NMBLOOKUP ${PREFIX}/bin/nmblookup
# ---------------------------------------------------------------------------
# NBNAME <path to nbname binary>
@@ -65,10 +63,8 @@
# servers will sanely answer queries from any source port.
#
# This is strictly to add extra information, and is optional.
-#
-# Installed by default into /usr/local/bin
-NBNAME /usr/local/bin/nbname
+NBNAME ${PREFIX}/bin/nbname
# ---------------------------------------------------------------------------
# MACTABLE <path to MAC table file>
@@ -81,4 +77,4 @@
# 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}/share/misc/mactable
|