From 1abbaa0a010be9b0ff009db49c98feec0fc2d27c Mon Sep 17 00:00:00 2001 From: jvdias Date: Mar 22 2005 21:54:12 +0000 Subject: fix bug 151852 --- diff --git a/named.init b/named.init index fe0117f..42255ee 100755 --- a/named.init +++ b/named.init @@ -41,6 +41,12 @@ start() { if [ -s /etc/localtime ]; then cp -fp /etc/localtime ${ROOTDIR}/etc/localtime fi; + if [ ! -d ${ROOTDIR}/proc ]; then + mkdir -p ${ROOTDIR}/proc + fi + if ! egrep -q "${ROOTDIR}/proc proc" /etc/mtab; then + mount -tproc none ${ROOTDIR}/proc + fi fi no_write_master_zones=0 if [ -e /etc/selinux/config ]; then