Gentoo Archives: gentoo-dev

From: Christian Loitsch <gentoo-dev@×××××××.org>
To: gentoo-dev@g.o
Subject: [gentoo-dev] configuration of packages
Date: Tue, 26 Mar 2002 12:00:35
Message-Id: 20020326175618.A20421@matrix.netsoc.tcd.ie
1 I spent some time thinking on how to avoid asking a user questions
2 inside ebuild scripts.
3
4 My idea is to provide a directory (like /usr/share/doc) in which a
5 package can copy additional informations and config files.
6 Also _error-messages_, a file containing a list of created ._cfg*
7 files,... should go in there.
8
9 This could be useful for packages which need additional configuration,
10 but also provide more complicated config-files, shell-scripts to help
11 configuration... Most packages probably don't need to do this, but this
12 should be a decission of the maintainer.
13
14 christian