SPECS (AC-branch): bind.spec - create /dev/random for bind chroot ...

twittner twittner at pld-linux.org
Mon Dec 4 22:58:19 CET 2006


Author: twittner                     Date: Mon Dec  4 21:58:19 2006 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- create /dev/random for bind chroot
- rel. 3

---- Files affected:
SPECS:
   bind.spec (1.198.2.17 -> 1.198.2.18) 

---- Diffs:

================================================================
Index: SPECS/bind.spec
diff -u SPECS/bind.spec:1.198.2.17 SPECS/bind.spec:1.198.2.18
--- SPECS/bind.spec:1.198.2.17	Sat Sep  9 03:15:34 2006
+++ SPECS/bind.spec	Mon Dec  4 22:58:14 2006
@@ -19,7 +19,7 @@
 Name:		bind
 Version:	9.2.6p1
 %define		_version	9.2.6-P1
-Release:	2
+Release:	3
 Epoch:		6
 License:	BSD-like
 Group:		Networking/Daemons
@@ -393,7 +393,7 @@
 if [ "$1" = 1 ]; then
 	mknod -m 660 %{_var}/lib/named/dev/null c 1 3 2>/dev/null
 	chown root:named %{_var}/lib/named/dev/null 2>/dev/null
-	mknod -m 640 %{_var}/lib/named/dev/null c 1 8 2>/dev/null
+	mknod -m 640 %{_var}/lib/named/dev/random c 1 8 2>/dev/null
 	chown root:named %{_var}/lib/named/dev/random 2>/dev/null
 	if [ ! -c %{_var}/lib/named/dev/null ] || [ ! -c %{_var}/lib/named/dev/random ]; then
 %banner -e %{name}-devs <<-EOF
@@ -507,6 +507,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.198.2.18  2006/12/04 21:58:14  twittner
+- create /dev/random for bind chroot
+- rel. 3
+
 Revision 1.198.2.17  2006/09/09 01:15:34  glen
 - rel 2 (rebuild with fixed %useradd/%groupadd macros)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/bind.spec?r1=1.198.2.17&r2=1.198.2.18&f=u



More information about the pld-cvs-commit mailing list