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


From: Samuel Thibault
Subject: [SCM] Debian GNU Hurd packaging branch, master, updated. debian/20090404.1-1-114-g0c49a0c
Date: Tue, 17 Aug 2010 22:55:49 +0000

The following commit has been merged in the master branch:
commit 9b8434cc62cd2a545fd5c73a2ba736ab78040fdb
Author: Samuel Thibault <address@hidden>
Date:   Wed Aug 18 00:53:05 2010 +0200

    copy the /servers/socket/2 translator settings into the target system.

diff --git a/debian/changelog b/debian/changelog
index 571ffd8..7e84fbd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -95,6 +95,8 @@ hurd (20100802-1) UNRELEASED; urgency=low
       upgrades (on initial installs, debootstrap will use the
       setup-translators script from the installed hurd package to setup the
       devices and servers itself).
+  * debian/local/finish-install.d/51hurd_config-target-network: copy the
+    /servers/socket/2 translator settings into the target system.
 
  -- Samuel Thibault <address@hidden>  Mon, 02 Aug 2010 10:06:06 +0200
 
diff --git a/debian/hurd-udeb.install b/debian/hurd-udeb.install
index f80c96c..50dae09 100644
--- a/debian/hurd-udeb.install
+++ b/debian/hurd-udeb.install
@@ -1,6 +1,7 @@
 debian/local/runsystem libexec
 debian/local/setup-translators usr/lib/hurd
 debian/local/partman lib
+debian/local/finish-install.d usr/lib
 debian/tmp/lib/*.so.*
 debian/tmp/lib/hurd/console/*.so.* usr/lib/hurd/console
 debian/tmp/libexec/console-run
diff --git a/debian/local/finish-install.d/51hurd_config-target-network 
b/debian/local/finish-install.d/51hurd_config-target-network
new file mode 100644
index 0000000..9d78aed
--- /dev/null
+++ b/debian/local/finish-install.d/51hurd_config-target-network
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# Make sure the firmlink is gone
+settrans -ag /target/servers
+
+# Transfer the network configuration to /target
+settrans -pk /target/servers/socket/2 $(showtrans /servers/socket/2)
+

-- 
Debian GNU Hurd packaging



reply via email to

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