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/20120222


From: Samuel Thibault
Subject: [SCM] Debian GNU Hurd packaging branch, master, updated. debian/20120222-1-6-g3211320
Date: Sun, 08 Apr 2012 00:24:55 +0000

The following commit has been merged in the master branch:
commit 3211320db438cabc0bf08590cf199e90f26e9b03
Author: Samuel Thibault <address@hidden>
Date:   Sun Apr 8 02:24:46 2012 +0200

    patches/run.patch: Fix utmp database creation, and thus w command.

diff --git a/debian/changelog b/debian/changelog
index 069ab94..fe0237f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ hurd (20120222-2) UNRELEASED; urgency=low
     - Set hurd-udeb XC-Package-Type to udeb.
   * patches/libexec.patch: Switch to gnu-mach-color TERM.
   * hurd-console.default: Document the -f option of the vga module.
+  * patches/run.patch: Fix utmp database creation, and thus w command.
 
  -- Samuel Thibault <address@hidden>  Fri, 06 Apr 2012 19:07:15 +0200
 
diff --git a/debian/patches/run.patch b/debian/patches/run.patch
index 6c9dfa6..50f584f 100644
--- a/debian/patches/run.patch
+++ b/debian/patches/run.patch
@@ -2,7 +2,7 @@ Index: hurd/daemons/rc.sh
 ===================================================================
 --- 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 @@
+@@ -98,6 +98,13 @@
        chgrp utmp utmp
      fi; })
  fi
@@ -11,6 +11,7 @@ Index: hurd/daemons/rc.sh
 +rm -fr /run/*
 +mkdir -p /run/lock /run/shm
 +chmod 1777 /run/lock /run/shm
++: > /run/utmp
 +
  echo done
  

-- 
Debian GNU Hurd packaging



reply via email to

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