[Bug 139057] Re: Should try given password for next partition
FloX
florent.xicluna at gmail.com
Tue Apr 14 09:13:09 UTC 2009
@Luke
I don't know the internals of the shell...
Maybe a function like this will help:
unset_pass()
{
[ -n "$1" ] || return 0
eval "$1=\$(dd if=/dev/urandom bs=1k count=4 2>/dev/null)"
unset $1
return 0
}
unset_pass PASS
--
Should try given password for next partition
https://bugs.launchpad.net/bugs/139057
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list