summaryrefslogtreecommitdiff
path: root/debian/hurd.postinst
diff options
context:
space:
mode:
authorMichael Banck <mbanck@debian.org>2008-09-26 17:16:14 +0000
committerMichael Banck <mbanck@debian.org>2008-09-26 17:16:14 +0000
commit0795f640557be7febf6aed291596b7d8dbc52cc6 (patch)
tree8e896d61d656a1dd44a7208be9af26d78825fb87 /debian/hurd.postinst
parent6374534c3c5a67d6464fec2c039adb524d631737 (diff)
* debian/hurd.postinst: Install /proc as passive translator only.
Diffstat (limited to 'debian/hurd.postinst')
-rw-r--r--debian/hurd.postinst2
1 files changed, 1 insertions, 1 deletions
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