2005-05-21 10:01:24 +02:00
|
|
|
@comment $FreeBSD$
|
2005-07-27 17:38:05 +02:00
|
|
|
bin/fb_lock_print
|
|
|
|
bin/gbak
|
|
|
|
bin/gdef
|
|
|
|
bin/gfix
|
|
|
|
bin/gsec
|
|
|
|
bin/gstat
|
|
|
|
sbin/fb_inet_server
|
|
|
|
sbin/fb_lock_mgr
|
|
|
|
sbin/gds_drop
|
2005-08-19 12:02:05 +02:00
|
|
|
@unexec (cmp -s %D/%%CONFDIR%%/aliases.conf %D/%%CONFDIR%%/aliases.conf.sample && rm -f %D/%%CONFDIR%%/aliases.conf) || true
|
2005-07-27 17:38:05 +02:00
|
|
|
%%CONFDIR%%/aliases.conf.sample
|
2004-01-13 17:11:11 +01:00
|
|
|
@exec [ -f %B/aliases.conf ] || cp %B/%f %B/aliases.conf
|
2005-07-27 17:38:05 +02:00
|
|
|
@unexec rmdir %D/%%CONFDIR%% 2>/dev/null || true
|
|
|
|
@cwd /
|
2005-08-19 12:02:05 +02:00
|
|
|
@unexec (cmp -s %D/%%LOCALSTATEDIR%%/security.fdb %D/%%LOCALSTATEDIR%%/security.fdb.sample && rm -f %D/%%LOCALSTATEDIR%%/security.fdb) || true
|
2005-07-27 17:38:05 +02:00
|
|
|
%%LOCALSTATEDIR%%/security.fdb.sample
|
2005-08-19 12:02:05 +02:00
|
|
|
@exec [ -f %D/%%LOCALSTATEDIR%%/security.fdb ] || cp %D/%F %D/%%LOCALSTATEDIR%%/security.fdb
|
2005-07-27 17:38:05 +02:00
|
|
|
%%LOCALSTATEDIR%%/RELNOTES
|
|
|
|
%%LOCALSTATEDIR%%/UDF/fbudf.so
|
|
|
|
%%LOCALSTATEDIR%%/UDF/fbudf.sql
|
|
|
|
%%LOCALSTATEDIR%%/UDF/ib_udf.so
|
|
|
|
%%LOCALSTATEDIR%%/UDF/ib_udf.sql
|
|
|
|
%%LOCALSTATEDIR%%/help/help.fdb
|
|
|
|
%%LOCALSTATEDIR%%/intl/fbintl
|
2005-08-19 12:02:05 +02:00
|
|
|
@unexec [ -s %D/%%LOCALSTATEDIR%%/firebird.log ] || rm -f %D/%%LOCALSTATEDIR%%/firebird.log
|
|
|
|
@unexec rm -f %D/%%LOCALSTATEDIR%%/isc_event1.`hostname`
|
|
|
|
@unexec rm -f %D/%%LOCALSTATEDIR%%/isc_init1.`hostname`
|
|
|
|
@unexec rm -f %D/%%LOCALSTATEDIR%%/isc_lock1.`hostname`
|
2005-07-27 17:38:05 +02:00
|
|
|
@dirrm %%LOCALSTATEDIR%%/UDF
|
|
|
|
@dirrm %%LOCALSTATEDIR%%/help
|
|
|
|
@dirrm %%LOCALSTATEDIR%%/intl
|
2005-08-19 12:02:05 +02:00
|
|
|
@unexec rmdir %D/%%LOCALSTATEDIR%% 2>/dev/null || true
|