diff options
| author | Roy Marples <roy@marples.name> | 2008-08-11 08:32:52 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-08-11 08:32:52 +0000 |
| commit | 523f398e5e3bd5dd9876e690cdc0f9e07383772f (patch) | |
| tree | a7684834864d204f39e7c74e41ae0bf5c5cc4296 /README | |
| parent | 37e7de18999e968f25b85e30a1aeddbb48f546a6 (diff) | |
| download | dhcpcd-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-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
