From 17afba83e8703d8fadc9d3b15fd83cb0a125b006 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 22 Nov 2014 08:18:14 -0500 Subject: [PATCH 1/2] Bug #525828: Update the wording in "Common pkg_preinst tasks". The original wording here suggested unconditionally that pkg_setup() is a better place in which to create users. We have bug #217042 that points out that this is not usually the case, and the new text explains the situation in which pkg_setup() is preferred. --- ebuild-writing/functions/pkg_preinst/text.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ebuild-writing/functions/pkg_preinst/text.xml b/ebuild-writing/functions/pkg_preinst/text.xml index 9cdeb4a..a799427 100644 --- a/ebuild-writing/functions/pkg_preinst/text.xml +++ b/ebuild-writing/functions/pkg_preinst/text.xml @@ -61,9 +61,11 @@ There are a few things that are often done in pkg_preinst: