From 78070d319377829a9604c27e559cf7eee4d81177 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 12 Apr 2011 22:28:45 +0200 Subject: 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. --- debian/changelog | 2 ++ debian/local/setup-translators | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 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 -- cgit v1.2.3