packages: dev/dev.spec - Release 5. Set attr(666, root, root) /dev/shm H...

matkor matkor at pld-linux.org
Fri May 21 09:00:49 CEST 2010


Author: matkor                       Date: Fri May 21 07:00:49 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- Release 5.
  Set attr(666,root,root)  /dev/shm
  Having mounted /dev/shm with defualts from  /etc/fstab and upgrading dev
  results in permision change resulting apps using shmem to get privs error

---- Files affected:
packages/dev:
   dev.spec (1.192 -> 1.193) 

---- Diffs:

================================================================
Index: packages/dev/dev.spec
diff -u packages/dev/dev.spec:1.192 packages/dev/dev.spec:1.193
--- packages/dev/dev.spec:1.192	Sun Mar  1 17:29:51 2009
+++ packages/dev/dev.spec	Fri May 21 09:00:43 2010
@@ -6,7 +6,7 @@
 Summary(tr.UTF-8):	/dev dizini
 Name:		dev
 Version:	3.4
-Release:	4
+Release:	5
 License:	Public Domain
 Group:		Base
 Source0:	%{name}-list
@@ -170,7 +170,7 @@
 %attr(660,root,video) /dev/radio
 %attr(660,root,audio) /dev/sequencer2
 %attr(600,root,root) /dev/sg[0-7]
-%dir /dev/shm
+%attr(666,root,root) %dir /dev/shm
 %dir /dev/snd
 %attr(660,root,video) /dev/vbi
 %attr(660,root,video) /dev/video
@@ -257,6 +257,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.193  2010/05/21 07:00:43  matkor
+- Release 5.
+  Set attr(666,root,root)  /dev/shm
+  Having mounted /dev/shm with defualts from  /etc/fstab and upgrading dev
+  results in permision change resulting apps using shmem to get privs error
+
 Revision 1.192  2009/03/01 16:29:51  baggins
 - rel 4
 - R new setup
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dev/dev.spec?r1=1.192&r2=1.193&f=u



More information about the pld-cvs-commit mailing list