From c8a36eb115ae84e63f35050f6a6d1f3c16591d26 Mon Sep 17 00:00:00 2001 From: matthieu Date: Sat, 12 Jan 2008 14:20:50 +0000 Subject: [PATCH] regen --- app/xinit/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/xinit/configure b/app/xinit/configure index 92a7b8fd3..33f5190f1 100644 --- a/app/xinit/configure +++ b/app/xinit/configure @@ -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