diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-03 01:28:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-03 01:28:04 +0800 |
commit | 726c9cecb0c08d105efd649827a12404390ec61c (patch) | |
tree | 0b87992f7b0af0c187054069348ba40b8c691054 | |
parent | f84f7d704fc4042577baa0a30e2cea0a34dc38b4 (diff) | |
download | freebsd-ports-gnome-726c9cecb0c08d105efd649827a12404390ec61c.tar.gz freebsd-ports-gnome-726c9cecb0c08d105efd649827a12404390ec61c.tar.zst freebsd-ports-gnome-726c9cecb0c08d105efd649827a12404390ec61c.zip |
Simplify plist
-rw-r--r-- | net/openldap24-server/pkg-plist | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/net/openldap24-server/pkg-plist b/net/openldap24-server/pkg-plist index 08e08a56f160..84404ad19c79 100644 --- a/net/openldap24-server/pkg-plist +++ b/net/openldap24-server/pkg-plist @@ -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%% |