From 35808696c5ccc2ef8381a1bc07e886bb835ca35e Mon Sep 17 00:00:00 2001 From: jmmv Date: Sun, 20 Mar 2005 17:22:50 +0000 Subject: Define SCREWS_USER and SCREWS_GROUP, which are going to be used by www/screws. --- mk/defaults/mk.conf | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'mk') 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. -- cgit v1.2.3