diff options
-rw-r--r-- | net/hobbitmon/distinfo | 4 | ||||
-rw-r--r-- | net/hobbitmon/patches/patch-ae | 17 |
2 files changed, 10 insertions, 11 deletions
diff --git a/net/hobbitmon/distinfo b/net/hobbitmon/distinfo index ce0d4f4af6e..c86e0af397e 100644 --- a/net/hobbitmon/distinfo +++ b/net/hobbitmon/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2006/01/14 02:52:42 rillig Exp $ +$NetBSD: distinfo,v 1.7 2006/10/09 13:29:00 ben Exp $ SHA1 (hobbit-4.0-beta6.tar.gz) = 82e6a76e55682c205adac47e54830064bba44f2d RMD160 (hobbit-4.0-beta6.tar.gz) = 6542f6a1cd58236c85eefc74872436ee75f36b4b @@ -6,5 +6,5 @@ Size (hobbit-4.0-beta6.tar.gz) = 1130547 bytes SHA1 (patch-aa) = a1d5ceaaa7cc99be2a55543234cdd3b20dd0e1a9 SHA1 (patch-ab) = 810b67dfa9c149defb3d05886d70e62798eaf96f SHA1 (patch-ac) = 26ea6fd07f9529fe2af3067d1e704a64157756d0 -SHA1 (patch-ae) = 1355886e3aeafe26bb9ec5322235a464ab475993 +SHA1 (patch-ae) = 3f60fc25597113a7565fb583b75a360585c2457e SHA1 (patch-aj) = 4758ccbabb6a109c3f3da40c3fd5129be1f7bbfd diff --git a/net/hobbitmon/patches/patch-ae b/net/hobbitmon/patches/patch-ae index 12d7fbe25c2..d65dea7da84 100644 --- a/net/hobbitmon/patches/patch-ae +++ b/net/hobbitmon/patches/patch-ae @@ -1,21 +1,21 @@ -$NetBSD: patch-ae,v 1.2 2005/02/20 10:51:32 manu Exp $ ---- configure.orig 2005-01-24 17:31:35.000000000 +0100 -+++ configure 2005-01-24 17:33:04.000000000 +0100 -@@ -216,10 +216,10 @@ +$NetBSD: patch-ae,v 1.3 2006/10/09 13:29:00 ben Exp $ + +--- configure.orig 2005-01-23 05:15:22.000000000 -0800 ++++ configure +@@ -216,9 +216,9 @@ else if test $? -eq 0 then echo "Found passwd entry for user $USERDATA" - else +- else - echo "FAILURE: The user $BBUSER does not exist. Create user and try again." - exit 1 ++# else +# echo "FAILURE: The user $BBUSER does not exist. Create user and try again." +# exit 1 fi echo ""; echo "" - HOMEDIR="`echo $USERDATA|cut -d: -f6`" -@@ -302,12 +302,12 @@ - fi +@@ -303,10 +303,10 @@ else echo ""; echo "" echo "What is the name of this host [`uname -n`] ? " @@ -30,4 +30,3 @@ $NetBSD: patch-ae,v 1.2 2005/02/20 10:51:32 manu Exp $ if test -z "$BBHOSTNAME" then BBHOSTNAME=`uname -n` - fi |