1 diff -ur debootstrap-1.0.10/functions debootstrap-1.0.10.new/functions
2 --- debootstrap-1.0.10/functions 2008-07-01 13:00:29.000000000 +0200
3 +++ debootstrap-1.0.10.new/functions 2009-01-25 01:46:33.151081585 +0100
5 umount "$TARGET/proc" 2>/dev/null || true
6 in_target mount -t linprocfs proc /proc
9 + hurd-*|kopensolaris-*)
12 umount_on_exit /dev/pts
17 - mknod "$1/test-dev-null" c 1 3 || return 1
18 + mknod "$1/test-dev-null" c 13 2 || return 1
19 if ! echo test > "$1/test-dev-null"; then
20 rm -f "$1/test-dev-null"
22 diff -ur debootstrap-1.0.10/scripts/debian/sid debootstrap-1.0.10.new/scripts/debian/sid
23 --- debootstrap-1.0.10/scripts/debian/sid 2008-06-02 12:43:20.000000000 +0200
24 +++ debootstrap-1.0.10.new/scripts/debian/sid 2009-01-23 23:09:43.991615189 +0100
27 elif [ "$ARCH" = "hurd-i386" ]; then
29 +elif [ "$ARCH" = "kopensolaris-i386" ]; then