diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitchx/files/patch-configure | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/irc/bitchx/files/patch-configure b/irc/bitchx/files/patch-configure index 200ca0d8617a..adfd9761cb20 100644 --- a/irc/bitchx/files/patch-configure +++ b/irc/bitchx/files/patch-configure @@ -1,6 +1,5 @@ - ---- configure~ 2009-01-05 18:02:04.883269233 -0600 -+++ configure 2009-01-05 18:02:04.886269145 -0600 +--- configure.orig 2003-04-11 05:09:04.000000000 +0400 ++++ configure 2009-11-04 07:09:50.000000000 +0300 @@ -11830,100 +11830,27 @@ echo $ECHO_N "checking whether to enable IPv6 support... $ECHO_C" >&6 # Check whether --enable-ipv6 or --disable-ipv6 was given. @@ -113,5 +112,21 @@ echo "$as_me:$LINENO: checking whether to enable SOCKS support" >&5 echo $ECHO_N "checking whether to enable SOCKS support... $ECHO_C" >&6 - - +@@ -12609,7 +12536,7 @@ + system="unknown" + else + if test -r "/etc/.relid" -a x"`uname -n`" = x"`uname -s`"; then +- system="MP-RAS-`$AWK '{print }' /etc/.relid'`" ++ system="MP-RAS-`$AWK '{print $3}' /etc/.relid`" + fi + fi + fi +@@ -13877,7 +13804,7 @@ + system="unknown" + else + if test -r "/etc/.relid" -a x"`uname -n`" = x"`uname -s`"; then +- system="MP-RAS-`$AWK '{print }' /etc/.relid'`" ++ system="MP-RAS-`$AWK '{print $3}' /etc/.relid`" + fi + fi + fi |