42 lines
1.4 KiB
Text
42 lines
1.4 KiB
Text
|
@comment $FreeBSD$
|
||
|
bin/fbguard
|
||
|
bin/fbstat
|
||
|
bin/fbsvcmgr
|
||
|
bin/fbtracemgr
|
||
|
bin/gbak
|
||
|
bin/gdef
|
||
|
bin/gfix
|
||
|
bin/gsec
|
||
|
bin/gsplit
|
||
|
bin/nbackup
|
||
|
sbin/fb_inet_server
|
||
|
sbin/fb_lock_print
|
||
|
sbin/fb_smp_server
|
||
|
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
|
||
|
@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%%/fbintl.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%%
|