forked from pool/unixODBC
* Makefile.am: Do not install config.h #108 * DriverManager/drivermanager.h: fix build without threads #112 * DriverManager/_info.c: Get locale encoding on Windows. #115 * Fixed Connection String #127 * Allow diagnostics to be retrieved on SQL_NO_DATA #137 * Avoid implicit function declarations, for C99 compatibility #138 * Remove self-reference #140 * isql.1: Add information about handling passwords containing semicolons #126 - Remove unixODBC-gccwarnings.patch, unixODBC-2.3.6-declarations.patch: Changes have been done in https://github.com/lurcher/unixODBC/pull/138 OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=76
35 lines
1.3 KiB
Diff
35 lines
1.3 KiB
Diff
Index: unixODBC-2.3.12/man/odbc.ini.5
|
|
===================================================================
|
|
--- unixODBC-2.3.12.orig/man/odbc.ini.5
|
|
+++ unixODBC-2.3.12/man/odbc.ini.5
|
|
@@ -1,10 +1,10 @@
|
|
.TH odbc.ini 5 "Sun 10 Jan 2021" "version 2.3.12" "unixODBC manual pages"
|
|
|
|
.SH NAME
|
|
-/etc/odbc.ini, $HOME/.odbc.ini - unixODBC data source configuration files
|
|
+/etc/unixODBC/odbc.ini, $HOME/.odbc.ini - unixODBC data source configuration files
|
|
|
|
.SH DESCRIPTION
|
|
-.B /etc/odbc.ini
|
|
+.B /etc/unixODBC/odbc.ini
|
|
is a system-wide configuration file for ODBC Data Source Names (DSNs).
|
|
|
|
.B $HOME/.odbc.ini
|
|
Index: unixODBC-2.3.12/man/odbcinst.ini.5
|
|
===================================================================
|
|
--- unixODBC-2.3.12.orig/man/odbcinst.ini.5
|
|
+++ unixODBC-2.3.12/man/odbcinst.ini.5
|
|
@@ -1,10 +1,10 @@
|
|
.TH odbcinst.ini 5 "Tue 12 Jan 2021" "version 2.3.12" "unixODBC manual pages"
|
|
|
|
.SH NAME
|
|
-/etc/odbcinst.ini - unixODBC driver configuration file
|
|
+/etc/unixODBC/odbcinst.ini - unixODBC driver configuration file
|
|
|
|
.SH DESCRIPTION
|
|
-\fB/etc/odbcinst.ini\fR is a configuration file for unixODBC drivers.
|
|
+\fB/etc/unixODBC/odbcinst.ini\fR is a configuration file for unixODBC drivers.
|
|
|
|
The file can be updated by using the \fB odbcinst\fR utility (recommended)
|
|
or edited by hand.
|