The following commit has been merged in the master branch:
commit 7803aea20caa0f6ded7b110c8adbfcc1c4e21b62
Author: Samuel Thibault <[email protected]>
Date: Wed Oct 5 01:03:26 2011 +0200
Pass --orphan to settrans -g on random upgrade
diff --git a/debian/hurd.postinst b/debian/hurd.postinst
index 4c3fc2c..ba855fa 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
--
Debian GNU Hurd packaging