summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-04 14:56:37 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-04 14:56:37 +0000
commitb1ceba76ce3b4deecb76bbcafe8bd419e720dc4e (patch)
tree7a3b9921bf989b82b37a53f027ca6bc44f218b3c /mk/defaults
parente9b23fa8f4f92a37c7915ffc548cfeda30908250 (diff)
downloadpkgsrc-b1ceba76ce3b4deecb76bbcafe8bd419e720dc4e.tar.gz
Remove OPENSSH_GID and OPENSSH_UID, it happened to work before,
since those are the values in NetBSD. In reality, they haven't been used for ages though.
Diffstat (limited to 'mk/defaults')
-rw-r--r--mk/defaults/mk.conf12
1 files changed, 1 insertions, 11 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 010fd217153..d659744b993 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.119 2006/05/13 03:44:23 minskim Exp $
+# $NetBSD: mk.conf,v 1.120 2006/06/04 14:56:37 joerg Exp $
#
# This file provides default values for variables that may be overridden
@@ -1334,21 +1334,11 @@ OPENSSH_USER?= sshd
# Possible: any user name
# Default: sshd
-OPENSSH_UID?= 16
-# The unprivileged UID for OpenSSH with privilege separation.
-# Possible: any uid
-# Default: 16
-
OPENSSH_GROUP?= sshd
# The group of the OPENSSH_USER for OpenSSH with privilege separation.
# Possible: any group name
# Default: sshd
-OPENSSH_GID?= 16
-# The GID of the OPENSSH_USER for OpenSSH with privilege separation.
-# Possible: any gid
-# Default: sshd
-
P4USER?= perforce
# The unprivileged user for the Perforce server.
# Possible: any user name