Date: Tue, 7 Oct 2014 17:02:16 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370370 - head/databases/firebird25-server Message-ID: <201410071702.s97H2GUx096356@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Oct 7 17:02:16 2014 New Revision: 370370 URL: https://svnweb.freebsd.org/changeset/ports/370370 QAT: https://qat.redports.org/buildarchive/r370370/ Log: Simplify plist Modified: head/databases/firebird25-server/pkg-plist Modified: head/databases/firebird25-server/pkg-plist ============================================================================== --- head/databases/firebird25-server/pkg-plist Tue Oct 7 17:00:37 2014 (r370369) +++ head/databases/firebird25-server/pkg-plist Tue Oct 7 17:02:16 2014 (r370370) @@ -23,19 +23,14 @@ libexec/firebird/intl/fbintl.conf @group @sample %%CONFDIR%%/aliases.conf.sample %%CONFDIR%%/fbtrace.conf -@dirrmtry %%CONFDIR%% -@dirrm libexec/firebird/intl -@dirrm libexec/firebird/plugins -@dirrm libexec/firebird/udf -@dirrm libexec/firebird -@cwd / @owner firebird @group firebird -@sample %%LOCALSTATEDIR%%/security2.fdb.sample -%%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%% +@sample /%%LOCALSTATEDIR%%/security2.fdb.sample +/%%LOCALSTATEDIR%%/help/help.fdb +@unexec [ -s /%%LOCALSTATEDIR%%/firebird.log ] || rm -f /%%LOCALSTATEDIR%%/firebird.log +@rmtry /%%LOCALSTATEDIR%%/isc_event1.`hostname` +@rmtry /%%LOCALSTATEDIR%%/isc_init1.`hostname` +@rmtry /%%LOCALSTATEDIR%%/isc_lock1.`hostname` +@dir /%%LOCALSTATEDIR%% +@owner +@group
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410071702.s97H2GUx096356>