Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2007 11:33:48 -0400
From:      Ed Maste <emaste@phaedrus.sandvine.ca>
To:        freebsd-ports@freebsd.org
Subject:   databases/unixODBC installs empty config files
Message-ID:  <20070419153348.GA66904@sandvine.com>

next in thread | raw e-mail | index | archive | help
The unixODBC port installs an etc/odbc.ini file which wipes out
an existing config on install of a new package.  (It's not even
a sample config from the distribution; it's just an empty file
created by virtue of existing in the plist it seems.)

Can it just be removed from the plist:

Index: pkg-plist
===================================================================
RCS file: /usr/cvs/ports/databases/unixODBC/pkg-plist,v
retrieving revision 1.26
diff -u -u -3 -r1.26 pkg-plist
--- pkg-plist   4 Nov 2006 23:14:18 -0000       1.26
+++ pkg-plist   18 Apr 2007 21:27:27 -0000
@@ -7,8 +7,6 @@
 bin/odbc_config
 bin/odbcinst
 %%GUI:%%bin/odbctest
-etc/odbc.ini
-etc/odbcinst.ini
 include/autotest.h
 include/odbcinst.h
 include/odbcinstext.h




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070419153348.GA66904>