From 0795f640557be7febf6aed291596b7d8dbc52cc6 Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Fri, 26 Sep 2008 17:16:14 +0000 Subject: * debian/hurd.postinst: Install /proc as passive translator only. --- debian/changelog | 1 + debian/hurd.postinst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 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 -- cgit v1.2.3