]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commit
filesystem: Add /var/{lock,run} symlinks and fix scriplet.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 15 Apr 2012 20:55:07 +0000 (22:55 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 15 Apr 2012 20:55:07 +0000 (22:55 +0200)
commit4cdab979a319217dfdce2491a28736ff1470b1dc
tree48f98fe46ae0ebf601d65798f0ea499a9705d6f2
parent580e5e841a4fb5fd0d0c00022cbc565f10665dce
filesystem: Add /var/{lock,run} symlinks and fix scriplet.

systemd apparently does not bind-mount /var/lock and /var/run
anymore but symlinks them instead to their corresponding directories
in /run.

The scriptlet contained an error which caused a crash on all
architectures except x86_64 because of a bad checking of
the directory existance. Hopefully this is now properly fixed.
filesystem/filesystem.nm