2003-04-07 17:01:22 +02:00
|
|
|
$NetBSD: patch-ac,v 1.2 2003/04/07 15:01:22 bouyer Exp $
|
2002-01-10 15:06:31 +01:00
|
|
|
|
2003-04-07 17:01:22 +02:00
|
|
|
--- sdig.conf.orig Tue Jul 23 04:20:39 2002
|
|
|
|
+++ sdig.conf Wed Apr 2 18:54:40 2003
|
2002-01-10 15:06:31 +01:00
|
|
|
@@ -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>
|
2003-04-07 17:01:22 +02:00
|
|
|
@@ -81,4 +77,4 @@
|
2002-01-10 15:06:31 +01:00
|
|
|
# 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
|