summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/hurd.postinst4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/hurd.postinst b/debian/hurd.postinst
index 4c3fc2c2..ba855fa9 100644
--- a/debian/hurd.postinst
+++ b/debian/hurd.postinst
@@ -60,8 +60,8 @@ if [ "$1" = configure ] && [ "$2" ]; then
if showtrans /dev/random 2> /dev/null | grep -q /tmp/entropy.sock
then
# old random-egd translator, remove
- settrans -g /dev/random
- settrans -g /dev/urandom
+ settrans -go /dev/random
+ settrans -go /dev/urandom
fi
/usr/lib/hurd/setup-translators -K
fi