1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-25 14:40:32 -04:00
ports/databases/sybase-ocsd/files/interfaces.sample
Mikhail Teterin 5a400e09e7 Port of Sybase's OpenClient -- discovered by accident on Sybase's
"Linux" web-site this port has static versions of native FreeBSD
libraries good enough to build sqsh with it instead of the freetds.
See pkg-descr and pkg-message for more. i386 only, though...
2002-07-31 00:05:21 +00:00

20 lines
641 B
Text

#
# This is a sample interfaces file to get you started
#
# See Sybase's manuals for details. The following are examples,
# that work for me. There are two Sybase servers listed here,
# both running on the same computer (identified by the IP
# address, but on different ports -- 5000 and 4100.
#
# tcp0 is my desktop's network card -- yours is probably different
# (``ifconfig'' will list your available interfaces).
#
#server label | type | proto | iface | server's ip | port
SYB120
query tcp txp0 172.21.128.14 5000
master tcp txp0 172.21.128.14 5000
ATTILA
query tcp txp0 172.21.128.14 4100
master tcp txp0 172.21.128.14 4100