summaryrefslogtreecommitdiff
path: root/packages/initscripts/initscripts-1.0/openslug/volatiles
blob: 45d373cedcf8a4ee397033a84e19868e93b0aa9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# This configuration file lists filesystem objects that should get verified
# during startup and be created if missing.
#
# Every line must either be a comment starting with #
# or a definition of format:
# <type> <owner> <group> <mode> <path> [<linksource>]
# where the items are separated by whitespace !
#
# <type> : d|f|l : (d)irectory|(f)ile|(l)ink
#
# A linking example:
# l root root 0777 /var/test /tmp/testfile
# f root root 0644 /var/test
#
d root root 0775 /var
d root root 0755 /var/backups
d root root 0755 /var/cache
d root root 0755 /var/lib
d root root 0755 /var/lib/misc
d root root 2775 /var/local
d root root 1777 /var/lock
d root root 0755 /var/lock/subsys
d root root 0755 /var/log
d root root 0755 /var/run
d root root 0755 /var/spool
d root root 1777 /var/tmp
f root root 0664 /var/run/utmp
f root root 0664 /var/log/wtmp
f root root 0664 /var/log/lastlog