sorry, i carry out alterations to the same rc6, rc0* files but  instead
of adding,

 set $(runlevel || true)
    if [ "$2" = "0" ] || [ "$2" = "6" ]; then
        runlevel --set "$1" || true
    fi

i add,

  set $(runlevel || true)
    if [ "$2" != "0" ] && [ "$2" != "6" ]; then
        set $(runlevel --set 6 || true)
    fi

-- 
Ctl+Alt+Del twice at tty console login gives root access
https://launchpad.net/bugs/63852

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to