resolv.subr (3b8f08459569bf0faa21473e5cec2491e95c9349) resolv.subr (d356ca0c3ffa363d5bfbc237b44f53b3f88fd415)
1if [ ! "$_NETWORKING_RESOLV_SUBR" ]; then _NETWORKING_RESOLV_SUBR=1
2#
3# Copyright (c) 2006-2013 Devin Teske
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:

--- 427 unchanged lines hidden (view full) ---

436 echo "'X $msg_exit' '$opt_exit'"
437 index=$(( $index + 1 ))
438
439 echo "'A $msg_add' '$opt_add'"
440 index=$(( $index + 1 ))
441
442 for ns in $nameservers; do
443 [ $index -lt ${#DIALOG_MENU_TAGS} ] || break
1if [ ! "$_NETWORKING_RESOLV_SUBR" ]; then _NETWORKING_RESOLV_SUBR=1
2#
3# Copyright (c) 2006-2013 Devin Teske
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:

--- 427 unchanged lines hidden (view full) ---

436 echo "'X $msg_exit' '$opt_exit'"
437 index=$(( $index + 1 ))
438
439 echo "'A $msg_add' '$opt_add'"
440 index=$(( $index + 1 ))
441
442 for ns in $nameservers; do
443 [ $index -lt ${#DIALOG_MENU_TAGS} ] || break
444 tag=$( f_substr "$DIALOG_MENU_TAGS" $index 1 )
444 f_substr -v tag "$DIALOG_MENU_TAGS" $index 1
445 echo "'$tag nameserver' '$ns'"
446 index=$(( $index + 1 ))
447 done
448 )
449
450 #
451 # Display configuration-edit menu
452 #

--- 50 unchanged lines hidden ---
445 echo "'$tag nameserver' '$ns'"
446 index=$(( $index + 1 ))
447 done
448 )
449
450 #
451 # Display configuration-edit menu
452 #

--- 50 unchanged lines hidden ---