new crypttab is broken

Issue #2 resolved
Former user created an issue

Hello,

in line 524 of rc.sysinit, there's a small bug:

    if [ -x /usr/lib/systemd/systemd-cryptsetup ]; then
            echo "Unable to find systemd-cryptsetup binary"
            return 1
    fi

This if checks, if the file is executable (which it is on my system, just normal package install), and fails if it is executable. I guess it should be the other way around (or check, if it does not exist instead of executable?).

Other than that, initscripts-fork works great and I was impressed how easy the installation is, thanks for maintaining this :)

Comments (2)

  1. Log in to comment