# Generated by ../utrans from:
#  981477a148e26a4b3e312b2f23ceca24095ec285079b2a9c3277473c1ee4318a  ./input/rpcbind.socket
#  342bd8ea5b9e3053fa924833a3d0b3514851998a93652c3da12ea824bbf6cd7d  ./input/rpcbind.service

set -a
OPTIONS='-w'
[ -r /etc/rpcbind.conf ] && . /dev/stdin <<EOF
$(sed -z 's#[[:space:]]*\\\n#\\#g' /etc/rpcbind.conf | grep '^[[:space:]]*[^#;].\+=')
EOF
[ -r /etc/default/rpcbind ] && . /dev/stdin <<EOF
$(sed -z 's#[[:space:]]*\\\n#\\#g' /etc/default/rpcbind | grep '^[[:space:]]*[^#;].\+=')
EOF
set +a
