Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 17:28:05 +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: r367057 - head/net/openldap24-server
Message-ID:  <201409021728.s82HS5P1054841@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Sep  2 17:28:04 2014
New Revision: 367057
URL: http://svnweb.freebsd.org/changeset/ports/367057
QAT: https://qat.redports.org/buildarchive/r367057/

Log:
  Simplify plist

Modified:
  head/net/openldap24-server/pkg-plist

Modified: head/net/openldap24-server/pkg-plist
==============================================================================
--- head/net/openldap24-server/pkg-plist	Tue Sep  2 17:27:28 2014	(r367056)
+++ head/net/openldap24-server/pkg-plist	Tue Sep  2 17:28:04 2014	(r367057)
@@ -152,13 +152,5 @@ man/man8/slapindex.8.gz
 man/man8/slappasswd.8.gz
 man/man8/slapschema.8.gz
 man/man8/slaptest.8.gz
-@cwd /
-@owner %%LDAP_USER%%
-@group %%LDAP_USER%%
-@exec install -d -o %%LDAP_USER%% -g %%LDAP_GROUP%% %%LDAP_RUN_DIR%%
-@dirrmtry %%LDAP_RUN_DIR%%
-@exec install -d -o %%LDAP_USER%% -g %%LDAP_GROUP%% %%DATABASEDIR%%
-@dirrmtry %%DATABASEDIR%%
-@owner root
-@group wheel
-@cwd %%PREFIX%%
+@dirrmtry(%%LDAP_USER%%,%%LDAP_GROUP%%,) %%LDAP_RUN_DIR%%
+@dirrmtry(%%LDAP_USER%%,%%LDAP_GROUP%%,) %%DATABASEDIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409021728.s82HS5P1054841>