pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove OPENSSH_GID and OPENSSH_UID, it happened to wor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d8ea1a8ef4d
branches:  trunk
changeset: 513845:5d8ea1a8ef4d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jun 04 14:56:37 2006 +0000

description:
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:

 mk/defaults/mk.conf              |  12 +-----------
 security/openssh+gssapi/Makefile |   4 +---
 security/openssh/Makefile        |   4 +---
 3 files changed, 3 insertions(+), 17 deletions(-)

diffs (67 lines):

diff -r 34ca1189d315 -r 5d8ea1a8ef4d mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Sun Jun 04 14:44:13 2006 +0000
+++ b/mk/defaults/mk.conf       Sun Jun 04 14:56:37 2006 +0000
@@ -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 @@
 # 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
diff -r 34ca1189d315 -r 5d8ea1a8ef4d security/openssh+gssapi/Makefile
--- a/security/openssh+gssapi/Makefile  Sun Jun 04 14:44:13 2006 +0000
+++ b/security/openssh+gssapi/Makefile  Sun Jun 04 14:56:37 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2006/05/09 17:58:33 jlam Exp $
+# $NetBSD: Makefile,v 1.36 2006/06/04 14:56:37 joerg Exp $
 
 # NOTE:  This package is modeled on ../openssh, but does not share
 # files with it as that package may update faster than the gssapi
@@ -47,8 +47,6 @@
 PKG_GROUPS=            ${OPENSSH_GROUP}
 PKG_USERS=             ${OPENSSH_USER}:${OPENSSH_GROUP}
 
-PKG_GID.${OPENSSH_GROUP}=      ${OPENSSH_GID}
-PKG_UID.${OPENSSH_USER}=       ${OPENSSH_UID}
 PKG_GECOS.${OPENSSH_USER}=     sshd privsep pseudo-user
 PKG_HOME.${OPENSSH_USER}=      ${OPENSSH_CHROOT}
 
diff -r 34ca1189d315 -r 5d8ea1a8ef4d security/openssh/Makefile
--- a/security/openssh/Makefile Sun Jun 04 14:44:13 2006 +0000
+++ b/security/openssh/Makefile Sun Jun 04 14:56:37 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.168 2006/05/09 17:58:33 jlam Exp $
+# $NetBSD: Makefile,v 1.169 2006/06/04 14:56:37 joerg Exp $
 
 DISTNAME=              openssh-4.3p1
 PKGNAME=               openssh-4.3.1
@@ -51,8 +51,6 @@
 PKG_GROUPS=             ${OPENSSH_GROUP}
 PKG_USERS=             ${OPENSSH_USER}:${OPENSSH_GROUP}
 
-PKG_GID.${OPENSSH_GROUP}=      ${OPENSSH_GID}
-PKG_UID.${OPENSSH_USER}=       ${OPENSSH_UID}
 PKG_GECOS.${OPENSSH_USER}=     sshd privsep pseudo-user
 PKG_HOME.${OPENSSH_USER}=      ${OPENSSH_CHROOT}
 



Home | Main Index | Thread Index | Old Index