summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-06-18 16:37:23 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-06-18 16:37:23 +0200
commitd01fef56c75805015f84c1c22360745fe7575641 (patch)
tree41d8eb0ad3d61b2b4555f4adae751d72d5657b4e
parentc6d4156fc78a4a558e680f657a11bf56f627c5f9 (diff)
drop --secure, use the Debian location of random state file
-rw-r--r--debian/patches/david-add-random.patch6
1 files 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)