summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/hurd.postinst2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 4ed1b3fb..770f01a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ hurd (20080921-1) UNRELEASED; urgency=low
+ debian/hurd-doc.docs: Adjust paths.
* debian/hurd.postinst: Install w and ps alternatives links in /bin, not
/usr/bin.
+ * debian/hurd.postinst: Install /proc as passive translator only.
-- Michael Banck <mbanck@debian.org> Sat, 13 Sep 2008 23:43:27 +0200
diff --git a/debian/hurd.postinst b/debian/hurd.postinst
index a58e990e..a51e6f71 100644
--- a/debian/hurd.postinst
+++ b/debian/hurd.postinst
@@ -44,5 +44,5 @@ fi
if [ ! -e /proc ]; then
mkdir /proc
- settrans -afgp /proc /hurd/procfs
+ settrans -c /proc /hurd/procfs
fi