mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Simplify plist
This commit is contained in:
parent
f972be4eb9
commit
d5b55742d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369015
@ -115,6 +115,8 @@ post-install:
|
||||
@${ECHO_MSG} "SASLAUTHD_RUNPATH was specified."
|
||||
@${ECHO_MSG} "Make sure you create ${SASLAUTHD_RUNPATH}."
|
||||
@${ECHO_MSG} ""
|
||||
.else
|
||||
@${MKDIR} ${STAGEDIR}/var/run/saslauthd
|
||||
.endif
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}/saslauthd
|
||||
|
@ -9,12 +9,4 @@ sbin/testsaslauthd
|
||||
%%PORTDOCS%%%%DOCSDIR%%/saslauthd/LDAP_SASLAUTHD
|
||||
%%PORTDOCS%%%%DOCSDIR%%/saslauthd/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/saslauthd/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/saslauthd
|
||||
%%RUNPATH%%@mode ug=rwx,o=
|
||||
%%RUNPATH%%@exec mkdir -p /var/run/saslauthd
|
||||
%%RUNPATH%%@exec chown -R cyrus:mail /var/run/saslauthd
|
||||
%%RUNPATH%%@exec chmod -R ug=rwx,o= /var/run/saslauthd
|
||||
%%RUNPATH%%@comment This file gets created by the run/saslauthd program
|
||||
%%RUNPATH%%@unexec rm -fr /var/run/saslauthd
|
||||
%%RUNPATH%%@mode
|
||||
@cwd %%PREFIX%%
|
||||
%%RUNPATH%%@dir(cyrus,mail,750) /var/run/saslauthd
|
||||
|
Loading…
Reference in New Issue
Block a user