mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/busybox/udhcpc.script: fix domain search comment
The domain search option is from RFC3397, not RFC3359 (which is about TLV codepoints), so fix that. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
80291c3e9c
commit
67a52f6fc9
@ -56,7 +56,7 @@ case "$1" in
|
|||||||
cat $TMPFILE > $RESOLV_CONF
|
cat $TMPFILE > $RESOLV_CONF
|
||||||
rm -f $TMPFILE
|
rm -f $TMPFILE
|
||||||
|
|
||||||
# prefer rfc3359 domain search list (option 119) if available
|
# prefer rfc3397 domain search list (option 119) if available
|
||||||
if [ -n "$search" ]; then
|
if [ -n "$search" ]; then
|
||||||
search_list=$search
|
search_list=$search
|
||||||
elif [ -n "$domain" ]; then
|
elif [ -n "$domain" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user