diff options
| author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-06-17 13:39:12 +0200 |
|---|---|---|
| committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-06-17 13:39:12 +0200 |
| commit | 5eb85f31969d6254a0daf04ede317f4a7f577236 (patch) | |
| tree | 3767bb0b5355a1b5d369a8e0334ef543874607f1 | |
| parent | 3e47bd520b690bc1b500375536ab5e21b979cbf3 (diff) | |
use /var/spool/random-seed as currently done in Debian Hurd
| -rw-r--r-- | debian/patches/david-add-random.patch | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/patches/david-add-random.patch b/debian/patches/david-add-random.patch index fd1f4a52..4f3dd240 100644 --- a/debian/patches/david-add-random.patch +++ b/debian/patches/david-add-random.patch @@ -4,6 +4,8 @@ With the random merge, can /dev/(u)random devices now be added to MAKEDEV? (I'm not married to the seed file argument, in case there is a better default location for it.) +Justus: I changed it to the one currently used by Debian Hurd. + Thanks. David @@ -29,9 +31,9 @@ index 0a8f514..db98353 100644 zero) st $I root 666 /bin/nullauth -- /hurd/storeio -Tzero;; + random) -+ st $I root 644 /hurd/random --secure --seed-file /var/lib/random-seed;; ++ st $I root 644 /hurd/random --secure --seed-file /var/spool/random-seed;; + urandom) -+ st $I root 644 /hurd/random --fast --seed-file /var/lib/random-seed;; ++ st $I root 644 /hurd/random --fast --seed-file /var/spool/random-seed;; tty) st $I root 666 /hurd/magic tty;; fd) |
