pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/doc/guide/files
Module Name: pkgsrc
Committed By: wiz
Date: Tue Nov 15 13:48:52 UTC 2016
Modified Files:
pkgsrc/doc/guide/files: pkginstall.xml
Log Message:
pre-install is a valid value for USERGROUP_PHASE.
Noted by marino.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/doc/guide/files/pkginstall.xml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/guide/files/pkginstall.xml
diff -u pkgsrc/doc/guide/files/pkginstall.xml:1.20 pkgsrc/doc/guide/files/pkginstall.xml:1.21
--- pkgsrc/doc/guide/files/pkginstall.xml:1.20 Fri Jun 10 21:20:51 2016
+++ pkgsrc/doc/guide/files/pkginstall.xml Tue Nov 15 13:48:52 2016
@@ -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 @@ group
<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