SPECS: bind.spec - fixed device node creation

gotar gotar at pld-linux.org
Sun Mar 11 22:50:52 CET 2007


Author: gotar                        Date: Sun Mar 11 21:50:52 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed device node creation

---- Files affected:
SPECS:
   bind.spec (1.242 -> 1.243) 

---- Diffs:

================================================================
Index: SPECS/bind.spec
diff -u SPECS/bind.spec:1.242 SPECS/bind.spec:1.243
--- SPECS/bind.spec:1.242	Thu Mar  8 13:39:39 2007
+++ SPECS/bind.spec	Sun Mar 11 22:50:47 2007
@@ -420,7 +420,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
@@ -540,6 +540,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.243  2007/03/11 21:50:47  gotar
+- fixed device node creation
+
 Revision 1.242  2007/03/08 12:39:39  arekm
 - rel 2; skip not interesting getifaddrs entries; fix man
 
================================================================

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



More information about the pld-cvs-commit mailing list