pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide/files pre-install is a valid value for USERG...
details: https://anonhg.NetBSD.org/pkgsrc/rev/af94cf71ecc1
branches: trunk
changeset: 354924:af94cf71ecc1
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Nov 15 13:48:52 2016 +0000
description:
pre-install is a valid value for USERGROUP_PHASE.
Noted by marino.
diffstat:
doc/guide/files/pkginstall.xml | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diffs (27 lines):
diff -r e3be9abcb8bc -r af94cf71ecc1 doc/guide/files/pkginstall.xml
--- a/doc/guide/files/pkginstall.xml Tue Nov 15 11:19:09 2016 +0000
+++ b/doc/guide/files/pkginstall.xml Tue Nov 15 13:48:52 2016 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: pkginstall.xml,v 1.20 2016/06/10 21:20:51 rillig Exp $ -->
+<!-- $NetBSD: pkginstall.xml,v 1.21 2016/11/15 13:48:52 wiz Exp $ -->
<chapter id="pkginstall"> <?dbhtml filename="pkginstall.html"?>
<title>The pkginstall framework</title>
@@ -480,11 +480,12 @@
<varname>PKG_GID.<replaceable>group</replaceable></varname>.</para>
<para>If a package needs to create the users and groups at an earlier
-stage, then it can set <varname>USERGROUP_PHASE</varname> to
-either <literal>configure</literal> or <literal>build</literal> to
-indicate the phase before which the users and groups are created. In
-this case, the numeric UIDs and GIDs of the created users and groups
-are automatically hardcoded into the final installation scripts.</para>
+stage, then it can set <varname>USERGROUP_PHASE</varname> to either
+<literal>configure</literal>,<literal>build</literal>, or
+<literal>pre-install</literal> to indicate the phase before which the
+users and groups are created. In this case, the numeric UIDs and GIDs
+of the created users and groups are automatically hardcoded into the
+final installation scripts.</para>
</sect1>
Home |
Main Index |
Thread Index |
Old Index