summaryrefslogtreecommitdiff
path: root/net/bb/files/patch-ac
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1999-06-27 14:23:08 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1999-06-27 14:23:08 +0000
commiteb11b51ed920d9d5e656085008d8f65926b60bc4 (patch)
treedcc27a356b3cfe69ad17f592cddac6a6911bf6ae /net/bb/files/patch-ac
parentUpgrade 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 ;-)
Diffstat (limited to 'net/bb/files/patch-ac')
-rw-r--r--net/bb/files/patch-ac19
1 files changed, 14 insertions, 5 deletions
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
+
+