[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] 01/01: Drop setting passive translator on /proc
From: |
Samuel Thibault |
Subject: |
[hurd] 01/01: Drop setting passive translator on /proc |
Date: |
Mon, 15 Feb 2016 19:33:11 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a commit to branch master
in repository hurd.
commit 690f77c6b222b2a5844b307e9fd9ef048e48e370
Author: Samuel Thibault <address@hidden>
Date: Mon Feb 15 19:32:54 2016 +0000
Drop setting passive translator on /proc
sysvinit now mounts it already.
That will allow easier management of chroots.
---
debian/changelog | 7 +++++++
debian/local/runsystem | 1 +
debian/local/setup-translators | 1 -
3 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 67e205c..bfc2cf2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+hurd (1:0.7.git20160214-2) UNRELEASED; urgency=medium
+
+ * Drop setting passive translator on /proc, sysvinit now mounts it
+ already. That will allow easier management of chroots.
+
+ -- Samuel Thibault <address@hidden> Mon, 15 Feb 2016 19:26:25 +0000
+
hurd (1:0.7.git20160214-1) unstable; urgency=medium
* New upstream snapshot
diff --git a/debian/local/runsystem b/debian/local/runsystem
index 4911907..d3dc056 100755
--- a/debian/local/runsystem
+++ b/debian/local/runsystem
@@ -21,6 +21,7 @@ fi
# Create a minimal subset of device and server nodes
/usr/lib/hurd/setup-translators -m -k -p
+settrans -c /proc /hurd/procfs -c
/hurd/mach-defpager
diff --git a/debian/local/setup-translators b/debian/local/setup-translators
index 071e241..40fe3be 100755
--- a/debian/local/setup-translators
+++ b/debian/local/setup-translators
@@ -107,7 +107,6 @@ st socket/2 '/hurd/pfinet -6 /servers/socket/26' inet
st socket/inet '/hurd/symlink 2' '(+link)'
st socket/26 '/hurd/pfinet -4 /servers/socket/2' inet6
st socket/inet6 '/hurd/symlink 26' '(+link)'
-st /proc '/hurd/procfs -c'
touch startup 2> /dev/null
if [ -z "$MINIMAL" ]; then
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-hurd/hurd.git