Package: ekeyd
Version: 1.1.1-1
Severity: normal
User: [email protected]
Usertags: origin-ubuntu lucid

Hello,

I have an entropy key with a "/" in its serial number.  Udev handles this
by changing "/" to "_", but ekey-rekey changes "/" to ".", which causes it
to be unable to find the device.  I assume just changing:

# alter the serial number to ensure it contains no path separators
SERIALP="$(echo "$1" | tr / .)"

to this:

# alter the serial number to ensure it contains no path separators
SERIALP="$(echo "$1" | tr / _)"

Would do the trick to fix this.  Thanks,

-Kees

-- 
Kees Cook                                            @debian.org



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to