summaryrefslogtreecommitdiff
path: root/net/bb
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
commitb8f8618362b39a01e2225feef7d298fb22cafe2f (patch)
tree67a28a0746219c11b5e630daec412185165d3ed9 /net/bb
parentUpdate to version 0.9.48 (diff)
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Notes
Notes: svn path=/head/; revision=21034
Diffstat (limited to 'net/bb')
-rw-r--r--net/bb/Makefile32
-rw-r--r--net/bb/pkg-message18
2 files changed, 26 insertions, 24 deletions
diff --git a/net/bb/Makefile b/net/bb/Makefile
index 0df82cdc6aa2..32bcae94fff2 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.31 1999/06/26 12:01:23 andreas Exp $
+# $Id: Makefile,v 1.32 1999/06/27 14:22:46 andreas Exp $
#
DISTNAME= bb-1.2a
@@ -20,12 +20,12 @@ MAINTAINER= andreas@FreeBSD.ORG
WRKSRC= ${WRKDIR}/bb
pre-configure:
- @echo "==================================================="
- @echo "You need to install a WWW Server to use this port"
- @echo "For example: - apache13 or "
- @echo " - apache13-modssl
- @echo "port."
- @echo "==================================================="
+ @${ECHO_MSG} "==================================================="
+ @${ECHO_MSG} "You need to install a WWW Server to use this port"
+ @${ECHO_MSG} "For example: - apache13 or "
+ @${ECHO_MSG} " - apache13-modssl
+ @${ECHO_MSG} "port."
+ @${ECHO_MSG} "==================================================="
post-configure:
( cd ${WRKSRC}/doc; ${SH} bbconfig freebsd )
@@ -47,22 +47,6 @@ do-install:
@${RM} ${PREFIX}/bb/README
@${RM} ${PREFIX}/bb/README.CHANGES
@${RM} ${PREFIX}/bb/README.INSTALL
- @echo ""
- @echo "================================================================"
- @echo "==== Configuration Notes: ==="
- @echo "================================================================"
- @echo ""
- @echo "a) your hosts 'full qualified domain name' and IP-address"
- @echo "b) 'watched' hosts 'full qualified domain name' and IP-address"
- @echo "go here -> ${PREFIX}/bb/etc/bb-hosts"
- @echo "c) configure -> ${PREFIX}/bb/etc/bbdef.sh"
- @echo "d) configure -> ${PREFIX}/bb/etc/bbinc.sh"
- @echo "e) You need to have a running WWW server (apache)"
- @echo "f) You need kermit or qpage for pager functionality"
- @echo "After that, you can startup the big brother service by typing"
- @echo " ${PREFIX}/bb/runbb.sh &"
- @echo "and watching your systems status by viewing this URL with"
- @echo "Netscape or another WWW browser"
- @echo " http://localhost/bb"
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/net/bb/pkg-message b/net/bb/pkg-message
new file mode 100644
index 000000000000..52240c9b7eac
--- /dev/null
+++ b/net/bb/pkg-message
@@ -0,0 +1,18 @@
+
+================================================================
+==== Configuration Notes: ===
+================================================================
+
+a) your hosts 'full qualified domain name' and IP-address
+b) 'watched' hosts 'full qualified domain name' and IP-address
+go here -> /usr/local/bb/etc/bb-hosts
+c) configure -> /usr/local/bb/etc/bbdef.sh
+d) configure -> /usr/local/bb/etc/bbinc.sh
+e) You need to have a running WWW server (apache)
+f) You need kermit or qpage for pager functionality
+After that, you can startup the big brother service by typing
+ /usr/local/bb/runbb.sh &
+and watching your systems status by viewing this URL with
+Netscape or another WWW browser
+ http://localhost/bb
+