diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-11-26 17:22:00 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-11-26 17:22:00 +0100 |
| commit | e177a05d8868c020778b4fc0eef9042b5b822a71 (patch) | |
| tree | 531bf07651f20d7590397aa9193fecf5b21a18f0 /debian/hurd.install | |
| parent | d3847ea45dd9699515fcd80c2c9a66ef1e12a1d8 (diff) | |
Replace /dev/u?random alternatives with /hurd/u?random.sh alternatives
* local/random-hurd.sh, urandom-hurd.sh: Add scripts to be used as
hurd-provided translators for /dev/*random.
* hurd.postinst: Remove "random" alternative introduced by 20111106-1, as it
makes rgrep in /etc not working any more. Install random.sh alternative
instead, which sets /hurd/u?random.sh scripts.
* local/setup-translators: Set /dev/u?random translator from
/hurd/u?random.sh instead of making them alternatives.
Diffstat (limited to 'debian/hurd.install')
| -rw-r--r-- | debian/hurd.install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/hurd.install b/debian/hurd.install index c0e11492..ea392658 100644 --- a/debian/hurd.install +++ b/debian/hurd.install @@ -1,4 +1,6 @@ debian/local/setup-translators usr/lib/hurd +debian/local/random-hurd.sh hurd +debian/local/urandom-hurd.sh hurd debian/tmp/lib/*.so.* debian/tmp/lib/hurd/console/*.so.* usr/lib/hurd/console debian/tmp/hurd/* |
