From 76488d127264ddb094c2c390d3c5d7a8c8c01c65 Mon Sep 17 00:00:00 2001 From: ian Date: Tue, 24 Jan 2006 00:44:45 +0000 Subject: [PATCH] proper syntax for xset rune --- hostside/stopgap-controller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostside/stopgap-controller b/hostside/stopgap-controller index 5cc274d..bfed278 100755 --- a/hostside/stopgap-controller +++ b/hostside/stopgap-controller @@ -516,7 +516,7 @@ proc setup {} { proc setup_complete {} { global rand -# exec [xset s off] + exec xset s off set rand [open /dev/urandom {RDONLY} 0] fconfigure $rand -encoding binary -translation binary tellpic 0a -- 2.30.2