diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-26 17:37:38 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-26 17:37:38 +0000 |
commit | bfa21cc6ff4902cb8a48e574cce5c78f5fd98ee6 (patch) | |
tree | da5995d46e8f5505cf0af5d3049087f7d7cf5d16 /examples/udhcp | |
parent | 52f326a239527e7242321661d2ba06b50daa3c43 (diff) | |
download | busybox-w32-bfa21cc6ff4902cb8a48e574cce5c78f5fd98ee6.tar.gz busybox-w32-bfa21cc6ff4902cb8a48e574cce5c78f5fd98ee6.tar.bz2 busybox-w32-bfa21cc6ff4902cb8a48e574cce5c78f5fd98ee6.zip |
adduser: trivial code movement
git-svn-id: svn://busybox.net/trunk/busybox@17082 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'examples/udhcp')
-rw-r--r-- | examples/udhcp/udhcpd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/udhcp/udhcpd.conf b/examples/udhcp/udhcpd.conf index f91fddebf..34e47f788 100644 --- a/examples/udhcp/udhcpd.conf +++ b/examples/udhcp/udhcpd.conf | |||
@@ -67,7 +67,7 @@ interface eth0 #default: eth0 | |||
67 | 67 | ||
68 | #notify_file #default: (no script) | 68 | #notify_file #default: (no script) |
69 | 69 | ||
70 | #notify_file dumpleases # <--- usefull for debugging | 70 | #notify_file dumpleases # <--- useful for debugging |
71 | 71 | ||
72 | # The following are bootp specific options, setable by udhcpd. | 72 | # The following are bootp specific options, setable by udhcpd. |
73 | 73 | ||