diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-10-05 01:03:26 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-10-05 01:03:26 +0200 |
| commit | 79fa02e0491af3268665bb4f028627b7c7190129 (patch) | |
| tree | 80242a39906c98b1ed394deeac3936f7793ae279 /debian | |
| parent | 7d041e70905cc7e0b3ea6e4402fc11586fc54136 (diff) | |
Pass --orphan to settrans -g on random upgrade
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/hurd.postinst | 4 |
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 |
