~hww3/netbsd-kvm-image-builder

c8b80569d0dbd4e432315f7534b2dcd73634f015 — William Welliver 5 years ago 874a330
network restart is in hostname script as well.
1 files changed, 1 insertions(+), 1 deletions(-)

M triton-netbsd-guesttools/lib/smartdc/set-hostname
M triton-netbsd-guesttools/lib/smartdc/set-hostname => triton-netbsd-guesttools/lib/smartdc/set-hostname +1 -1
@@ 27,7 27,7 @@ if [[ $? -ne 0 ]]; then
  if [[ ! -z "$hostname" ]]; then
    lib_triton_info "Restarting /etc/rc.d/network"
    echo hostname="\"$hostname\" # Added by triton. This can be modified." >> /etc/rc.conf
    /etc/rc.d/network restart
    env -i /etc/rc.d/network restart
  fi
fi