summaryrefslogtreecommitdiff
path: root/net/bb
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-01-26 18:44:39 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-01-26 18:44:39 +0000
commitcb9659df1736555701b2802f75177124e941b785 (patch)
tree137a553afc9df2d0293c90bedb8aa49dd2b86c19 /net/bb
parentAdded crossfire shutdown and forbid file and added this to PLIST. (diff)
- copy correct bb-pager.sh script to cgi-bin.
- make a symlink to $PREFIX/bb/www instead from there to cgi-bin, so that apache server finds the script outside the document root. - updated PLIST. - provide better environment for ,paging' in script (BBHOME, ...)
Notes
Notes: svn path=/head/; revision=5448
Diffstat (limited to 'net/bb')
-rw-r--r--net/bb/Makefile7
-rw-r--r--net/bb/pkg-plist3
2 files changed, 7 insertions, 3 deletions
diff --git a/net/bb/Makefile b/net/bb/Makefile
index 01fe7946b0d4..90319af05aec 100644
--- a/net/bb/Makefile
+++ b/net/bb/Makefile
@@ -3,7 +3,7 @@
# Date created: So 17 Nov 1996 16:59:23 MET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.11 1997/01/23 22:05:43 andreas Exp $
+# $Id: Makefile,v 1.12 1997/01/24 12:16:53 asami Exp $
#
DISTNAME= bb
@@ -93,6 +93,10 @@ do-install:
${PREFIX}/${DISTNAME}/www/bb-info.html
${INSTALL_DATA} ${WRKSRC}/www/bb-page.html \
${PREFIX}/${DISTNAME}/www/bb-page.html
+ ${INSTALL_SCRIPT} ${WRKSRC}/www/bb-pager.sh \
+ ${PREFIX}/www/cgi-bin/bb-pager.sh
+ @ln -sf ${PREFIX}/www/cgi-bin/bb-pager.sh \
+ ${PREFIX}/${DISTNAME}/www/bb-pager.sh
${INSTALL_DATA} ${WRKSRC}/www/gifs/bb-diag.gif \
${PREFIX}/${DISTNAME}/www/gifs/bb-diag.gif
${INSTALL_DATA} ${WRKSRC}/www/gifs/bb.gif \
@@ -128,7 +132,6 @@ do-install:
@${RM} -f ${PREFIX}/www/data/bb
@ln -sf ${PREFIX}/${DISTNAME}/www ${PREFIX}/www/data/bb
@ln -sf bb.html ${PREFIX}/${DISTNAME}/www/index.html
- @ln -sf ${PREFIX}/${DISTNAME}/bin/bb-page.sh ${PREFIX}/www/cgi-bin
@echo ""
@echo "================================================================"
@echo "==== Configuration Notes: ==="
diff --git a/net/bb/pkg-plist b/net/bb/pkg-plist
index 67959a40ff16..6c4639f84435 100644
--- a/net/bb/pkg-plist
+++ b/net/bb/pkg-plist
@@ -28,6 +28,7 @@ bb/www/index.html
bb/www/bb-help.html
bb/www/bb-info.html
bb/www/bb-page.html
+bb/www/bb-pager.sh
bb/www/gifs/bb-diag.gif
bb/www/gifs/bb.gif
bb/www/gifs/bkg-green.gif
@@ -45,4 +46,4 @@ bb/www/gifs/red.gif
bb/www/gifs/yellow.gif
bb/www/logs/later
bb/tmp/.keep_me
-www/cgi-bin/bb-page.sh
+www/cgi-bin/bb-pager.sh