--- a/files/djbdns-setup +++ b/files/djbdns-setup @@ -18,14 +18,8 @@ # http://www.gnu.org/copyleft/gpl.html # -# {{{ Rip off the ewarn code from /sbin/functions.sh -WARN=$'\e[33;01m' -NORMAL=$'\e[0m' -ewarn() { - echo -e " ${WARN}*${NORMAL} $*" - return 0 -} -# }}} +# source functions.sh for ebegin, eend, etc. +. /etc/init.d/functions.sh # {{{ global vars S_SEPARATOR="--------------------------------------------------------------------------------"