diff options
Diffstat (limited to 'debian/patches')
| -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) |
