bug-hurd
[Top][All Lists]
Advanced

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

Bug#75253: marked as done (cross-install: some options are broken)


From: Debian Bug Tracking System
Subject: Bug#75253: marked as done (cross-install: some options are broken)
Date: Tue, 24 Oct 2000 19:03:09 -0500

Your message dated Wed, 25 Oct 2000 01:57:23 +0200
with message-id <20001025015723.E1094@ulysses.dhis.net>
and subject line Bug#75253: cross-install: some options are broken
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 20 Oct 2000 19:30:41 +0000
>From cjw44@flatline.org.uk Fri Oct 20 14:30:41 2000
Return-path: <cjw44@flatline.org.uk>
Received: from mta05-svc.ntlworld.com [::ffff:62.253.162.45] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 13mhsG-0004vp-00; Fri, 20 Oct 2000 14:30:41 -0500
Received: from riva.ucam.org ([62.253.132.107]) by mta05-svc.ntlworld.com
          (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP
          id <20001020193039.QGYX19709.mta05-svc.ntlworld.com@riva.ucam.org>;
          Fri, 20 Oct 2000 20:30:39 +0100
Received: from cjw44 by riva.ucam.org with local (Exim 3.16 #1 (Debian))
        id 13mhtt-0007ug-00; Fri, 20 Oct 2000 20:32:21 +0100
From: Colin Watson <cjw44@flatline.org.uk>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: cross-install: some options are broken
X-Reportbug-Version: 1.3
X-Mailer: reportbug 1.3
Date: Fri, 20 Oct 2000 20:32:21 +0100
Message-Id: <E13mhtt-0007ug-00@riva.ucam.org>
Delivered-To: submit@bugs.debian.org

Package: hurd
Version: N/A; reported 2000-10-20
Severity: normal

Some options are broken in the cross-install script at
<URL:http://www.debian.org/ports/hurd/extra-files/cross-install>. The
following patch fixes them:

--- cross-install.orig  Fri Oct 20 20:27:49 2000
+++ cross-install       Fri Oct 20 20:29:14 2000
@@ -181,7 +181,7 @@
 while [ "$#" -ne 0 ]
 do
   case "$1" in
-    
"--hostname"|"--dpkghurd"|"--nativeinstall"|"--log"|"--download"|"--repository")
+    
"--host"|"--hostname"|"--domain"|"--dpkghurd"|"--nativeinstall"|"--log"|"--download"|"--repository")
       if [ "$#" -lt 2 ]
       then
         echo "$1 needs an argument"
@@ -203,7 +203,7 @@
      echo "Cross-installation script for Debian GNU/Hurd"
      echo
      echo "   Options:"
-     echo " --host          name      Set the hostname of the new system"
+     echo " --host[name]    name      Set the hostname of the new system"
      echo " --domain        name      Set the domainname of the new system"
      echo " --dpkghurd      file      Give the filename of the dpkg-hurd 
script"
      echo " --nativeinstall file      Give the filename of the native-install 
script"

Thanks,

-- 
Colin Watson                                     [cjw44@flatline.org.uk]

-- System Information
Debian Release: woody
Architecture: i386
Kernel: Linux riva 2.4.0-test2 #1 Sun Jun 25 22:05:08 BST 2000 i686


---------------------------------------
Received: (at 75253-done) by bugs.debian.org; 24 Oct 2000 23:55:33 +0000
>From Marcus.Brinkmann@ruhr-uni-bochum.de Tue Oct 24 18:55:33 2000
Return-path: <Marcus.Brinkmann@ruhr-uni-bochum.de>
Received: from sunu450.rz.ruhr-uni-bochum.de [::ffff:134.147.64.5] 
        by master.debian.org with smtp (Exim 3.12 1 (Debian))
        id 13oDun-0000Px-00; Tue, 24 Oct 2000 18:55:33 -0500
Received: (qmail 13015 invoked from network); 24 Oct 2000 23:55:39 -0000
Received: from dialppp-3-246.rz.ruhr-uni-bochum.de (HELO localhost) 
(mail@134.147.3.246)
  by mailhost.rz.ruhr-uni-bochum.de with SMTP; 24 Oct 2000 23:55:39 -0000
Received: from marcus by localhost with local (Exim 3.12 #1 (Debian))
        id 13oDwZ-0000Zj-00; Wed, 25 Oct 2000 01:57:23 +0200
Date: Wed, 25 Oct 2000 01:57:23 +0200
From: Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>
To: Colin Watson <cjw44@flatline.org.uk>, 75253-done@bugs.debian.org
Subject: Re: Bug#75253: cross-install: some options are broken
Message-ID: <20001025015723.E1094@ulysses.dhis.net>
References: <E13mhtt-0007ug-00@riva.ucam.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.1.4i
In-Reply-To: <E13mhtt-0007ug-00@riva.ucam.org>; from cjw44@flatline.org.uk on 
Fri, Oct 20, 2000 at 08:32:21PM +0100
Organization: Marcus Brinkmann's Home
Delivered-To: 75253-done@bugs.debian.org

I uploaded a fixed version, thanks.

On Fri, Oct 20, 2000 at 08:32:21PM +0100, Colin Watson wrote:
> Some options are broken in the cross-install script at
> <URL:http://www.debian.org/ports/hurd/extra-files/cross-install>. The
> following patch fixes them:

[...]

Marcus

-- 
`Rhubarb is no Egyptian god.' Debian http://www.debian.org brinkmd@debian.org
Marcus Brinkmann              GNU    http://www.gnu.org    marcus@gnu.org
Marcus.Brinkmann@ruhr-uni-bochum.de
http://www.marcus-brinkmann.de



reply via email to

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