[oe-commits] [openembedded-core] 34/46: fs-perms.txt: Two cleanup tweaks for consistency.

git at git.openembedded.org git at git.openembedded.org
Fri Mar 17 15:37:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 7baf0229b8339263c6bcbf3c997d0fc157d3e14a
Author: Robert P. J. Day <rpjday at crashcourse.ca>
AuthorDate: Sat Mar 11 04:02:01 2017 -0500

    fs-perms.txt: Two cleanup tweaks for consistency.
    
    * Remove duplicate entry for /srv already defined earlier in file.
    * Use "${localstatedir}" rather than "/var" for consistency.
    
    Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/files/fs-perms.txt | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/meta/files/fs-perms.txt b/meta/files/fs-perms.txt
index 3d00e86..c8c3ac5 100644
--- a/meta/files/fs-perms.txt
+++ b/meta/files/fs-perms.txt
@@ -63,8 +63,5 @@ ${localstatedir}/volatile/tmp	01777	root	root	false - - -
 # Set 0700
 ${ROOT_HOME}			0700	root	root	false - - -
 
-# Set 755-lsb
-/srv				0755	root	root	false - - -
-
 # Set 2775-lsb
-/var/mail			02775	root	mail	false - - -
+${localstatedir}/mail		02775	root	mail	false - - -

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list