Typo in dnsmodattr script
Created by: danlii
See below. A missing "e" makes adding a host to a dhcp profile from command line impossible, since there is no attribute called "dhcpprofil".
--- /usr/bin/dnsmodattr 2014-04-03 14:08:31.176125054 +0200 +++ /usr/bin/dnsmodattr.old 2014-04-03 14:08:22.340121244 +0200 @@ -131,7 +131,7 @@ return [mc "Invalid DHCP profile '%s'" $tattr(dhcpprofile)] } set tattr(dhcpprofile) $iddhcpprof
- set newiddhcpprof $tattr(dhcpprofile)
- set newiddhcpprof $tattr(dhcpprofil) } else { set newiddhcpprof $trr(iddhcpprof) }