~ubuntu-branches/ubuntu/trusty/btscanner/trusty

« back to all changes in this revision

Viewing changes to debian/patches/01_config_file.patch

  • Committer: Bazaar Package Importer
  • Author(s): Uwe Hermann
  • Date: 2006-05-06 21:31:01 UTC
  • Revision ID: james.westby@ubuntu.com-20060506213101-om854uj6pzrcpv3q
Tags: 2.1-2
* Fixed incorrect config-file btscanner.xml (Closes: #365808).
  Thanks Yves-Alexis Perez for the patch!
* Updated oui.txt file to include more entries.
* Standards-Version: 3.7.2 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- btscanner.xml.old   2006-05-03 07:42:55.000000000 +0200
 
2
+++ btscanner.xml       2006-05-03 07:43:40.000000000 +0200
 
3
@@ -1,9 +1,9 @@
 
4
 <?xml version="1.0" encoding="UTF-8"?>
 
5
-<!DOCTYPE btscanner SYSTEM "file:///usr/local/etc/btscanner.dtd">
 
6
+<!DOCTYPE btscanner SYSTEM "file:///etc/btscanner.dtd">
 
7
 <btscanner>
 
8
 <files>
 
9
        <log>btscanner.log</log>
 
10
-       <oui>/usr/local/share/oui.txt</oui>
 
11
+       <oui>/usr/share/btscanner/oui.txt</oui>
 
12
        <store>~/bts</store>
 
13
 </files>
 
14