commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 02/04: debian/patches/rc.patch: Also make /etc/mtab point to /pro


From: Samuel Thibault
Subject: [hurd] 02/04: debian/patches/rc.patch: Also make /etc/mtab point to /proc/mounts.
Date: Sat, 15 Feb 2014 08:49:28 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch master
in repository hurd.

commit 98487803ad124ffdfbca43e444d3b543de3fcc62
Author: Samuel Thibault <address@hidden>
Date:   Thu Feb 13 23:18:50 2014 +0000

    debian/patches/rc.patch: Also make /etc/mtab point to /proc/mounts.
---
 debian/changelog        | 9 ++++++++-
 debian/patches/rc.patch | 3 ++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 62d375b..dd5198c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,17 @@
+hurd (1:0.5.git20140206-2) UNRELEASED; urgency=medium
+
+  * debian/patches/rc.patch: Also make /etc/mtab point to /proc/mounts.
+
+ -- Samuel Thibault <address@hidden>  Thu, 13 Feb 2014 23:04:13 +0000
+
 hurd (1:0.5.git20140206-1) unstable; urgency=medium
 
+  * New upstream snapshot.
   * control: Only Replace/Conflict old login package which was potentially
     shipping /bin/login.
   * local/securetty: Remove file, let it be installed by the login package.
 
- -- Samuel Thibault <address@hidden>  Thu, 06 Feb 2014 00:22:53 +0000
+ -- Samuel Thibault <address@hidden>  Thu, 06 Feb 2014 10:35:15 +0000
 
 hurd (1:0.5.git20140203-1) unstable; urgency=low
 
diff --git a/debian/patches/rc.patch b/debian/patches/rc.patch
index a4be4aa..17597ba 100644
--- a/debian/patches/rc.patch
+++ b/debian/patches/rc.patch
@@ -24,7 +24,7 @@ More debianish rc scripts
                ;;
        # Filesystem modified, filesystem should be restarted
        # Ideally we would only restart the filesystem
-@@ -85,12 +88,25 @@ if test -d /tmp; then
+@@ -85,12 +88,26 @@ if test -d /tmp; then
  
  fi
  if test -d /var/run; then
@@ -50,6 +50,7 @@ More debianish rc scripts
 +
 +# This file must exist for e2fsck to work.
 +ln -s /proc/mounts /var/run/mtab
++ln -s /proc/mounts /etc/mtab
  
  #echo -n restoring pty permissions...
  #chmod 666 /dev/tty[pqrs]*

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]