summaryrefslogtreecommitdiffstats
path: root/network/open-isns/doinst.sh
blob: a14b0d3ab9a922565c63f13db49c616578ba176e (plain)
config() {
  NEW="$1"
  OLD="$(dirname $NEW)/$(basename $NEW .new)"
  # If there's no config file by that name, mv it over:
  if [ ! -r $OLD ]; then
    mv $NEW $OLD
  elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then
    # toss the redundant copy
    rm $NEW
  fi
  # Otherwise, we leave the .new copy for the admin to consider...
}

config etc/isns/isnsd.conf
config etc/isns/isnsdd.conf
config etc/isnsisnsadm.conf