pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/rc.subr rc.subr: mark as not for unprivileged...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0913ae900e5
branches:  trunk
changeset: 413800:e0913ae900e5
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Mar 22 13:21:05 2020 +0000

description:
rc.subr: mark as not for unprivileged, because of PREFIX:=/ abuse

diffstat:

 pkgtools/rc.subr/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b3990c59be00 -r e0913ae900e5 pkgtools/rc.subr/Makefile
--- a/pkgtools/rc.subr/Makefile Sun Mar 22 13:19:50 2020 +0000
+++ b/pkgtools/rc.subr/Makefile Sun Mar 22 13:21:05 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2020/01/18 23:33:27 rillig Exp $
+# $NetBSD: Makefile,v 1.34 2020/03/22 13:21:05 tnn Exp $
 #
 
 PKGNAME=               rc.subr-20181226
@@ -14,6 +14,7 @@
 
 NO_BUILD=              yes
 NO_CONFIGURE=          yes
+NOT_FOR_UNPRIVILEGED=  yes
 
 CHECK_FILES_SUPPORTED= no
 BUILD_DEFS+=           RCD_SCRIPTS_DIR



Home | Main Index | Thread Index | Old Index