diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 17:28:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 17:28:04 +0000 |
commit | 15d2040d72b4b0cb9ed51d2e0792945c11f21414 (patch) | |
tree | 0b87992f7b0af0c187054069348ba40b8c691054 | |
parent | 80f76efabfbeb5ab943d39947ec431f245c5ab14 (diff) | |
download | freebsd-ports-15d2040d72b4b0cb9ed51d2e0792945c11f21414.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%% |