rpms/bind/devel named.init,1.24,1.25

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Mar 22 21:54:14 UTC 2005


Update of /cvs/dist/rpms/bind/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29305

Modified Files:
	named.init 
Log Message:
fix bug 151852


Index: named.init
===================================================================
RCS file: /cvs/dist/rpms/bind/devel/named.init,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- named.init	18 Feb 2005 21:20:30 -0000	1.24
+++ named.init	22 Mar 2005 21:54:12 -0000	1.25
@@ -41,6 +41,12 @@
 		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




More information about the fedora-cvs-commits mailing list