diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index ac6d3421d87..93a6636153c 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.165 2000/12/07 20:31:41 jlam Exp $ +# $NetBSD: mk.conf.example,v 1.166 2000/12/11 00:03:07 jlam Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -276,6 +276,12 @@ # Possible: not defined, YES # Default: not defined +#APACHE_USER= www +# Used in the apache package to specify the user allowed to execute +# the `suexec' wrapper. +# Possible: any user name +# Default: www + #ARLA_CACHE= /var/cache # Specifies the location of the cache used by arla. Should be on a local disk. # Default: ${LOCALBASE}/cache |