blob: b36c352c8a74f00586001306f77136f30b2d310d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.1 2001/04/22 08:30:47 tron Exp $
--- src/config.h.orig Sun Oct 29 13:52:41 2000
+++ src/config.h Sun Apr 22 10:29:56 2001
@@ -18,7 +18,7 @@
#define D_FILTERFILE "filter" // Name of the filterfile
#define D_GARBAGEPATH "garbage/" // Default place to save html/gif etc
#define D_CONFIGFILE "nbc-vbi.conf" // Default config file
-#define D_DEVICE "/dev/vbi0" // Default device to read from
+#define D_DEVICE "/dev/vbi" // Default device to read from
#define D_FILTERING 1 // Do Filtering as default
#define D_MINMP3SIZE 0 // Minimal MP3 Size in KB
#define D_MAXERRORS -1 // maximal errors an MP3 file may have
|