This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch master in repository hurd.
commit a8e406129a18226f55674b619a1c434d22c69c69 Author: Samuel Thibault <[email protected]> Date: Mon Sep 22 00:09:08 2014 +0200 local/finish-install.d/51hurd_config-target-network: Remove useless now that we use Debian's ifup/ifdown. --- debian/changelog | 2 ++ debian/local/finish-install.d/51hurd_config-target-network | 9 --------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index ac27127..607e0de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ hurd (1:0.5.git20140526-3) UNRELEASED; urgency=medium heimdal testsuite. * control: Add zlib1g-dev and libbz2-dev build dependencies. * Bump Standards-Version to 3.9.6 (no changes). + * local/finish-install.d/51hurd_config-target-network: Remove, useless now + that we use Debian's ifup/ifdown. -- Samuel Thibault <[email protected]> Tue, 27 May 2014 22:06:43 +0200 diff --git a/debian/local/finish-install.d/51hurd_config-target-network b/debian/local/finish-install.d/51hurd_config-target-network deleted file mode 100755 index 1319165..0000000 --- a/debian/local/finish-install.d/51hurd_config-target-network +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -# Make sure the firmlink is gone -settrans -ag /target/servers - -# Transfer the network configuration to /target -settrans -pk /target/servers/socket/2 $(fsysopts /servers/socket/2) -6 /servers/socket/26 -settrans -cpk /target/servers/socket/26 $(fsysopts /servers/socket/2) -4 /servers/socket/2 - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
