]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/stage2
Merge branch 'master' into next
[ipfire-2.x.git] / lfs / stage2
index 2d2a6459de9424e683b7d643f7af5c9710aa6db5..b70bde78a4e273bc37444d3fc1aea2b986657470 100644 (file)
@@ -64,7 +64,7 @@ $(TARGET) :
        # Symlink /var/run -> /run.
        ln -svf ../run /var/run
 
-ifeq "$(MACHINE)" "x86_64"
+ifeq "$(IS_64BIT)" "1"
        ln -svf lib /lib64
        ln -svf lib /usr/lib64
 endif
@@ -127,6 +127,7 @@ endif
        -mkdir -pv /var/log/{counter,calamaris}
        chown nobody.nobody /var/log/calamaris
        touch /var/log/{btmp,lastlog,wtmp}
+       chmod -v 600 /var/log/btmp
        chgrp -v utmp /var/log/lastlog
        chmod -v 664 /var/log/lastlog