diff options
| author | Roy Marples <roy@marples.name> | 2017-04-11 18:04:03 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2017-04-11 18:04:03 +0100 |
| commit | 61012898c4b90432bcc533158298580591b56c68 (patch) | |
| tree | ad78cfda88b746c9a1f55defc1fe0d72a893fc6e /BUILDING.md | |
| parent | edf7ae1228379b960641c58ba372acb1675532e9 (diff) | |
| download | dhcpcd-61012898c4b90432bcc533158298580591b56c68.tar.xz | |
Write syslog entries in logfile:
date tag[pid]: message
This does add a few more bytes, but it allows for the same log
analysis tools to be used.
When building SMALL, this code is removed and you just get the
message in the logfile.
Diffstat (limited to 'BUILDING.md')
| -rw-r--r-- | BUILDING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md index a944417a..f1574241 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -11,7 +11,7 @@ To compile small dhcpcd, maybe to be used for installation media where size is a concern, you can use the `--small` configure option to enable a reduced feature set within dhcpcd. Currently this just removes non important options out of -`dhcpcd-definitions.conf`, the custom logger and +`dhcpcd-definitions.conf`, the logfile option and support for DHCPv6 Prefix Delegation. Other features maybe dropped as and when required. dhcpcd can also be made smaller by removing the IPv4 or IPv6 stack: |
