commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 01/01: debian/rc.patch: point /run/mtab to /proc/mounts.


From: Samuel Thibault
Subject: [hurd] 01/01: debian/rc.patch: point /run/mtab to /proc/mounts.
Date: Mon, 16 Sep 2013 07:46:17 +0000

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

sthibault pushed a commit to branch master
in repository hurd.

commit 74bb88f71018176657bbb13168bcd14ecb9281a6
Author: Samuel Thibault <address@hidden>
Date:   Mon Sep 16 07:46:12 2013 +0000

    debian/rc.patch: point /run/mtab to /proc/mounts.
---
 debian/changelog        |    5 +++--
 debian/patches/rc.patch |   19 ++++++++++++++-----
 2 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9bb727d..4ab94c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-hurd (20130916-1) UNRELEASED; urgency=low
+hurd (20130916-1) unstable; urgency=low
 
   * New upstream snapshot. Closes: Bug#701516, Bug#313560.
     - patches/{ext2fs_large_stores.patch, ext2fs_large_stores_pthread.patch,
@@ -8,6 +8,7 @@ hurd (20130916-1) UNRELEASED; urgency=low
     sutils-multiple-none.patch, umount.patch}: Remove, merged upstream.
     - patches/{exec_filename_exec.patch, exec_filename_fs.patch,
     mount-test-opts.patch, proxy-defpager.diff}: Refresh.
+  * debian/rc.patch: point /run/mtab to /proc/mounts.
 
   [ Justus Winter ]
   * hurd.hurd-console.init: Add an initscript for hurd-console.
@@ -17,7 +18,7 @@ hurd (20130916-1) UNRELEASED; urgency=low
   * patches/newRPC.patch: New patch to fix link until libc gets rebuilt
     against new .defs.
 
- -- Samuel Thibault <address@hidden>  Sat, 27 Jul 2013 22:37:17 +0000
+ -- Samuel Thibault <address@hidden>  Mon, 16 Sep 2013 01:36:12 +0000
 
 hurd (20130727-1) unstable; urgency=low
 
diff --git a/debian/patches/rc.patch b/debian/patches/rc.patch
index 228bb34..3bcff71 100644
--- a/debian/patches/rc.patch
+++ b/debian/patches/rc.patch
@@ -3,9 +3,11 @@ More debianish rc scripts
  daemons/rc.sh |   43 ++++++++++++++++++++++++++++++++-----------
  1 file changed, 32 insertions(+), 11 deletions(-)
 
---- a/daemons/rc.sh
-+++ b/daemons/rc.sh
-@@ -19,14 +19,17 @@ then
+Index: hurd-debian/daemons/rc.sh
+===================================================================
+--- hurd-debian.orig/daemons/rc.sh     2013-09-16 07:43:39.000000000 +0000
++++ hurd-debian/daemons/rc.sh  2013-09-16 07:44:04.000000000 +0000
+@@ -19,14 +19,17 @@
        echo Automatic boot in progress...
        date
  
@@ -24,7 +26,7 @@ More debianish rc scripts
                ;;
        # Fsck couldn't fix it.
        4 | 8)
-@@ -85,7 +88,15 @@ if test -d /tmp; then
+@@ -85,12 +88,20 @@
  
  fi
  if test -d /var/run; then
@@ -41,7 +43,14 @@ More debianish rc scripts
  fi
  echo done
  
-@@ -104,15 +115,25 @@ touch /var/run/mtab
+-# This file must exist for e2fsck to work. XXX
+-touch /var/run/mtab
++# This file must exist for e2fsck to work.
++ln -s /proc/mounts /var/run/mtab
+ 
+ #echo -n restoring pty permissions...
+ #chmod 666 /dev/tty[pqrs]*
+@@ -104,15 +115,25 @@
  
  chmod 664 /etc/motd
  

-- 
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]