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/patch-ae | |
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/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 |