diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-03-20 17:22:50 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-03-20 17:22:50 +0000 |
commit | 35808696c5ccc2ef8381a1bc07e886bb835ca35e (patch) | |
tree | 9dffb4a736d7545697286a006dd4e7c3496c91cd | |
parent | ba0118eea234f1f6f380b36281ddbfde247595c5 (diff) | |
download | pkgsrc-35808696c5ccc2ef8381a1bc07e886bb835ca35e.tar.gz |
Define SCREWS_USER and SCREWS_GROUP, which are going to be used by www/screws.
-rw-r--r-- | mk/defaults/mk.conf | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 87c483052ec..bda05d3a922 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.33 2005/03/18 01:13:02 tron Exp $ +# $NetBSD: mk.conf,v 1.34 2005/03/20 17:22:50 jmmv Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -1920,6 +1920,18 @@ RPM_DB_PREFIX?= ${VARBASE}/pkg # Possible: empty, any number of theme-name-[0-9]*.*.tar.gz # Default: Set to include about 180 themes available on themes.freshmeat.net +SCREWS_GROUP?= www +# Used in the screws package to specify the user under which the server +# should be run. +# Possible: any user name +# Default: screws + +SCREWS_USER?= screws +# Used in the screws package to specify the user under which the server +# should be run. +# Possible: any user name +# Default: screws + SDIST_PAWD?= pwd # If you are using amd you'll want to use pawd instead of pwd to derive # the current working directory. |