From ecda02296c53f5e8c1e8e713f0b057c497fd03b9 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Mon, 9 Jan 2012 11:54:50 -0500 Subject: [PATCH] First commit --- GENERAL.md | 4 +++- README.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/GENERAL.md b/GENERAL.md index 5037bd4..9290441 100644 --- a/GENERAL.md +++ b/GENERAL.md @@ -48,5 +48,7 @@ And it's a good idea to see what packages will be installed, without actually in Each package added to the file looks like this: `[category]/[software] ~amd64` or if you are using a 32-bit version, `[category]/[software] ~x86` -* If the software doesn't have the `USE` settings it needs, for example if php doesn't have mysql support, you can add these to the `package.use` file in `/etc/portage` +* If the software doesn't have the `USE` settings it needs, for example if php doesn't have mysql support, you can add these to the `package.use` file in `/etc/portage` : + +`dev-lang/php mysql` diff --git a/README.md b/README.md index 2d019b1..a3adb0b 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ A guide to setup and maintain a webserver with php/lighttpd +[./GENERAL.md](General Topics) \ No newline at end of file