From d01fef56c75805015f84c1c22360745fe7575641 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Wed, 18 Jun 2014 16:37:23 +0200 Subject: drop --secure, use the Debian location of random state file --- debian/patches/david-add-random.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/patches/david-add-random.patch b/debian/patches/david-add-random.patch index 4f3dd240..f630a843 100644 --- a/debian/patches/david-add-random.patch +++ b/debian/patches/david-add-random.patch @@ -26,14 +26,14 @@ index 0a8f514..db98353 100644 ;; console|com[0-9]) st $I root 600 /hurd/term ${DEVDIR}/$I device $I;; -@@ -117,6 +117,10 @@ mkdev() { +@@ -117,7 +117,10 @@ mkdev() { st $I root 666 /hurd/null --full;; zero) st $I root 666 /bin/nullauth -- /hurd/storeio -Tzero;; + random) -+ st $I root 644 /hurd/random --secure --seed-file /var/spool/random-seed;; ++ st $I root 644 /hurd/random --seed-file /var/lib/urandom/random-seed;; + urandom) -+ st $I root 644 /hurd/random --fast --seed-file /var/spool/random-seed;; ++ st $I root 644 /hurd/random --fast --seed-file /var/lib/urandom/random-seed;; tty) st $I root 666 /hurd/magic tty;; fd) -- cgit v1.2.3