pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform The path to SU is correct



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54a052f3c3a9
branches:  trunk
changeset: 652010:54a052f3c3a9
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Thu May 21 17:15:48 2015 +0000

description:
The path to SU is correct
type is a shell builtin on the bundled OpenBSD pdksh
Remove comment as instructed by comment.
Checks performed on OpenBSD 5.7-current

diffstat:

 mk/platform/OpenBSD.mk |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r d13781a22284 -r 54a052f3c3a9 mk/platform/OpenBSD.mk
--- a/mk/platform/OpenBSD.mk    Thu May 21 15:11:57 2015 +0000
+++ b/mk/platform/OpenBSD.mk    Thu May 21 17:15:48 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: OpenBSD.mk,v 1.38 2015/04/21 17:01:56 joerg Exp $
+# $NetBSD: OpenBSD.mk,v 1.39 2015/05/21 17:15:48 sevan Exp $
 #
 # Variable definitions for the OpenBSD operating system.
 
@@ -9,8 +9,6 @@
 IMAKE_MAKE?=   ${MAKE}         # program which gets invoked by imake
 PKGLOCALEDIR?= share
 PS?=           /bin/ps
-# XXX: default from defaults/mk.conf.  Verify/correct for this platform
-# and remove this comment.
 SU?=           /usr/bin/su
 TYPE?=         type                            # Shell builtin
 



Home | Main Index | Thread Index | Old Index