diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-05-08 22:24:07 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-05-08 22:24:07 +0200 |
commit | 2438cdc6f403cd293486ac43a5674418b1f499c3 (patch) | |
tree | 3c11d8c7d6b769cc01f5db21e837623c73da41e4 | |
parent | 0d18004705abff66db81dcb801908112e6337891 (diff) |
debian/local/setup-translators: Add fd[01]
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/local/setup-translators | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 17e7708a..cf92f662 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ hurd (20110319-3) UNRELEASED; urgency=low repeaters for g-i support. * debian/local/setup-translators: Pass the --compatible option to procfs to tweak it a bit to get proc-related tools working without too much patching. + Add fd[01]. * debian/patches/disable-proc_getnports.patch: Remove patch, libc0.3 now has proc_getnports, and the hurd package already breaks older versions. diff --git a/debian/local/setup-translators b/debian/local/setup-translators index 0ec838a8..625b5088 100755 --- a/debian/local/setup-translators +++ b/debian/local/setup-translators @@ -123,6 +123,7 @@ echo -n "Creating device nodes:" cd /dev md fd +md fdX 01 md std md vcs md hdX 0123 |