Your message dated Fri, 14 Apr 2006 16:50:31 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in crosshurd_1.7.24
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)
--- Begin Message ---
Package: crosshurd
Version: 1.7.20
Severity: normal
Tags: patch
I'm attaching a pair of GNU/kFreeBSD fixes:
- Update /etc/network/interfaces generated file to:
- Support DHCP
- Use "gateway" command (which now works)
- Update kernel name in package list, and remove libc0.1.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL
set to C)
Versions of packages crosshurd depends on:
ii dialog 1.0-20050306-1 Displays user-friendly dialog boxe
ii dpkg-dev 1.13.11 package building tools for Debian
Versions of packages crosshurd recommends:
pn attr <none> (no description available)
-- no debconf information
diff -ur crosshurd-1.7.21.old/native-install/native-install
crosshurd-1.7.21/native-install/native-install
--- crosshurd-1.7.21.old/native-install/native-install 2005-08-07
15:05:35.000000000 +0200
+++ crosshurd-1.7.21/native-install/native-install 2005-10-08
23:32:40.000000000 +0200
@@ -210,17 +210,17 @@
auto lo0
iface lo0 inet loopback
-# Replace ed0 with your interface (if different)
-auto ed0
-iface ed0 inet static
- address 192.168.0.3
- network 192.168.0.0
- netmask 255.255.255.0
-# route cli is broken, so use custom hooks here.
-# If you have a gateway, uncomment the lines below and replace 192.168.0.2
-# with your gateway (if different).
-# up route add -net 0.0.0.0 192.168.0.2 > /dev/null
-# down route -q flush > /dev/null
+# DHCP network (replace ed0 with your interface, if different)
+#auto ed0
+#iface ed0 inet dhcp
+
+# Static network (replace ed0 with your interface, if different)
+#auto ed0
+#iface ed0 inet static
+# address 192.168.0.3
+# network 192.168.0.0
+# netmask 255.255.255.0
+# gateway 192.168.0.1
__EOF__
# fstab stuff
diff -ur crosshurd-1.7.21.old/packages/kfreebsd-gnu
crosshurd-1.7.21/packages/kfreebsd-gnu
--- crosshurd-1.7.21.old/packages/kfreebsd-gnu 2005-08-07 15:02:01.000000000
+0200
+++ crosshurd-1.7.21/packages/kfreebsd-gnu 2005-10-09 20:56:46.000000000
+0200
@@ -1,8 +1,7 @@
freebsd-utils
-kfreebsd-image-5.3-1
+kfreebsd-image-5-486
kfreebsd-loader
login
-libc0.1
procps
psmisc
sysv-rc
--- End Message ---
--- Begin Message ---
Version: 1.7.24
Typo in changelog prevented this bug from being closed by the upload.
Michael
--
Michael Banck
Debian Developer
[EMAIL PROTECTED]
http://www.advogato.org/person/mbanck/diary.html
--- End Message ---