diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-04-12 22:28:45 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-04-12 22:28:45 +0200 |
commit | 78070d319377829a9604c27e559cf7eee4d81177 (patch) | |
tree | 7dafb0d02eaff4459e48e30f3a363627caa6672c | |
parent | 02d3a2aad31e681e6b9107968624807cae47500d (diff) |
Pass the --compatible option to procfs
* 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.
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/local/setup-translators | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4f9fd419..0196d4bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ hurd (20110319-3) UNRELEASED; urgency=low * debian/rules: Build with gcc-4.5. * debian/local/runsystem, setup-translators: Enable mouse and keyboard 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. -- Samuel Thibault <sthibault@debian.org> Sun, 10 Apr 2011 20:42:45 +0200 diff --git a/debian/local/setup-translators b/debian/local/setup-translators index 1ef5d696..0ec838a8 100755 --- a/debian/local/setup-translators +++ b/debian/local/setup-translators @@ -106,7 +106,7 @@ st socket/local 'symlink 1' '(+link)' st socket/2 pfinet st socket/inet 'symlink 2' '(+link)' st socket/inet6 'symlink 26' '(+link)' -st /proc procfs +st /proc 'procfs -c' if [ -z "$MINIMAL" ]; then st password password |