diff --git a/named.init b/named.init index aaeb39e..691b3ba 100755 --- a/named.init +++ b/named.init @@ -46,7 +46,7 @@ start() { mkdir -p ${ROOTDIR}/proc fi if ! egrep -q "${ROOTDIR}/proc proc" /etc/mtab; then - mount -tproc none ${ROOTDIR}/proc + mount -tproc none ${ROOTDIR}/proc >/dev/null 2>&1 fi fi no_write_master_zones=0