pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/rc.subr



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Mar 22 13:21:05 UTC 2020

Modified Files:
        pkgsrc/pkgtools/rc.subr: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/pkgtools/rc.subr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/rc.subr/Makefile
diff -u pkgsrc/pkgtools/rc.subr/Makefile:1.33 pkgsrc/pkgtools/rc.subr/Makefile:1.34
--- pkgsrc/pkgtools/rc.subr/Makefile:1.33       Sat Jan 18 23:33:27 2020
+++ pkgsrc/pkgtools/rc.subr/Makefile    Sun Mar 22 13:21:05 2020
@@ -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 @@ ONLY_FOR_PLATFORM+=   Linux-*-* OpenBSD-*-
 
 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