forked from pool/filesystem
d0619eb2ec
- replace /var/run and /var/lock directories with symlinks to /run and /run/lock (respectively). (this is required by recent systemd) OBS-URL: https://build.opensuse.org/request/show/135935 OBS-URL: https://build.opensuse.org/package/show/Base:System/filesystem?expand=0&rev=89
10 lines
176 B
Plaintext
10 lines
176 B
Plaintext
# links to be created
|
|
../run /var/run
|
|
../run/lock /var/lock
|
|
init.d /etc/rc.d
|
|
../var/tmp /usr/tmp
|
|
../lock /var/spool/locks
|
|
# Required for FHS 2.1
|
|
spool/mail /var/mail
|
|
|