freebsd-ports/databases/firebird-server/pkg-plist
Sergey Skvortsov 5b631b7753 * fix permissions:
chmod 0550 /var/db/firebird/UDF/*.so /var/db/firebird/intl/*

* pkg-plist: fix @unexec order, unbreak package building (remove absolute
paths from .tar)

Approved by:	portmgr (krion)
2005-08-19 10:02:05 +00:00

33 lines
1.3 KiB
Text

@comment $FreeBSD$
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
@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
@unexec rmdir %D/%%CONFDIR%% 2>/dev/null || true
@cwd /
@unexec (cmp -s %D/%%LOCALSTATEDIR%%/security.fdb %D/%%LOCALSTATEDIR%%/security.fdb.sample && rm -f %D/%%LOCALSTATEDIR%%/security.fdb) || true
%%LOCALSTATEDIR%%/security.fdb.sample
@exec [ -f %D/%%LOCALSTATEDIR%%/security.fdb ] || cp %D/%F %D/%%LOCALSTATEDIR%%/security.fdb
%%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
@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`
@dirrm %%LOCALSTATEDIR%%/UDF
@dirrm %%LOCALSTATEDIR%%/help
@dirrm %%LOCALSTATEDIR%%/intl
@unexec rmdir %D/%%LOCALSTATEDIR%% 2>/dev/null || true