summaryrefslogtreecommitdiffstats
path: root/meta/packages/initscripts/initscripts-1.0/volatiles
diff options
context:
space:
mode:
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