diff options
| -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 |
