diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1999-06-27 14:23:08 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-06-27 14:23:08 +0000 |
commit | eb11b51ed920d9d5e656085008d8f65926b60bc4 (patch) | |
tree | dcc27a356b3cfe69ad17f592cddac6a6911bf6ae /net/bb/files | |
parent | Upgrade to xscreensaver-3.16 (diff) |
Long awaited upgrade to version 1.2a
It lastet so long, because of personal time constraints and based
on the fact, that I had to do the very time consuming task, to
revamp the whole big brother installation heavily.
This could be avoided, if Sean could provide a Makefile with a real
install: target and not the drainbamaged
"unpack, compile and let the whole sh**^H^H^H^Hbunch
remain here(tm)" philosophy."
(me lucky one, that apsfilter has changed about 1-2 years ago ;-)
- make install target now copies the workdir to ${PREFIX}/bb
and then moves or removes files and directories as needed
- revamped client configuration and introduced a
${PREFIX}/share/bb/bbclients
directory.
Hope you like it this way ;-)
Notes
Notes:
svn path=/head/; revision=19832
Diffstat (limited to 'net/bb/files')
-rw-r--r-- | net/bb/files/patch-aa | 8 | ||||
-rw-r--r-- | net/bb/files/patch-ac | 19 | ||||
-rw-r--r-- | net/bb/files/patch-ad | 35 | ||||
-rw-r--r-- | net/bb/files/patch-ae | 12 | ||||
-rw-r--r-- | net/bb/files/patch-af | 12 | ||||
-rw-r--r-- | net/bb/files/patch-ag | 20 |
6 files changed, 81 insertions, 25 deletions
diff --git a/net/bb/files/patch-aa b/net/bb/files/patch-aa index 2742d7bdb5a1..caa97e526443 100644 --- a/net/bb/files/patch-aa +++ b/net/bb/files/patch-aa @@ -1,11 +1,11 @@ ---- src/Makefile.freebsd.orig Mon May 18 23:18:48 1998 -+++ src/Makefile.freebsd Mon May 18 23:19:26 1998 +--- src/Makefile.freebsd.orig Sun Jun 27 12:02:36 1999 ++++ src/Makefile.freebsd Sun Jun 27 12:03:08 1999 @@ -1,6 +1,6 @@ SHELL = /bin/sh -MAKE = make -CC = gcc -+MAKE?= make -+CC?= gcc ++MAKE ?= make ++CC ?= gcc # FLAGS REQUIRED FOR PORTING # SUNOS 4.1.4, HPUX 10.0, and LINUX NEED NOTHING DEFINED diff --git a/net/bb/files/patch-ac b/net/bb/files/patch-ac index b4c69249edc8..eb3814d3c3d9 100644 --- a/net/bb/files/patch-ac +++ b/net/bb/files/patch-ac @@ -1,11 +1,20 @@ ---- runbb.sh.orig Mon May 18 23:22:46 1998 -+++ runbb.sh Mon May 18 23:23:15 1998 -@@ -16,7 +16,7 @@ - # +--- runbb.sh.orig Sun Jun 27 12:08:56 1999 ++++ runbb.sh Sun Jun 27 12:09:57 1999 +@@ -17,7 +17,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 + if test "$BBHOME" = "" +@@ -35,7 +35,7 @@ + + . $BBHOME/etc/bbdef.sh # GET STANDARD INCLUDES + +-BBSLEEP=300 # HOW OFTEN TO UPDATE (IN SECONDS) ++BBSLEEP=!!BBSLEEP!! # HOW OFTEN TO UPDATE (IN SECONDS) + export BBSLEEP + + diff --git a/net/bb/files/patch-ad b/net/bb/files/patch-ad index 66d3574695d8..d6042ddcf9b5 100644 --- a/net/bb/files/patch-ad +++ b/net/bb/files/patch-ad @@ -1,28 +1,31 @@ ---- etc/bb-hosts.orig Sun Aug 9 03:46:51 1998 -+++ etc/bb-hosts Sat Aug 29 13:11:02 1998 -@@ -1,14 +1,14 @@ - # - # THE BIG BROTHER HOSTS FILE +--- etc/bb-hosts.orig Sun Jun 27 12:23:17 1999 ++++ etc/bb-hosts Sun Jun 27 12:25:25 1999 +@@ -3,16 +3,15 @@ # + # This file should be identical on both the display server and paging server + # if they reside on different hosts -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-compress <H3><I>Web Servers</I></H3> -192.168.117.2 ns2.iti.qc.com # ftp smtp noping -192.168.117.3 ns3.iti.qc.com # ftp smtp -192.168.117.4 ns4.iti.qc.com # ftp smtp +-page modem Modem page -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 +-# Summaries are always displayed on the main page -summary canada.bc 192.168.116.1 http://www.iti.qc.com/iti/users/sean/bb/ -+127.0.0.1 !!HOSTNAME!! # BBPAGER BBNET BBDISPLAY ftp smtp pop3 http://!!HOSTNAME!!/ -+# 192.168.117.1 ns.iti.qc.com # ftp smtp dns -+# group-compress <H3><I>Web Servers</I></H3> -+# 192.168.117.2 ns2.iti.qc.com # ftp smtp noping -+# 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/ ++127.0.0.1 !!HOSTNAME!! # BBPAGER BBNET BBDISPLAY dns ftp smtp pop3 http://!!HOSTNAME!!/ ++#group-compress <H3><I>Web Servers</I></H3> ++#192.168.117.2 ns2.iti.qc.com # ftp smtp noping ++#192.168.117.3 ns3.iti.qc.com # ftp smtp ++#192.168.117.4 ns4.iti.qc.com # ftp smtp ++#page modem Modem page ++#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 ++## Summaries are always displayed on the main page ++#summary canada.bc 192.168.116.1 http://www.iti.qc.com/iti/users/sean/bb/ 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 diff --git a/net/bb/files/patch-af b/net/bb/files/patch-af new file mode 100644 index 000000000000..81b88c2a0430 --- /dev/null +++ b/net/bb/files/patch-af @@ -0,0 +1,12 @@ +--- web/bb-hist.sh.orig Sun Jun 27 12:17:15 1999 ++++ web/bb-hist.sh Sun Jun 27 12:18:22 1999 +@@ -13,7 +13,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/" + export BBWEB + + # BBHOME IS THE ROOT DIRECTORY OF BIG BROTHER!!! diff --git a/net/bb/files/patch-ag b/net/bb/files/patch-ag new file mode 100644 index 000000000000..c75b4b7890fe --- /dev/null +++ b/net/bb/files/patch-ag @@ -0,0 +1,20 @@ +--- doc/bbclient.orig Sun Jun 27 15:33:09 1999 ++++ doc/bbclient Sun Jun 27 15:35:28 1999 +@@ -95,13 +95,15 @@ + + cd ../.. + echo "*** Creating tar file for Big Brother on $CLIENT" +-tar cvf bb-${CLIENT}.tar `cat /tmp/BBLIST` ++# this might be better then polluting ../.. which would be ${PREFIX} ++mkdir -p !!PREFIX!!/share/bb/bbclients ++tar cvzf !!PREFIX!!/share/bb/bbclients/bb-${CLIENT}.tar.gz `cat /tmp/BBLIST` + rm -f /tmp/BBLIST + + echo "*** Done. + + The Big Brother Client archive has been created. It's called: + bb-${CLIENT}.tar +-and lives in the directory above the bb directory. ++and lives in the directory !!PREFIX!!/share/bb/bbclients + + You can now install Big Brother on ${CLIENT}" |