svn commit: r367057 - head/net/openldap24-server

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 2 17:28:05 UTC 2014


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
- at cwd /
- at owner %%LDAP_USER%%
- at group %%LDAP_USER%%
- at exec install -d -o %%LDAP_USER%% -g %%LDAP_GROUP%% %%LDAP_RUN_DIR%%
- at dirrmtry %%LDAP_RUN_DIR%%
- at exec install -d -o %%LDAP_USER%% -g %%LDAP_GROUP%% %%DATABASEDIR%%
- at dirrmtry %%DATABASEDIR%%
- at owner root
- at group wheel
- at cwd %%PREFIX%%
+ at dirrmtry(%%LDAP_USER%%,%%LDAP_GROUP%%,) %%LDAP_RUN_DIR%%
+ at dirrmtry(%%LDAP_USER%%,%%LDAP_GROUP%%,) %%DATABASEDIR%%


More information about the svn-ports-head mailing list