1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Use predictable execution for apxs

This commit is contained in:
Baptiste Daroussin 2016-11-20 12:55:52 +00:00
parent 49044bf298
commit 058ae47056
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426582

View File

@ -1,3 +1,3 @@
%%APACHEMODDIR%%/%%AP_MODULE%%
@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %f
@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f
@postexec %D/sbin/apxs -e -a -n %%AP_NAME%% %f
@preunexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f