commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Debian GNU Hurd packaging branch, master, updated. debian/20111106


From: Samuel Thibault
Subject: [SCM] Debian GNU Hurd packaging branch, master, updated. debian/20111106-1-46-gb502d5b
Date: Thu, 08 Dec 2011 06:51:48 +0000

The following commit has been merged in the master branch:
commit 092dd883f5468849c356a0480442f38ea32da16b
Author: Samuel Thibault <address@hidden>
Date:   Tue Dec 6 02:52:47 2011 +0100

    Move /run cleanup to after fsck & rw-remount

diff --git a/debian/patches/run.patch b/debian/patches/run.patch
index d1429c9..6c9dfa6 100644
--- a/debian/patches/run.patch
+++ b/debian/patches/run.patch
@@ -1,16 +1,17 @@
-Index: hurd/daemons/runsystem.sh
+Index: hurd/daemons/rc.sh
 ===================================================================
---- hurd.orig/daemons/runsystem.sh     2011-12-06 01:30:23.371425299 +0100
-+++ hurd/daemons/runsystem.sh  2011-12-06 01:31:42.029647704 +0100
-@@ -61,6 +61,11 @@ if ! test -e /servers/socket/1 && which
-   settrans -c /servers/socket/1 /hurd/pflocal
+--- hurd.orig/daemons/rc.sh    2011-12-06 02:51:32.000000000 +0100
++++ hurd/daemons/rc.sh 2011-12-06 02:52:16.000000000 +0100
+@@ -98,6 +98,12 @@
+       chgrp utmp utmp
+     fi; })
  fi
- 
++
 +# until we properly start /etc/rcS.d
 +rm -fr /run/*
 +mkdir -p /run/lock /run/shm
 +chmod 1777 /run/lock /run/shm
 +
- # We expect to be started by console-run, which gives us no arguments and
- # puts FALLBACK_CONSOLE=file-name in the environment if our console is
- # other than a normal /dev/console.
+ echo done
+ 
+ # This file must exist for e2fsck to work. XXX

-- 
Debian GNU Hurd packaging



reply via email to

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