Gentoo Archives: gentoo-user

From: kashani <kashani-list@××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Doubt about FLAG use
Date: Thu, 24 Apr 2008 18:18:41
Message-Id: 4810CEFC.2010700@badapple.net
In Reply to: Re: [gentoo-user] Doubt about FLAG use by Net Warrior
1 Net Warrior wrote:
2 > I'm on it :) thank you guys !!
3
4 Here's an example from my server to get you going
5
6 # apache stuff
7 # urandom makes Apache start faster on unused systems
8 dev-libs/apr urandom
9 www-servers/apache -threads mpm-prefork
10
11 # other daemons
12 net-dns/bind -mysql -threads
13 net-mail/courier-imap -berkdb fam gdbm
14 dev-libs/cyrus-sasl -berkdb -mysql authdaemond urandom
15 www-servers/lighttpd -mysql -ssl fam
16 mail-mta/postfix mysql sasl ssl vda
17
18
19 I like to put the subtracts in front and the adds after as well as
20 keeping them in alphabetical order. Comments will also help you remember
21 why you did stuff so when you jump to the next major version you can
22 glance over package.use and see if anything jumps out at you. It all
23 makes it easier to read and manage as your /etc/portage/* files gets
24 more complicated.
25
26 kashani
27 --
28 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Doubt about FLAG use Net Warrior <netwarrior863@×××××.com>