summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-08-11 08:32:52 +0000
committerRoy Marples <roy@marples.name>2008-08-11 08:32:52 +0000
commit523f398e5e3bd5dd9876e690cdc0f9e07383772f (patch)
treea7684834864d204f39e7c74e41ae0bf5c5cc4296 /README
parent37e7de18999e968f25b85e30a1aeddbb48f546a6 (diff)
downloaddhcpcd-523f398e5e3bd5dd9876e690cdc0f9e07383772f.tar.xz
Remove loads of code specific to fork()less systems. dhcpcd no longer backgrounds on these systems, but is a lot lighter.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index b3550c13..50294fe4 100644
--- a/README
+++ b/README
@@ -17,6 +17,8 @@ OS=BSD | Linux
If you're building for an MMU-less system where fork() does not work, you
should add -DTHERE_IS_NO_FORK to your CPPFLAGS.
+This also puts the --no-background flag on and stops the --background flag
+from working.
You can change the default dir with these knobs.
For example, to satisfy FHS compliance you would do this:-
@@ -62,4 +64,4 @@ ChangeLog
---------
We no longer supply a ChangeLog.
However, you're more than welcome to read the git commit comments at
-http://git.marples.name/?p=dhcpcd/.git;a=summary
+http://git.marples.name/?p=dhcpcd.git;a=summary