More accurate comment.

I think better on a full stomach ;p.
This commit is contained in:
NiLuJe
2016-02-29 18:09:24 +01:00
parent 278f060c2a
commit b0c2821ed8

View File

@@ -168,7 +168,7 @@ if [ -d /mnt/us/linkfonts/fonts ] ; then
fi
# check if we need to disable the system passcode, because it messes with us in fun and interesting (and, more to the point, intractable) ways...
# NOTE: The most egregious one being that it inhibits the power button event on wakeup until the passcode is validated, which we can't do, since we capture all input...
# NOTE: The most egregious one being that it inhibits the outOfScreenSaver event on wakeup until the passcode is validated, which we can't do, since we capture all input...
if [ -f "/var/local/system/userpasswdenabled" ] ; then
logmsg "Disabling system passcode . . ."
rm -f "/var/local/system/userpasswdenabled"