summaryrefslogtreecommitdiff
path: root/rc/bin/inst/ndbsetup
AgeCommit message (Collapse)Author
2018-08-15ipv6 autoconfiguration on ethernetcinap_lenrek
for ip autoconfiguration, setup ipv6 link local addresses and do SLAAC in parallel to DHCP.
2017-08-05inst: don't hardcode /net/ether0, might have usb ethernetcinap_lenrek
2017-05-01inst/configether: in manual network configuration, ask for dns servercinap_lenrek
2013-06-01inst/ndbsetup: allow setting sysname more than oncecinap_lenrek
In the installation, if you run the ndbsetup task n times (n > 1), the installed /lib/ndb/local will have n sys= entries. The problem is that ndb(8) will use the first sys= entry found, but one would expect that the last configuration in the ndbsetup task would be the active one. Remove any previous entry in ndbsetup before adding new one.
2011-06-14inst/ndbsetup: s/chekdone/checkdone/, simplifycinap_lenrek
2011-06-12inst: add network configuration setupcinap_lenrek