bug-hurd
[Top][All Lists]
Advanced

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

Bug#229572: marked as done (hurd: runsystem and rc fail when not using t


From: Debian Bug Tracking System
Subject: Bug#229572: marked as done (hurd: runsystem and rc fail when not using the /usr symlink)
Date: Fri, 11 Jun 2004 12:48:19 -0700

Your message dated Fri, 11 Jun 2004 15:32:26 -0400
with message-id <E1BYrlK-0000cU-00@newraff.debian.org>
and subject line Bug#229572: fixed in hurd 20040508-2
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.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 25 Jan 2004 11:09:43 +0000
>From guillem@gluck.debian.org Sun Jan 25 03:09:43 2004
Return-path: <guillem@gluck.debian.org>
Received: from gluck.debian.org [192.25.206.10] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Aki99-0006wz-00; Sun, 25 Jan 2004 03:09:43 -0800
Received: from guillem by gluck.debian.org with local (Exim 3.35 1 (Debian))
        id 1Aki98-0008Qx-00; Sun, 25 Jan 2004 04:09:42 -0700
Date: Sun, 25 Jan 2004 12:05:42 +0100
From: Guillem Jover <guillem@debian.org>
To: submit@bugs.debian.org
Subject: hurd: runsystem and rc fail when not using the /usr symlink
Message-ID: <20040125110541.GA14317@zulo.hadrons.org>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="6TrnltStXW4iwmi0"
Content-Disposition: inline
User-Agent: Mutt/1.5.5.1+cvs20040105i
Sender: Guillem Jover <guillem@gluck.debian.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_01_24 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
        version=2.60-bugs.debian.org_2004_01_24
X-Spam-Level: 


--6TrnltStXW4iwmi0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: hurd
Version: cvs 2004-01-25
Tags: patch
Severity: wishlist

Hi,

When using the Hurd without a /usr symlink the scripts runsystem and
rc located in /libexec does not work because they don't have the /usr
binary paths. Here's a patch that fixes this.

regards,
guillem

--6TrnltStXW4iwmi0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="hurd_usr_path.patch"

Index: daemons/rc.sh
===================================================================
RCS file: /cvsroot/hurd/hurd/daemons/rc.sh,v
retrieving revision 1.23
diff -u -r1.23 rc.sh
--- daemons/rc.sh       8 Jun 2001 22:07:18 -0000       1.23
+++ daemons/rc.sh       25 Jan 2004 08:20:58 -0000
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-PATH=/bin:/sbin
+PATH=/bin:/sbin:/usr/bin:/usr/sbin
 
 # Start the default pager.  It will bail if there is already one running.
 /hurd/mach-defpager
Index: daemons/runsystem.sh
===================================================================
RCS file: /cvsroot/hurd/hurd/daemons/runsystem.sh,v
retrieving revision 1.3
diff -u -r1.3 runsystem.sh
--- daemons/runsystem.sh        20 Dec 2001 17:29:33 -0000      1.3
+++ daemons/runsystem.sh        25 Jan 2004 08:20:58 -0000
@@ -11,7 +11,7 @@
 ### Where to find programs, etc.
 ###
 
-PATH=/bin:/sbin
+PATH=/bin:/sbin:/usr/bin:/usr/sbin
 export PATH
 
 # If we lose badly, try to exec each of these in turn.

--6TrnltStXW4iwmi0--

---------------------------------------
Received: (at 229572-close) by bugs.debian.org; 11 Jun 2004 19:39:01 +0000
>From katie@ftp-master.debian.org Fri Jun 11 12:39:01 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BYrrh-0006YX-00; Fri, 11 Jun 2004 12:39:01 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1BYrlK-0000cU-00; Fri, 11 Jun 2004 15:32:26 -0400
From: Jeff Bailey <jbailey@raspberryginger.com>
To: 229572-close@bugs.debian.org
X-Katie: $Revision: 1.49 $
Subject: Bug#229572: fixed in hurd 20040508-2
Message-Id: <E1BYrlK-0000cU-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Fri, 11 Jun 2004 15:32:26 -0400
Delivered-To: 229572-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: hurd
Source-Version: 20040508-2

We believe that the bug you reported is fixed in the latest version of
hurd, which is due to be installed in the Debian FTP archive:

hurd-dev_20040508-2_hurd-i386.deb
  to pool/main/h/hurd/hurd-dev_20040508-2_hurd-i386.deb
hurd_20040508-2.diff.gz
  to pool/main/h/hurd/hurd_20040508-2.diff.gz
hurd_20040508-2.dsc
  to pool/main/h/hurd/hurd_20040508-2.dsc
hurd_20040508-2_hurd-i386.deb
  to pool/main/h/hurd/hurd_20040508-2_hurd-i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 229572@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jeff Bailey <jbailey@raspberryginger.com> (supplier of updated hurd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 11 Jun 2004 11:17:26 -0400
Source: hurd
Binary: hurd-dev hurd
Architecture: source hurd-i386
Version: 20040508-2
Distribution: unstable
Urgency: low
Maintainer: GNU Hurd Maintainers <bug-hurd@gnu.org>
Changed-By: Jeff Bailey <jbailey@raspberryginger.com>
Description: 
 hurd       - The GNU Hurd
 hurd-dev   - The GNU Hurd (development files)
Closes: 229572 253662
Changes: 
 hurd (20040508-2) unstable; urgency=low
 .
   * Fix typo in postinst.  (Closes: #253662)
     Thanks to Michael Banck.
   * Support /usr tree in startup scripts (Closes: #229572)
     Thanks to Guillem Jover
Files: 
 5dfd46d63a45d5bf722b1e657f505d38 750 base required hurd_20040508-2.dsc
 507b4f074edf4480eed9a6837ac80918 18892 base required hurd_20040508-2.diff.gz
 059a4f36f1617c8996d444d489306e77 1866588 base required 
hurd_20040508-2_hurd-i386.deb
 462a0b87ea16888572d5d0e9c4105bee 891364 libdevel standard 
hurd-dev_20040508-2_hurd-i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAyf3M5M5hmdCYCpkRArq6AJ4lVgEnZ/04Nap1fW/uI0k07Wk+XQCdGroT
IfhEvnCVf/PDpZ9UBUVvYcc=
=tBXi
-----END PGP SIGNATURE-----





reply via email to

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