summaryrefslogtreecommitdiffstats
path: root/meta/packages/initscripts/initscripts-1.0/volatiles
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-05-20 13:38:00 +0000
committerRichard Purdie <richard@openedhand.com>2008-05-20 13:38:00 +0000
commitc87c8e40719dbd5c863f607d3e18adce9a9b46b7 (patch)
tree79de92b657114f57c61f7ea1f9be91c3b89ef84a /meta/packages/initscripts/initscripts-1.0/volatiles
parentb8d979bf08cf23ddc722ccb241341d9db5be18ba (diff)
downloadpoky-c87c8e40719dbd5c863f607d3e18adce9a9b46b7.tar.gz
initscripts: Sync populate-voltiles.sh performance improvements from OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4508 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/initscripts/initscripts-1.0/volatiles')
-rw-r--r--meta/packages/initscripts/initscripts-1.0/volatiles36
1 files changed, 18 insertions, 18 deletions
diff --git a/meta/packages/initscripts/initscripts-1.0/volatiles b/meta/packages/initscripts/initscripts-1.0/volatiles
index 37ce8b529a..9fa7a46825 100644
--- a/meta/packages/initscripts/initscripts-1.0/volatiles
+++ b/meta/packages/initscripts/initscripts-1.0/volatiles
@@ -3,14 +3,14 @@
3# 3#
4# Every line must either be a comment starting with # 4# Every line must either be a comment starting with #
5# or a definition of format: 5# or a definition of format:
6# <type> <owner> <group> <mode> <path> [<linksource>] 6# <type> <owner> <group> <mode> <path> <linksource>
7# where the items are separated by whitespace ! 7# where the items are separated by whitespace !
8# 8#
9# <type> : d|f|l : (d)irectory|(f)ile|(l)ink 9# <type> : d|f|l : (d)irectory|(f)ile|(l)ink
10# 10#
11# A linking example: 11# A linking example:
12# l root root 0777 /var/test /tmp/testfile 12# l root root 0777 /var/test /tmp/testfile
13# f root root 0644 /var/test 13# f root root 0644 /var/test none
14# 14#
15# Understanding links: 15# Understanding links:
16# When populate-volatile is to verify/create a directory or file, it will first 16# When populate-volatile is to verify/create a directory or file, it will first
@@ -21,19 +21,19 @@
21# This explains the order of "link before object" as in the example above, where 21# This explains the order of "link before object" as in the example above, where
22# a link will be created at /var/test pointing to /tmp/testfile and due to this 22# a link will be created at /var/test pointing to /tmp/testfile and due to this
23# link the file defined as /var/test will actually be created as /tmp/testfile. 23# link the file defined as /var/test will actually be created as /tmp/testfile.
24d root root 0775 /var 24d root root 0775 /var none
25d root root 0755 /var/backups 25d root root 0755 /var/backups none
26d root root 0755 /var/cache 26d root root 0755 /var/cache none
27d root root 0755 /var/lib 27d root root 0755 /var/lib none
28d root root 0755 /var/lib/ipkg 28d root root 0755 /var/lib/ipkg none
29d root root 0755 /var/lib/misc 29d root root 0755 /var/lib/misc none
30d root root 2775 /var/local 30d root root 2775 /var/local none
31d root root 1777 /var/lock 31d root root 1777 /var/lock none
32d root root 0755 /var/lock/subsys 32d root root 0755 /var/lock/subsys none
33d root root 0755 /var/log 33d root root 0755 /var/log none
34d root root 0755 /var/run 34d root root 0755 /var/run none
35d root root 0755 /var/spool 35d root root 0755 /var/spool none
36d root root 1777 /var/tmp 36d root root 1777 /var/tmp none
37f root root 0664 /var/run/utmp 37f root root 0664 /var/run/utmp none
38f root root 0664 /var/log/wtmp 38f root root 0664 /var/log/wtmp none
39f root root 0664 /var/log/lastlog 39f root root 0664 /var/log/lastlog none