pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/defaults Define SCREWS_USER and SCREWS_GROUP, which...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2e4442ba2c4
branches:  trunk
changeset: 490805:b2e4442ba2c4
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Mar 20 17:22:50 2005 +0000

description:
Define SCREWS_USER and SCREWS_GROUP, which are going to be used by www/screws.

diffstat:

 mk/defaults/mk.conf |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 19fd727121df -r b2e4442ba2c4 mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Sun Mar 20 16:56:43 2005 +0000
+++ b/mk/defaults/mk.conf       Sun Mar 20 17:22:50 2005 +0000
@@ -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 @@
 # 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.



Home | Main Index | Thread Index | Old Index