mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
611a734e77
TCP/UDP connections to be bound to IPv6 version of INADDR_ANY, which doesn't really work for PF_INET sockets. o use proper name for the shared library - libfoo.so.X, not libfoo.so.X.Y.
7 lines
283 B
Plaintext
7 lines
283 B
Plaintext
@unexec if cmp -s %D/etc/asterisk/oh323.conf %D/etc/asterisk/oh323.conf.sample; then rm -f %D/etc/asterisk/oh323.conf; fi
|
|
etc/asterisk/oh323.conf.sample
|
|
@exec [ -f %B/oh323.conf ] || cp %B/%f %B/oh323.conf
|
|
lib/asterisk/modules/chan_oh323.so
|
|
lib/liboh323wrap.so
|
|
lib/liboh323wrap.so.1
|