diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/hurd-udeb.install | 1 | ||||
-rwxr-xr-x | debian/local/setup-translators | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1b180e73..4fb2f8b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,7 +17,9 @@ hurd (20111126-1~0) UNRELEASED; urgency=low 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. + /hurd/u?random.sh instead of making them alternatives. Set up + /dev/u?random in hurd-udeb too. + * hurd-udeb.install: Add /hurd/random. -- Samuel Thibault <sthibault@debian.org> Sun, 06 Nov 2011 19:51:54 +0100 diff --git a/debian/hurd-udeb.install b/debian/hurd-udeb.install index 781ed195..ac5350af 100644 --- a/debian/hurd-udeb.install +++ b/debian/hurd-udeb.install @@ -61,6 +61,7 @@ debian/tmp/hurd/pflocal debian/tmp/hurd/proc debian/tmp/hurd/procfs debian/tmp/hurd/proxy-defpager +debian/tmp/hurd/random debian/tmp/hurd/storeio debian/tmp/hurd/streamio debian/tmp/hurd/symlink diff --git a/debian/local/setup-translators b/debian/local/setup-translators index 59b48103..4f678d90 100755 --- a/debian/local/setup-translators +++ b/debian/local/setup-translators @@ -139,6 +139,8 @@ if [ "$MINIMAL" ]; then md ttyX 1234 md ptypX 0123 md comX 0123 + st random /hurd/random random + st urandom /hurd/random urandom else md loopX 01234567 md ttyX 123456 |