opentechinstitute / commotiond

The system management daemon for the Commotion Wireless Project.
https://commotionwireless.net
GNU Affero General Public License v3.0
26 stars 21 forks source link

Removed redundant call to write '192.168.1.20 thisnode' to /etc/hosts. ... #53

Closed gradyoti closed 11 years ago

gradyoti commented 11 years ago

...This is already taken care of by hotplug.d/90-thisnode

gradyoti commented 11 years ago

This can be tested by running quickstart and checking /etc/hosts to make sure that the "thisnode" alias resolves to the dynamically assigned IP address (identified by hotplug.d/90-thisnode) and doesn't get overwritten by the UCI defaults to resolve to 192.168.1.20

areynold commented 11 years ago

Tested with opentechinstitute/commotion-openwrt/pull/56

Thisnode resolves over plug before quickstart runs. Thisnode is reachable via AP after quickstart.