summaryrefslogtreecommitdiff
path: root/net/bb/files/patch-ag
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-ag
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 ;-)
Notes
Notes: svn path=/head/; revision=19832
Diffstat (limited to 'net/bb/files/patch-ag')
-rw-r--r--net/bb/files/patch-ag20
1 files changed, 20 insertions, 0 deletions
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}"