diff options
Diffstat (limited to 'net/bb/files/patch-ae')
-rw-r--r-- | net/bb/files/patch-ae | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/bb/files/patch-ae b/net/bb/files/patch-ae new file mode 100644 index 000000000000..02cfcbde8323 --- /dev/null +++ b/net/bb/files/patch-ae @@ -0,0 +1,12 @@ +--- web/bb-ack.sh.orig Sun Jun 27 12:16:54 1999 ++++ web/bb-ack.sh Sun Jun 27 12:18:05 1999 +@@ -30,7 +30,8 @@ + # ************* NOTICE!!! ************ + # BBWEB MUST BE SET CORRECTLY FOR THIS TO WORK + +-BBWEB="http://INSERT-WEB-HOST-HERE/bb/"; ++#BBWEB="http://INSERT-WEB-HOST-HERE/bb/"; ++BBWEB="http://!!WEBHOST!!/bb/"; + + + . $BBHOME/etc/bbdef.sh |