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


From: Samuel Thibault
Subject: [SCM] Debian GNU Hurd packaging branch, master, updated. debian/20120520-1-3-ge20858f
Date: Wed, 23 May 2012 22:04:49 +0000

The following commit has been merged in the master branch:
commit e20858f96d1ca51166ac8fd84318890a83cd0fad
Author: Samuel Thibault <address@hidden>
Date:   Thu May 24 00:04:45 2012 +0200

    local/setup-translators: Remove /dev/shm directory if any, to be replaced 
with symlink to /run/shm.

diff --git a/debian/changelog b/debian/changelog
index af3b87e..39d8031 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ hurd (20120520-2) UNRELEASED; urgency=low
   * control: Do not make hurd-udeb depend on netdde-udeb, it leads to configure
     recursion, and is not actually needed.
   * hurd.postinst: Drop error messages while fetching pfinet options.
+  * local/setup-translators: Remove /dev/shm directory if any, to be replaced
+    with symlink to /run/shm.
 
  -- Samuel Thibault <address@hidden>  Tue, 22 May 2012 00:07:09 +0000
 
diff --git a/debian/local/setup-translators b/debian/local/setup-translators
index f744ef4..810dabd 100755
--- a/debian/local/setup-translators
+++ b/debian/local/setup-translators
@@ -156,6 +156,7 @@ fi
 
 st kbd '/hurd/symlink cons/kbd' kbd
 st mouse '/hurd/symlink cons/mouse' mouse
+[ -d shm ] && ! [ -L shm ] && rmdir shm
 st shm '/hurd/symlink /run/shm' shm
 
 echo .

-- 
Debian GNU Hurd packaging



reply via email to

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