mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
42 lines
1.4 KiB
Plaintext
42 lines
1.4 KiB
Plaintext
bin/fbguard
|
|
bin/fbsplit
|
|
bin/fbstat
|
|
bin/fbsvcmgr
|
|
bin/fbtracemgr
|
|
bin/gbak
|
|
bin/gdef
|
|
bin/gfix
|
|
bin/gsec
|
|
bin/nbackup
|
|
sbin/fb_inet_server
|
|
sbin/fb_lock_print
|
|
sbin/fb_smp_server
|
|
sbin/fbserver
|
|
libexec/firebird/udf/ib_udf.so
|
|
libexec/firebird/udf/fbudf.so
|
|
libexec/firebird/udf/ib_udf2.sql
|
|
libexec/firebird/udf/fbudf.sql
|
|
libexec/firebird/plugins/libfbtrace.so
|
|
libexec/firebird/intl/fbintl.so
|
|
libexec/firebird/intl/fbintl.conf
|
|
@unexec (cmp -s %D/%%CONFDIR%%/aliases.conf %D/%%CONFDIR%%/aliases.conf.sample && rm -f %D/%%CONFDIR%%/aliases.conf) || true
|
|
%%CONFDIR%%/aliases.conf.sample
|
|
@exec [ -f %B/aliases.conf ] || cp %B/%f %B/aliases.conf
|
|
%%CONFDIR%%/fbtrace.conf
|
|
@dirrmtry %%CONFDIR%%
|
|
@dirrm libexec/firebird/intl
|
|
@dirrm libexec/firebird/plugins
|
|
@dirrm libexec/firebird/udf
|
|
@dirrm libexec/firebird
|
|
@cwd /
|
|
@unexec (cmp -s %D/%%LOCALSTATEDIR%%/security2.fdb %D/%%LOCALSTATEDIR%%/security2.fdb.sample && rm -f %D/%%LOCALSTATEDIR%%/security2.fdb) || true
|
|
%%LOCALSTATEDIR%%/security2.fdb.sample
|
|
@exec [ -f %D/%%LOCALSTATEDIR%%/security2.fdb ] || cp %D/%F %D/%%LOCALSTATEDIR%%/security2.fdb
|
|
%%LOCALSTATEDIR%%/help/help.fdb
|
|
@unexec [ -s %D/%%LOCALSTATEDIR%%/firebird.log ] || rm -f %D/%%LOCALSTATEDIR%%/firebird.log
|
|
@rmtry %%LOCALSTATEDIR%%/isc_event1.`hostname`
|
|
@rmtry %%LOCALSTATEDIR%%/isc_init1.`hostname`
|
|
@rmtry %%LOCALSTATEDIR%%/isc_lock1.`hostname`
|
|
@dirrm %%LOCALSTATEDIR%%/help
|
|
@dirrmtry %%LOCALSTATEDIR%%
|