This commit is contained in:
matthieu 2008-01-12 14:20:50 +00:00
parent a80a36f4ed
commit c8a36eb115

2
app/xinit/configure vendored
View File

@ -4779,7 +4779,7 @@ test -n "$MCOOKIE" || MCOOKIE="$MCOOKIE"
case $host_os in
*openbsd*)
MCOOKIE='dd if=/dev/arandom bs=16 count=1 2>/dev/null | hexdump -e \\\"%08x\\\"'
MCOOKIE='openssl rand -hex 16'
;;
esac