diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-26 17:37:38 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-26 17:37:38 +0000 |
commit | 3ef70d43adfa3eb0f74fefd72d05578b3e332b76 (patch) | |
tree | da5995d46e8f5505cf0af5d3049087f7d7cf5d16 /examples/udhcp | |
parent | bf0a201008671f81c107de72c026b1b84967561d (diff) | |
download | busybox-3ef70d43adfa3eb0f74fefd72d05578b3e332b76.tar.gz |
adduser: trivial code movement
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 #notify_file #default: (no script) -#notify_file dumpleases # <--- usefull for debugging +#notify_file dumpleases # <--- useful for debugging # The following are bootp specific options, setable by udhcpd. |