From f66ae9d3761820cc553b9510a17572d13b37c5b0 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 30 Oct 2011 21:36:24 +0100 Subject: Use native random server * debian/control, debian/local/setup-translators: Use native random server set on /dev/u?random-hurd instead of random-egd on /dev/u?random. * debian/hurd.{postinst,prerm}: Handle alternative for /dev/u?random, default to u?random-hurd. * debian/hurd.lintian-overrides: Override warnings about the /dev/u?random mangling. * debian/copyright: Fix copyright notice. * debian/control: - Drop article from synopsis. - Tighten hurd-dev dependency on hurd to the same version. --- debian/local/setup-translators | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/local') diff --git a/debian/local/setup-translators b/debian/local/setup-translators index 554944f6..cd1a78d7 100755 --- a/debian/local/setup-translators +++ b/debian/local/setup-translators @@ -146,8 +146,8 @@ else md ptyq md lprX 0123 md comX 0123 - st random 'random --seed-file /var/run/random-seed --fast' random - st urandom 'random --seed-file /var/run/random-seed --fast' urandom + st random-hurd 'random --seed-file /var/run/random-seed --fast' random + st urandom-hurd 'random --seed-file /var/run/random-seed --fast' urandom fi st kbd 'symlink cons/kbd' kbd -- cgit v1.2.3