use ${PREFIX} instead of /usr/local, from Xavier Santolaria.

This commit is contained in:
dhartmei 2003-10-20 09:33:29 +00:00
parent 65bf28d898
commit b01e43dca3

View File

@ -1,5 +1,5 @@
+---------------
| milter-regex has been installed as /usr/local/libexec/milter-regex.
| milter-regex has been installed as ${PREFIX}/libexec/milter-regex.
| See milter-regex(8) for instructions on how to register the plugin.
|
| To start the plugin automatically on startup, one can use:
@ -9,8 +9,8 @@
|
| /etc/rc.local
| if [ X"${milter_regex}" == X"YES" -a \
| -x /usr/local/libexec/milter-regex ]; then
| -x ${PREFIX}/libexec/milter-regex ]; then
| echo -n ' milter-regex'
| /usr/local/libexec/milter-regex
| ${PREFIX}/libexec/milter-regex
| fi
+---------------