diff options
author | Russ Dill <Russ.Dill@asu.edu> | 2003-12-18 22:25:38 +0000 |
---|---|---|
committer | Russ Dill <Russ.Dill@asu.edu> | 2003-12-18 22:25:38 +0000 |
commit | 4e864a36b611f56c6b347be1dace4e5e805a3eb8 (patch) | |
tree | 6582084290de4bead010f5fb8ff0a0a6d2b573fd /networking/udhcp/README | |
parent | e30495654d8bb38f7ea234d9d0ab0929525501e3 (diff) | |
download | busybox-4e864a36b611f56c6b347be1dace4e5e805a3eb8.tar.gz |
Finish remerging busybox udhcp and udhcp. Some cleanups as well.
Diffstat (limited to 'networking/udhcp/README')
-rw-r--r-- | networking/udhcp/README | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/networking/udhcp/README b/networking/udhcp/README index 5f4bb78a8..eddb24be7 100644 --- a/networking/udhcp/README +++ b/networking/udhcp/README @@ -11,19 +11,22 @@ compile time options The Makefile contains three of the compile time options: - DEBUG: If DEBUG is defined, udhcpd will output extra debugging - output, compile with -g, and not fork to the background when run. - SYSLOG: If SYSLOG is defined, udhcpd will log all its messages - syslog, otherwise, it will attempt to log them to stdout. + UDHCP_DEBUG: If UDHCP_DEBUG is defined, udhcpd will output extra + debugging output, compile with -g, and not fork to the background when + run. + UDHCP_SYSLOG: If UDHCP_SYSLOG is defined, udhcpd will log all its + messages syslog, otherwise, it will attempt to log them to stdout. COMBINED_BINARY: If COMBINED_BINARY is define, one binary, udhcpd, is created. If called as udhcpd, the dhcp server will be started. If called as udhcpc, the dhcp client will be started. -dhcpd.h contains the other two compile time options: +dhcpd.h contains the other three compile time options: LEASE_TIME: The default lease time if not specified in the config file. + + LEASES_FILE: The default file for storing leases. DHCPD_CONFIG_FILE: The defualt config file to use. |