[BACK]Return to bsd.pkg.defaults.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / mk

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/mk/Attic/bsd.pkg.defaults.mk between version 1.76 and 1.77

version 1.76, 2002/07/30 00:09:23 version 1.77, 2002/07/30 18:42:14
Line 410  AMANDA_VAR?= /var/amanda
Line 410  AMANDA_VAR?= /var/amanda
 # Possible: not defined, YES  # Possible: not defined, YES
 # Default: not defined  # Default: not defined
   
   APACHE_USER?=   www
   # Used in the apache package to specify the user allowed to execute
   # the `suexec' wrapper.  Expected to be the user the httpd server
   # normally runs as.  Also used by packages with CGIs.
   # Possible: any user name
   # Default: www
   
   APACHE_GROUP?=  www
   # Used in the apache package to specify the default group of the user
   # allowed to execute the `suexec' wrapper.  Expected to be the group
   # the httpd server normally runs as.  Also used by packages with CGIs.
   # Possible: any group name
   # Default: www
   
 #APACHE_SUEXEC= YES  #APACHE_SUEXEC= YES
 # Enable support Switch User For Exec.  See  # Enable support Switch User For Exec.  See
 # http://www.apache.org/docs/suexec.html for more informations.  # http://www.apache.org/docs/suexec.html for more informations.
 # Possible: not defined, YES  # Possible: not defined, YES
 # Default: not defined  # Default: not defined
   
 APACHE_SUEXEC_DOCROOT?= ${LOCALBASE}/share/httpd/htdocs  
 # Specifies the document space in which suexec will be allowed to work.  
 # Possible: Any valid directory  
 # Default: ${LOCALBASE}/share/httpd/htdocs  
   
 APACHE_SUEXEC_USER?=    www  
 # Used in the apache package to specify the user allowed to execute  
 # the `suexec' wrapper.  
 # Possible: any user name  
 # Default: www  
   
 #APACHE_SUEXEC_CONFIGURE_ARGS=  --suexec-uidmin=1000  #APACHE_SUEXEC_CONFIGURE_ARGS=  --suexec-uidmin=1000
 # Used in the apache package to specify additional suexec options to be  # Used in the apache package to specify additional suexec options to be
 # passed to the Apache configure script.  # passed to the Apache configure script.
 # Possible: any --suexec-* options recognized by the Apache configure script.  # Possible: any --suexec-* options recognized by the Apache configure script.
 # Default: not defined  # Default: not defined
   
   APACHE_SUEXEC_DOCROOT?= ${LOCALBASE}/share/httpd/htdocs
   # Specifies the document space in which suexec will be allowed to work.
   # Possible: Any valid directory
   # Default: ${LOCALBASE}/share/httpd/htdocs
   
 ARLA_CACHE?=    ${LOCALBASE}/cache  ARLA_CACHE?=    ${LOCALBASE}/cache
 # Specifies the location of the cache used by arla. Should be on a local disk.  # Specifies the location of the cache used by arla. Should be on a local disk.
 # Default: ${LOCALBASE}/cache  # Default: ${LOCALBASE}/cache

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

CVSweb <webmaster@jp.NetBSD.org>