diff options
author | andreas <andreas@FreeBSD.org> | 1998-05-18 21:52:07 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-05-18 21:52:07 +0000 |
commit | 90ad2344350b6a478b54ffc011e1614a8cda8e48 (patch) | |
tree | 47c21152701f9eaa432d8bd0caa97cf95aff901a /net/bb/files | |
parent | 51754822f198d096e43e144a73bd2af635eb61d7 (diff) | |
download | FreeBSD-ports-90ad2344350b6a478b54ffc011e1614a8cda8e48.zip FreeBSD-ports-90ad2344350b6a478b54ffc011e1614a8cda8e48.tar.gz |
- Update port to new version 1.06c
- Please note, that a Windows NT client (v1.02) is also available !!!
- Make port web server independent, you have to decide, which one
to choose from the ports collection
- made port PREFIX clean
- every patch adds !!PREFIX!! and !!HOSTNAME!! hooks
the configure script uses perl, to substitute it with actual
PREFIX and hostname
Diffstat (limited to 'net/bb/files')
-rw-r--r-- | net/bb/files/patch-aa | 4 | ||||
-rw-r--r-- | net/bb/files/patch-ac | 11 | ||||
-rw-r--r-- | net/bb/files/patch-ad | 30 |
3 files changed, 43 insertions, 2 deletions
diff --git a/net/bb/files/patch-aa b/net/bb/files/patch-aa index c1086ff..2742d7b 100644 --- a/net/bb/files/patch-aa +++ b/net/bb/files/patch-aa @@ -1,5 +1,5 @@ ---- src/Makefile.freebsd.orig Mon Dec 16 16:08:16 1996 -+++ src/Makefile.freebsd Sun Dec 22 13:38:43 1996 +--- src/Makefile.freebsd.orig Mon May 18 23:18:48 1998 ++++ src/Makefile.freebsd Mon May 18 23:19:26 1998 @@ -1,6 +1,6 @@ SHELL = /bin/sh -MAKE = make diff --git a/net/bb/files/patch-ac b/net/bb/files/patch-ac new file mode 100644 index 0000000..b4c6924 --- /dev/null +++ b/net/bb/files/patch-ac @@ -0,0 +1,11 @@ +--- runbb.sh.orig Mon May 18 23:22:46 1998 ++++ runbb.sh Mon May 18 23:23:15 1998 +@@ -16,7 +16,7 @@ + # + # BBHOME IS THE ROOT DIRECTORY OF BIG BROTHER!!! + # YOU MUST SET THE NEXT LINE TO WHERE BB LIVES +-BBHOME="" ++BBHOME="!!PREFIX!!/bb" + + export BBHOME + diff --git a/net/bb/files/patch-ad b/net/bb/files/patch-ad new file mode 100644 index 0000000..860114a --- /dev/null +++ b/net/bb/files/patch-ad @@ -0,0 +1,30 @@ +--- etc/bb-hosts.orig Mon May 18 23:25:35 1998 ++++ etc/bb-hosts Mon May 18 23:28:20 1998 +@@ -1,14 +1,16 @@ + # + # THE BIG BROTHER HOSTS FILE + # +-192.168.116.1 iti-s01.iti.qc.com # BBPAGER BBNET BBDISPLAY ftp smtp pop3 http://iti-s01/ +-192.168.117.1 ns.iti.qc.com # ftp smtp dns +-group <H3><I>Web Servers</I></H3> +-192.168.117.2 ns2.iti.qc.com # ftp smtp +-192.168.117.3 ns3.iti.qc.com # ftp smtp +-192.168.117.4 ns4.iti.qc.com # ftp smtp +-group <H3><I>Modem Banks</I></H3> +-dialup modem-bank1 192.168.117.1 16 +-dialup modem-bank2 192.168.117.17 16 +-dialup modem-bank3 192.168.117.33 16 +-summary canada.bc 192.168.116.1 http://www.iti.qc.com/iti/users/sean/bb/ ++172.16.1.1 !!HOSTNAME!! # BBPAGER BBNET BBDISPLAY ftp smtp pop3 http://!!HOSTNAME!!/ ++# ++#192.168.116.1 iti-s01.iti.qc.com # BBPAGER BBNET BBDISPLAY ftp smtp pop3 http://iti-s01/ ++#192.168.117.1 ns.iti.qc.com # ftp smtp dns ++#group <H3><I>Web Servers</I></H3> ++#192.168.117.2 ns2.iti.qc.com # ftp smtp ++#192.168.117.3 ns3.iti.qc.com # ftp smtp ++#192.168.117.4 ns4.iti.qc.com # ftp smtp ++#group <H3><I>Modem Banks</I></H3> ++#dialup modem-bank1 192.168.117.1 16 ++#dialup modem-bank2 192.168.117.17 16 ++#dialup modem-bank3 192.168.117.33 16 ++#summary canada.bc 192.168.116.1 http://www.iti.qc.com/iti/users/sean/bb/ |