#!/bin/bash set -e fix_named_conf() { # The following sed script: # - scopes the named.conf changes to dyndb # - uses the new way the define path to the library while read -r PATTERN do SEDSCRIPT+="$PATTERN" done <