Add bind-tools and disable dnsutils to console menu

This commit is contained in:
MatMoul 2015-11-01 21:30:43 +01:00
parent 1b66bd7eac
commit f92a47e408

View file

@ -10,8 +10,9 @@ options+=("zip" "ZIP files" on)
options+=("unzip" "ZIP files" on) options+=("unzip" "ZIP files" on)
options+=("unrar" "RAR files" on) options+=("unrar" "RAR files" on)
options+=("p7zip" "File Archiver" on) options+=("p7zip" "File Archiver" on)
options+=("dnsutils" "DNS tools (nslookup)" on)
options+=("traceroute" "Trace network route" on) options+=("traceroute" "Trace network route" on)
options+=("bind-tools" "DNS tools (nslookup)" on)
options+=("dnsutils" "DNS tools (nslookup)" off)
options+=("nmap" "Network scanner" off) options+=("nmap" "Network scanner" off)
options+=("mc" "Dual pane file explorer" off) options+=("mc" "Dual pane file explorer" off)
options+=("links" "Web browser" off) options+=("links" "Web browser" off)