# /etc/kuwatcher/conf.d/auto-resolv-conf
#
# ::copy::
# ::maintainer::
#
# ::do_not_edit::
#
# checks changes on /etc/resolv.conf and updates it, merging
# with the installed one
#
[check.auto-resolv-conf]
  savestate	false
  interval	10
  test		cmp /etc/resolv.conf /tmp/kuwatcher/resolv.conf
  action_fail	/etc/kuwatcher/update-resolv-conf
